Cisco Nexus 3000 Series Configuration Manual page 258

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
2.
3.
4.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
ip community-list standard list-name
{deny | permit} [ community-list ]
[internet] [local-AS] [no-advertise]
[no-export]
Example:
switch(config)# ip community-list
standard BGPCommunity permit
no-advertise 65536:20
ip community-list expanded list-name
{deny | permit} expression
Example:
switch(config)# ip community-list
expanded BGPComplex deny
50000:[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
This example shows how to create a community list with two entries:
switch# configure terminal
switch(config)# ip community-list standard BGPCommunity permit no-advertise 65536:20
switch(config)# ip community-list standard BGPCommunity permit local-AS no-export
switch(config)# copy running-config startup-config
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
11-10
ip community-list standard list-name {deny | permit} [community-list ] [internet] [local-AS]
[no-advertise] [no-export]
or
ip community-list expanded list-name {deny | permit} expression
(Optional) show ip community-list name
(Optional) copy running-config startup-config
Chapter 11
Configuring Route Policy Manager
Purpose
Enters configuration mode.
Creates a standard BGP community list. The list-name
can be any case-sensitive, alphanumeric string up to 63
characters. The community-list can be one or more
communities in the aa:nn format.
Creates an expanded BGP community list using a
regular expression.
(Optional) Displays information about community
lists.
(Optional) Saves this configuration change.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents