Advertisement
Guest User

Cisco Commands

a guest
Apr 25th, 2017
806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Cisco 2950 configuration commands
  2.  
  3. enable
  4. configure terminal
  5. hostname AL-NET-RB
  6. banner motd #No unauthorised access#
  7. enable secret cisco
  8. line console 0
  9. password cisco
  10. login
  11. exit
  12. service password-encryption
  13. ip domain-name albury.globex
  14. crypto key generate rsa 1024
  15. username Admin password cisco
  16. line vty 0 15
  17. transport input ssh
  18. login local
  19. exit
  20. interface vlan 1
  21. ip address 10.0.10.5 255.255.252.0
  22. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement