Unable to Log On Using Telnet or rlogin
If you cannot log on using Telnet or rlogin, perform the following steps.
Note
Rlogin is only supported on the VSP 8600 Series.
Procedure
Example
Check whether the TACACS+ server configured on the platform has the correct IP address:
Switch:1>enable Switch:1(config)#show tacacs Global Status: global enable : false authentication enabled for : cli accounting enabled for : none authorization : disabled User privilege levels set for command authorization : None Server: create : Prio Status Key Port IP address Timeout Single Source SourceEnabled Primary NotConn ****** 3 192.0.2.254 30 true 5.5.5.5 true Backup NotConn ****** 47 198.51.100.1 10 false 0.0.0.0 false
Job Aid
The following table describes the fields in the output for the show tacacs command.
Name |
Description |
---|---|
Global Status |
|
global enable |
Displays if the TACACS+ feature is enabled globally. |
authentication enabled for |
Displays which application is authenticated by TACACS+. The possibilities are CLI, web, or all. |
accounting enabled for |
Displays if accounting is enabled. You can only enable accounting for CLI. By default, accounting is not enabled. |
authorization |
Displays if authorization is enabled. |
User privilege levels set for command authorization |
Displays the privilege levels set for command authorization. When you configure command authorization for a particular level, all commands that you execute are sent to the TACACS+ server for authorization. The device can only execute the commands the TACACS+ server authorizes. The user privilege levels are:
|
Server |
|
Prio |
Displays the priority of the TACACS+ server. The switch attempts to use the primary server first, and the secondary server second. |
Status |
Displays the connection status between the server and the switch – connected or not connected. |
Key |
Displays as ****** instead of the actual key. The key is secret and is not visible. |
Port |
Displays the TCP port used to establish the connection to the server. The default port is 49. |
IP address |
Displays the IP address for the primary and secondary TACACS+ servers. |
Timeout |
Displays the period of time, in seconds, the switch waits for a response from the TACACS+ daemon before it times out and declares an error. The default is 10 seconds. |
Single |
Displays if a single open connection is maintained between the switch and TACACS+ daemon, or if the switch opens and closes the TCP connection to the TACACS+ daemon each time they communicate. The default is false, which means the device does not maintain the single open connection. |
Source Note:
Exception: only supported on VSP 8600 Series. |
Displays the fixed source IP address, if you configure one, for all outgoing TACACS+ packets. |
SourceEnabled Note:
Exception: only supported on VSP 8600 Series. |
Displays if the fixed source IP address is enabled for all outgoing TACACS+ packets. |