Modify the OSPF advertise ASE settings


Modify the configuration settings for advertising non-OSPF Autonomous System External (ASE) type 5 routes into the OSPF area.

Access mode

config

Syntax

vSwitch-name vRouter-name ospf advertise ase

Arguments

Field Name Description
directRt enumeration Optional: Allow or disallow direct routes to be redistributed into OSPF as external routes and be advertised in the LSA.

The default setting is "enabled".

Valid values: enabled, disabled
staticRt enumeration Optional: Allow or disallow static routes to be redistributed into OSPF as external routes and be advertised in the LSA.

The default setting is "disabled".

Valid values: enabled, disabled
ripRt enumeration Optional: Allow or disallow RIP routes to be redistributed into OSPF as external routes and be advertised in the LSA.

The default setting is "disabled".

Valid values: enabled, disabled
directMetric integer Optional: Cost applied to direct routes.

Valid values are from 0 to 16777215; the default setting is "1".
staticMetric integer Optional: Cost applied to static routes.

Valid values are from 0 to 16777215; the default setting is "1".
ripMetric integer Optional: Cost applied to RIP routes.

Valid values are from 0 to 16777215; the default setting is "1".
directType enumeration Optional: 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.

The default setting is "type1".

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 Optional: 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.

The default setting is "type1".

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 Optional: 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.

The default setting is "type1".

Valid values:
  • type1 : Adds the internal cost to the external metric.
  • type2 : Uses the internal cost to the border router servicing the external router.