Configuring Route Maps - Cisco Nexus 3000 Series Configuration Manual

Nx-os unicast routing configuration guide, nx-os release 5.0(3)u1(1)
Hide thumbs Also See for Nexus 3000 Series:
Table of Contents

Advertisement

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 3 k - d o c f e e d b a c k @ c i s c o . c o m
Command
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
This example shows how to create a generic specific extended community list:
switch# configure terminal
switch(config)# ip extcommunity-list standard test1 permit 4bytegeneric transitive
65536:40 65536: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.
3.
4.
5.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
route-map map-name [permit | deny] [ seq ]
Example:
switch(config)# route-map Testmap permit
10
switch(config-route-map)#
Step 3
continue seq
Example:
switch(config-route-map)# continue 10
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
11-12
configure terminal
route-map map-name [permit | deny] [seq]
(Optional) continue seq
(Optional) exit
(Optional) copy running-config startup-config
Chapter 11
Configuring Route Policy Manager
Purpose
(Optional) Displays information about extended
community lists.
(Optional) Saves this configuration change.
Purpose
Enters configuration mode.
Creates a route map or enters route-map configuration
mode for an existing route map. Use seq to order the
entries in a route map.
(Optional) Determines what sequence statement to
process next in the route map. Used only for filtering
and redistribution.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents