nerdexam
Cisco

300-415 · Question #214

A Cisco SD-WAN customer is running BGP and wants to pass on the AS number to BGP speaking routers on the service side network via OMP. Which configuration accomplishes this goal?

The correct answer is A. vpn 20 name "*** Service VPN 20 ***" router bgp 100 propagate-aspath. To propagate the BGP AS path information learned from the local service-side network through OMP to other BGP speaking routers, the propagate-aspath command is configured under the specific BGP instance within the service VPN.

WAN Edge Router Deployment

Question

A Cisco SD-WAN customer is running BGP and wants to pass on the AS number to BGP speaking routers on the service side network via OMP. Which configuration accomplishes this goal?

Options

  • Avpn 20 name "*** Service VPN 20 ***" router bgp 100 propagate-aspath
  • Bomp no shutdown overlay-as 100 graceful-restart advertise aspath
  • Cvpn 20 name "*** Service VPN 20 ***" router bgp 100 advertise aspath
  • Domp no shutdown overlay-as 100 graceful-restart advertise bgp

How the community answered

(38 responses)
  • A
    84% (32)
  • B
    8% (3)
  • C
    3% (1)
  • D
    5% (2)

Why each option

To propagate the BGP AS path information learned from the local service-side network through OMP to other BGP speaking routers, the propagate-aspath command is configured under the specific BGP instance within the service VPN.

Avpn 20 name "*** Service VPN 20 ***" router bgp 100 propagate-aspathCorrect

The 'propagate-aspath' command under a specific BGP instance within a service VPN (vpn 20 in this case) ensures that the BGP AS path attribute is carried over OMP and then re-advertised to BGP neighbors on the service side of other WAN Edge routers. This preserves the AS path for loop prevention and policy enforcement across the SD-WAN fabric.

Bomp no shutdown overlay-as 100 graceful-restart advertise aspath

There is no 'advertise aspath' command directly under the OMP configuration for this purpose; 'propagate-aspath' is used within the BGP routing process.

Cvpn 20 name "*** Service VPN 20 ***" router bgp 100 advertise aspath

'advertise aspath' is not a valid or correct command for propagating the AS path in this context; 'propagate-aspath' is the correct command.

Domp no shutdown overlay-as 100 graceful-restart advertise bgp

'advertise bgp' under OMP is used to advertise BGP routes into OMP, but it does not specifically control the propagation of the AS path attribute itself.

Concept tested: BGP AS path propagation over OMP

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

Topics

#SD-WAN BGP#OMP AS-Path Propagation#VPN Routing#WAN Edge Routing

Community Discussion

No community discussion yet for this question.

Full 300-415 Practice