CCNA new (Fach) / Netzwerk (Lektion)
In dieser Lektion befinden sich 12 Karteikarten
CCNA Review
Diese Lektion wurde von Marc76x8 erstellt.
Diese Lektion ist leider nicht zum lernen freigegeben.
- Delete whole Configuration erase startup-config
- Change to privilige mode > enable
- set password for privilage mode (config)# enable secret <password>
- Set telnet password (config)# line vty 0 4(config-line)# password <password>(config-line)# login
- Password for console (config)#line console 0(config-line)#login(config-line)#password <password>
- create banner banner motd )text)
- Change name (config)# hostname <hostname>
- Status Message in separate line (config)# line console 0(config-line)#logging syncronous (config)# line vty 0 4(config-line)#logging synchronous
- disable auto logout (config)#line con 0(config-line)#no exec-timeout
- do not do a dns resolution (config)#no ip domain-lookup
- set ip address (config-if)#ip address <ip> <subnet>
- Set default gateway (config)# ip default gateway <ip>
