Navigation and info commands Flashcards

1
Q

How do you navigate to a loopback?

A

()interface loopback0

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

What command enables an interface?

A

no shutdown

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

what command adds an IP address to an interface?

A

(if)ip address 1.1.1.1 2.2.2.2

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

How do you add a description to an interface?

A

(if)description NAME

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

How do you navigate to a vlan?

A

()vlan 10

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

How do you configure a range of ports simultaneously?

A

()interface range FastEthernet0/0-5

Add ‘range’, and a -N.

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

How do you view specific info in the running configuration?

A

show run | section ospf/vlan/etc

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

How do you view the routing table?

A

show ip route

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

How do you view the routing database?

A

show ip ospf database

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

How do you view what interfaces have a specific routing protocol enabled?

A

show ip ospf

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

How do you view the protocol information for a router?

A

show ip protocols

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

What command would you use to view the layer 3 settings for an interface?

A

Show ip interface brief

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

What command would you use to view the arp table?

A

Show arp

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

What command would you use to view the mac table?

A

Show mac address-table

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

What command would you use to view offline/online interfaces?

A

Show interface

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

how do you factory reset a router?

A

()write erase

reload

17
Q

How do you view the local storage of a device?

A
#more flash
#sh flash
18
Q

How do you view neighbors of a device?

A
()cdp run
#sh cdp neighbor detail
19
Q

How do you invoke the system configuration wizard?

What is important to know about setup wizard?

A
#setup
It does not setup default gateway, it must be manually configured with ip default-gateway 1.1.1.1
20
Q

How do you view the startup config?

A

show startup-config

21
Q

How would you copy a file name cat.txt from flash to an tftp server?

A

copy flash nftp:cat.txt