09-14-2020 03:49 PM
Hello,
we are looking for what is called MAC-Locking on EXOS on ERS (4950).
Can anyone help?
Thank you.
09-28-2020 04:54 PM
S.A.,
To have a similar behaviour you could enable the EAPOL on your port and on the EAPOL advanced tab go for the Non-EAP MAC:
There you can add the MACs you want.
Here the CLI commands for the port 1/13:
enable
configure terminal
!
eapol multihost allow-non-eap-enable
eapol multihost auto-non-eap-mhsa-enable
eapol multihost non-eap-phone-enable
!
interface Ethernet ALL
eapol multihost port 13 allow-non-eap-enable non-eap-mac-max 3 eap-enable non-eap-phone-enable
eapol multihost non-eap-mac port 1/13 66:55:33:44:22:11
!
eapol port 13 re-authentication-period 60 quiet-interval 30 max-request 10
exit
!
eapol enable
Mig
09-14-2020 04:30 PM
Hello Sam, thank you for sharing - but we are looking for the MAC-locking feature for ERS switches...Software Build: 7.8.1.055.
Exos works fine …
Any idea?
09-14-2020 04:02 PM
Hello, this article should cover how to set up MAC-locking for an EXOS device: https://extremeportal.force.com/ExtrArticleDetail?n=000003521&q=%3C%40-%20MAC-Locking%20on%20EXOS%20...