Implementing and Operating Cisco Collaboration Core Technologies (CLCOR) — Question 224
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.)
Answer options
- A. Switch(config)# no lldp transmit
- B. Switch# configure terminal
- C. Switch# copy running-config startup-config
- D. Switch(config)# no lldp run
- E. Switch(config)# interface GigabitEthernet1/0/1
Correct answer: B, D
Explanation
The command 'Switch# configure terminal' (B) is necessary to enter the configuration mode, allowing further command execution. The command 'Switch(config)# no lldp run' (D) effectively disables LLDP globally. The other options either do not contribute to disabling LLDP or are not relevant to the task at hand.