hosseinlotfi
2 posts

hi every body ..
i have a layer 3 etherchannel with 2 port on a 3560 switch and the other side of channel is the vlan interface of a layer 2 switch with 2 access interface and its working well !

so i wanna send all traffic on the first link of channel and when it goes down , all traffic dynamically send over the second link of that channel , because the second one is the worst link !

i think the "Backup Interface" may be a good solution !

can any body help me ?

thank you all .... ;)

Julio17
3 posts

Hello,

The whole purpose of Ethernet-channel is the capability to load balance and provide high availability on that link but based on your requirements the Backup feature should be used without the Ethernet-channel as this 2 cant work together,

The only thing I could remember is the use of LACP Port priority values but I am not 100 % sure about this working for you!!

Regards,

Julio

wroe
16 posts

Sounds like you should be able to use object tracking with HSRP/VRRP. You could also set static routes using the exit interface with different admin costs.

object tracking:
http://www.cisco.com/en/US/docs/ios/12_2t/12_2t15/feature/guide/fthsrptk.html#wp1027177

static routes:
ip route 1.1.1.0 255.255.255.0 g0/1 1
ip route 1.1.1.0 255.255.255.0 g0/2 200

Viewing 1 - 3 of 3

  • 1