CN - Commands Flashcards

(47 cards)

1
Q

Switch>

A

Standaard prompt bij het openen van een switch

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

Switch> ?

A

Toont alle mogelijke commando’s

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

Switch> enable

A

Schakelen naar een privileged user

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

Switch# show running-config

A

Toont de huidige configuratie waarmee het toestel draait.(opgeslagen in RAM)

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

Switch# copy running-config startup-config

A

Kopieert de running config naar de startup config

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

Switch# show startup-config

A

Toont de opgeslagen configuratie waarmee het toestel draait.

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

Switch# disable

A

Terugschakelen van privilege exec mode naar gebruiker exec mode

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

Switch# configure terminal

A

Omschakelen naar global configuration mode

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

Switch(config)# exit

A

terugkeren naar 1 niveau lager

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

Switch(config)# end

A

terugkeren naar privilege exec mode (ook via CTRL + Z)

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

Switch(config)# hostname

A

Wijzigt de naam van een switch

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

S(config)# interface FastEthernet 0/1

A

Gaat in interface configuratie mode op interface FastEthernet 0/1

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

S(config)# line console 0

A

Gaat in line configuratie mode op console kabel 0

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

S(config)# line vty 0-15

A

Gaat in line configuratie mode voor de vty lijnen 0 tot en met 15

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

S(config)# enable secret ditIsMijnPassw

A

Stelt een geencrypteerd passwoord in (= ditIsMijnPassw) op enable (privileged user)

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

S(config)# line console 0 S(config-line)# password ditIsMijnPassw S(config-line)# login

A

Stelt een zichtbaar passwoord in (= ditIsMijnPassw) op een communicatielijn (console)

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

S(config)# service password-encryption

A

Encrypteerd alle ingestelde passwords. (nieuwe passwoorden niet, moeten opnieuw gebeuren)

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

S# show ip

A

Toont ip informatie van de interfaces

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

S# show interfaces

A

Toont details van de interfaces

20
Q

S# show ip interface brief

A

Toont beknopte samenvatting van de interfaces

21
Q

S# reload

A

Leest startup config opnieuw in

22
Q

S# erase startup-config

A

Startup config verwijderen

23
Q

S(config)# interface vlan 1 S(config-if)# ip address 10.0.0.1 255.255.0.0 S(config-if)# no shutdown

A

Instellen van een ip adres voor de switch. No shutdown zorgt ervoor dat de switch aan zal staan

24
Q

S(config)# ip default-gateway 10.0.0.9

A

Instellen van de default gateway

25
S(config)# banner motd #mijn banner#
Instellen message of the day
26
S(config-interface)# description ip address for conf
Geeft een beschrijving aan de interface
27
S(config)# username root password root
instellen van gebruiker root met passwoord root
28
S(config-line)# transport OPTIONS OPTIONS:
instellen uitgaand/inkomend verkeer voor verschillende protocollen
29
S(config)# interface gigabitethernet 0/0/0 S(config-if)# ipv6 address 2001:db8:acad:1::1/64 S(config-if)#no shutdown
instellen van een GUA ipv6 adres en de interface inschakelen
30
S(config)# interface gigabitethernet 0/0/0 S(config-if)# ipv6 address fe80::1:1 link-local S(config-if)#no shutdown
instellen van een LLA ipv6 adres en de interface inschakelen
31
S(config)# ipv6 unicast-routing
Schakel ipv6 op de router in
32
S# show cdp neighbors detail
Toont het ip adres van elk 'buurtoestel"
33
S# debug
Commando gebruikt om te debuggen (log berichten lokaal weergeven)
34
S# undebug all
Stoppen met debuggen
35
S# terminal monitor
Commando gebruikt om te weergeven van log berichten (remote)
36
S# terminal no monitor
Stoppen met het weergeven van logs
37
`mdix auto`
inschakkelen van auto-mdix (in interface configuratie)
38
`route print`
Printen pc routering tabellen
39
`netstat -r`
Printen pc routering tabellen
40
`netstat`
Geeft open verbinding weer, en welk protocol gebruikt wordt
41
`show ip route`
Toont de router zijn IPv4 routerings tabel
42
`show ip arp`
Toont de arp tabel op cisco switches
43
`arp -a`
Toont de arp tabel op windows pc
44
`nslookup`
opent prompt om een dns lookup te doen
45
`ipconfig /release`
ip adress geconfigureerd door dhcp vrijgeven
46
`ipconfig /renew`
Host nieuw ip adres doen verkregen via dhcp
47
`ipconfig /displaydns`
DNS entries op windows pc weergeven