Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- enable
- configure terminal
- hostname SW1
- no ip domain lookup
- service password-encryption
- enable secret cisco12345
- enable password cisco54321
- banner motd!!
- line console 0
- password ciscoconpass
- login
- logging synchronous
- exec-timeout 15 10
- exit
- line vty 0 15
- password ciscovtypass
- login
- logging synchronous
- exec-timeout 20 15
- exit
- copy running-config startup-config
- SSH
- enable
- CLOCK SET 16:00:00 8 JAN 2018
- configure terminal
- ip domain name cti-fmi.ro
- username admin privilege 15 secret adminpass1
- line vty 0 15
- transport input ssh
- login local
- exit
- crypto key generate rsa
- 1024
- ip default-gateway
- interface VLAN1
- ip address *nu DG*
- ROUTER
- enable
- configure terminal
- hostname R1
- no ip domain lookup
- service password-encryption
- security password min-length 10
- login block-for 120 attempts 3 within 10
- enable secret cisco12345
- enable password cisco54321
- banner motd
- banner login
- line console 0
- password ciscoconpass
- login
- logging synchronous
- exec-timeout 15 10
- exit
- line vty 0 15
- password ciscovtypass
- login
- logging synchronous
- exec-timeout 20 15
- exit
- copy running-config startup-config
- ssh
- enable
- CLOCK SET 10:00:00 8 JAN 2018
- configure terminal
- ip domain name cti-fmi.ro
- username admin privilege 15 secret adminpass1
- line vty 0 15
- transport input ssh
- login local
- exit
- crypto key generate rsa
- 1024
Add Comment
Please, Sign In to add comment