cisco labs Flashcards

hone in networking skills

1
Q

which commands configures dns on a router

A

ip domain-lookup
ip name-server ip address of dns(no subnet)

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

where do you set up a management IP on a switch to manage it remotely

A

vlan of your choice

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

do you need a subnet mask when configuring dns and default gateway

A

no, not needed

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

can you ping a switch with management ip on a vlan if the vlan interface is down

A

no, vlan interface has to be up to ping other devices on the network

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

what will happen if an interface connecting two devices has two different speed and duplex settings

A

the link will remain down despite no shut command on the interfaces

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

if a switch interface connecting a router interface is up but router end is down, what happens to switch interface

A

the switch interface will remain down until router end interface is up despite no shut command.

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

name two conditions needed for cdp to work in devices

A

the interface has to be up on both sides
cdp has to be configured on that particular device/interface

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

which command configures cdp globally on a device

A

cdp run on global configuration and no cdp run to disable cdp

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

which command configures cdp on an interface

A

cdp enable on that particular interface and no cdp enable to disable

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

which commands refreshes cdp on a device

A

no cdp run then followed by cdp run

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

which commands factory resets a router or switch

A

write erase
reload

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

which command configures a router or switch to boot into the rommon prompt

A

config-register 0x2120

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

which command in rommon mode configures router or switch to ignore startup-config and reboot.

A

confreg 0x2142
reset

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

which command removes enable secret

A

no enable secret (do not copy the encrypted or password part)

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

which command enables the router to boot normally using the startup config

A

config-register 0x2102

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

which command copies running config or startup config to flash memory

A

copy run flash (remember the names in flash are case sensitive)

17
Q

which command copies start or running configuration to tftp server

A

copy run/start tftp(you will be required to give the tftp server address and name of the server)

18
Q

how to copy IOS system image from router to tftp server

A

copy flash tftp
enter source filename
enter address of tftp server
enter destination filename

19
Q

if you delete the system image in flash what will happen during your next boot up

A

boot will fail and will display a rommon prompt

20
Q

which command deletes the system image contained in flash memory

A

delete flash:c2900-universalk9-mz.SPA.151-4.M4.bin(name of file name in flash)

21
Q

what is the work of tftpdnld command in rommon mode

A

used to download and install a new cisco IOS image from the tftp server(you start the download by invoking tftpdnld on rommon, then enter the ip address, subnet mask, default gateway,tftp server address, tftp file then finish with tftpdnld, after the download is complete finish with reset command to exit rommon and boot normally

22
Q

how to use tftp server to upgrade IOS image

A

copy tftp flash(enter tftp server address and the file to which you want to upgrade to, destination on flash is same as file name)
boot system with old filename in global config
copy run start
reload(upgrade complete)

23
Q

differences between tftp and ftp

A

ftp uses port 21 while tftp uses port 69
ftp uses username and password for authentication while tftp does not support authentication
ftp encrypts data transfer while tftp does not encrypt data transfer
ftp can recover from errors while transferring while tftp does not have error recovery
ftp supports both ASCII and binary transfer modes while tftp supports only binary transfer mode
ftp supports resuming interrupted transfers while tftp does not support any transfer options