Command Reference Guide

SROS Command Line Interface Reference Guide Radius Group Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 417
server [acct-port <port number>| auth-port <port number>]
Use the server command to add a pre-defined RADIUS server to the current named list of servers. See
radius-server on page 328 for more information.
Syntax Description
acct-port
<port number>
Define the accounting port value.
auth-port
<port number>
Define the authorization port value.
Default Values
No defaults necessary for this command.
Command Modes
(config-sg-radius)# Radius Group Configuration
Usage Examples
The following example adds a server to the myServers list:
(config)#aaa group server radius myServers
(config-sg-radius)#server 1.2.3.4 acct-port 786 auth-port 1812
(config-sg-radius)#server 4.3.2.1
(config-sg-radius)#exit
(config)#
or
(config)#aaa group server radius myServers
(config-sg-radius)#server 4.3.2.1
(config-sg-radius)#exit
(config)#