Hello.
I'm new in Extreme and want to know more about ELRP configuration.
- I have some x440 swtches in network.
- Some switches can places nearly one to another.
- Users can create loop between access ports of two nearly switches.
- How to prevent this?
I have next simple scenario:
On sw-1 with loop on ports 1 and 5 which placed in one vlan, elrp work fine.
On sw-2 with loop on ports 1 and 20 which placed in different vlans, elrp does not work. How i must to configure elrp in this case?
And finally - how i must to configure ELRP on sw-1 and sw-2 to detect loop between access ports of switches, if they placed in different vlans on this switches.
Should i use vlan 30 (voice vlan) for this purposes, or maybe use only RSTP with edge and restrict settings for access ports?
ELRP config :
sw-1:
enable elrp-client
сonfigure elrp-client periodic VLAN_0010 ports 1-14 log disable-port egress permanent
сonfigure elrp-client periodic VLAN_0020 ports 15-50 log disable-port egress permanent
sw-2:
enable elrp-client
сonfigure elrp-client periodic VLAN_0010 ports 1-14 log disable-port egress permanent
сonfigure elrp-client periodic VLAN_0020 ports 15-50 log disable-port egress permanent
Please help.