Configuring Basic Ospf Parameters - Cisco Catalyst 3560-X Software Configuration Manual

Hide thumbs Also See for Catalyst 3560-X:
Table of Contents

Advertisement

Chapter 1
Configuring IP Unicast Routing

Configuring Basic OSPF Parameters

To enable OSPF, create an OSPF routing process, specify the range of IP addresses to associate with the
routing process, and assign area IDs to be associated with that range. Beginning in Cisco IOS
Release 12.2(58)SE, for switches running the IP services image, you can configure either the Cisco
OSPFv2 NSF format or the IETF OSPFv2 NSF format.
Beginning in privileged EXEC mode, follow these steps to enable OSPF:
Command
Step 1
configure terminal
Step 2
router ospf process-id
Step 3
nsf cisco [enforce global]
or
nsf ietf [restart-interval seconds]
Step 4
network address wildcard-mask area area-id
Step 5
end
Step 6
show ip protocols
Step 7
copy running-config startup-config
To end an OSPF routing process, use the no router ospf process-id global configuration command.
This example shows how to configure an OSPF routing process and assign it a process number of 109:
Switch(config)# router ospf 109
Switch(config-router)# network 131.108.0.0 255.255.255.0 area 24
OL-25303-03
Purpose
Enter global configuration mode.
Enable OSPF routing, and enter router configuration mode. The
process ID is an internally used identification parameter that is
locally assigned and can be any positive integer. Each OSPF
routing process has a unique value.
Note
OSPF for Routed Access supports only one OSPFv2 and
one OSPFv3 instance with a maximum number of 200
dynamically learned routes.
(Optional) Enable Cisco NSF operations for OSPF. The enforce
global keyword cancels NSF restart when non-NSF-aware
neighboring networking devices are detected.
(Optional) Enable IETF NSF operations for OSPF. The
restart-interval keyword specifies the length of the graceful
restart interval, in seconds. The range is from 1 to 1800. The
default is 120.
Define an interface on which OSPF runs and the area ID for that
interface. You can use the wildcard-mask to use a single
command to define one or more multiple interfaces to be
associated with a specific OSPF area. The area ID can be a
decimal value or an IP address.
Return to privileged EXEC mode.
Verify your entries.
(Optional) Save your entries in the configuration file.
Catalyst 3750-X and 3560-X Switch Software Configuration Guide
Configuring OSPF
1-31

Advertisement

Table of Contents
loading

This manual is also suitable for:

Catalyst 3750-x

Table of Contents