Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Lỗi hình thành OSPF.. Help me.

    Hi cả nhà.

    Công ty em có mô hình mạng như sau.

    R1---Nhà cung cấp----R2

    Kết nối giữa R1 -- Nhà Cung cấp và Nhà Cung cấp---R2 là mạng MPLS, từ R2 ping đến R1 rất ngon lành. Trên R2 và R1, bọn em cấu hinh Tunnel rồi chạy OSPF qua đó. Mấy hôm nay, OSPF trên R1 và R2 không thể nào hình thành được, nó INit rồi lại Full rồi lại Init. Em debug trên con R1 thì có như sau.

    Dec 8 08:22:04.491: OSPF: End of hello processing
    Dec 8 08:22:04.763: OSPF: Send with youngest Key 1
    Dec 8 08:22:07.023: OSPF: Rcv hello from 172.16.1.248 area 0 from Tunnel0 172.16.20.185
    Dec 8 08:22:07.023: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.1.247 on Tunnel0 from INIT to DOWN, Neighbor Down: Adjacency forced to reset
    Dec 8 08:22:07.023: OSPF: 2 Way Communication to 172.16.1.248 on Tunnel0, state 2WAY
    Dec 8 08:22:07.023: OSPF: Send DBD to 172.16.1.248 on Tunnel0 seq 0x26AB opt 0x52 flag 0x7 len 32
    Dec 8 08:22:07.023: OSPF: Send with youngest Key 1
    Dec 8 08:22:07.023: OSPF: End of hello processing
    Dec 8 08:22:07.027: OSPF: Rcv DBD from 172.16.1.248 on Tunnel0 seq 0x1453 opt 0x52 flag 0x7 len 32 mtu 1464 state EXSTART
    Dec 8 08:22:07.027: OSPF: NBR Negotiation Done. We are the SLAVE
    Dec 8 08:22:07.027: OSPF: Send DBD to 172.16.1.248 on Tunnel0 seq 0x1453 opt 0x52 flag 0x2 len 1132
    Dec 8 08:22:07.027: OSPF: Send with youngest Key 1
    Dec 8 08:22:07.031: OSPF: Rcv DBD from 172.16.1.248 on Tunnel0 seq 0x1454 opt 0x52 flag 0x3 len 1112 mtu 1464 state EXCHANGE
    Dec 8 08:22:07.035: OSPF: Send DBD to 172.16.1.248 on Tunnel0 seq 0x1454 opt 0x52 flag 0x0 len 32
    Dec 8 08:22:07.035: OSPF: Send with youngest Key 1
    Dec 8 08:22:07.035: OSPF: Rcv DBD from 172.16.1.248 on Tunnel0 seq 0x1455 opt 0x52 flag 0x1 len 32 mtu 1464 state EXCHANGE
    Dec 8 08:22:07.035: OSPF: Exchange Done with 172.16.1.248 on Tunnel0
    Dec 8 08:22:07.035: OSPF: Synchronized with 172.16.1.248 on Tunnel0, state FULL
    Dec 8 08:22:07.035: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.1.248 on Tunnel0 from LOADING to FULL, Loading Done
    Dec 8 08:22:07.035: OSPF: Send DBD to 172.16.1.248 on Tunnel0 seq 0x1455 opt 0x52 flag 0x0 len 32
    Dec 8 08:22:07.035: OSPF: Send with youngest Key 1
    Dec 8 08:22:07.535: OSPF: Send with youngest Key 1
    CCTMLI_RT01#

    Cao thủ nào cho em vài lời khuyên với, hic.
    Đứng yên thì sẽ bị thụt lùi...

  • #2
    Chào bạn,

    Bạn có thể show run cấu hình router hiện tại lên cho mọi người xem được không?

    Khi chạy OSPF trên tunnel thì interface thật chạy tunnel không được cho tham gia định tuyến (chỉ cho interface tunnel tham gia định tuyến). Đây cũng là một trong những nguyên nhân neighobors hình thành rồi lại mất, cứ thế liên tục.
    Phạm Minh Tuấn

    Email : phamminhtuan@vnpro.org
    Yahoo : phamminhtuan_vnpro
    -----------------------------------------------------------------------------------------------
    Trung Tâm Tin Học VnPro
    149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
    Tel : (08) 35124257 (5 lines)
    Fax: (08) 35124314

    Home page: http://www.vnpro.vn
    Support Forum: http://www.vnpro.org
    - Chuyên đào tạo quản trị mạng và hạ tầng Internet
    - Phát hành sách chuyên môn
    - Tư vấn và tuyển dụng nhân sự IT
    - Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

    Network channel: http://www.dancisco.com
    Blog: http://www.vnpro.org/blog

    Comment


    • #3
      Đây là cấu hình bên R1.
      !
      interface Tunnel0
      description Duong truyen CCT-CT
      bandwidth 4096
      ip address 172.16.20.186 255.255.255.252
      ip mtu 1464
      ip ospf authentication message-digest
      ip ospf message-digest-key 1 md5 7 120A0A1915030D0A
      ip ospf hello-interval 5
      ip ospf dead-interval 40
      tunnel source 172.19.40.226
      tunnel destination 172.19.0.66
      !
      interface Tunnel1
      description Duong truyen CCT-KBNN
      bandwidth 256
      ip address 172.16.20.58 255.255.255.252
      ip mtu 1464
      ip tcp adjust-mss 1424
      ip ospf authentication message-digest
      ip ospf message-digest-key 1 md5 7 14041D050B0C2B25
      ip ospf hello-interval 5
      ip ospf dead-interval 40
      shutdown
      tunnel source 172.19.40.234
      tunnel destination 172.19.0.2
      !
      interface Loopback0
      description CCT_MLI
      ip address 172.16.21.240 255.255.255.255
      !
      interface FastEthernet0/0
      description Connect to LAN chi cuc thue
      no ip address
      duplex auto
      speed auto
      !
      interface FastEthernet0/0.1
      description Ket noi LAN CCT
      encapsulation dot1Q 1 native
      ip address 10.25.74.1 255.255.255.0
      no snmp trap link-status
      !
      interface FastEthernet0/0.2
      description Ket noi modem CCT-CT
      encapsulation dot1Q 2
      ip address 172.19.40.226 255.255.255.248
      no snmp trap link-status
      !
      interface FastEthernet0/0.3
      description Ket noi modem CCT-KBNN
      encapsulation dot1Q 3
      ip address 172.19.40.234 255.255.255.248
      no snmp trap link-status
      !
      interface FastEthernet0/1
      no ip address
      duplex auto
      speed auto
      !
      interface Serial0/1/0
      physical-layer async
      description Connect to Trung tam tinh
      no ip address
      encapsulation ppp
      no ip route-cache cef
      dialer in-band
      dialer rotary-group 1
      dialer-group 1
      async dynamic address
      async mode dedicated
      ppp authentication pap callin
      ppp multilink
      !
      interface Serial0/1/1
      physical-layer async
      description Connect to Trung tam tinh
      no ip address
      encapsulation ppp
      no ip route-cache cef
      dialer in-band
      dialer rotary-group 1
      dialer-group 1
      async dynamic address
      async mode dedicated
      ppp authentication pap callin
      ppp multilink
      !
      interface Async1
      description Quay so vao cau hinh
      ip unnumbered FastEthernet0/0
      ip mtu 512
      encapsulation ppp
      dialer in-band
      async dynamic address
      async mode dedicated
      peer default ip address pool setup_pool
      fair-queue
      ppp authentication pap callin
      !
      interface Dialer1
      description Connect to Trung tam tinh
      ip unnumbered FastEthernet0/0
      ip mtu 512
      encapsulation ppp
      no ip route-cache cef
      no ip route-cache
      dialer in-band
      dialer idle-timeout 180
      dialer wait-for-carrier-time 45
      dialer map ip 10.25.223.1 name vph_rt01 broadcast 844511
      dialer load-threshold 191 either
      dialer-group 1
      peer default ip address pool setup_pool
      no cdp enable
      ppp authentication pap callin
      ppp pap sent-username th_vph_mli password 7 031053340B0328
      ppp multilink
      ppp timeout multilink link add 10
      ppp timeout multilink link remove 10
      !
      router ospf 1
      router-id 172.13.10.1
      log-adjacency-changes
      auto-cost reference-bandwidth 1000
      passive-interface FastEthernet0/0.1
      network 10.25.74.0 0.0.0.255 area 0
      network 172.16.20.56 0.0.0.3 area 0
      network 172.16.20.184 0.0.0.3 area 0
      network 172.16.21.240 0.0.0.0 area 0
      !
      ip local pool setup_pool 10.25.74.253 10.25.74.254
      ip classless
      ip route 172.19.0.64 255.255.255.248 172.19.40.225
      ip route 172.19.40.8 255.255.255.248 172.19.40.233
      !
      ip http server
      !
      access-list 102 permit ip 10.25.64.0 0.0.1.255 10.25.74.0 0.0.0.255
      access-list 102 permit ip 10.64.0.0 0.1.255.255 10.25.74.0 0.0.0.255
      access-list 102 permit ip 10.192.254.0 0.1.0.255 10.25.74.0 0.0.0.255
      access-list 102 permit ip 10.1.64.0 0.0.1.255 10.25.74.0 0.0.0.255
      access-list 103 permit ip 10.25.74.0 0.0.0.255 10.25.64.0 0.0.1.255
      access-list 103 permit ip 10.25.74.0 0.0.0.255 10.192.254.0 0.1.0.255
      access-list 103 permit ip 10.25.74.0 0.0.0.255 10.64.0.0 0.1.255.255
      access-list 103 permit ip host 10.25.74.2 any
      access-list 103 permit ip host 10.25.74.11 any
      access-list 103 permit ip 10.25.74.0 0.0.0.255 10.1.64.0 0.0.1.255
      dialer-list 1 protocol ip list 100
      snmp-server community tctadm RO
      !
      control-plane
      !
      !
      line con 0
      password 7 0310581F
      login
      line aux 0
      session-timeout 180
      script dialer dial
      script reset reset-hayes
      login local
      modem answer-timeout 60
      modem InOut
      modem autoconfigure discovery
      stopbits 1
      speed 300
      flowcontrol hardware
      line 0/1/0 0/1/1
      session-timeout 180
      script dialer dial
      script reset reset-hayes
      modem answer-timeout 60
      modem InOut
      modem autoconfigure discovery
      stopbits 1
      speed 57600
      flowcontrol hardware
      line vty 0 4
      login local
      !

      Còn đây là R2

      router ospf 1
      log-adjacency-changes
      auto-cost reference-bandwidth 1000
      redistribute static subnets route-map LanCT
      passive-interface GigabitEthernet0/0.2
      passive-interface GigabitEthernet0/0.5
      network 10.1.65.0 0.0.0.255 area 0
      network 10.5.65.0 0.0.0.255 area 0
      network 172.16.0.8 0.0.0.7 area 0
      network 172.16.0.20 0.0.0.3 area 0
      network 172.16.0.128 0.0.0.3 area 0
      network 172.16.0.160 0.0.0.3 area 0
      network 172.16.0.164 0.0.0.3 area 0
      network 172.16.0.168 0.0.0.3 area 0
      network 172.16.0.172 0.0.0.3 area 0
      network 172.16.0.176 0.0.0.3 area 0
      network 172.16.0.180 0.0.0.3 area 0
      network 172.16.0.184 0.0.0.3 area 0
      network 172.16.0.188 0.0.0.3 area 0
      network 172.16.0.192 0.0.0.3 area 0
      network 172.16.0.196 0.0.0.3 area 0
      network 172.16.0.200 0.0.0.3 area 0
      network 172.16.0.204 0.0.0.3 area 0
      network 172.16.0.208 0.0.0.3 area 0
      network 172.16.0.212 0.0.0.3 area 0
      network 172.16.0.216 0.0.0.3 area 0
      network 172.16.0.220 0.0.0.3 area 0
      network 172.16.0.232 0.0.0.3 area 0
      network 172.16.0.236 0.0.0.3 area 0
      network 172.16.1.247 0.0.0.0 area 0
      network 172.16.4.160 0.0.0.3 area 0
      network 172.16.4.164 0.0.0.3 area 0
      network 172.16.4.168 0.0.0.3 area 0
      network 172.16.4.172 0.0.0.3 area 0
      network 172.16.4.176 0.0.0.3 area 0
      network 172.16.4.180 0.0.0.3 area 0
      network 172.16.4.184 0.0.0.3 area 0
      network 172.16.4.188 0.0.0.3 area 0
      network 172.16.4.192 0.0.0.3 area 0
      network 172.16.4.196 0.0.0.3 area 0
      network 172.16.4.200 0.0.0.3 area 0
      network 172.16.4.204 0.0.0.3 area 0
      network 172.16.4.208 0.0.0.3 area 0
      network 172.16.4.212 0.0.0.3 area 0
      network 172.16.20.184 0.0.0.3 area 0
      !
      ip forward-protocol nd
      ip route 10.0.0.0 255.0.0.0 172.16.20.186
      ip route 10.1.64.0 255.255.255.0 10.1.65.1
      ip route 10.5.64.0 255.255.255.0 10.1.65.1
      ip route 10.25.74.0 255.255.255.0 172.16.20.186
      ip route 10.64.0.0 255.255.0.0 172.16.0.11
      ip route 172.16.201.32 255.255.255.248 10.1.65.1
      ip route 172.19.0.0 255.255.255.248 172.19.0.73
      ip route 172.19.0.128 255.255.255.248 172.19.0.65
      ip route 172.19.0.144 255.255.255.248 172.19.0.65
      ip route 172.19.0.160 255.255.255.248 172.19.0.65
      ip route 172.19.0.176 255.255.255.248 172.19.0.65
      ip route 172.19.0.192 255.255.255.248 172.19.0.65
      ip route 172.19.0.208 255.255.255.248 172.19.0.65
      ip route 172.19.0.224 255.255.255.248 172.19.0.65
      ip route 172.19.0.240 255.255.255.248 172.19.0.65
      ip route 172.19.1.0 255.255.255.248 172.19.0.65
      ip route 172.19.1.16 255.255.255.248 172.19.0.65
      ip route 172.19.1.32 255.255.255.248 172.19.0.65
      ip route 172.19.1.48 255.255.255.248 172.19.0.65
      ip route 172.19.1.64 255.255.255.248 172.19.0.65
      ip route 172.19.1.80 255.255.255.248 172.19.0.65
      ip route 172.19.8.128 255.255.255.248 172.19.0.65
      ip route 172.19.8.144 255.255.255.248 172.19.0.65
      ip route 172.19.8.160 255.255.255.248 172.19.0.65
      ip route 172.19.8.176 255.255.255.248 172.19.0.65
      ip route 172.19.8.192 255.255.255.248 172.19.0.65
      ip route 172.19.8.208 255.255.255.248 172.19.0.65
      ip route 172.19.8.224 255.255.255.248 172.19.0.65
      ip route 172.19.8.240 255.255.255.248 172.19.0.65
      ip route 172.19.9.0 255.255.255.248 172.19.0.65
      ip route 172.19.9.16 255.255.255.248 172.19.0.65
      ip route 172.19.9.32 255.255.255.248 172.19.0.65
      ip route 172.19.9.48 255.255.255.248 172.19.0.65
      ip route 172.19.9.64 255.255.255.248 172.19.0.65
      ip route 172.19.9.80 255.255.255.248 172.19.0.65
      ip route 172.19.40.224 255.255.255.248 172.19.0.65
      ip route 172.19.40.232 255.255.255.248 172.19.0.65
      !

      interface GigabitEthernet0/0.3
      description Ket noi modem CT - CCT
      encapsulation dot1Q 3
      ip address 172.19.0.68 255.255.255.248
      standby 3 ip 172.19.0.66
      standby 3 priority 150
      standby 3 preempt
      standby 3 track GigabitEthernet0/1


      !
      interface Tunnel30
      ip address 172.16.20.185 255.255.255.252
      ip mtu 1464
      ip ospf authentication message-digest
      ip ospf message-digest-key 1 md5 7 083243400E110419
      ip ospf hello-interval 5
      ip ospf dead-interval 40
      tunnel source 172.19.0.66
      tunnel destination 172.19.40.226

      Bạn cần gì thêm mình sẽ post, vì cấu hình của R2 rất dài.
      Đứng yên thì sẽ bị thụt lùi...

      Comment


      • #4
        Chào bạn,

        show ip int brief R1 và R2 (xem tunnel có up chưa)
        show ip ospf interface tunnel 0 (của R1) và tunnel 30 (của R2)
        show ip ospf neighbor hai bên.
        Phạm Minh Tuấn

        Email : phamminhtuan@vnpro.org
        Yahoo : phamminhtuan_vnpro
        -----------------------------------------------------------------------------------------------
        Trung Tâm Tin Học VnPro
        149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
        Tel : (08) 35124257 (5 lines)
        Fax: (08) 35124314

        Home page: http://www.vnpro.vn
        Support Forum: http://www.vnpro.org
        - Chuyên đào tạo quản trị mạng và hạ tầng Internet
        - Phát hành sách chuyên môn
        - Tư vấn và tuyển dụng nhân sự IT
        - Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

        Network channel: http://www.dancisco.com
        Blog: http://www.vnpro.org/blog

        Comment


        • #5
          Hi bạn.

          Mình chắc chắn rằng OSPF đã hình thành, và FULL ở hai bên, nhưng nókhông ổn định. Debug trên con R1 có như sau.

          *Jul 11 03:38:32.755: OSPF: Send with youngest Key 1
          *Jul 11 03:38:32.755: OSPF: Rcv DBD from 172.16.1.248 on Tunnel0 seq 0x1981 opt 0x52 flag 0x1 len 32 mtu 1464 state EXCHANGE
          *Jul 11 03:38:32.755: OSPF: Exchange Done with 172.16.1.248 on Tunnel0
          *Jul 11 03:38:32.755: OSPF: Synchronized with 172.16.1.248 on Tunnel0, state FULL
          *Jul 11 03:38:32.755: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.1.248 on Tunnel0 from LOADING to FULL, Loading Done
          *Jul 11 03:38:32.755: OSPF: Send DBD to 172.16.1.248 on Tunnel0 seq 0x1981 opt 0x52 flag 0x0 len 32
          *Jul 11 03:38:32.759: OSPF: Send with youngest Key 1
          CCTMLI_RT01#
          CCTMLI_RT01#
          *Jul 11 03:38:34.271: OSPF: Rcv hello from 172.16.1.248 area 0 from Tunnel0 172.16.20.185
          *Jul 11 03:38:34.271: OSPF: End of hello processing
          CCTMLI_RT01#u
          *Jul 11 03:38:36.299: OSPF: Send with youngest Key 1
          *Jul 11 03:38:37.071: OSPF: service_maxage: Trying to delete MAXAGE LSA
          *Jul 11 03:38:37.319: OSPF: Rcv hello from 172.16.1.247 area 0 from Tunnel0 172.16.20.185
          *Jul 11 03:38:37.319: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.1.248 on Tunnel0 from FULL to DOWN, Neighbor Down: Adjacency forced to resetnde
          CCTMLI_RT01#undebug a
          *Jul 11 03:38:37.319: OSPF: End of hello processing
          *Jul 11 03:38:37.743: OSPF: Send with youngest Key 1
          *Jul 11 03:38:37.743: OSPF: Send hello to 224.0.0.5 area 0 on Tunnel0 from 172.16.20.186
          *Jul 11 03:38:37.743: OSPF: Rcv hello from 172.16.1.248 area 0 from Tunnel0 172.16.20.185
          *Jul 11 03:38:37.743: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.1.247 on Tunnel0 from INIT to DOWN, Neighbor Down: Adjacency forced to reset
          *Jul 11 03:38:37.743: OSPF: 2 Way Communication to 172.16.1.248 on Tunnel0, state 2WAY
          *Jul 11 03:38:37.743: OSPF: Send DBD to 172.16.1.248 on Tunnel0 seq 0x1A7D opt 0x52 flag 0x7 len 32
          *Jul 11 03:38:37.743: OSPF: Send with youngest Key 1
          *Jul 11 03:38:37.747: OSPF: End of hello processing
          *Jul 11 03:38:37.747: OSPF: Rcv DBD from 172.16.1.248 on Tunnel0 seq 0x6DB opt 0x52 flag 0x7 len 32 mtu 1464 state EXSTART
          *Jul 11 03:38:37.747: OSPF: NBR Negotiation Done. We are the SLAVE
          *Jul 11 03:38:37.747: OSPF: Send DBD to 172.16.1.248 on Tunnel0 seq 0x6DB opt 0x52 flag 0x2 len 1092
          *Jul 11 03:38:37.747: OSPF: Send with youngest Key 1
          *Jul 11 03:38:37.751: OSPF: Rcv DBD from 172.16.1.248 on Tunnel0 seq 0x6DC opt 0x52 flag 0x3 len 1092 mtu 1464 state EXCHANGE
          *Jul 11 03:38:37.755: OSPF: Send DBD to 172.16.1.248 on Tunnel0 seq 0x6DC opt 0x52 flag 0x0 len 32
          *Jul 11 03:38:37.755: OSPF: Send with youngest Key 1
          *Jul 11 03:38:37.755: OSPF: Rcv DBD from 172.16.1.248 on Tunnel0 seq 0x6DD opt 0x52 flag 0x1 len 32 mtu 1464 state EXCHANGE
          *Jul 11 03:38:37.755: OSPF: Exchange Done with 172.16.1.248 on Tunnel0
          *Jul 11 03:38:37.755: OSPF: Synchronized with 172.16.1.248 on Tunnel0, state FULL
          *Jul 11 03:38:37.755: %OSPF-5-ADJCHG: Process 1, Nbr 172.16.1.248 on Tunnel0 from LOADING to FULL, Loading Donell
          Port Statistics for unclassified packets is not turned on.
          Đứng yên thì sẽ bị thụt lùi...

          Comment


          • #6
            chào bạn bạn có thể gửi cho mình file net được không mình rất quan tâm đến vấn đề này. Maill của mình là vuthanhminh@yahoo.com. À trước mình thấy người ta hay dùng sham link cũng nghĩ đến tunel nhưng chưa bao giờ làm. Thanks
            Vũ Thanh Minh
            DT: 0915811233
            Mail: vuthahminh@yahoo.com

            Comment


            • #7
              Hi banj.

              Đây là mô hình thực tế ở văn phòng của mình, chứ không phải lab.Có bao giờ do phần cứng gây nên lỗi này kô nhỉ ?
              Đứng yên thì sẽ bị thụt lùi...

              Comment


              • #8
                Em cũng có bài test BGP cũng có phần cấu hình OSPF cho mạng frame-relay sub-int p2p thì thấy cũng có tình trạng neighbors up down liên tục hóa ra là do chưa có câu lệnh ip ospf network broadcast :( ko biết có giống vs cái này ko vì chưa học đến MPLS
                Lê Hồng Nam
                NIIT-iPMAC
                [ Add: 6rd Floor, 142 Doi Can, Hanoi, Vietnam ]
                [ CCNA-CCNP-CCIE-MITP-CEH-LINUX Training Program ]
                [ NIIT-Java-.NET-PHP&MySQL Training Program]
                Website: www.ipmac.vn

                NET YOUR WORK!

                Comment


                • #9
                  Thanks bạn. Có vẻ cách của bạn có tác dụng, mình đã áp dụng lên, và thấy ko còn up/down nữa. Để mình test thêm, rồi post lại kết quả nhé.
                  Đứng yên thì sẽ bị thụt lùi...

                  Comment


                  • #10
                    Hi all.

                    Mình đã tìm ra lỗi này và cách khắc phục, nhưng nguyên nhân thì đang hơi mập mờ. Đây là mô hình tại một cơ quan nhà nước (xin phép ko nêu tên). R1 tại tỉnh A, R2 tại Hà Nội. Ở Hà Nội, có thêm R3 và cùng với R2, hệ thống này chạy HSRP (virtual IP là 172.16.0.66). Đây chính là tunnel đích cho R1 tại tỉnh A.Tai Hà Nội, R2 được đặt priority là 150, còn R3 được đặt là 145.

                    Và có vẻ như tại tỉnh A, R1 liên tục nhận được gói tin hello cả từ 2 router nói trên. Mình khẳng định điều này là vi khi show ip os nei liên tục trên R1, thì khi INIT thì với hàng xóm là router R3, còn khi FULL thì hàng xóm lai là R2.

                    CCTMLI_RT01#sh ip os nei

                    Neighbor ID Pri State Dead Time Address Interface
                    172.16.1.247 0 INIT/ - 00:00:38 172.16.20.185 Tunnel0

                    CCTMLI_RT01#sh ip os nei

                    Neighbor ID Pri State Dead Time Address Interface
                    172.16.1.248 0 FULL/ - 00:00:39 172.16.20.185 Tunnel0

                    Các bạn có thể thấy là 2 cái Neighbor ID này khác nhau (lúc đầu mình không để ý điều này).Đến đây, cách khắc phục lỗi này chắc mọi người đã rõ, nhưng có điều mình không hiểu là tại sao con R3 lại có thể gửi gói tin hello đi được, trong khi nó đang ở chế độ Standby????Có ai cao thủ chỉ dùm xem.
                    Đứng yên thì sẽ bị thụt lùi...

                    Comment

                    Working...
                    X