Configuring IPv6 Route Redistribution OSPFv3 in Gaia Clish
|
Important - In a Cluster, you must configure all the Cluster Members in the same way. |
You can configure IPv6 route redistribution in Gaia Clish.
-
To see the available "
set
" commands for IPv6 Route Redistribution to OSPFv3, enter in Gaia Clish:set ipv6 route-redistribution to ospf3[Esc][Esc]
-
To see the configured IPv6 Route Redistribution to OSPFv3, enter in Gaia Clish:
show router-configuration ipv6 route-redistribution[Esc][Esc]
These commands let you configure a policy for exporting routes to OSPFv3.

|

|

|

|

|

|

|

The parameters are sorted alphabetically.
Parameter |
Description |
---|---|
|
Enables redistribution of routes into OSPFv3. |
|
Disables the redistribution of all IPv6 routes from this protocol. |
|
Enables 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 OSPFv3. |
|
Disables redistribution of this static route into OSPFv3. |
|
Configures the redistribution of static routes into OSPFv3:
|
|
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. |
|
Optional. Assigns the OSPFv3 metric to be added to routes redistributed through this rule. The metric used by OSPF is a cost, representing the overhead required (due to bandwidth) to reach a destination. Routes with higher OSPF cost are more expensive. Range: 1-16777215, or default Default: No metric |
|
Disables redistribution of the specified network routes into OSPFv3. |
|
Enables redistribution of the specified network routes into OSPFv3. |
|
Configures the route origin:
|
|
Disables all route redistribution to this protocol (for the specified OSPF instance). |

-
Redistribute the default IPv6 static route into OSPFv3, and assign the cost of 15000 to it:
set route-redistribution to ospf3 from static-route default metric 15000 on
-
Redistribute all IPv6 routes from the interface eth0 into OSPFv3 and assign the cost of 10 to them:
set ipv6 route-redistribution to ospf3 from interface eth0 metric 10 on
-
Redistribute all BGP AS 100 routes for the network fd14:8502:5b14:456a::/64, including the routes for the addresses within the network into OSPFv3:
set ipv6 route-redistribution to ospf3 from bgp-as-number 100 network fd14:8502:5b14:456a::/64 match-type normal on