1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-06-29 11:19:04 +00:00
NetworkLabNotes/code/base.cfg/vty.cfg
chhan11 c4b564fa13 Code examples
Split up into bits. Moved to last chapter.
2017-06-08 20:02:24 +02:00

17 lines
261 B
INI

username lobber privilege 15 password 0 f1ndfIsh3
!
line con 0
exec-timeout 5 0
password cisconrose
logging synchronous
!
line aux
!
line vty 0 15
exec-timeout 60 0
password cisconrose
privilege level 15
logging synchronous
transport input ssh telnet
!