nerdexam
Cisco

300-415 · Question #300

A WAN Edge device has several service VPNs with no routing protocol configured in the service VPN. The device must be configured so that all connected routes visible in OMP for VPN 10. Which…

The correct answer is D. vpn 10 name "**** Service VPN 10 *****" omp advertise connected. To make connected routes within a specific service VPN (VPN 10) visible in OMP, the advertise connected command must be configured under that VPN's OMP settings.

WAN Edge Router Deployment

Question

A WAN Edge device has several service VPNs with no routing protocol configured in the service VPN. The device must be configured so that all connected routes visible in OMP for VPN 10. Which configuration meets the requirement?

Exhibit

300-415 question #300 exhibit

Options

  • Avpn 10 name "**** Service VPN 10 *****" omp redistribute connected
  • Bomp no shutdown graceful-restart advertise connected
  • Comp no shutdown graceful-restart redistribute connected
  • Dvpn 10 name "**** Service VPN 10 *****" omp advertise connected

How the community answered

(24 responses)
  • B
    4% (1)
  • C
    4% (1)
  • D
    92% (22)

Why each option

To make connected routes within a specific service VPN (VPN 10) visible in OMP, the `advertise connected` command must be configured under that VPN's OMP settings.

Avpn 10 name "**** Service VPN 10 *****" omp redistribute connected

The `redistribute connected` command is typically used within other routing protocols or in a global OMP context, whereas `advertise connected` is the precise command for injecting a service VPN's directly connected routes into OMP.

Bomp no shutdown graceful-restart advertise connected

The `advertise connected` command is not correctly applied in the global `omp` context to target connected routes of a specific service VPN; it needs to be under the `vpn <vpn-id> omp` hierarchy.

Comp no shutdown graceful-restart redistribute connected

The `redistribute connected` command in the global `omp` context would generally redistribute all connected routes into OMP, which is not specifically targeted to only VPN 10 as required.

Dvpn 10 name "**** Service VPN 10 *****" omp advertise connectedCorrect

The `advertise connected` command, applied within the `omp` context of a specific `vpn` (e.g., `vpn 10`), explicitly instructs the WAN Edge device to announce its directly connected interface routes within that VPN to the Overlay Management Protocol (OMP). This action ensures that those routes are propagated through the SD-WAN control plane.

Concept tested: OMP route advertisement for connected interfaces

Source: https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/sdwan-xe-gs-book/sdwan-config-routing.html

Topics

#OMP#Route Advertisement#WAN Edge Configuration#Service VPNs

Community Discussion

No community discussion yet for this question.

Full 300-415 Practice