Creating The Ospf Routing Process - D-Link xStack DGS-3610 Series Configuration Manual

Hide thumbs Also See for xStack DGS-3610 Series:
Table of Contents

Advertisement

DGS-3610 Series Configuration Guide
network area
(network area)
Device ID
Route summarization
(summary-address)
Changing LSAs Group
Pacing
Timers shortest path first
(SPF)
Optimal path rule used to
calculate the external
routes
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:
Command
DGS-3610# configure terminal
DGS-3610(config)# ip routing
DGS-3610(config)# router ospf
process_id
DGS-3610(config-router)# network
address wildcard-mask area
area-id
DGS-3610(config-router)# end
DGS-3610# show ip protocol
DGS-3610# write
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
Chapter 28 OSPF Routing Protocol Configuration
None
Undefined; the OSPF protocol does not run by default
Undefined
240 seconds
The time between the receipt of the topology changes and
SPF-holdtime: 5 seconds .
The least interval between two calculating operations: 10 seconds
Adopting the rules defined in RFC1583
Meaning
Enter the global configuration mode.
Enable the IP routing (if disabled)
Enable OSPF and enter OSPF configuration mode.
Define an IP address range for an area.
Return to the privileged EXEC mode.
Display the routing protocol that is running currently.
Save the configuration.
28-5

Advertisement

Table of Contents
loading

Table of Contents