Alcatel-Lucent 6850-48 Reference Guide

Page of 3444
BGP Commands
OmniSwitch CLI Reference Guide
September 2009
page 44-37
ip bgp aggregate-address community
Defines a community for an aggregate route created by the ip bgp aggregate-address command. Commu-
nities are a way of grouping BGP peers that do not share an IP subnet or an AS number.
ip bgp aggregate-address ip_address ip_mask community string
Syntax Definitions
ip_address
32-bit IP address of the aggregate route. 
ip_mask
32-bit subnet mask that determines how many bits of the IP address 
denote the network number.
string
Community name, e.g., CommListAIn, ranging from 0 to 70 characters, 
or a value of none. The Community name is case sensitive.
Defaults
Platforms Supported
OmniSwitch 6850, 6855, 9000, 9000E
Usage Guidelines
You can revert the aggregate community string to its default value by setting the community string to 
none”. For example:
-> ip bgp aggregate-address 172.22.2.115 255.255.255.0 community none
Examples
-> ip bgp aggregate-address 172.22.2.115 255.255.255.0 community no-export
-> no ip bgp aggregate-address 172.22.2.115 255.255.255.0 community no-export
Release History
Release 6.1; command was introduced.
Related Commands
parameter
default
string
none
Creates and deletes a BGP aggregate route.