nerdexam
Cisco

200-301 · Question #993

Refer to the exhibit. A multivendor network exists and the company is implementing VoIP over the network for the first time. Which configuration is needed to implement the neighbor discovery protocol

The correct answer is B. SW1(config)#no cdp run. In a multivendor network, Cisco Discovery Protocol (CDP) is proprietary, so disabling it is a necessary step to ensure proper neighbor discovery across different vendor equipment or to transition to a vendor-neutral protocol.

Submitted by luis.pe· Mar 5, 2026Network Access

Question

Refer to the exhibit. A multivendor network exists and the company is implementing VoIP over the network for the first time. Which configuration is needed to implement the neighbor discovery protocol on the interface and allow it to remain off for the remaining interfaces?

Exhibits

200-301 question #993 exhibit 1
200-301 question #993 exhibit 2

Options

  • ASW1(config)#lldp run
  • BSW1(config)#no cdp run
  • CSW1(contig)#lldp enable
  • DSW1(config)#no cdp enable

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    74% (20)
  • C
    4% (1)
  • D
    15% (4)

Why each option

In a multivendor network, Cisco Discovery Protocol (CDP) is proprietary, so disabling it is a necessary step to ensure proper neighbor discovery across different vendor equipment or to transition to a vendor-neutral protocol.

ASW1(config)#lldp run

`lldp run` enables LLDP globally, which is useful in a multivendor network but does not address the need to manage other discovery protocols, especially if CDP is still active globally.

BSW1(config)#no cdp runCorrect

In a multivendor network, Cisco Discovery Protocol (CDP) is a proprietary Layer 2 protocol. Disabling CDP globally with `no cdp run` ensures that only vendor-neutral discovery protocols, like LLDP, are used, aligning with the multivendor requirement and providing a foundation for selective protocol implementation.

CSW1(contig)#lldp enable

`lldp enable` is typically an interface-specific command in Cisco IOS; using it in global config context (`contig`) is syntactically questionable or incomplete for enabling LLDP globally.

DSW1(config)#no cdp enable

`no cdp enable` is an incorrect command syntax for disabling CDP globally or on an interface; the correct global command is `no cdp run`.

Concept tested: Multivendor network compatibility (CDP vs LLDP)

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/12-2_55_se/configuration/guide/scg/swcdp.html

Topics

#CDP#LLDP#Discovery Protocols#Global Configuration

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice