Command Manual – AAA&RADIUS&HWTACACS
H3C S3610&S5510 Series Ethernet Switches
Chapter 1 AAA & RADIUS & HWTACACS
Configuration Commands
1-40
Related command:
radius scheme
,
state
,
local-server enable
Example
# Set the IP address of the network access server allowed by the local RADIUS
authentication server to 10.110.1.2 and the shared key to aabbcc.
<Sysname> system-view
[Sysname] local-server nas-ip 10.110.1.2 key aabbcc
1.2.9 nas-ip
Syntax
nas-ip
ip-address
undo nas-ip
View
RADIUS scheme view
Parameter
ip-address
: Source IP address for RADIUS packets, an IP address of this device. This
address can neither be an all-zero address, class D address or loopback address.
Description
Use the
nas-ip
command to set the source IP address used by the switch to send
RADIUS packets.
Use the
undo nas-ip
command to remove the source IP address setting.
By default, the IP address of the outbound interface is used as the source IP address of
the packet.
Note:
The
nas-ip
command in RADIUS scheme view has the same function as the
radius
nas-ip
command in system view; and the priority of configuration in RADIUS scheme
view is higher than in system view.
You can specify the source IP address used to send RADIUS packets to prevent the
unreachability of the packets returned from the server due to physical interface trouble.
It is recommended to use the loopback interface address as the source IP address.
Related command:
radius nas-ip
.