Owner's Manual
348 | Chapter 14. Routing Policies
NETGEAR 8800 User Manual
Policy Match Type
The two possible choices for the match type are:
• match all—All the match conditions must be true for a match to occur. This is the default.
• match any—If any match condition is true, then a match occurs.
Policy Match Conditions
Table 37 lists the possible policy entry match conditions.
Table 37. Policy Match Conditions
Match Condition Description
as-path [<as-number>
| <as-path-regular-expression>];
Where <as-number> is a valid autonomous system
number in the range [1 - 65535].
Where <as-path-regular-expression> is a multi-character
regular expression (with 2-byte unsigned Integer being an
Atom). Regular expression will consist of the AS-Numbers
and various regular expression symbols. Regular
expressions must be enclosed in double quotes ("").
community [no-advertise | no-export |
no-export-subconfed | number <community_num> |
<community_regular_expression> |
<as_num>
: <num>];
Where no-advertise, no-export and no-export-subconfed
are the standard communities defined by RFC.
<community_num> is a four byte unsigned integer,
<as_num> is a two byte AS-Number and <num> is the
2-bytes community number.
Community regular expression is a multi-character regular
expression (with four byte unsigned integer being an
Atom). Regular expression is enclosed in double quotes
("").
med <number>; Where <number> is a 4-byte unsigned integer.
next-hop [<ipaddress> |
<ipaddress-regular-expression>];
Where <ipaddress> is a valid IP address in dotted decimal
format.
nlri [<ipaddress> | any]/<mask-length> {exact};
nlri [<ipaddress> | any] mask <mask> {exact};
Where <ipaddress> and <mask> are IP addresses,
<mask-length> is an integer, and keyword any matches
any IP address with a given (or larger) mask/mask-length.
origin [igp | egp | incomplete]; Where igp, egp and incomplete are the Border Gateway
Protocol (BGP) route origin values.










