nerdexam
Cisco

350-401 · Question #253

Which BGP command advertises a summary route to prevent link-flap processing by downstream BGP routers?

The correct answer is B. aggregate-address network subnet-mask summary-only. The aggregate-address network subnet-mask summary-only BGP command advertises a summary route while suppressing the advertisement of more specific routes, which helps prevent downstream BGP routers from processing updates caused by link flaps of the specific routes.

Submitted by packet_pusher· Mar 6, 2026

Question

Which BGP command advertises a summary route to prevent link-flap processing by downstream BGP routers?

Options

  • Aaggregate-address network subnet-mask as-set
  • Baggregate-address network subnet-mask summary-only
  • Csummary-address network subnet-mask
  • Dsummary-address network mask subnet-mask

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    76% (26)
  • C
    9% (3)
  • D
    12% (4)

Why each option

The `aggregate-address network subnet-mask summary-only` BGP command advertises a summary route while suppressing the advertisement of more specific routes, which helps prevent downstream BGP routers from processing updates caused by link flaps of the specific routes.

Aaggregate-address network subnet-mask as-set

The `as-set` option includes the AS numbers of all components in the aggregate's AS_PATH but does not suppress the specific routes from being advertised.

Baggregate-address network subnet-mask summary-onlyCorrect

The `aggregate-address network subnet-mask summary-only` command creates an aggregate route and simultaneously suppresses the advertisement of all more specific routes that fall within that aggregate, effectively hiding individual route instabilities from downstream BGP routers.

Csummary-address network subnet-mask

`summary-address` is not a standard BGP command for creating aggregate routes; `aggregate-address` is the correct command.

Dsummary-address network mask subnet-mask

`summary-address` is not a standard BGP command, and the syntax provided is also incorrect.

Concept tested: BGP route aggregation and suppression

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/15-s/bgp-15-s-book/bgp-route-agg.html

Topics

#BGP summarization#BGP route aggregation#BGP configuration#aggregate-address command

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice