Process Overview: Routing Protocol Configuration
Configuring OSPF
13-30 Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide
Example
This example shows how to configure IP address 182.127.62.1 0.0.0.31 as OSPF area 0:
13.1.2.3 router id
Use this command to set the OSPF router ID for the device. The OSPF protocol uses the router ID
as a tie-breaker for path selection. If not specified, this will be set to the lowest IP address of the
interfaces configured for IP routing.
router id ip_address
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command resets the router ID to the first interface configured
for IP routing:
no router id
Command Type
Router command.
Command Mode
Router configuration: Matrix>Router(config-router)#
Command Defaults
None.
Example This example shows how to set the OSPF router ID to IP address 182.127.62.1:
Matrix>Router(config)#router ospf 1
Matrix>Router(config-router)#network 182.127.62.1 0.0.0.31 area 0
ip_address Specifies the IP address that OSPF will use as the router ID.
Matrix>Router(config-router)#router id 182.127.62.1