set large-community

Advertises routes with BGP Large Community attributes.

Syntax

set large-community { ADMIN:OPER1:OPER2 } [additive ]
no set large-community

Command Default

No large community is set.

Parameters

ADMIN
A four-octet namespace identifier for a BGP Large-Communities Global Administrator.
OPER1
A four-octet operator-defined value for BGP Large-Communities Local Data Part 1.
OPER2
A four-octet operator-defined value for BGP Large-Communities Local Data Part 2.
additive
Appends updates to existing attributes. See the Usage Guidelines.

Modes

Route map configuration mode.

Usage Guidelines

The maximum number of BGP Large Community values that can be configured in a route-map instance (per sequence number) is 32.

By default, this command replaces the BGP Large Community in the routes to which it is applied.

Use the no form of this command to remove a large-community list.

Examples

The following example sets a large-community list in a route-map instance.

device# configure terminal
device(config)# route-map myroutes permit 10
device(config-route-map-myroutes/permit/10)# set large-community 64497:1:528

The following example sets a large-community list in a route-map instance and appends updates to existing attributes.

device# configure terminal
device(config)# route-map myroutes permit 10
device(config-route-map-myroutes/permit/10)# set large-community 64497:1:528 additive