A network administrator is deploying unconfigured Cisco Catalyst switches at a new enterprise site using Cisco DNA Center Plug and Play (PnP) for automated onboarding. What infrastructure service must be available on the local staging VLAN so the factory-default switches can locate the Cisco DNA Center controller?
- A DHCP server configured to supply an IP address along with DHCP Option 43 or a domain name for DNS resolution of the controller hostnameAnswer
- BA DHCP relay agent configured on switch ports using the ip helper-address command pointing directly to the Cisco DNA Center REST API port
- CAn active LLDP session with Cisco DNA Center that authenticates the new hardware through TACACS+ protocol exchanges
- DA local HTTP web server issuing an automated REST PUT request to inject the startup configuration into the switch memory
Answer
A DHCP server configured to supply an IP address along with DHCP Option 43 or a domain name for DNS resolution of the controller hostname
In Cisco DNA Center Network Plug and Play (PnP) zero-touch deployment, factory-default switches initiate contact with the controller using information provided during initial IP acquisition. The local DHCP server must provide an IP configuration and pass the controller's IPv4 address via DHCP Option 43, or supply a domain name allowing the switch to perform a DNS lookup for 'pnpserver.<domain_name>'.
Step-by-Step Solution
Key Concept
Cisco DNA Center Plug and Play (PnP) Auto-Discovery Mechanisms