Hello List,
I stuck with a problem on a Extreme Networks Feature.
Have we some Extreme Networks specialists here ?
I try to connect two Extreme Switches together and activate the ESRP (Extreme Standby Router Protocol) Feature. It is a very nice feature and it works of course. But the main problem if one node dies the other systems goes into neutral mode. And not in master mode ...strange maybe i have missed something...
I attached my sample config for ESRP The port 29 is the cross link between the two switches.
maybe someone out there can give me a hint.
thanks a lot
cu
Michael
--> Configs:
Switch A: ------------ create vlan "ESRPMASTER" configure vlan ESRPMASTER tag 3000 configure vlan ESRPMASTER add ports 29 tagged configure vlan ESRPMASTER ipaddress 14.14.14.1 255.255.255.252
create vlan "KUNDEZ" configure vlan KUNDEZ tag 3333 configure vlan KUNDEZ add ports 29,2 tagged configure vlan KUNDEZ ipaddress 12.12.12.1 255.255.255.252
create esrp HACUST configure esrp HACUST priority 100 configure esrp HACUST add master ESRPMASTER configure esrp HACUST election-policy sticky > ports > weight > track > priority > mac enable esrp HACUST configure esrp HACUST add member KUNDEZ
Switch B: ------------
create vlan "ESRPMASTER" configure vlan ESRPMASTER tag 3000 configure vlan ESRPMASTER add ports 29 tagged configure vlan ESRPMASTER ipaddress 14.14.14.1 255.255.255.252
create vlan "KUNDEZ" configure vlan KUNDEZ tag 3333 configure vlan KUNDEZ add ports 2, 29 tagged configure vlan KUNDEZ ipaddress 12.12.12.1 255.255.255.252
create esrp HACUST configure esrp HACUST add master ESRPMASTER configure esrp HACUST election-policy sticky > ports > weight > track > priority > mac enable esrp HACUST configure esrp HACUST add member KUNDEZ