The radius-server authorization command configures the RADIUS authorization server.
The undo radius-server authorization command deletes the configured RADIUS authorization server.
By default, no RADIUS authorization server is configured.
radius-server authorization ip-address [ vpn-instance vpn-instance-name ] { server-group group-name | shared-key { key-string | simple simple-string } } * [ ack-reserved-interval interval ]
undo radius-server authorization ip-address [ vpn-instance vpn-instance-name ]
Parameter |
Description |
Value |
---|---|---|
ip-address |
Specifies the IP address of a RADIUS authorization server. |
The value is a valid unicast address in dotted decimal notation. |
vpn-instance vpn-instance-name |
Specifies the name of a VPN instance that the RADIUS authorization server is bound to. |
The value is a string of 1 to 31 case-sensitive characters without spaces. |
server-group group-name |
Specifies the name of a RADIUS group corresponding to a RADIUS server template. |
The value is a string of 1 to 32 case-sensitive characters without spaces. |
shared-key key-string |
Specifies the shared key in cipher text. |
The value is a string of 32 characters in cipher text, for example, %$%$m^NF$L^SO%2@^y$T`^1'|lcZ%$%$, or a string of 1 to 16 characters in plain text, for example, 1234567. |
shared-key simple simple-string |
Specifies the shared key in plain text. |
The value is a string of 1 to 16 case-sensitive characters, without spaces. By default, the key is converted to cipher text. |
ack-reserved-interval interval |
Specifies the duration for retaining a RADIUS authorization response packet. |
The value is an integer that ranges from 0 to 300, in seconds. By default, the value is 0s. |