Please enable JavaScript.
Coggle requires JavaScript to display documents.
Telnet (transport prefferred none (if you enter a command incorrectly at…
Telnet
transport prefferred none
if you enter a command incorrectly at the EXEC prompt, the software does not attempt to make a Telnet connection to a host that it cannot find.
line vty 0
rotary 1
Configures vty 0 to listen for telnet at port 3001
refuse-message c Sorry, line busy c
Message displayed when the terminal line is busy
vacant-message c Welcome to IOS c
Message displayed when the terminal line is idle
ip netmask-format hexadecimal
IP netmasks are displayed using hex numbers.
absolute-timeout 5
A user is not able to hold the line busy for more than 5 mins
session-timeout 1
Sessions initiated from a VTY line timeout in 1 min
exec-timeout 2 0
Exec sessions on a VTY line timeout after 2 mins of inactivity
lockable
Allows a user to lock the VTY terminal
length 20
Terminal length is set to no more than 20 lines