Configuring Aggregate Addresses; Configuring Bgp Conditional Advertisement - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring Advanced BGP
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .

Configuring Aggregate Addresses

You can configure aggregate address entries in the BGP route table.
To configure an aggregate address, use the following command in router address-family configuration
mode:
Command
aggregate-address ip-prefix/length
[as-set] [summary-only] [advertise-map
map-name ] [attribute-map map-name ]
[suppress -map map-name ]
Example:
switch(config-router-af)#
aggregate-address 192.0.2.0/8 as-set

Configuring BGP Conditional Advertisement

You can configure BGP conditional advertisement to limit the routes that BGP propagates. You define
the following two route maps:
If the route does not pass the condition, BGP withdraws the route if it exists in the BGP table.
BEFORE YOU BEGIN
Ensure that you have enabled the BGP feature (see the
page
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
11-30
Advertise map—Specifies the conditions that the route must match before BGP considers the
conditional advertisement. This route map can contain any appropriate match statements.
Exist map or nonexist map—Defines the prefix that must exist in the BGP table before BGP
propagates a route that matches the advertise map. The nonexist map defines the prefix that must not
exist in the BGP table before BGP propagates a route that matches the advertise map. BGP processes
only the permit statements in the prefix list match statements in these route maps.
10-10).
config t
Chapter 11
Purpose
Creates an aggregate address. The path advertised
for this route is an autonomous system set that
consists of all elements contained in all paths that
are being summarized:
The as-set keyword generates autonomous
system set path information and community
information from contributing paths.
The summary-only keyword filters all more
specific routes from updates.
The advertise-map keyword and argument
specify the route map used to select attribute
information from selected routes.
The attribute-map keyword and argument
specify the route map used to select attribute
information from the aggregate.
The suppress-map keyword and argument
conditionally filters more specific routes.
"Enabling the BGP Feature" section on
Configuring Advanced BGP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents