Hello,
I am trying to set MAC-address limits on guest ports, but I do not want to statically enter the MAC Addresses as they will always change over time. The only thing I want to do is limit the port to allowing 3 MAC addresses, and if it detects more (such as somebody connects a switch), then it would disable it.
I was trying to configure as follows:
port-security 1-28 address-limit 3 action send-disable
but I get an error message about it being in a continuous learning state. Which learning state would I need to use in this instance? Would it be limited-continuous?
Thanks,
J