2. Khả năng multicast đang bị hỏng một side (6500 Switch)
Ví dụ:
Khi show cấu hình:
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:
R2#debug ip ospf adj
OSPF adjacency events debugging is on
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:
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
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
Ví dụ:
Khi show cấu hình:
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:
R2#debug ip ospf adj
OSPF adjacency events debugging is on
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:
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
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