Merge pull request #9714 from idryzhov/bgp-ext-comm-doc

doc: fix range for bgp expanded community list
This commit is contained in:
Donatas Abraitis 2021-10-02 20:14:11 +03:00 committed by GitHub
commit 31df775552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2145,7 +2145,7 @@ Numbered Community Lists
When number is used for BGP community list name, the number has
special meanings. Community list number in the range from 1 and 99 is
standard community list. Community list number in the range from 100
to 199 is expanded community list. These community lists are called
to 500 is expanded community list. These community lists are called
as numbered community lists. On the other hand normal community lists
is called as named community lists.
@ -2154,10 +2154,10 @@ is called as named community lists.
This command defines a new community list. The argument to (1-99) defines
the list identifier.
.. clicmd:: bgp community-list (100-199) permit|deny COMMUNITY
.. clicmd:: bgp community-list (100-500) permit|deny COMMUNITY
This command defines a new expanded community list. The argument to
(100-199) defines the list identifier.
(100-500) defines the list identifier.
.. _bgp-community-alias: