Hoofdstuk 10 Flashcards
interface configuration bekijken (mode + command)
R1# show ip interface brief
R1# show ipv6 interface brief
ip routing table in ram bekijken (mode + command)
R1# show ip route
R1# show ipv6 route
Statistieken van alle interfaces bekijken (mode + command)
R1# show interface type-and-number
ip statistieken van alle interfaces bekijken (mode + command)
R1# show ip interface type-and-number
R1# show ipv6 interface type-and-number
device name instellen (mode + command)
R1(config)# hostname R1
password priviliged exec mode (mode + command)
R1(config)# enable password password
password user exec mode (mode + command)
R1(config)# line console 0
R1(config-line)# password password
R1(config-line)# login
password secure telnet en ssh (mode + command)
R1(config)# line vty 0 4
R1(config-line)# password password
R1(config-line)# login
R1(config-line)# transport input {ssh | telnet}
password encryption (mode + command)
R1(config)# service password encryption
messsage of the day (mode + command)
R1(config)# banner motd #message#
save running config (mode + command)
R1# copy running-config startup-config
interface activeren (mode + command)
R1(config)# interface type-and-number
R1(config-if)# description description-text
R1(config-if)# ip address ipv4-address subnetmask
R1(config-if)# ipv6-address ipv6-address/prefix-lenght
R1(config-if)# no shutdown