406 | Open Shortest Path First (OSPFv2)
www.dell.com | support.dell.com
Defaults
Not configured.
Command Modes
ROUTER OSPF
Command
History
Usage
Information
To redistribute the default route (0.0.0.0/0), configure the default-information originate command.
Related
Commands
router-id
Use this command to configure a fixed router ID.
Syntax
router-id ip-address
To remove the fixed router ID, use the no router-id ip-address command.
Parameters
Defaults
none
Command Modes
ROUTER OSPF
Command
History
Example
Figure 21-2. router-id Command Example
metric-type
type-value
(OPTIONAL) Enter the keyword metric-type followed by one of the
following:
• 1 = OSPF External type 1
• 2 = OSPF External type 2
route-map
map-name
(OPTIONAL) Enter the keyword route-map followed by the name of the
route map.
tag
tag-value
(OPTIONAL) Enter the keyword tag followed by a number.
Range: 0 to 4294967295
Version 8.3.16.1 Introduced on MXL 10/40GbE Switch IO Module
default-information originate Generates a default route into the OSPF routing domain.
ip-address
Enter the router ID in the IP address format
Version 8.3.16.1 Introduced on MXL 10/40GbE Switch IO Module
FTOS(conf)#router ospf 100
FTOS(conf-router_ospf)#router-id 1.1.1.1
Changing router-id will bring down existing OSPF adjacency [y/n]:
FTOS(conf-router_ospf)#show config
!
router ospf 100
router-id 1.1.1.1
FTOS(conf-router_ospf)#no router-id
Changing router-id will bring down existing OSPF adjacency [y/n]:
FTOS#