Cisco ASR 9000 Series Routing Configuration Manual page 466

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Enabling OSPF
Command or Action
Step 2
Do one of the following:
• router ospf process-name
• router ospfv3 process-name
Example:
RP/0/RSP0/CPU0:router(config)# router ospf 1
or
RP/0/RSP0/CPU0:router(config)# router ospfv3 1
Step 3
router-id { router-id }
Example:
RP/0/RSP0/CPU0:router(config-ospf)# router-id
192.168.4.3
Step 4
area
area-id
Example:
RP/0/RSP0/CPU0:router(config-ospf)# area 0
Step 5
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config-ospf-ar)# interface
GigabitEthernet 0/1/0/3
Step 6
Repeat Step 5 for each interface that uses OSPF.
Step 7
log adjacency changes [ detail ] [ enable | disable ]
Example:
RP/0/RSP0/CPU0:router(config-ospf-ar-if)# log
adjacency changes detail
Step 8
commit
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
436
Purpose
Enables OSPF routing for the specified routing process and
places the router in router configuration mode.
or
Enables OSPFv3 routing for the specified routing process and
places the router in router ospfv3 configuration mode.
Note
The process-name argument is any alphanumeric
string no longer than 40 characters.
Configures a router ID for the OSPF process.
Note
We recommend using a stable IP address as the router
ID.
Enters area configuration mode and configures an area for the
OSPF process.
• Backbone areas have an area ID of 0.
• Nonbackbone areas have a nonzero area ID.
• The area-id argument can be entered in dotted-decimal
or IPv4 address notation, such as area 1000 or
area 0.0.3.232. However, you must choose one form or
the other for an area. We recommend using the IPv4
address notation.
Enters interface configuration mode and associates one or
more interfaces for the area configured in Step 4.
(Optional) Requests notification of neighbor changes.
• By default, this feature is enabled.
• The messages generated by neighbor changes are
considered notifications, which are categorized as
severity Level 5 in the logging console command. The
logging console command controls which severity level
of messages are sent to the console. By default, all
severity level messages are sent.
Implementing OSPF

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents