config security radius

Prev Next

Commands for configuring RADIUS.


config security radius host

config security radius host <IP address>

Example output:

[Wed Dec 18 07:00:51 2024] > config security radius host 192.168.255.255
[Wed Dec 18 07:00:52 2024] Changes made successfully.

Note:

  • Multiple addresses, separated by whitespace, can be given using double quotation marks, e.g. config security radius host "192.168.255.254 192.168.255.255".


config security radius protocol

config security radius protocol <protocol>

Example output:

[Wed Dec 18 07:01:08 2024] > config security radius protocol PPP
[Wed Dec 18 07:01:09 2024] Changes made successfully.

Note:

  • Use config security radius protocol "" to unset the protocol. Be aware that single quotation marks cannot be used in place of double quotation marks.


config security radius secret

config security radius secret <string>

Example output:

[Wed Dec 18 07:01:22 2024] > config security radius protocol "hello world"
[Wed Dec 18 07:01:23 2024] Changes made successfully.

Note:

  • Use config security radius protocol "" to unset the secret. Be aware that single quotation marks cannot be used in place of double quotation marks.