Cisco Packet Tracer: Uebung03
1) Whats the name of the Router?
Router
2) How much FastEthernet Ports does the Router have?
4
3) How much Gigabit Ethernet Ports does the Router have?
2
4) How much serial Ports does the Router have?
2
5) Whta is the domain for vty lines?
0-4
6) Why does the Router startup-config is not present write back?
Because no startup-config hast saved.
Terminal:
Router> enable
Router# config t ... in den Konfigurations-Modus wechseln
Router(config)# hostname R1 ... Hostname ändern
R1(config)# enable secret itsasecret ... Secret Passwort erstellen
R1(config)# line console 0 ... in Konsolen line wechseln
R1(config-line)# enable password letmein ... Passwort erstellen
R1(config-line)# login ... einloggen
R1(config-line)# exit ... zurück
R1(config)# line vty 0 4 ... in vty line wechseln
R1(config-line)# enable password cisco ... Passwort erstellen
R1(config-line)# login ... einloggen
R1(config-line)# exit ... zurück
R1(config)# service password-encryption ... Passwörter verschlüsseln
R1(config)# banner motd #Unauthorized access is strictly prohibited.# ... Nachricht des Tages erstellen
R1(config)# exit ... zurück
R1# copy running-config startup-config ... startup-config durchführen
R1# exit ... beenden
Keine Kommentare:
Kommentar veröffentlichen