An enterprise branch location is deploying factory-default Cisco Catalyst switches using Cisco DNA Center Network Plug and Play (PnP). Which TWO methods allow an unconfigured switch to automatically locate the Cisco DNA Center controller IP address or hostname during the Day-0 onboarding process? (Choose two.)
- Receiving a vendor-specific option value (Option 43) in the DHCP offer during IP address acquisition.Answer
- Performing a DNS lookup for the default server name 'pnpserver' within the local domain context.Answer
- CParsing neighbor discovery packets sent via LLDP containing controller location Type-Length-Value (TLV) fields.
- DEstablishing an automated SSH session to the default gateway interface using predefined controller service account credentials.
- EExecuting an agentless HTTP GET poll against an external management server to retrieve initial configuration playbooks.
Answer
The two valid automated discovery methods are receiving DHCP Option 43 containing the controller IP address during DHCP negotiation, and querying local DNS for the default hostname 'pnpserver'.
During Day-0 PnP onboarding, a factory-default Cisco switch uses built-in logic to discover Cisco DNA Center. It first attempts Cisco Cloud Redirect, then checks the DHCP response for Option 43 (which specifies the Cisco DNA Center IP address). If Option 43 is missing, it falls back to resolving the DNS hostname 'pnpserver' within the local domain provided by DHCP Option 15.
Step-by-Step Solution
Key Concept
Cisco DNA Center Network Plug and Play (PnP) Day-0 Controller Discovery