OSPF advertise Autonomous System External (ASE) routes


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.

Access mode

exec

Syntax

show vSwitch-name vRouter-name ospf advertise ase

Output Description

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:
  • type1 : Adds the internal cost to the external metric.
  • type2 : Uses the internal cost to the border router servicing the external router.
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:
  • type1 : Adds the internal cost to the external metric.
  • type2 : Uses the internal cost to the border router servicing the external router.
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:
  • type1 : Adds the internal cost to the external metric.
  • type2 : Uses the internal cost to the border router servicing the external router.
ripType enumeration

Related actions

You can do the following