
aaa host
Defines up to 5 AAA servers.
Syntax: [no] aaa {tacacs | radius} host hostname
tacacs
Specifies TACACS+ as the protocol when communicating with this host.
radius
Specifies RADIUS as the protocol when communicating with this host.
hostname
Specifies the DNS hostname or IP address of an AAA server.
Description: AAA services operate on the Avici router as a client to a host operating as an AAA server. You can configure up to 5 hosts as AAA servers.
Use the aaa {tacacs | radius} host hostname command to configure the specified host as an AAA server using the specified protocol. Repeat the command up to 5 times to configure up to 5 hosts.
Use the no aaa {tacacs | radius} host hostname command to delete the specified host as an AAA server.
Factory Default: None.
Command Mode: Configuration.
Example 1: In the following example, the aaa tacacs host commands configure 2 hosts as AAA servers using the TACACS+ protocol, and the show aaa command displays the configuration:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#aaa tacacs host aaaserver1
router(config)#aaa tacacs host aaaserver2
router(config)#end
router#show aaa
AAA service:ENABLED
AAA protocol:TACACS+
AAA accounting:ENABLED
AAA server search policy:Round-Robin
AAA source interface:loopback 0
AAA server timeout:5 seconds
AAA Server retransmit attempts:2
AAA Server 1:
Hostname: aaaserver1
TCP/IP port: 49
Priority: primary
AAA Server 2:
Hostname: aaaserver2
TCP/IP port: 49
Priority: unspecified
Example 2: In the following example, the no aaa tacacs host command deletes a host as an AAA server using the TACACS+ protocol:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#no aaa tacacs host aaaserver1
Related Commands: aaa
aaa accounting
aaa priority
aaa last-resort
aaa optional-password
aaa policy
aaa tacacs port
show aaa
Copyright © 2005
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: AAA%20commands.fm
HTML File Name: AAA%20commands5.html
Last Updated: 02/25/05 at 14:30:26