Cisco Cisco ASR 5000

Page of 9109
  Exec Mode Commands (D-S) 
enable radius  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
4095 
enable radius 
Enables the system to start making requests of a specific RADIUS server. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec 
The following prompt is displayed in the Exec mode: 
[local]host_name
Syntax
 
enable radius { [ charging ] [ accounting ] server ipv4/ipv6_address [ group group_name 
port 
port_number + ] } 
[ charging ] [ accounting ]
 
Specifies the type of RADIUS server to enable. 
 
accounting
: Specifies accounting servers 
 
charging
: Specifies charging servers 
 
charging accounting
: Specifies charging accounting servers 
server ipv4/ipv6_address
 
Specifies the RADIUS server by an IP address entered using IPv4 dotted-decimal or IPv6 colon-separated-
hexadecimal notation. 
port port_number
 
Specifies the port number of the RADIUS server being enabled as an integer from 0 through 65535. Default: 
1812 (authentication) 1813 (accounting) 
group group_name
 
Specifies the RADIUS group to which the server belongs as an alphanumeric string of 1 through 63 
characters. Use this option in the event that the RADIUS server belongs to multiple groups and you only want 
to disable the server within the specific group. Default: default 
Usage 
Use this command to allow the system to start making requests of a specific RADIUS server. 
Example
 
The following command enables a RADIUS accounting server with the IP address 
10.2.3.4
, the default 
accounting server port number, and in the 
Group5
 server group: 
enable radius accounting server 10.2.3.4 group Group5