Display the current settings for advertising non-OSPF Autonomous System External (ASE) type 5 routes into the OSPF area. Based on type, you can allow or disallow a route originating in from a non-OSPF source to be redistributed into OSPF as an OSPF external route (ASE). In addition you can specify what ASE type they are (type1 or type2) and the metric associated with them.
exec
show vSwitch-name vRouter-name ospf advertise ase
Heading | Description | Filter |
---|---|---|
Direct Routes | Allow or disallow direct routes to be redistributed into OSPF as external routes and be advertised in the LSA. Valid values:
enabled , disabled
|
directRt enumeration |
Direct Metric | Cost applied to direct routes. Valid values are from 0 to 16777215. |
directMetric integer |
Direct Type | The external link type that the vRouter advertises with direct routes redistributed into OSPF. Type 1 adds the internal cost to the external metric. Type 2 uses the internal cost to the border router servicing the external router. Valid values:
|
directType enumeration |
Static Routes | Allow or disallow static routes to be redistributed into OSPF as external routes and be advertised in the LSA. Valid values:
enabled , disabled
|
staticRt enumeration |
Static Metric | Cost applied to static routes. Valid values are from 0 to 16777215. |
staticMetric integer |
Static Type | The external link type that the vRouter advertises with static routes redistributed into OSPF. Type 1 adds the internal cost to the external metric. Type 2 uses the internal cost to the border router servicing the external router. Valid values:
|
staticType enumeration |
RIP Routes | Allow or disallow RIP routes to be redistributed into OSPF as external routes and be advertised in the LSA. Valid values:
enabled , disabled
|
ripRt enumeration |
RIP Metric | Cost applied to RIP routes. Valid values are from 0 to 16777215. |
ripMetric integer |
RIP Type | The external link type that the vRouter advertises with RIP routes redistributed into OSPF. Type 1 adds the internal cost to the external metric. Type 2 uses the internal cost to the border router servicing the external router. Valid values:
|
ripType enumeration |
You can do the following