Configuring Route Maps - Cisco Nexus 7000 Series Configuration Manual

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

Advertisement

Chapter 16
Configuring Route Policy Manager
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 .
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
ip extcommunity-list standard list-name
{deny | permit} generic {transitive |
nontransitive} community1
[ community2... ]
Example:
switch(config)# ip extcommunity-list
standard BGPExtCommunity permit generic
transitive 1.0:20
ip extcommunity-list expanded list-name
{deny | permit} generic {transitive |
nontransitive} expression
Example:
switch(config)# ip extcommunity-list
expanded BGPExtComplex deny
1.5:[0-9][0-9]_
Step 3
show ip community-list name
Example:
switch(config)# show ip community-list
BGPCommunity
Step 4
copy running-config startup-config
Example:
switch# copy running-config
startup-config
The following example shows how to create a generic specific extended community list:
switch# config t
switch(config)# ip extcommunity-list standard test1 permit generic transitive 1.0:40
1.6:60
switch(config)# copy running-config startup-config

Configuring Route Maps

You can use route maps for route redistribution or route filtering. Route maps can contain multiple match
criteria and multiple set criteria.
Configuring a route map for BGP triggers an automatic soft clear or refresh of BGP neighbor sessions.
SUMMARY STEPS
1.
2.
OL-20002-02
config t
route-map map-name [permit | deny] [seq]
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Configuring Route Policy Manager
Purpose
Enters configuration mode.
Creates a standard BGP extended community list. The
community can be one or more extended communities
in the aa4:nn format.
Creates an expanded BGP extended community list
using a regular expression.
(Optional) Displays information about extended
community lists.
(Optional) Saves this configuration change.
16-11

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents