两台7606之间的互联vlan为265 两台都将265宣告到ospf1中
出问题的是LKZC这台
配置如下
[LKZC_S7606]dis cu con ospf
#
ospf 1 router-id 1.1.1.35
import-route direct
area 0.0.0.0
network 172.23.254.60 0.0.0.3
network 172.23.247.24 0.0.0.3
#
interface Vlan-interface265
ip address 172.23.254.62 255.255.255.252
#
#
interface GigabitEthernet3/1/1
port link-mode bridge
description to_LK S7606
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 3 11 21 to 22 31 to 32 62 to 64 110 132 to 134 231 241 265
port trunk permit vlan 290 315 396 1901 to 1932 2009 4021
speed 1000
duplex full
dhcp-snooping trust
#
[LKZ_S7606]dis cu con ospf
#
ospf 1 router-id 1.1.1.12
import-route direct
area 0.0.0.0
network 172.23.247.20 0.0.0.3
network 172.23.254.4 0.0.0.3
network 172.23.254.60 0.0.0.3
network 172.23.254.80 0.0.0.3
#
interface GigabitEthernet3/0/22
port link-mode bridge
description to_zhangcunS7606
port link-type hybrid
undo port hybrid vlan 1
port hybrid vlan 11 21 to 22 31 to 32 62 to 64 110 132 to 133 231 241 265 290 tagged
port hybrid vlan 315 396 1906 2009 4021 tagged
qinq transparent-vlan 21 to 22 31 to 32
#
interface Vlan-interface265
description TO-LKZC
ip address 172.23.254.61 255.255.255.252
#