Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Commands
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
3.72 AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 C613-50032-01 REV D
ip extcommunity-list expanded (BGP and BGP4+)
Use this command to create or delete an expanded extended community list.
Use the no variant of this command to delete the expanded extended community-list
entry.
Syntax ip extcommunity-list <100-199> {deny|permit}
{.<line>|.<AS:NN>|.<ip-address>}
no ip extcommunity-list <100-199> {deny|permit}
{.<line>|.<AS:NN>|.<ip-address>}
ip extcommunity-list expanded <expanded-listname> {deny|permit}
{.<line>|.<AS:NN>|.<ip-address>}
no ip extcommunity-list expanded <expanded-listname> {deny|permit}
{.<line>|.<AS:NN>|.<ip-address>}
no ip extcommunity-list <100-199>
no ip extcommunity-list expanded <expanded-listname>
Regular expressions listed below are used with the ip extcommunity-list expanded
command:
Parameter Description
<100-199> Expanded extcommunity list number.
expanded Specifies an expanded extcommunity list.
<expanded-listname> Expanded extcommunity list entry.
deny Specifies the extcommunity to reject.
permit Specifies the extcommunity to accept.
.<line> Specifies extcommunity attributes with regular
expression.
<AS:NN> Specifies the valid value for an extcommunity number.
This format represents the 32 bit extcommunities value,
where AA is the high order 16 bits and NN is the low order
16 bits in digit format.
<ip-address> Specifies the IP address to deny or permit.
Symbol 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.