Advertisement
gizmobrat

Switch Config

Oct 2nd, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. enable
  2. conf t
  3. no ip domain-lookup
  4. hostname InsideS
  5. banner motd "Switch InsideS - Do not Access without Me saying so"
  6. service password-encryption
  7. enable secret harfordenpass
  8. line vty 0 15
  9. password harfordvtypass
  10. login
  11. exit
  12. line con 0
  13. password harfordconpass
  14. exit
  15. ipv6 unicast-routing
  16. interface vlan1
  17. ipv6 add FE80::1 link-local
  18. no shutdown
  19. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement