Configure LLDP Flashcards

1
Q

Show LLDP timer values

A

show lldp

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

Enable LLDP globally

A

(config)#lldp run

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

What are the LLDP timers

A
  1. Advertisement - How often LLDP messages are sent
  2. Hold time - How long an LLDP neighbor entry is kept without receiving a LLDP message
  3. Reinitialisation delay - How long to delay sending LLDP messages when LLDP is enabled
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Show devices that are connected in LLDP

A

show lldp neighbors
show lldp neighbors detail

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

Show information about interfaces that LLDP is running on

A

show lldp interface

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

Change the LLDP advertisement interval (sending interval) to 10 seconds

A

(config)# lldp timer 10

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

Change the LLDP hold time to 20 seconds

A

(config)# lldp holdtime 20

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

Enable LLDP transmission on an inteface

A

(config-if)# lldp transmit

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

Enable LLDP reception on an interface

A

(config-if)# lldp receive

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

Show LLDP information for interface FastEthernet 0/1

A

show lldp interface fa0/1

Will only tell you if it’s enabled (Tx,Rx) on the interface will not tell you what neighbor is connected to the interface.

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

Show LLDP information for a specific neighbor connected on FastEthernet 0/1

A

show lldp neighbor fa0/1

You can’t specify a neighbor with a hostname in LLDP. You can only check interfaces local to the device and it will tell you information about the neighbor connected to it.

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