Configuring IPv6 Route Redistribution to RIPng in Gaia Clish
|
Important - In a Cluster |
You can configure IPv6 route redistribution in Gaia Clish The 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)..
-
To see the available "
set
" commands for IPv6 Route Redistribution to RIPng, enter in GaiaCheck Point security operating system that combines the strengths of both SecurePlatform and IPSO operating systems. Clish:
set ipv6 route-redistribution to ripng[Esc][Esc]
-
To see the configured IPv6 Route Redistribution to RIPng, enter in Gaia Clish:
show configuration ipv6 route-redistribution[Esc][Esc]
These commands let you configure a policy for exporting routes to RIPng.

|

|

|

|

|

|

|

|

|

The parameters are sorted alphabetically.
Parameter |
Description |
||
---|---|---|---|
|
Configures whether to accept or reject ( |
||
|
Enables the redistribution of all IPv6 routes from this protocol. |
||
|
Disables the redistribution of all IPv6 routes from this protocol. |
||
|
Configures the redistribution of BGP routes based on the AS Number. |
||
|
Configures the redistribution of BGP routes based on the AS-Path attribute. A valid AS_PATH regular expression contains only digits and these special characters:
|
||
|
Configures the redistribution of all directly connected routes from the specified interface. |
||
|
Disables redistribution of routes from this interface into RIPng. |
||
|
Configures the redistribution of OS kernel routes. |
||
|
Configures the redistribution of IPv6 OSPFv3 routes (from the specified OSPF instance). |
||
|
Configures the redistribution of IPv6 OSPFv3 External routes (from the specified OSPF instance). |
||
|
Disables redistribution of this static route into RIPng. |
||
|
Configures the redistribution of static routes into RIPng:
|
||
|
Configures the redistribution of NAT Pools. See NAT Pools.
|
||
|
Matches only routes with prefix and mask length exactly equal to the specified network. |
||
|
Matches any route contained within the specified network. |
||
|
Matches only routes that are contained within, but more specific than, the specified network. For example, with a greater mask length. |
||
|
Configures the RIPng metric to be added to routes redistributed through this rule The metric used by RIP/RIPng is a hop count, representing the distance to a destination. Routes with higher hop counts are more expensive. Routes with a metric greater than or equal to 16 are treated as unreachable, and are not installed or propagated to peers.
Range: 1-16 Default: None |
||
|
Enables redistribution of routes into RIPng. |
||
|
Enables redistribution of the specified network routes into RIPng. |
||
|
Disables redistribution of the specified network routes into RIPng. |
||
|
Configures the route origin:
|
||
|
Disables all route redistribution to this protocol. |

-
Redistribute all OSPFv3 External routes into RIPng, and assign the cost of 22 to them:
set ipv6 route-redistribution to ripng from ospf3ase all metric 22 on
-
Redistribute all routes for the network fd14:8502:5b14:456a::/64 from OSPFv3 into RIPng, and assign the cost of 999 to them:
set ipv6 route-redistribution to ripng from ospf3 network fd14:8502:5b14:456a::/64 metric 999 on
-
Do not redistribute routes for the network fd14:8502:5b14:456a::/64 from OSPFv3 External into RIPng:
set ipv6 route-redistribution to ripng from ospf3ase network fd14:8502:5b14:456a::/64 action restrict