enable ospf originate-default

enable ospf originate-default {always} cost cost type [ase-type-1 | ase-type-2] {tag number}

Description

Enables a default external LSA to be generated by OSPF (Open Shortest Path First), if no other default route is originated by OSPF by way of RIP (Routing Information Protocol) and static route re-distribution.

Syntax Description

always Specifies for OSPF to always advertise the default route.
cost Specifies a cost metric.
ase-type-1 Specifies AS-external type 1 routes.
ase-type-2 Specifies AS-external type 2 routes.
number Specifies a tag value.

Default

N/A.

Usage Guidelines

If always is specified, OSPF always advertises the default route. If always is not specified, OSPF adds the default LSA if a reachable default route is in the route table.

Example

The following command generates a default external type-1 LSA:

enable ospf originate-default cost 1 ase-type-1 tag 0

History

This command was first available in ExtremeXOS 10.1.

Platform Availability

This command is available on platforms with an Advanced Edge or Core license as described in the ExtremeXOS 22.2 Feature License Requirements document.