EasyManua.ls Logo

Dasan V5808 - BGP Community List; To Add a Community List Entry

Dasan V5808
814 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
User Manual UMN:CLI
V5808
523
IPv6 AF
A.B.C.D: neighbor IPv4 address
X:X::X:X: neighbor IPv6 address
WORD: peer group name or neighbor tag
no neighbor {A.B.C.D | X:X::X:X |
WORD} activate
Disables the exchange of information with a BGP
neighboring router or peer group.
By default, a peer or peer group is activated only for the IPv4 unicast family.
11.1.6 BGP Community List
The community-lists specify BGP community attributes. The community attribute is used
for implementing policy routing. It is an optional, transitive attribute and facilitates transfer
of local policies through different autonomous systems (ASs). It includes community
values that are 32 bits long.
There are two kinds of community-lists: the expanded and standard. The standard
community-list defines the community attributes in a specified format and not with regular
expressions. The expanded community-list defines the community attributes with regular
expressions.
Use the ip community-list standard command to add a standard community-list entry.
The standard community-list is compiled into binary format and is directly compared with
the BGP communities attribute in the BGP updates. The comparison is faster than the
expanded community-list. Any community value that does not match the standard
community value is automatically treated as expanded.
To add a community list entry, use the following command.
Command
Mode
Description
ip community-list <1-99> {deny |
permit} [LINE] [LINE] [LINE] [LINE]
Global
Specifies a deny or permit statement of the
community-list.
1-99: standard community list numbers
100-199: expanded community list numbers
WORD: community list name
deny: specify community to reject.
permit: specify community to accept.
LINE: Community number in aa:nn format or
internet | local-AS | no-advertise | no-export
AA:NN: the valid value for the community number
(format: 32 bit communities value)
internet: specifies routes not to be advertised to the
internet
local-AS: specifies routes not to be advertised to
external BGP peers
no-advertise: specifies routes not to be advertised to
other BGP peers
no-export: specifies routes not to be advertised
outside of Autonomous System boundary
ip community-list <100-199>
{deny | permit} [LINE]
ip community-list WORD {deny |
permit} [LINE] [LINE] [LINE] [LINE]

Table of Contents