router ospf
27-4 IPv4 Advanced Routing Protocol Configuration
Example
This example shows how to set the OSPF router ID to IP address 182.127.62.1:
C3(su)->router(Config)#router id 182.127.62.1
router ospf
Use this command to enable or disable Open Shortest Path First (OSPF) configuration mode. The
no form of this command disables OSPF configuration mode.
Syntax
router ospf process-id
no router ospf process-id
Parameters
Defaults
None.
Mode
Global configuration: C3(su)->router(Config)#
Usage
You must execute the router ospf command to enable the protocol before completing many OSPF-
specific configuration tasks. For details on enabling configuration modes, refer to Table 24-2 on
page 24-2.
Only one OSPF process (process-id) is allowed per Enterasys C3 router.
Example
This example shows how to enable routing for OSPF process 1:
C3(su)->router#conf terminal
C3(su)->router(Config)#router ospf 1
C3(su)->router(Config-router)#
1583compatibility
Use this command to enable RFC 1583 compatibility on OSPF interfaces. The no form of this
command disables RFC 1583 compatibility on OSPF interfaces.
Syntax
1583compatability
no 1583compatability
Parameters
None.
process-id Specifies the process ID, an internally used identification number for an
OSPF routing process run on a router. Only one OSPF process is allowed per
stack or standalone. Valid values are 1 to 65535.