Cisco ASR 9000 Series Configuration Manual page 392

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

Advertisement

Configuring Neighbors for Nonbroadcast Networks
Command or Action
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
network { broadcast | non-broadcast | {
point-to-multipoint [ non-broadcast ] |
point-to-point }}
Example:
RP/0/RSP0/CPU0:router(config-ospf-ar)# network
non-broadcast
Step 6
dead-interval seconds
Example:
RP/0/RSP0/CPU0:router(config-ospf-ar)#
dead-interval 40
Step 7
hello-interval seconds
Example:
RP/0/RSP0/CPU0:router(config-ospf-ar)#
hello-interval 10
Step 8
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config-ospf-ar)#
interface GigabitEthernet 0/2/0/0
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
364
Purpose
The process-name argument is any alphanumeric string
Note
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.
• The example configures a backbone area.
• 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.
Configures the OSPF network type to a type other than the default
for a given medium.
• The example sets the network type to NBMA.
(Optional) Sets the time to wait for a hello packet from a neighbor
before declaring the neighbor down.
(Optional) Specifies the interval between hello packets that OSPF
sends on the interface.
It is recommended to set the hello timer interval to the
Note
default of 10 seconds. OSPF sessions may flap during
switchover if hello-interval timer configured is less then
default value.
Enters interface configuration mode and associates one or more
interfaces for the area configured in Step 4.
• In this example, the interface inherits the nonbroadcast network
type and the hello and dead intervals from the areas because
the values are not set at the interface level.
Implementing OSPF
OL-30423-03

Advertisement

Table of Contents
loading

Table of Contents