DGS-3610 Series Configuration Guide Chapter 28 OSPF Routing Protocol Configuration
network area
(network area)
Undefined; the OSPF protocol does not run by default
Route summarization
(summary-address)
Changing LSAs Group
Pacing
Timers shortest path first
(SPF)
The time between the receipt of the topology changes and
SPF-holdtime: 5 seconds .
The least interval between two calculating operations: 10 seconds
Optimal path rule used to
calculate the external
routes
Adopting the rules defined in RFC1583
28.2.1 Creating the OSPF Routing Process
This is to create the OSPF routing process and define the range of the IP addresses
associated with the OSPF routing process and the OSPF area to which these IP addresses
belong. The OSPF routing process only sends and receives the OSPF packets at the
interface within the IP address range and notifies the link status of the interface to the
outside. Currently, we support 64 OSPF routing processes.
To create the OSPF routing process, you can perform the following steps:
DGS-3610# configure terminal
Enter the global configuration mode.
DGS-3610(config)# ip routing
Enable the IP routing (if disabled)
DGS-3610(config)# router ospf
process_id
Enable OSPF and enter OSPF configuration mode.
DGS-3610(config-router)# network
address wildcard-mask area
area-id
Define an IP address range for an area.
DGS-3610(config-router)# end
Return to the privileged EXEC mode.
DGS-3610# show ip protocol
Display the routing protocol that is running currently.
To disable the OSPF protocol, use the no router ospf [process-id] command. The example
shows how to enable the OSPF protocol:
DGS-3610(config)# router ospf 1
DGS-3610(config-router)# network 192.168.0.0 255.255.255.0 area 0