Cisco Cisco IOS Software Release 12.4(15)XM Références techniques

Page de 130
 
  debug radius
35
Cisco Mobile Wireless Home Agent  Feature for IOS Release 12.4(15)XM2
 12.4(15)XM2
debug radius
To display information associated with RADIUS, use the debug radius command in privileged EXEC 
mode. To disable debugging output, use the no form of this command. 
debug radius [accounting | authentication | brief | elog | failover | retransmit | verbose ]
no debug radius [accounting | authentication | brief | elog | failover | retransmit | verbose ]
Syntax Description
Defaults
Debugging output in ASCII format is enabled. 
Command Modes
Privileged EXEC 
Command History
Usage Guidelines
RADIUS is a distributed security system that secures networks against unauthorized access. Cisco 
supports RADIUS under the authentication, authorization, and accounting (AAA) security system. 
When RADIUS is used on the router, you can use the debug radius command to display detailed 
debugging and troubleshooting information in ASCII format. Use the debug radius brief command for 
abbreviated output displaying client/server interaction and minimum packet information. Use the debug 
radius hex
 command to display packet dump information that has not been truncated in hex format. 
Examples
The following is sample output from the debug radius command: 
Router# debug radius 
Radius protocol debugging is on 
Radius packet hex dump debugging is off 
Router# 
00:02:50: RADIUS: ustruct sharecount=3 
00:02:50: Radius: radius_port_info() success=0 radius_nas_port=1 
accounting
(Optional) RADIUS accounting packets only
authentication
(Optional) RADIUS authentication packets only
brief
(Optional) Displays abbreviated debug output. brief Only I/O transactions 
are recorded.
elog
(Optional) RADIUS event logging. 
failover
(Optional) Packets sent upon fail-over
retransmit
(Optional) Retransmission of packets
verbose
(Optional) Include non essential RADIUS debugs
Release
Modification
11.2(1)T
This command was introduced.
12.2(11)T
The brief and hex keywords were added. The default output format became 
ASCII rather than hexadecimal.