The following five commands all achieve the same resultthe attempt to connect remotely to the router named paris at IP address 172.16.20.1.
Paris> | As long as vty password is set. See Caution following this table |
| | |
Paris>exit | Terminates the Telnet session |
Denver> | |
| | |
Paris>logout | Terminates the Telnet session |
Denver> | |
Paris> , release, then press  | Suspends the Telnet session, but does not terminate it |
Denver> | |
| | |
Denver> | Resumes the connection to paris |
Paris> | |
Denver>resume | Resumes the connection to paris |
Paris> | |
| | |
Denver>disconnect paris | Terminates the session to paris |
Denver> | |
| | |
Denver#show sessions | Displays connections you opened to other sites |
Denver#show users | Displays who is connected remotely to you |
Denver#clear line x | Disconnects remote user connected to you on line x
|
Line number is listed in the output gained from the show users command |
Denver(config)#line vty 0 4 | |
Denver(config-line) session-limit x | Limits the number of simultaneous sessions per vty line to x amount |
Caution:
A device must have two passwords for a remote user to be able to make changes to your configuration:
Without the enable or enable secret password, a remote user will only be able to get to user mode, not to privileged mode. This is extra security.