mac

415
the information of all kinds of event generated in the operation process of Radius protocol,
which might help diagnose the cause of faults if there is any.
Example: Enable the debug information of aaa about events.
Switch#debug aaa detail event
30.8 debug aaa error
Command: debug aaa error
no debug error
Function: Enable the debug information of aaa about errors; the no operation of this
command will disable that debug information.
Parameters: None.
Command Mode: Admin Mode.
Usage Guide: By enabling the debug information of aaa about errors, users can check
the information of all kinds of errors that occurs in the operation process of Radius
protocol, which might help diagnose the cause of faults if there is any.
Example: Enable the debug information of aaa about errors.
Switch#debug aaa error
30.9 radius nas-ipv4
Command: radius nas-ipv4 <ip-address>
no radius nas-ipv4
Function: Configure the source IP address for RADIUS packet sent by the switch. The
no radius nas-ipv4command deletes the configuration.
Parameter: <ip-address> is the source IP address of the RADIUS packet, in dotted
decimal notation, it must be a valid unicast IP address.
Default: No specific source IP address for RADIUS packet is configured, the IP address
of the interface from which the RADIUS packets are sent is used as source IP address of
RADIUS packet.
Command mode: Global Mode.
Usage guide: The source IP address must belongs to one of the IP interface of the switch,
otherwise an failure message of binding IP address will be returned when the switch send
RADIUS packet. We suggest using the IP address of loopback interface as source IP
address, it avoids that the packets from RADIUS server are dropped when the interface
link-down.
Example: Configure the source ip address of RADIUS packet as 192.168.2.254.