300-415 · Question #177
An engineer must automate certificate signing through Cisco. Which vManage configuration achieves this task?
The correct answer is A. vpn 0 dns 208.67.222.222 primary allow-service dns allow-service sshd allow-service netconf. Automating certificate signing through Cisco requires configuring DNS services in VPN 0, as VPN 0 is the transport VPN responsible for overlay control plane communication, including reaching external services like DNS for certificate validation. The configuration must include…
Question
Options
- Avpn 0 dns 208.67.222.222 primary allow-service dns allow-service sshd allow-service netconf
- Bvpn 0 allow-service dns allow-service sshd allow-service netconf
- Cvpn 512 dns 208.67.222.222 primary allow-service dns allow-service sshd allow-service netconf
- Dvpn 512 allow-service dns allow-service sshd allow-service netconf
How the community answered
(37 responses)- A89% (33)
- B3% (1)
- C5% (2)
- D3% (1)
Why each option
Automating certificate signing through Cisco requires configuring DNS services in VPN 0, as VPN 0 is the transport VPN responsible for overlay control plane communication, including reaching external services like DNS for certificate validation. The configuration must include DNS server details and allow the necessary DNS service.
To automate certificate signing through Cisco's public certificate authority (CA) or other external CAs, the vManage controller needs to be able to resolve DNS names for certificate revocation lists (CRLs) and other CA-related services. This connectivity is provided through VPN 0, which is the transport VPN. Configuring `dns 208.67.222.222 primary` and `allow-service dns` within `vpn 0` ensures that vManage can access the internet to perform DNS lookups required for automated certificate operations.
This configuration is missing the specific DNS server IP address within VPN 0, which is necessary for vManage to resolve hostnames for certificate signing services.
VPN 512 is the management VPN, used for out-of-band management traffic, not for control plane communication or reaching external services like a public CA for certificate signing.
This configuration incorrectly places the DNS service in VPN 512 and also omits the specific DNS server IP address, making it unsuitable for automated certificate signing that requires reaching external services via the transport VPN.
Concept tested: Cisco SD-WAN vManage automated certificate signing configuration
Source: https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/security/ios-xe-17/sd-wan-security-cfg-guide-xe/m-security.html#concept_z4n_fyc_4gb
Topics
Community Discussion
No community discussion yet for this question.