Manual:Routing/Routing filters: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
<table class="styled_table"> | <table class="styled_table"> | ||
<tr> | <tr> | ||
<th width=" | <th width="300">Property</th> | ||
<th >Description</th> | <th >Description</th> | ||
</tr> | </tr> |
Revision as of 09:34, 15 May 2009
Sub-menu: /routing filter
Property | Description |
---|---|
action (accept | discard | jump | log | passthrough | reject | return; Default: passthrough) | action to perform on route matching the rule.
|
address-family (ip|ipv6|l2vpn|l2vpn-cisco|vpnv4;) | match by BGP address family |
append-bgp-communities (integer:integer | internet | local-as | no-advertise | no-export;) | similar to 'set-bgp-communities', but does not delete any existing information about communities |
append-route-targets (AsIP|AsNum;) | |
bgp-as-path (string;) | unanchored pattern to be searched inside AS_PATH attribute of the route. POSIX regular expressions are supported. |
bgp-as-path-length (integer-integer;) | match length of AS_PATH BGP attribute, representing the number of ASes that have been traversed. Read how the AS_PATH length is calculated before using this matcher |
bgp-atomic-aggregate (absent | present;) | match ATOMIC_AGGREGATE BGP attribute |
bgp-communities (integer:integer | internet | local-as | no-advertise | no-export;) | match the COMMUNITIES BGP attribute. Match is done when communities attribute in a route contains all entries from this configured list. But note that if communities list contains 'internet', the whole list always matched. |
bgp-local-pref (integer[-integer];) | match LOCAL_PREF BGP attribute. If the LOCAL_PREF for a route is not set, value 0 is used instead |
bgp-med (integer[-integer];) | match MULTI_EXIT_DISC BGP attribute. If the MULTI_EXIT_DISC for a route is not set, value 0 is used instead |
bgp-origin (igp | egp | incomplete;) | match ORIGIN BGP attribute. If the ORIGIN for a route is not set, value 'incomplete' is used instead |
bgp-weight (signed integer[-signed integer];) | match BGP weight property. If this property for a route is not set, value 0 is used instead |
chain (string;) | chain name to place this rule in. If a chain with the specified name does not exist it will be automatically created
chain name to place this rule in. If a chain with the specified name does not exist it will be automatically created
|
distance (integer: 0..255[ - integer:0..255];) | match routes with specific administrative distance |
invert-math (yes | no; Default: no) | invert this match, i.e. apply the rule to routes that would fail to match it and vice versa |
jump-target (string;) | name of the target chain to jump to, if the 'action=jump' is used |
locally-originated-bgp (yes|no;) | |
match-chain (string;) | the name of the chain which is used to evaluate the route. If the chain accepts the route, 'match-chain' property produces a true match |
pref-src (IP address range;) | match routes with a specific preferred source value |
prefix (IP prefix; Default: 0.0.0.0/0) | network prefix to match. If prefix-length is not set, only exact match is done. For example, 0.0.0.0/0 then matches only the default route and nothing else |
prefix-length (integer; Default: 0-32) | network prefix mask length to match. If prefix-length is set, for a route to match the prefix and prefix-length of a rule, the following should hold:
|
protocol (connect | static | rip | ospf | bgp;) | match routes coming from a specific protocol (the values are self-explanatory) |
route-comment (string;) | match routes with a specific comment |
route-tag (integer;) | match routes with a specific route-tag property value |
routing-mark (string;) | match routes with a specific routing mark |
scope (integer 0..255[-integer 0..255];) | match routes with a specific scope property value |
set-bgp-communities (integer:integer | internet | local-as | no-advertise | no-export;) | set COMMUNITIES BGP attribut |
set-bgp-local-pref (integer;) | set LOCAL_PREF BGP attribute |
set-bgp-med (integer;) | set MULTI_EXIT_DISC BGP attribute |
set-bgp-prepend (integer: 0..16 | default;) | how many times to prepend router's own AS number to AS_PATH attribute For incoming filters, it affects the AS_PATH attribute length, which is used in BGP route selection process. For outgoing filters, the prepending is done when announcing route via BGP and affects only routes sent to EBGP peers (for IBGP value 1 is always used) |
set-bgp-prepend-path (AS list;) | add specified list of AS numbers to AS_PATH attribute If both set-bgp-prepend and set-bgp-prepend-path are used then set-bgp-prepend will have highest priority. |
set-bgp-weight (signed integer;) | set BGP weight property to be used in BGP route selection process. Valid only in incoming filters and for BGP routes |
set-check-gateway (arp | none | ping;) | set which protocol to use for gateway reachability, if any. Valid only in incoming filters |
set-disabled (yes | no;) | if set, the route will not become active. Valid only in incoming filters |
set-distance (integer: 0..255;) | set the administrative distance of the route. If set to value 255, the route will not become active. Valid only in incoming filters |
set-in-nexthop (IP address;) | set gateway value to the specific IP address[es]. Valid only in incoming filters |
set-in-nexthop-direct (interface name;) | set gateway value to the specific interface. Valid only in incoming filters |
set-in-nexthop-ipv6 (IPv6 address;) | set gateway value to the specific IPv6 address[es]. Valid only in incoming filters |
set-in-nexthop-linklocal (IPv6 link-local address % interface name;) | set gateway value to the specific IPv6 link-local address[es] on specific interfaces. The syntax separates address and interface by '%'. Valid only in incoming filters |
set-out-nexthop (IP address;) | set gateway to be announced to the specific IP address[es]. Valid only in outgoing filters |
set-out-nexthop-ipv6 (IPv6 address;) | set gateway to be announced to the specific IPv6 address[es]. Valid only in outgoing filters |
set-out-nexthop-linklocal (IPv6 link-local address;) | set gateway value to be announced using BGP link-local nexthop feature. Valid only in outgoing filters and BGP routes |
set-pref-src (IP address;) | set the preferred source address for packets leaving via this route. Valid only in incoming filters |
set-route-comment (string;) | set comment text. Valid only in incoming filters |
set-route-tag (integer;) | set OSPF or RIP route tag property value. For RIP only values 0..65535 are valid |
set-route-targets (AsNum|AsIP;) | |
set-routing-mark (string;) | set routing mark for the route. Valid only in incoming filters |
set-scope (integer: 0..255;) | set scope property, used in recursive nexthop resolving. Valid only in incoming filters |
set-target-scope (integer: 0..255;) | set target-scope property, used in recursive nexthop resolving. Valid only in incoming filters |
set-type (blackhole | prohibit | unicast | unreachable;) | set route type. Valid only in incoming filters
|
set-use-te-nexthop (yes|no;) | |
target-scope (integer 0..255[-integer 0..255];) | match routes with a specific 'target-scope' value |