Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Switch> enable
  2. Switch# conf t
  3. Switch(config)# enable secret heslo
  4. Switch(config)# line vty 0 4
  5. Switch(config-line)# password heslo
  6. Switch(config-line)# login
  7. Switch(config-line)# exit
  8. Switch(config)#int vlan 1
  9. Switch(config-if)# ip add 192.168.1.1 255.255.255.0
  10. Switch(config-if)# no shut
  11. Switch(config-if)# exit
  12. Switch(config)#hostname Jablko
  13. Switch(config)#ip domain-name spseke.sk
  14. Switch(config)#crypto key generate rsa
  15. Switch(config)# line vty 0 4
  16. Switch(config-line)# transport input ssh
  17. Switch(config-line)# login local
  18. Switch(config-line)# exit
  19. Switch(config)# username feri password jahoda
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement