Cisco Router & Switch Basics Flashcards

1
Q

Command: Configure IP address on SVI - 192.168.0.10/24 & Configure default gateway of 192.168.0.1

A
Interface vlan 1
ip address 192.168.0.10 255.255.255.0
no shutdown
exit
ip default-gateway 192.168.0.1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Command: Set duplex to full and speed to 100 Mbps on interface FastEthernet0/1

A

Interface f0/1
Duplex full
speed 100
End

show interface f0/1

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

Command: Enable & Disable CDP Globally

A

Enable:
cdp run

Disable:
no cdp run

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

Command: Disable CDP at the interface level

A

No cdp enable

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

Command: Verify CDP info & CDP neighbor info

A

show cdp
show cdp neighbors
show cdp neighbors detail

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

CDP vs. LLDP: LLDP Differences

A

Depending on switch version, may be disabled by default
Only supported on physical interfaces (CDP can be on virtual too)
Can only discover up to one device per port
Can discover Linux servers

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

Command: Enable/Disable LLDP Globally

A

Enable:
lldp run

Disable:
no lldp run

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

Command: Disable LLDP at the Interface level

A

no lldp transmit

no lldp receive

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

Command: Verify LLDP & LLDP Neighbors

A

show lldp
show lldp neighbors
show lldp neighbors detail

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

Command: View info on all interfaces

A

show ip interface brief

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

Interface Output: Administratively down

A

Interface is turned off. Enabled using “no shutdown”

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

Interface Output: Down/Down

A

Layer 1 issue

Check interface is cabled at both ends & device on the other side is powered on

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

Interface Output: Up/Down

A

Layer 2 issue

Check interface configuration matches on both sides

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

Command: Verify speed/duplex settings on FastEthernet0/1

A

show interface f0/1

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