cancel
Showing results for 
Search instead for 
Did you mean: 

Triple redundancy link

Triple redundancy link

Jakub
New Contributor
Hi, community!I have some problem with configuration redundancy on my switch. I need to set to links as a redundancy. I have links A,B,C. A is a main link whose redundancy link is B. If A and B failed i want to that link C take whole network traffic. I don't have any idea how to do this.

Thanks for help
Best regards.

12 REPLIES 12

Ok, guess I didn't have the full picture. Probably as Etherman suggested a simple diagram would be helpful.

It's good for two links but you can't set third link as a redundancy to first two

Jakub
New Contributor


I configure it by UPM profile, but i have problem with if statment

configure upm timer "timer" after 10 every 10

enable lldp ports all

conf lldp ports 1 2 advertise all-tlvs

conf upm event device-detect profile "redundancy" ports 1 2

conf upm event device-undetect profile "redundancy" ports 1 2

create upm profile redundancy:

if (($MATCH($EVENT.NAME,DEVICE-UNDETECT))==0) then

enable port 3

else

disable port 3

endif

but this if always disable port

GTM-P2G8KFN