I just have one small issue. I have Radius auth working for switch ports using the following commands for port 19:
aaa port-access authenticator 19
aaa port-access authenticator 19 client-limit 4
aaa port-access mac-based 19
aaa port-access mac-based 19 addr-limit 32
aaa port-access 19 critical-auth voice-vlan
aaa port-access 19 critical-auth data-vlan
aaa port-access 19 auth-priority mac-based authenticator
aaa port-access 19 auth-order authenticator mac-based
However, if I want to remove the configs all are successfully being removed except:
aaa port-access mac-based 19 addr-limit 32
Can you please let me know how to remove? Is it that it can't be removed?
Everything works, its just when I run command: show run int 19, I still see aaa port-access mac-based 19 addr-limit 32 under the port config.
Any assistance would be greatly appreciated.