This post is in the category: Configurations
Posts here will mostly contain full configuration files for my own reference and will not likely not have much explanation. See posts in the Guides category for more explanational posts.
When building and tearing down Cisco network labs, I used this file to initialize switches. Feel free to try to figure out my lab passwords, they are not that secure 🙂
hostname S ! enable secret 5 $1$1hmG$Hd8XOSaocqCf1bkwarwss. username andrew privilege 15 secret 5 $1$M9GD$nUdU5IdHxDA/Ixn20MVTL0 ! ! ip domain-name lab.wellsie.net ip name-server 8.8.8.8 ! ip ssh version 2 ! ! alias exec s show ip interface brief ! no setup express ! ! line con 0 exec-timeout 600 0 password console logging synchronous login length 32 width 125 line vty 0 15 exec-timeout 60 0 password authenticate logging synchronous login local transport input telnet ssh exit ! ! crypto key generate rsa modulus 1024 end !