1
Nortel / Avaya Ethernet Switching / Re: Ip tracking in Avaya?
« Last post by alex on Today at 08:35:49 PM »In avaya stackable, if multiple routes point to a destination it will promote in routing table the best cost. In case best cost is not reachable, the second-best will be promoted and so on. This behavior is by default so you don`t have any settings.
You can load balance traffic between up to 4 static routes with same cost if you enable ECMP(license is needed)
I do not have much experience with ERS86/88xx or VSP9000 but i am 99% that the behavior is alike
You can load balance traffic between up to 4 static routes with same cost if you enable ECMP(license is needed)
Code: [Select]
ip route 56.78.0.0 255.255.255.0 12.34.0.1 10
ip route 56.78.0.0 255.255.255.0 12.34.0.1 enable
ip route 56.78.0.0 255.255.255.0 34.56.0.1 20
ip route 56.78.0.0 255.255.255.0 34.56.0.1 enable
show ip route
show ip route staticI do not have much experience with ERS86/88xx or VSP9000 but i am 99% that the behavior is alike
Recent Posts