...
Note: These configurations are just used for illustration. Ensure that the CLIs you use are compatible with the version of PICOS PicOS being used.
# TACACS+ configurations set system aaa tacacs-plus disable false # SNMP ACL configurations set system snmp-acl network 192.168.1.0/24 # NAC configurations # Provide the RADIUS server connection information set protocols dot1x aaa radius authentication server-ip <Radius server IP> shared-key "<Key>" # Configure the access profile set protocols dot1x aaa radius nas-ip <switch management IP> # Configure a RADIUS dynamic authorization client from which the switch accepts the Change of Authorization (CoA) messages set protocols dot1x aaa radius dynamic-author client <Radius server IP> shared-key "<key>" # Configure Server Priority set protocols dot1x aaa radius authentication server-ip <Radius server IP> priority [1|2] |
---|