Advertisement
Guest User

Untitled

a guest
May 5th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. 1. cisco> enable
  2. 2. cisco# clock set 17:10:00 28 Aug 2009
  3. 3. cisco# configure terminal
  4. 4. cisco(config)# ip domain name test.dom
  5. 5. cisco(config)# crypto key generate rsa
  6. 6. cisco(config)# service password-encryption
  7. 7. cisco(config)# username user privilege 15 password 7 Pa$$w0rd
  8. 8. cisco(config)# aaa new-model
  9. 9. cisco(config)# line vty 0 4
  10. 10. cisco(config-line)# transport input ssh
  11. 11. cisco(config-line)# logging synchronous
  12. 12. cisco(config-line)# exec-timeout 60 0
  13. 13. cisco(config-line)# exit
  14. 14. cisco(config)# exit
  15. 15. cisco# copy running-config startup-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement