Backup – Enterasys Networks X-Pedition XSR CLI User Manual

Page 649

Advertising
background image

AAA Method Commands

XSR CLI Reference Guide 16-105

Syntax

auth-port port-number

Syntax of the “no” Form

The no form of this command resets to the default port number ‐ 1645:

no auth-port

Default

The default authorization port number is 1645.

Mode

AAA Method configuration: 

XSR(aaa-method-radius)#

Example

The following example resets the UDP authentication port to 5000:

XSR(config)#aaa method radius sbr default
XSR(aaa-method-radius)#auth-port 5000

backup

This command creates a name for a backup RADIUS server. The RADIUS backup method does 
not permit loops. That is, method 1 can have a backup method 2 but its backup method 3 cannot 
back up method 1. Be aware that when the primary RADIUS server fails and AAA switches to the 
backup, use of the primary server will not automatically be restored when it comes back on line. 
You must manually restart the primary server with the

aaa method radius

 command.

Syntax

backup name

Syntax of the “no” Form

The no form of this command deletes the backup RADIUS server:

no backup name

Mode

AAA Method configuration: 

XSR(aaa-method-radius)#

Example

The following example specifies Radius2 as the backup server name:

XSR(config)#aaa method radius sbr default
XSR(aaa-method-radius)#backup Radius2

port-number

Port number for authentication requests, ranging from 0 to 10,000.

name

Designation of the backup RADIUS server.

Advertising