
aaa tacacs port
Configures the TCP/IP port used for AAA services, for all servers or for a specified server.
Syntax: [no] aaa tacacs [host hostname] port port-number
tacacs
Specifies TACACS+ as the AAA services protocol.
host
Allows the port to be configured for the specified hostname.
hostname
Specifies the DNS hostname of an AAA server.
port-number
Specifies the port number used by the authentication protocol.
Description: Use the aaa tacacs port port-number command to configure the Avici router to use the specified port for AAA services.
Use the host hostname keyword and argument to configure the Avici router to use the specified port when communicating with the specified AAA server.
Use the no aaa tacacs port port-number command to configure the Avici router to use the default port (49) for all AAA servers.
Use the no aaa tacacs host hostname port port-number to configure the Avici router to use the default port (49) when communicating with the specified AAA server.
Factory Default: Port 49.
Command Mode: Configuration.
Example 1: In the following example, the aaa tacacs port port-number command configures the TACACS+ protocol to use port 4 for AAA services:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#aaa tacacs port 4
Example 2: In the following example, the aaa tacacs host hostname port port-number command configures the TACACS+ protocol to use port 4 when communicating with AAA server aaaserver2:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#aaa tacacs host aaaserver2 port 4
Example 3: In the following example, the no aaa tacacs command configures the Avici router to use the default port for AAA services:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#no aaa tacacs port
Related Commands: aaa
aaa tacacs host
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%20commands18.html
Last Updated: 02/25/05 at 14:30:26