Hoofdstuk 10 Flashcards

1
Q

interface configuration bekijken (mode + command)

A

R1# show ip interface brief

R1# show ipv6 interface brief

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ip routing table in ram bekijken (mode + command)

A

R1# show ip route

R1# show ipv6 route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Statistieken van alle interfaces bekijken (mode + command)

A

R1# show interface type-and-number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ip statistieken van alle interfaces bekijken (mode + command)

A

R1# show ip interface type-and-number

R1# show ipv6 interface type-and-number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

device name instellen (mode + command)

A

R1(config)# hostname R1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

password priviliged exec mode (mode + command)

A

R1(config)# enable password password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

password user exec mode (mode + command)

A

R1(config)# line console 0
R1(config-line)# password password
R1(config-line)# login

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

password secure telnet en ssh (mode + command)

A

R1(config)# line vty 0 4
R1(config-line)# password password
R1(config-line)# login
R1(config-line)# transport input {ssh | telnet}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

password encryption (mode + command)

A

R1(config)# service password encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

messsage of the day (mode + command)

A

R1(config)# banner motd #message#

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

save running config (mode + command)

A

R1# copy running-config startup-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

interface activeren (mode + command)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly