Между DXS-3326GSR Cat3750 настроены 2 влана и подняты две OSPF сессии
Когда кладу один влану - все работает отлично, поднимаю оба - начинаются метания между маршрутами, на циске выставил ip ospf cost 50 на длинке metric 50 - не помогло, все равно туда-сюда переключается.
Циска:
router ospf 200
log-adjacency-changes
redistribute connected subnets
redistribute static subnets
network х.х.х.24 0.0.0.3 area 0
default-information originate always
!
router ospf 300
log-adjacency-changes
redistribute connected subnets
redistribute static subnets
network х.х.х.28 0.0.0.3 area 0
default-information originate always
Длинк:
config ospf ipif System area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40
config ospf ipif System authentication none metric 1 state disable
config ospf ipif p2p1Cat3750 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40
config ospf ipif p2p1Cat3750 authentication none metric 1 state enable
config ospf ipif p2p2Cat3750 area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40
config ospf ipif p2p2Cat3750 authentication none metric 50 state enable
config ospf router_id 10.160.144.1
enable ospf
sh ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
10.160.144.1 1 FULL/BDR 00:00:38 х.х.х.30 Vlan8
10.160.144.1 1 FULL/BDR 00:00:38 х.х.х.26 Vlan7
Прошивка 4.50-B08. Как все-таки заставить не менять маршрут пока работает текущий?
|