Skip to content

Instantly share code, notes, and snippets.

@bDrwx
Created May 5, 2016 13:54
Show Gist options
  • Save bDrwx/4b90feaaaa3dd7428dd8f1e43f1d7a1a to your computer and use it in GitHub Desktop.
Save bDrwx/4b90feaaaa3dd7428dd8f1e43f1d7a1a to your computer and use it in GitHub Desktop.
1. cisco> enable
2. cisco# clock set 17:10:00 28 Aug 2009
3. cisco# configure terminal
4. cisco(config)# ip domain name test.dom
5. cisco(config)# crypto key generate rsa
6. cisco(config)# service password-encryption
7. cisco(config)# username user privilege 15 password 7 Pa$$w0rd
8. cisco(config)# aaa new-model
9. cisco(config)# line vty 0 4
10. cisco(config-line)# transport input ssh
11. cisco(config-line)# logging synchronous
12. cisco(config-line)# exec-timeout 60 0
13. cisco(config-line)# exit
14. cisco(config)# exit
15. cisco# copy running-config startup-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment