You can configure IPv4 and IPv6 route redistribution in Gaia Clish.
To configure IPv4 route redistribution:
|
These are the destination protocols:
Each destination protocol has a set of destination protocol parameters.
These are the source protocols:
You can also redistribute:
Destination protocol - BGP:
|
Parameters
Parameter |
Description |
---|---|
|
Destination BGP Autonomous System (AS). |
|
The ID of the community appended to the route. Valid community ID values are 1 through 65535. |
|
The ID of the community to route. Valid community ID values are 1 through 65535. |
|
Turn the specified community-AS association on ( |
|
Assign a BGP local preference to routes redistributed into the destination BGP AS. Valid preference values are 0 through 2147483647. The default is |
|
Assign a Multi Exit Discriminator (MED). The routes with the lowest MED are preferred. |
Examples:
set route-redistribution to bgp-as 11 from static-route all-ipv4-routes on
set route-redistribution to bgp-as 11 localpref 100
Source protocol - BGP, specific AS:
|
Parameters
Parameter |
Description |
---|---|
|
BGP Autonomous System number from which to redistribute routes into the destination routing protocol. |
|
Redistribute all the BGP routes from the specified BGP AS. The options for redistribution of all IPv4 routes are:
Make sure to assign a route redistribution cost that is in a valid for the destination protocol range:
Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
|
Redistribute the BGP routes to the specified network in the specified BGP AS, unless a more specific route redistribution rule exists. Specify an
Specify the
Assign a cost to redistributed routes -
|
|
Generate tags for external OSPF routes, based on the BGP AS (optional):
|
|
Assign a specific value to the automatic tag for the external OSPF routes (optional). Valid tag values are 1 through 4095. |
|
Assign a tag value for the external OSPF routes (optional). This tag overrides all automatic tag configurations. Valid tag values are 1 through 2147483647. |
|
Assign a tag value to a BGP route redistributed into RIP. Valid tag values are 1 through 65535. |
Examples:
set route-redistribution to ospf2 from bgp-as-number 100 all-ipv4-routes metric 99 on
set route-redistribution to ospf2 from bgp-as-number 100 network 192.168.0.0/16 action restrict
set route-redistribution to ospf2 from bgp-as-number 100 all-ipv4-routes on
Source protocol - BGP, specific AS path:
|
Parameters
Parameter |
Description |
---|---|
|
AS Path, defined through a regular expression. An AS-Path regular expression consists of one or more term-operator pairs. Each term identifies one or more of the Autonomous Systems, and each operator specifies the matching criteria for the corresponding term. An AS-Path Regular Expression term can be defined through single AS numbers and groups of AS numbers. These are the AS-Path Regular Expression operators:
|
|
The origin of the route:
Routes from IGPs are preferred over routes from EGPs, and routes from EGPs are preferred over routes with incomplete AS paths. |
|
Redistribute all the BGP routes that match this BGP AS Path. The options for redistribution of all routes are:
Make sure to assign a value that is in a valid for the destination protocol range:
|
|
Redistribute the BGP routes to the specified network that match this BGP AS Path, unless a more specific route redistribution rule exists. Specify an
Specify the
Assign a cost to redistributed routes -
|
|
Generate tags for external OSPF routes, based on the BGP AS (optional):
|
|
Assign a specific value to the automatic tag for the external OSPF routes (optional). Valid values are 1 through 4095. |
|
Assign a tag value for the external OSPF routes (optional). This tag overrides all automatic tag configurations. Valid tag values are 1 through 2147483647. |
|
Assign a tag value to a BGP route redistributed into RIP. Valid tag values are 1 through 65535. |
Examples:
set route-redistribution to rip from bgp-aspath ^100_ origin any riptag 99
set route-redistribution to rip from bgp-aspath _100$ origin IGP network 192.168.0.0/16 metric 10 on
Destination protocol - OSPFv2:
|
Parameters
There are no protocol options for redistribution into OSPFv2.
Example:
Redistribute all routes from the interface eth0
into OSPFv2, and assign the metric of 50 to them:
set route-redistribution to ospf2 from interface eth0 metric 50 on
Source protocol - OSPFv2:
|
Parameters
Parameter |
Description |
---|---|
|
Redistribute all the OSPFv2 routes. The options for redistribution of all routes are:
Make sure to assign a route redistribution cost that is in a valid for the destination protocol range:
Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
|
Redistribute the OSPFv2 routes to the specified network, unless a more specific route redistribution rule exists. Specify an
Specify the
Assign a cost to redistributed routes -
Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
Example:
Redistribute all routes for the network 192.168.0.0/16 from OSPF into RIP, and assign the cost of 2 to them:
set route-redistribution to rip from ospf2 network 192.168.0.0/16 metric 2 on
Source protocol - OSPFv2 Autonomous System External:
|
Parameters
Parameter |
Description |
---|---|
|
Redistribute all the OSPFv2 External routes. The options for redistribution of all routes are:
Make sure to assign a value that is in a valid for the destination protocol range:
Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
|
Redistribute the OSPFv2 External routes to the specified network, unless a more specific route redistribution rule exists. Specify an
Specify the
Assign a cost to redistributed routes -
Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
|
Assign a tag value to an OSPFv2 External route redistributed into RIP. Valid tag values are 1 through 65535. |
Examples:
set route-redistribution to rip from ospf2ase all metric 2 on
set route-redistribution to rip from ospf2ase riptag 20
Destination protocol - RIP:
|
Parameters
There are no protocol options for redistribution into RIP.
Example:
Redistribute all external OSPFv2 routes for the network 192.168.0.0/16 into RIP, and assign the metric of 3 to them:
set route-redistribution to rip from ospf2ase network 192.168.0.0/16 metric 3 on
Source protocol - RIP:
rip all metric <cost> on off on network <IPv4_address/mask> action {accept | restrict} match-type exact on normal on range between <lower_IP> and <upper_IP> on refines on metric <cost> on
|
Parameters
Parameter |
Description |
---|---|
|
Redistribute all the RIP routes. The options for redistribution of all routes are:
Make sure to assign a value that is in a valid for the destination protocol range:
|
|
Redistribute the RIP routes to the specified network, unless a more specific route redistribution rule exists. Specify an
Specify the
Assign a cost to redistributed routes -
|
Example:
Redistribute all RIP routes for the network 192.168.0.0/16 that fall in the range between 192.168.0.0/18 and 192.168.0.0/24 into OSPF (valid for OSPFv2 only):
set route-redistribution to ospf2 from rip network 192.168.0.0/16 match-type range between 18 and 24 on
Source protocol - default route:
The destination protocol must be BGP.
|
Parameters
Parameter |
Description |
---|---|
|
Redistribute the default route. The options for redistribution of the default route are:
|
Example:
Redistribute all IPv4 default routes into BGP AS 100, and assign the cost of 10 to them.
set route-redistribution to bgp-as 100 from default-origin all-ipv4-routes metric 10 on
Source - static routes:
on |
Parameters
Parameter |
Description |
---|---|
|
IPv4 static routes to redistribute into the destination routing protocol. Valid options are:
|
|
Assign a cost to redistributed routes -
Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
|
Turn the redistribution on |
|
Turn the redistribution off |
Example:
Redistribute all IPv4 static routes into BGP AS 100, and assign the cost of 1 to them.
set route-redistribution to bgp-as 100 from static-route all metric 1 on
Source - specific interface:
on |
Parameters
Parameter |
Description |
---|---|
|
Redistribute routes from the specified interfaces. The interface options are:
The options for redistribution are:
Make sure to assign a route redistribution cost that is in a valid for the destination protocol range:
|
Example:
Redistribute all IPv4 routes from the interface eth2 into OSPFv2:
set route-redistribution to ospf2 from interface eth2 on
Source - aggregate routes:
on |
Parameters
Parameter |
Description |
---|---|
|
IPv4 aggregate routes to redistribute into the destination routing protocol. Valid options are:
|
|
The cost of the redistributed routes in the destination routing protocol:
Note - this parameter is mandatory when configuring redistribution into RIP. |
|
Turn the redistribution on |
|
Turn the redistribution off |
Example:
Redistribute aggregate routes for the network 1.2.0.0/16 into RIP, and assign the cost of 2 to them:
set route-redistribution to rip from aggregate 1.2.0.0/16 metric 2 on
To configure IPv6 route redistribution:
|
These are the destination protocols:
Each destination protocol has a set of destination protocol parameters.
These are the source protocols:
You can also redistribute:
Source protocol - OSPFv3:
ospf3 all {metric <cost> on off on network <IPv6_address/mask> action {accept | restrict} match-type exact on normal on range between <lower_IP> and <upper_IP> on refines on metric <cost> on off on |
Parameters
Parameter |
Description |
---|---|
|
Redistribute all the OSPFv3 routes. The options for redistribution of all routes are:
Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
|
Redistribute the OSPFv3 routes to the specified network, unless a more specific route redistribution rule exists. Specify an
Specify the
Assign a cost in the range of 1-16 to the redistributed routes. Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
Example:
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
Source protocol - OSPFv3 Autonomous System External:
ospf3ase all metric <cost> on off on network <IPv6_address/mask> action {accept | restrict} match-type exact on normal on range between <lower_IP> and <upper_IP> on refines on metric <cost> on off on |
Parameters
Parameter |
Description |
---|---|
|
Redistribute all the OSPFv3 External routes. The options for redistribution of all routes are:
Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
|
Redistribute the OSPFv3 External routes to the specified network, unless a more specific route redistribution rule exists. Specify an
Specify the
Assign a cost in the range of 1-16 to the redistributed routes. Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
Examples:
set ipv6 route-redistribution to ripng from ospf3ase all metric 22 on
set ipv6 route-redistribution to ripng from ospf3ase network fd14:8502:5b14:456a::/64 action restrict
Source protocol - RIPng:
rip all metric <cost> on off on network <IPv6_address/mask> action {accept | restrict} match-type exact on normal on range between <lower_IP> and <upper_IP> on refines on metric <cost> on off on |
Parameters
Parameter |
Description |
---|---|
|
Redistribute all the RIPng routes. The options for redistribution of all routes are:
|
|
Redistribute the RIPng routes to the specified network, unless a more specific route redistribution rule exists. Specify an
Specify the
Assign a cost in the range of 1-16777215 to the redistributed routes. |
Example:
Redistribute all RIPng 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 rip network fd14:8502:5b14:456a::/64 match-type normal on
Source - static routes:
on |
Parameters
Parameter |
Description |
---|---|
|
IPv6 static routes to redistribute into the destination routing protocol. Valid options are:
|
|
Assign a cost to redistributed routes -
Note - Route cost assignment is mandatory when configuring redistribution into RIP. |
Example:
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
Source - specific interface:
on |
Parameters
Parameter |
Description |
---|---|
|
Redistribute routes from the specified interfaces. The interface options are:
The options for redistribution are:
Make sure to assign a route redistribution cost that is in a valid for the destination protocol range:
|
Example:
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
SET commands:
Note - Enter set route-redistribution
[Esc][Esc].
set route-redistribution to bgp-as VALUE community-append VALUE as VALUE off set route-redistribution to bgp-as VALUE community-append VALUE as VALUE on set route-redistribution to bgp-as VALUE community-match VALUE as VALUE off set route-redistribution to bgp-as VALUE community-match VALUE as VALUE on set route-redistribution to bgp-as VALUE from aggregate VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from aggregate VALUE off set route-redistribution to bgp-as VALUE from bgp-as-number VALUE all-ipv4-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from bgp-as-number VALUE all-ipv4-routes off set route-redistribution to bgp-as VALUE from bgp-as-number VALUE all-ipv6-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from bgp-as-number VALUE all-ipv6-routes off set route-redistribution to bgp-as VALUE from bgp-as-number VALUE network VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from bgp-as-number VALUE network VALUE action VALUE set route-redistribution to bgp-as VALUE from bgp-as-number VALUE network VALUE match-type exact on set route-redistribution to bgp-as VALUE from bgp-as-number VALUE network VALUE match-type normal on set route-redistribution to bgp-as VALUE from bgp-as-number VALUE network VALUE match-type range between VALUE and VALUE on set route-redistribution to bgp-as VALUE from bgp-as-number VALUE network VALUE match-type refines on set route-redistribution to bgp-as VALUE from bgp-as-number VALUE network VALUE off set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE all-ipv4-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE all-ipv4-routes off set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE all-ipv6-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE all-ipv6-routes off set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE network VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE network VALUE action VALUE set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE network VALUE match-type exact on set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE network VALUE match-type normal on set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE network VALUE match-type range between VALUE and VALUE on set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE network VALUE match-type refines on set route-redistribution to bgp-as VALUE from bgp-as-path VALUE origin VALUE network VALUE off set route-redistribution to bgp-as VALUE from default-origin all-ipv4-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from default-origin all-ipv4-routes off set route-redistribution to bgp-as VALUE from interface VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from interface VALUE off set route-redistribution to bgp-as VALUE from kernel all-ipv4-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from kernel all-ipv4-routes off set route-redistribution to bgp-as VALUE from kernel all-ipv6-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from kernel all-ipv6-routes off set route-redistribution to bgp-as VALUE from kernel network VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from kernel network VALUE action VALUE set route-redistribution to bgp-as VALUE from kernel network VALUE match-type exact on set route-redistribution to bgp-as VALUE from kernel network VALUE match-type normal on set route-redistribution to bgp-as VALUE from kernel network VALUE match-type range between VALUE and VALUE on set route-redistribution to bgp-as VALUE from kernel network VALUE match-type refines on set route-redistribution to bgp-as VALUE from kernel network VALUE off set route-redistribution to bgp-as VALUE from ospf2 [ instance VALUE ] all-ipv4-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ospf2 [ instance VALUE ] all-ipv4-routes off set route-redistribution to bgp-as VALUE from ospf2 [ instance VALUE ] network VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ospf2 [ instance VALUE ] network VALUE action VALUE set route-redistribution to bgp-as VALUE from ospf2 [ instance VALUE ] network VALUE match-type exact on set route-redistribution to bgp-as VALUE from ospf2 [ instance VALUE ] network VALUE match-type normal on set route-redistribution to bgp-as VALUE from ospf2 [ instance VALUE ] network VALUE match-type range between VALUE and VALUE on set route-redistribution to bgp-as VALUE from ospf2 [ instance VALUE ] network VALUE match-type refines on set route-redistribution to bgp-as VALUE from ospf2 [ instance VALUE ] network VALUE off set route-redistribution to bgp-as VALUE from ospf2ase [ instance VALUE ] all-ipv4-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ospf2ase [ instance VALUE ] all-ipv4-routes off set route-redistribution to bgp-as VALUE from ospf2ase [ instance VALUE ] network VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ospf2ase [ instance VALUE ] network VALUE action VALUE set route-redistribution to bgp-as VALUE from ospf2ase [ instance VALUE ] network VALUE match-type exact on set route-redistribution to bgp-as VALUE from ospf2ase [ instance VALUE ] network VALUE match-type normal on set route-redistribution to bgp-as VALUE from ospf2ase [ instance VALUE ] network VALUE match-type range between VALUE and VALUE on set route-redistribution to bgp-as VALUE from ospf2ase [ instance VALUE ] network VALUE match-type refines on set route-redistribution to bgp-as VALUE from ospf2ase [ instance VALUE ] network VALUE off set route-redistribution to bgp-as VALUE from ospf3 [ instance VALUE ] all-ipv6-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ospf3 [ instance VALUE ] all-ipv6-routes off set route-redistribution to bgp-as VALUE from ospf3 [ instance VALUE ] network VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ospf3 [ instance VALUE ] network VALUE action VALUE set route-redistribution to bgp-as VALUE from ospf3 [ instance VALUE ] network VALUE match-type exact on set route-redistribution to bgp-as VALUE from ospf3 [ instance VALUE ] network VALUE match-type normal on set route-redistribution to bgp-as VALUE from ospf3 [ instance VALUE ] network VALUE match-type refines on set route-redistribution to bgp-as VALUE from ospf3 [ instance VALUE ] network VALUE off set route-redistribution to bgp-as VALUE from ospf3ase [ instance VALUE ] all-ipv6-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ospf3ase [ instance VALUE ] all-ipv6-routes off set route-redistribution to bgp-as VALUE from ospf3ase [ instance VALUE ] network VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ospf3ase [ instance VALUE ] network VALUE action VALUE set route-redistribution to bgp-as VALUE from ospf3ase [ instance VALUE ] network VALUE match-type exact on set route-redistribution to bgp-as VALUE from ospf3ase [ instance VALUE ] network VALUE match-type normal on set route-redistribution to bgp-as VALUE from ospf3ase [ instance VALUE ] network VALUE match-type refines on set route-redistribution to bgp-as VALUE from ospf3ase [ instance VALUE ] network VALUE off set route-redistribution to bgp-as VALUE from rip all-ipv4-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from rip all-ipv4-routes off set route-redistribution to bgp-as VALUE from rip network VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from rip network VALUE action VALUE set route-redistribution to bgp-as VALUE from rip network VALUE match-type exact on set route-redistribution to bgp-as VALUE from rip network VALUE match-type normal on set route-redistribution to bgp-as VALUE from rip network VALUE match-type range between VALUE and VALUE on set route-redistribution to bgp-as VALUE from rip network VALUE match-type refines on set route-redistribution to bgp-as VALUE from rip network VALUE off set route-redistribution to bgp-as VALUE from ripng all-ipv6-routes [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ripng all-ipv6-routes off set route-redistribution to bgp-as VALUE from ripng network VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from ripng network VALUE action VALUE set route-redistribution to bgp-as VALUE from ripng network VALUE match-type exact on set route-redistribution to bgp-as VALUE from ripng network VALUE match-type normal on set route-redistribution to bgp-as VALUE from ripng network VALUE match-type refines on set route-redistribution to bgp-as VALUE from ripng network VALUE off set route-redistribution to bgp-as VALUE from static-route VALUE [ metric VALUE ] on set route-redistribution to bgp-as VALUE from static-route VALUE off set route-redistribution to bgp-as VALUE localpref VALUE set route-redistribution to bgp-as VALUE med VALUE set route-redistribution to bgp-as VALUE off
set route-redistribution to ospf2 [ instance VALUE ] from aggregate VALUE [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from aggregate VALUE off set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE all-ipv4-routes [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE all-ipv4-routes off set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE network VALUE [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE network VALUE action VALUE set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE network VALUE match-type exact on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE network VALUE match-type normal on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE network VALUE match-type range between VALUE and VALUE on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE network VALUE match-type refines on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE network VALUE off set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE ospf-automatic-tag off set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE ospf-automatic-tag on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE ospf-automatic-tag-value VALUE set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-number VALUE ospf-manual-tag-value VALUE set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE all-ipv4-routes [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE all-ipv4-routes off set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE action VALUE set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE match-type exact on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE match-type normal on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE match-type range between VALUE and VALUE on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE match-type refines on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE off set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE ospf-automatic-tag off set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE ospf-automatic-tag on set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE ospf-automatic-tag-value VALUE set route-redistribution to ospf2 [ instance VALUE ] from bgp-as-path VALUE origin VALUE ospf-manual-tag-value VALUE set route-redistribution to ospf2 [ instance VALUE ] from interface VALUE [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from interface VALUE off set route-redistribution to ospf2 [ instance VALUE ] from kernel all-ipv4-routes [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from kernel all-ipv4-routes off set route-redistribution to ospf2 [ instance VALUE ] from kernel network VALUE [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from kernel network VALUE action VALUE set route-redistribution to ospf2 [ instance VALUE ] from kernel network VALUE match-type exact on set route-redistribution to ospf2 [ instance VALUE ] from kernel network VALUE match-type normal on set route-redistribution to ospf2 [ instance VALUE ] from kernel network VALUE match-type range between VALUE and VALUE on set route-redistribution to ospf2 [ instance VALUE ] from kernel network VALUE match-type refines on set route-redistribution to ospf2 [ instance VALUE ] from kernel network VALUE off set route-redistribution to ospf2 [ instance VALUE ] from ospf2 [ instance VALUE ] all-ipv4-routes [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from ospf2 [ instance VALUE ] all-ipv4-routes off set route-redistribution to ospf2 [ instance VALUE ] from ospf2 [ instance VALUE ] network VALUE [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from ospf2 [ instance VALUE ] network VALUE action VALUE set route-redistribution to ospf2 [ instance VALUE ] from ospf2 [ instance VALUE ] network VALUE match-type exact on set route-redistribution to ospf2 [ instance VALUE ] from ospf2 [ instance VALUE ] network VALUE match-type normal on set route-redistribution to ospf2 [ instance VALUE ] from ospf2 [ instance VALUE ] network VALUE match-type range between VALUE and VALUE on set route-redistribution to ospf2 [ instance VALUE ] from ospf2 [ instance VALUE ] network VALUE match-type refines on set route-redistribution to ospf2 [ instance VALUE ] from ospf2 [ instance VALUE ] network VALUE off set route-redistribution to ospf2 [ instance VALUE ] from ospf2ase [ instance VALUE ] all-ipv4-routes [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from ospf2ase [ instance VALUE ] all-ipv4-routes off set route-redistribution to ospf2 [ instance VALUE ] from ospf2ase [ instance VALUE ] network VALUE [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from ospf2ase [ instance VALUE ] network VALUE action VALUE set route-redistribution to ospf2 [ instance VALUE ] from ospf2ase [ instance VALUE ] network VALUE match-type exact on set route-redistribution to ospf2 [ instance VALUE ] from ospf2ase [ instance VALUE ] network VALUE match-type normal on set route-redistribution to ospf2 [ instance VALUE ] from ospf2ase [ instance VALUE ] network VALUE match-type range between VALUE and VALUE on set route-redistribution to ospf2 [ instance VALUE ] from ospf2ase [ instance VALUE ] network VALUE match-type refines on set route-redistribution to ospf2 [ instance VALUE ] from ospf2ase [ instance VALUE ] network VALUE off set route-redistribution to ospf2 [ instance VALUE ] from rip all-ipv4-routes [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from rip all-ipv4-routes off set route-redistribution to ospf2 [ instance VALUE ] from rip network VALUE [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from rip network VALUE action VALUE set route-redistribution to ospf2 [ instance VALUE ] from rip network VALUE match-type exact on set route-redistribution to ospf2 [ instance VALUE ] from rip network VALUE match-type normal on set route-redistribution to ospf2 [ instance VALUE ] from rip network VALUE match-type range between VALUE and VALUE on set route-redistribution to ospf2 [ instance VALUE ] from rip network VALUE match-type refines on set route-redistribution to ospf2 [ instance VALUE ] from rip network VALUE off set route-redistribution to ospf2 [ instance VALUE ] from static-route VALUE [ metric VALUE ] on set route-redistribution to ospf2 [ instance VALUE ] from static-route VALUE off set route-redistribution to ospf2 [ instance VALUE ] off set route-redistribution to ospf2 off
set route-redistribution to rip from aggregate VALUE metric VALUE on set route-redistribution to rip from aggregate VALUE off set route-redistribution to rip from bgp-as-number VALUE all-ipv4-routes metric VALUE on set route-redistribution to rip from bgp-as-number VALUE all-ipv4-routes off set route-redistribution to rip from bgp-as-number VALUE network VALUE action VALUE set route-redistribution to rip from bgp-as-number VALUE network VALUE match-type exact on set route-redistribution to rip from bgp-as-number VALUE network VALUE match-type normal on set route-redistribution to rip from bgp-as-number VALUE network VALUE match-type range between VALUE and VALUE on set route-redistribution to rip from bgp-as-number VALUE network VALUE match-type refines on set route-redistribution to rip from bgp-as-number VALUE network VALUE metric VALUE on set route-redistribution to rip from bgp-as-number VALUE network VALUE off set route-redistribution to rip from bgp-as-number VALUE riptag VALUE set route-redistribution to rip from bgp-as-path VALUE origin VALUE all-ipv4-routes metric VALUE on set route-redistribution to rip from bgp-as-path VALUE origin VALUE all-ipv4-routes off set route-redistribution to rip from bgp-as-path VALUE origin VALUE network VALUE action VALUE set route-redistribution to rip from bgp-as-path VALUE origin VALUE network VALUE match-type exact on set route-redistribution to rip from bgp-as-path VALUE origin VALUE network VALUE match-type normal on set route-redistribution to rip from bgp-as-path VALUE origin VALUE network VALUE match-type range between VALUE and VALUE on set route-redistribution to rip from bgp-as-path VALUE origin VALUE network VALUE match-type refines on set route-redistribution to rip from bgp-as-path VALUE origin VALUE network VALUE metric VALUE on set route-redistribution to rip from bgp-as-path VALUE origin VALUE network VALUE off set route-redistribution to rip from bgp-as-path VALUE origin VALUE riptag VALUE set route-redistribution to rip from interface VALUE [ metric VALUE ] on set route-redistribution to rip from interface VALUE off set route-redistribution to rip from kernel all-ipv4-routes metric VALUE on set route-redistribution to rip from kernel all-ipv4-routes off set route-redistribution to rip from kernel network VALUE action VALUE set route-redistribution to rip from kernel network VALUE match-type exact on set route-redistribution to rip from kernel network VALUE match-type normal on set route-redistribution to rip from kernel network VALUE match-type range between VALUE and VALUE on set route-redistribution to rip from kernel network VALUE match-type refines on set route-redistribution to rip from kernel network VALUE metric VALUE on set route-redistribution to rip from kernel network VALUE off set route-redistribution to rip from ospf2 [ instance VALUE ] all-ipv4-routes metric VALUE on set route-redistribution to rip from ospf2 [ instance VALUE ] all-ipv4-routes off set route-redistribution to rip from ospf2 [ instance VALUE ] network VALUE action VALUE set route-redistribution to rip from ospf2 [ instance VALUE ] network VALUE match-type exact on set route-redistribution to rip from ospf2 [ instance VALUE ] network VALUE match-type normal on set route-redistribution to rip from ospf2 [ instance VALUE ] network VALUE match-type range between VALUE and VALUE on set route-redistribution to rip from ospf2 [ instance VALUE ] network VALUE match-type refines on set route-redistribution to rip from ospf2 [ instance VALUE ] network VALUE metric VALUE on set route-redistribution to rip from ospf2 [ instance VALUE ] network VALUE off set route-redistribution to rip from ospf2 [ instance VALUE ] riptag VALUE set route-redistribution to rip from ospf2ase [ instance VALUE ] all-ipv4-routes metric VALUE on set route-redistribution to rip from ospf2ase [ instance VALUE ] all-ipv4-routes off set route-redistribution to rip from ospf2ase [ instance VALUE ] network VALUE action VALUE set route-redistribution to rip from ospf2ase [ instance VALUE ] network VALUE match-type exact on set route-redistribution to rip from ospf2ase [ instance VALUE ] network VALUE match-type normal on set route-redistribution to rip from ospf2ase [ instance VALUE ] network VALUE match-type range between VALUE and VALUE on set route-redistribution to rip from ospf2ase [ instance VALUE ] network VALUE match-type refines on set route-redistribution to rip from ospf2ase [ instance VALUE ] network VALUE metric VALUE on set route-redistribution to rip from ospf2ase [ instance VALUE ] network VALUE off set route-redistribution to rip from ospf2ase [ instance VALUE ] riptag VALUE set route-redistribution to rip from static-route VALUE metric VALUE on set route-redistribution to rip from static-route VALUE off set route-redistribution to rip off |
SET commands for IPv6:
Note - Enter set ipv6 route-redistribution
[Esc][Esc].
set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-number VALUE all-ipv6-routes [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-number VALUE all-ipv6-routes off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-number VALUE network VALUE [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-number VALUE network VALUE action VALUE set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-number VALUE network VALUE match-type exact on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-number VALUE network VALUE match-type normal on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-number VALUE network VALUE match-type refines on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-number VALUE network VALUE off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-path VALUE origin VALUE all-ipv6-routes [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-path VALUE origin VALUE all-ipv6-routes off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE action VALUE set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE match-type exact on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE match-type normal on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE match-type refines on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from bgp-as-path VALUE origin VALUE network VALUE off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from interface VALUE [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from interface VALUE off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from kernel all-ipv6-routes [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from kernel all-ipv6-routes off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from kernel network VALUE [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from kernel network VALUE action VALUE set ipv6 route-redistribution to ospf3 [ instance VALUE ] from kernel network VALUE match-type exact on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from kernel network VALUE match-type normal on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from kernel network VALUE match-type refines on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from kernel network VALUE off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3 [ instance VALUE ] all-ipv6-routes [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3 [ instance VALUE ] all-ipv6-routes off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3 [ instance VALUE ] network VALUE [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3 [ instance VALUE ] network VALUE action VALUE set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3 [ instance VALUE ] network VALUE match-type exact on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3 [ instance VALUE ] network VALUE match-type normal on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3 [ instance VALUE ] network VALUE match-type refines on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3 [ instance VALUE ] network VALUE off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3ase [ instance VALUE ] all-ipv6-routes [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3ase [ instance VALUE ] all-ipv6-routes off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3ase [ instance VALUE ] network VALUE [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3ase [ instance VALUE ] network VALUE action VALUE set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3ase [ instance VALUE ] network VALUE match-type exact on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3ase [ instance VALUE ] network VALUE match-type normal on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3ase [ instance VALUE ] network VALUE match-type refines on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ospf3ase [ instance VALUE ] network VALUE off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ripng all-ipv6-routes [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ripng all-ipv6-routes off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ripng network VALUE [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ripng network VALUE action VALUE set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ripng network VALUE match-type exact on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ripng network VALUE match-type normal on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ripng network VALUE match-type refines on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from ripng network VALUE off set ipv6 route-redistribution to ospf3 [ instance VALUE ] from static-route VALUE [ metric VALUE ] on set ipv6 route-redistribution to ospf3 [ instance VALUE ] from static-route VALUE off set ipv6 route-redistribution to ospf3 [ instance VALUE ] off set ipv6 route-redistribution to ospf3 off
set ipv6 route-redistribution to ripng from bgp-as-number VALUE all-ipv6-routes metric VALUE on set ipv6 route-redistribution to ripng from bgp-as-number VALUE all-ipv6-routes off set ipv6 route-redistribution to ripng from bgp-as-number VALUE network VALUE action VALUE set ipv6 route-redistribution to ripng from bgp-as-number VALUE network VALUE match-type exact on set ipv6 route-redistribution to ripng from bgp-as-number VALUE network VALUE match-type normal on set ipv6 route-redistribution to ripng from bgp-as-number VALUE network VALUE match-type refines on set ipv6 route-redistribution to ripng from bgp-as-number VALUE network VALUE metric VALUE on set ipv6 route-redistribution to ripng from bgp-as-number VALUE network VALUE off set ipv6 route-redistribution to ripng from bgp-as-path VALUE origin VALUE all-ipv6-routes metric VALUE on set ipv6 route-redistribution to ripng from bgp-as-path VALUE origin VALUE all-ipv6-routes off set ipv6 route-redistribution to ripng from bgp-as-path VALUE origin VALUE network VALUE action VALUE set ipv6 route-redistribution to ripng from bgp-as-path VALUE origin VALUE network VALUE match-type exact on set ipv6 route-redistribution to ripng from bgp-as-path VALUE origin VALUE network VALUE match-type normal on set ipv6 route-redistribution to ripng from bgp-as-path VALUE origin VALUE network VALUE match-type refines on set ipv6 route-redistribution to ripng from bgp-as-path VALUE origin VALUE network VALUE metric VALUE on set ipv6 route-redistribution to ripng from bgp-as-path VALUE origin VALUE network VALUE off set ipv6 route-redistribution to ripng from interface VALUE [ metric VALUE ] on set ipv6 route-redistribution to ripng from interface VALUE off set ipv6 route-redistribution to ripng from kernel all-ipv6-routes metric VALUE on set ipv6 route-redistribution to ripng from kernel all-ipv6-routes off set ipv6 route-redistribution to ripng from kernel network VALUE action VALUE set ipv6 route-redistribution to ripng from kernel network VALUE match-type exact on set ipv6 route-redistribution to ripng from kernel network VALUE match-type normal on set ipv6 route-redistribution to ripng from kernel network VALUE match-type refines on set ipv6 route-redistribution to ripng from kernel network VALUE metric VALUE on set ipv6 route-redistribution to ripng from kernel network VALUE off set ipv6 route-redistribution to ripng from ospf3 [ instance VALUE ] all-ipv6-routes metric VALUE on set ipv6 route-redistribution to ripng from ospf3 [ instance VALUE ] all-ipv6-routes off set ipv6 route-redistribution to ripng from ospf3 [ instance VALUE ] network VALUE action VALUE set ipv6 route-redistribution to ripng from ospf3 [ instance VALUE ] network VALUE match-type exact on set ipv6 route-redistribution to ripng from ospf3 [ instance VALUE ] network VALUE match-type normal on set ipv6 route-redistribution to ripng from ospf3 [ instance VALUE ] network VALUE match-type refines on set ipv6 route-redistribution to ripng from ospf3 [ instance VALUE ] network VALUE metric VALUE on set ipv6 route-redistribution to ripng from ospf3 [ instance VALUE ] network VALUE off set ipv6 route-redistribution to ripng from ospf3ase [ instance VALUE ] all-ipv6-routes metric VALUE on set ipv6 route-redistribution to ripng from ospf3ase [ instance VALUE ] all-ipv6-routes off set ipv6 route-redistribution to ripng from ospf3ase [ instance VALUE ] network VALUE action VALUE set ipv6 route-redistribution to ripng from ospf3ase [ instance VALUE ] network VALUE match-type exact on set ipv6 route-redistribution to ripng from ospf3ase [ instance VALUE ] network VALUE match-type normal on set ipv6 route-redistribution to ripng from ospf3ase [ instance VALUE ] network VALUE match-type refines on set ipv6 route-redistribution to ripng from ospf3ase [ instance VALUE ] network VALUE metric VALUE on set ipv6 route-redistribution to ripng from ospf3ase [ instance VALUE ] network VALUE off set ipv6 route-redistribution to ripng from static-route VALUE metric VALUE on set ipv6 route-redistribution to ripng from static-route VALUE off set ipv6 route-redistribution to ripng off |