User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 812
Format ip as-path access-list <1-500> <deny | permit> <regexp>
no ip as-path access-list <1-500>
Default None
Mode Global Config
6.10.2.60. ip bgp-community new-format
This command is used to display BGP standard communities in the new format AA:NN. The new format displays
a community number as the ASN followed by a 16-bit AS-specific number.
To display BGP standard communities as 32-bit integers, use the no form of this command.
Format ip bgp-community new-format
no ip bgp-community new-format
Default None
Mode Global Config
Fields
Definition
1-500
A number uniquely identifying the list. All AS path access list commands with the
same this number are considered part of the same list.
Permit
Permit the routes whose AS PATH attribute matches the regular expression.
Deny
Deny the routes whose AS PATH attribute matches the regular expression.
Regexp
A regular expression used to match the AS PATH attribute of a BGP route where
the AS path is treated as an ASCII string.
AS path regular expression syntax:
asterisk(*): Matches zero or more sequences of the pattern.
brackets([]): Designates a range of single-character patterns.
caret(^): Matches the beginning of the input string.
dollar sign($): Matches the end of the input string.
hyphen(-): Separates the end points of a range.
period(.): Matches any single character, including white space.
plus sign(.): Matches 1 or more sequences of the pattern.
period(.): Matches any single character, including white space.
question mark(?): Matches 1 or more occurrences of the pattern.
underscore (_): Matches a comma (,), left brace ({),right brace (}), left
parenthesis, right parenthesis, the beginning of the input string, the end of the
input string, or a space.