Hello,
I have 2 MIMO links from a POP to office.
Mimo-links.png
The traffic is flowing on the left link by default. Today i wanted to make some service on the link, so i tought to move traffic from left link to right link, by increasing OSPF cost (10->100) on both wlan1 and ether1 on Netmetal (bottom left)
Everything went as expected: traffic moved to link on the right.
When i wanted to put back, i changed cost back (100->10) the wlan1 and ether1 interface of Netmetal.
Traffic is started to rise on wlan1, until fulled with ~65mbps/~65mbps (in both directions).
Seems like traffic looped back.
When i disabled LDP interface and reenabled, everything runs well again as expected.
This device running ROS6.25
OSPF settings:
/routing ospf instance
set [ find default=yes ] redistribute-connected=as-type-1 router-id=172.16.247.7
/routing ospf interface
add authentication=md5 authentication-key=*** interface=wlan1 network-type=point-to-point
add authentication=md5 authentication-key=*** interface=ether1 network-type=point-to-point
/routing ospf network
add area=backbone network=172.16.244.20/30
add area=backbone network=172.16.244.12/30
/mpls ldp
set enabled=yes loop-detect=yes lsr-id=172.16.247.7 transport-address=172.16.247.7
/mpls ldp interface
add interface=wlan1
add interface=ether1
Does anyone meet with this issue? Am i misconfigured something?