Discovering the number of VTY ports
ednard
Member Posts: 75 ■■□□□□□□□□
in CCNA & CCENT
Can anyone tell me which command, if any, I can use to discover how many VTY ports are on the switch I'm configuring?
Thank you.
Thank you.
Comments
-
Gngogh Member Posts: 165 ■■■□□□□□□□Hi, if you do show run you will see at the of the running config the number of ports,
!
line con 0
!
line vty 0 4
login
line vty 5 15
login
!
!
end -
Dyasis Member Posts: 97 ■■□□□□□□□□and if your lazy
sh run | i vty
which will only include the lines with vty -
Dieg0M Member Posts: 861sh line is more useful as it will show you information on all your vty sessions.Follow my CCDE journey at www.routingnull0.com