350-801 · Question #291
350-801 Question #291: Real Exam Question with Answer & Explanation
The correct answer is B: Switch# configure terminal. To temporarily disable LLDP globally on a Cisco switch and ensure only CDP is active, the engineer must enter global configuration mode and then execute the command to turn off LLDP runtime operations.
Question
The IP phones at a customer site do not pick an IP address from the DHCP. An engineer must temporarily disable LLDP on all ports of the switch to leave only CDP. Which two commands accomplish this task? (Choose two.)
Options
- ASwitch(config)# no lldp transmit
- BSwitch# configure terminal
- CSwitch# copy running-config startup-config
- DSwitch(config)# no lldp run
- ESwitch(config)# interface GigabitEthernet1/0/1
Explanation
To temporarily disable LLDP globally on a Cisco switch and ensure only CDP is active, the engineer must enter global configuration mode and then execute the command to turn off LLDP runtime operations.
Common mistakes.
- A. The
no lldp transmitcommand disables LLDP transmission only on a specific interface, not globally across the switch. - C. The
copy running-config startup-configcommand saves the current active configuration, but it does not directly disable LLDP. - E. The
interface GigabitEthernet1/0/1command enters interface-specific configuration mode, which is not the global configuration context needed to disable LLDP entirely.
Concept tested. Disabling LLDP globally on Cisco IOS switches
Topics
Community Discussion
No community discussion yet for this question.