enable rip export cost
ExtremeWare Software 7.3.0 Command Reference Guide 1369
enable rip export cost
enable rip export [direct | isis | isis-level-1 | isis-level-1-external |
isis-level-2 | isis-level-2-external | ospf | ospf-extern1 | ospf-extern2 |
ospf-inter | ospf-intra | static | vip] cost <number> {tag <number>}
Description
Enables RIP to redistribute routes from other routing functions.
Syntax Description
Default
Disabled.
Usage Guidelines
This command enables the exporting of static, direct, IS-IS, and OSPF-learned routes into the RIP
domain. You can choose which types of OSPF or IS-IS routes are injected, or you can simply choose
ospf
or
isis
, which will inject all learned OSPF or IS-IS routes regardless of type.
The cost metric is inserted for all RIP-learned, static, and direct routes injected into OSPF. If the cost
metric is set to 0, the cost is inserted from the route. The tag value is used only by special routing
applications. Use 0 if you do not have specific requirements for using a tag.
Example
The following command enables RIP to redistribute routes from all OSPF routes:
enable rip export ospf cost 0
direct Specifies interface routes (only interfaces that have IP forwarding enabled are
exported).
isis Specifies IS-IS routes.
isis-level-1 Specifies IS-IS level 1 routes.
isis-level-1-external Specifies IS-IS level 1 external routes.
isis-level-2 Specifies IS-IS level 2 routes.
isis-level-2-external Specifies IS-IS level 2 external routes.
ospf Specifies all OSPF routes.
ospf-extern1 Specifies OSPF external route type 1.
ospf-extern2 Specifies OSPF external route type 2.
ospf-inter Specifies OSPF-inter area routes.
ospf-intra Specifies OSPF-intra area routes.
static Specifies static routes.
vip Specifies VIP routes.
cost <number>t Specifies the cost metric, from 0-15. If set to 0, RIP uses the route metric
obtained from the route origin.
tag <number> Specifies a tag number.