Hi Francisco, please see an example below:
set radius server 1 1812 realm {management-access | network-access | any}
set radius enable
Where:
- management-access: This means that anyone trying to access the switch (Telnet, SSH, Local Management) has to authenticate through the RADIUS server.
- network-access: This means that all the users have to authenticate to a RADIUS server before they are allowed access to the network.
- any: Means that both management-access and network-access have been enabled.
If
realm is not specified, the any access realm will be used.
If you want to authenticate users to access the network, please specify
realm network-access