CN - Commands Flashcards

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
Q

S(config)# banner motd #mijn banner#

A

Instellen message of the day

26
Q

S(config-interface)# description ip address for conf

A

Geeft een beschrijving aan de interface

27
Q

S(config)# username root password root

A

instellen van gebruiker root met passwoord root

28
Q

S(config-line)# transport OPTIONS OPTIONS:

A

instellen uitgaand/inkomend verkeer voor verschillende protocollen

29
Q

S(config)# interface gigabitethernet 0/0/0 S(config-if)# ipv6 address 2001:db8:acad:1::1/64 S(config-if)#no shutdown

A

instellen van een GUA ipv6 adres en de interface inschakelen

30
Q

S(config)# interface gigabitethernet 0/0/0 S(config-if)# ipv6 address fe80::1:1 link-local S(config-if)#no shutdown

A

instellen van een LLA ipv6 adres en de interface inschakelen

31
Q

S(config)# ipv6 unicast-routing

A

Schakel ipv6 op de router in

32
Q

S# show cdp neighbors detail

A

Toont het ip adres van elk ‘buurtoestel”

33
Q

S# debug

A

Commando gebruikt om te debuggen (log berichten lokaal weergeven)

34
Q

S# undebug all

A

Stoppen met debuggen

35
Q

S# terminal monitor

A

Commando gebruikt om te weergeven van log berichten (remote)

36
Q

S# terminal no monitor

A

Stoppen met het weergeven van logs

37
Q

mdix auto

A

inschakkelen van auto-mdix (in interface configuratie)

38
Q

route print

A

Printen pc routering tabellen

39
Q

netstat -r

A

Printen pc routering tabellen

40
Q

netstat

A

Geeft open verbinding weer, en welk protocol gebruikt wordt

41
Q

show ip route

A

Toont de router zijn IPv4 routerings tabel

42
Q

show ip arp

A

Toont de arp tabel op cisco switches

43
Q

arp -a

A

Toont de arp tabel op windows pc

44
Q

nslookup

A

opent prompt om een dns lookup te doen

45
Q

ipconfig /release

A

ip adress geconfigureerd door dhcp vrijgeven

46
Q

ipconfig /renew

A

Host nieuw ip adres doen verkregen via dhcp

47
Q

ipconfig /displaydns

A

DNS entries op windows pc weergeven