Configuring the RADIUS Local IP Address and NAS ID
Use the following configuration statements to set the local RADIUS address and network access server (NAS ID):
slotnumber
sae radius {local-addresslocal-address
; local-nas-idlocal-nas-id
;}To set the local RADIUS address and NAS ID:
- From configuration mode, access the SAE RADIUS configuration. This configuration is under the slot 0 hierarchy.
[edit]user@host#edit slot 0 sae radius
- Configure the local IP address that the SAE uses to communicate with RADIUS servers.
[edit slot 0 sae radius]user@host#
set local-address
local-address
- Configure the NAS ID that identifies the SAE when it sends RADIUS authentication and accounting records. Typically, the NAS ID is the name of the SAE host.
[edit slot 0 sae radius]user@host#
set local-nas-id
local-nas-id
- (Optional) Verify your configuration.
[edit slot 0 sae radius]user@host#show
local-address 10.10.4.20;local-nas-id SAE.host1;