• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
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.

Announcement

Collapse
No announcement yet.

Xử lý khi OSPF Neighbor mắc kẹt INIT (phần 2)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Xử lý khi OSPF Neighbor mắc kẹt INIT (phần 2)

    2. Khả năng multicast đang bị hỏng một side (6500 Switch)

    Ví dụ: Khi show cấu hình:

    Code:
    R2#show ip ospf neighbor
    
          ( Neighbor ID Pri State Dead Time Address Interface 131.108.2.1 1 x INIT/- 00:00:33 131.108.1.1 FastEthernet0/0 )
    Giải pháp:

    Để khắc phục vấn đề này, vô hiệu hóa các bộ lọc giao thức trên Switch 6500 như sau: CAT6k(enable) set protocolfilter disable

    3. Xác thực được kích hoạt chỉ ở một side

    + Ví dụ:

    Khi show cấu hình:

    Code:
                       R2#debug ip ospf adj
    
                              OSPF adjacency events debugging is on
    Code:
                       R2# OSPF: Rcv pkt from 131.108.1.1, Ethernet0 : Mismatch Authentication type. Input packet specified type 0, we use type 1
    Giải pháp:

    Để khắc phục vấn đề này, cho phép xác thực của cả hai bên và xác định chính xác thực của cả hai bên.

    Cấu hình:

    Code:
               R2# interface Ethernet0
    
                      ip address 131.108.1.2 255.255.255.0
    
                      ip ospf authentication-key cisco
    
                      router ospf 1
    
                      network 131.108.1.0 0.0.0.255 area 1 area 1 authentication
    Code:
               R1# interface Ethernet0
    
                      ip address 131.108.1.1 255.255.255.0
    
                      ip ospf authentication-key cisco
    
                     router ospf 1
    
                     network 131.108.1.0 0.0.0.255 area 1 area 1 authentication
    Nguyễn Minh Hải – VnPro
    Phan Trung Tín
    Email: phantrungtin@vnpro.org
    .
Trung Tâm Tin Học VnPro
149/1D Ung Văn Khiêm, P.25, Q.Bình Thạnh, Tp.HCM
Tel: (028) 35124257 (028) 36222234
Fax: (028) 35124314

Home Page: http://www.vnpro.vn
Forum: http://www.vnpro.org
Twitter: https://twitter.com/VnVnpro
LinkedIn: https://www.linkedin.com/in/VnPro
- 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

Videos: http://www.dancisco.com
Blog: http://www.vnpro.org/blog
Facebook: http://facebook.com/VnPro
Zalo: https://zalo.me/1005309060549762169
​​​​​​
Working...
X