
C613-50186-01 Rev B
Command Reference for AR2050V
1177
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
IP
COMMUNITY
-
LIST
EXPANDED
ip community-list expanded
Overview
Use this command to add an entry to an expanded BGP community-list filter.
Use the
no
variant of this command to delete the community list entry.
Syntax
ip community-list <
100-199
> {deny|permit} .<
line
>
no ip community-list <
100-199
> {deny|permit} .<
line
>
ip community-list expanded <
expanded-listname
> {deny|permit}
.<
line
>
no ip community-list expanded <
expanded-listname
> {deny|permit}
.<
line
>
Regular expressions listed below can be used with the
ip community-list
expanded
command:
Parameter
Description
<
100-199
>
Expanded community list number.
expanded
Specifies an expanded community list.
<
expanded-listname
>
Expanded community list entry.
deny
Specifies community to reject.
permit
Specifies community to accept.
.<
line
>
Specifies community attributes with regular expressions.
Symbo
l
Character
Meaning
^
Caret
Used to match the beginning of the input string. When used at
the beginning of a string of characters, it negates a pattern
match.
$
Dollar sign
Used to match the end of the input string.
.
Period
Used to match a single character (white spaces included).
*
Asterisk
Used to match none or more sequences of a pattern.
+
Plus sign
Used to match one or more sequences of a pattern.
?
Question
mark
Used to match none or one occurrence of a pattern.
_
Underscor
e
Used to match spaces, commas, braces, parenthesis, or the
beginning and end of an input string.
[ ]
Brackets
Specifies a range of single-characters.
-
Hyphen
Separates the end points of a range.