Configuring Inbound Route Filters for IPv4 BGP in Gaia Clish
|
Important - In a Cluster |
-
To see the available "
set
" commands for IPv4 Inbound Route Filters, enter in Gaia ClishThe name of the default command line shell in Check Point Gaia operating system. This is a restricted shell (role-based administration controls the number of commands available in the shell).:
set inbound-route-filter[Esc][Esc]
-
To see the configured IPv4 Inbound Route Filters, enter in Gaia
Check Point security operating system that combines the strengths of both SecurePlatform and IPSO operating systems. Clish:
show configuration inbound-route-filter

|

Parameter |
Description |
||||||
---|---|---|---|---|---|---|---|
|
Configures the ID for the BGP Import Policy. The <BGP Import Policy ID> is:
|
||||||
|
Accepts all IPv4 routes that match this filter, except those route that are explicitly restricted by a more specific rule Accepting routes is the default behavior, unless the "restrict" option is configured. |
||||||
|
Accepts all IPv6 routes that match this filter, except those route that are explicitly restricted by a more specific rule. Accepting routes is the default behavior, unless the "restrict" option is configured. |
||||||
|
Configures a new policy to import BGP routes from a particular peer Autonomous System. |
||||||
|
Configures a new policy to import BGP routes, whose AS-PATH matches a particular regular expression. |
||||||
|
A valid AS_PATH regular expression contains only digits and these special characters:
To generate an empty regular expression, use " |
||||||
|
Route origins are:
|
||||||
|
Matches routes containing a given Community in the BGP Community attribute. Each Community is identified by a Community ID and an Autonomous System number.
|
||||||
|
Assigns a BGP local preference to all routes that match this filter, except those that match a more specific filter with a different local preference value configured. The local preference value is sent automatically when redistributing external BGP routes to an internal BGP route. The local preference parameter is ignored if used on internal BGP import statements. greater values are preferred by the routing system when it selects between competing BGP routes.
Range: 0-4294967295 Default: No local preference |
||||||
|
Assigns a BGP weight to all routes that match this filter, except those that match a more specific filter with a different weight value configured. BGP stores any routes that are rejected by not mentioning them in a route filter. BGP explicitly mentions these rejected routes in the routing table and assigns them a "restrict" keyword with a negative weight. A negative weight prevents a route from becoming active, which means that it is not installed in the forwarding table or exported to other protocols. This feature eliminates the need to break and re-establish a session upon reconfiguration if import policy is changed.
Range: 0-65535 Default: No weight |
||||||
|
Deletes this BGP import policy from the configuration. |
||||||
|
Rejects all IPv4 routes that match this filter, except those that match a more specific filter that is set to "accept". |
||||||
|
Rejects all IPv6 routes that match this filter, except those that match a more specific filter that is set to "accept". |
||||||
|
Configures import policy for a specific network. Range: For IPv4 - Dotted-quad ([0-255].[0-255].[0-255].[0-255]) / [0-32] Range: For IPv6 - Dotted-octet ([0-F]:[0-F]:[0-F]:[0-F]:[0-F]:[0-F]:[0-F]:[0-F]) / [0-128] Default: None |
||||||
|
Accepts this route. |
||||||
|
There are different mechanisms, by which routes can be matched against the configured subnet. A match type must be configured following the subnet. Accepts any route with prefix equal to the specified network, whose mask length falls within a particular range. |
||||||
|
There are different mechanisms, by which routes can be matched against the configured subnet. A match type must be configured following the subnet. Rejects all routes that match this policy rule, except those that match a more specific filter that is set to "accept". |
||||||
|
There are different mechanisms, by which routes can be matched against the configured subnet. A match type must be configured following the subnet. Accepts only routes with prefix and mask length exactly equal to the specified network. |
||||||
|
There are different mechanisms, by which routes can be matched against the configured subnet. A match type must be configured following the subnet. Rejects all routes that match this policy rule, except those that match a more specific filter that is set to "accept". |
||||||
|
Assigns a BGP local preference to all routes that match this filter, except those that match a more specific filter with a different local preference value configured. The local preference value is sent automatically when redistributing external BGP routes to an internal BGP route. The local preference parameter is ignored if used on internal BGP import statements. greater values are preferred by the routing system when it selects between competing BGP routes.
Range: 0-4294967295 Default: No local preference |
||||||
|
There are different mechanisms, by which routes can be matched against the configured subnet. A match type must be configured following the subnet. Accepts any route equal to or contained within the specified network. |
||||||
|
There are different mechanisms, by which routes can be matched against the configured subnet. A match type must be configured following the subnet. Rejects all routes that match this policy rule, except those that match a more specific filter that is set to "accept". |
||||||
|
Removes this address filter from this import policy. |
||||||
|
There are different mechanisms, by which routes can be matched against the configured subnet. A match type must be configured following the subnet. Matches routes contained within the specified network, but only more specific (for example, with a greater mask length). |
||||||
|
There are different mechanisms, by which routes can be matched against the configured subnet. A match type must be configured following the subnet. Rejects all routes that match this policy rule, except those that match a more specific filter that is set to "accept". |
||||||
|
Assigns a BGP weight to all routes that match this filter, except those that match a more specific filter with a different weight value configured. BGP stores any routes that are rejected by not mentioning them in a route filter. BGP explicitly mentions these rejected routes in the routing table and assigns them a "restrict" keyword with a negative weight. A negative weight prevents a route from becoming active, which means that it is not installed in the forwarding table or exported to other protocols. This feature eliminates the need to break and re-establish a session upon reconfiguration if import policy is changed.
Range: 0-65535 Default: No weight |

Accept all IPv4 and IPv6 routes received from AS 4.
|

Accept only routes that are subnets of 10.0.0.0/8,
or the exact route 1234::/64 from AS 22,
and assign a default local preference.
|