Cisco ASR 9000 Series Configuration Manual page 396

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

Advertisement

Configuring Authentication at Different Hierarchical Levels for OSPF Version 2
Command or Action
Step 3
router-id { router-id }
Example:
RP/0/RSP0/CPU0:router(config-ospf)# router-id
192.168.4.3
Step 4
authentication [ message-digest | null ]
Example:
RP/0/RSP0/CPU0:router(config-ospf)#authentication
message-digest
Step 5
message-digest-key key-id md5 { key | clear key |
encrypted key | LINE}
Example:
RP/0/RSP0/CPU0:router(config-ospf)#message-digest-key
4 md5 yourkey
Step 6
area area-id
Example:
RP/0/RSP0/CPU0:router(config-ospf)# area 0
Step 7
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config-ospf-ar)# interface
GigabitEthernet 0/1/0/3
Step 8
Repeat Step 7 for each interface that must communicate, using
the same authentication.
Step 9
exit
Example:
RP/0/RSP0/CPU0:router(config-ospf-ar)# exit
Step 10
area area-id
Example:
RP/0/RSP0/CPU0:router(config-ospf)# area 1
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
368
Purpose
Configures a router ID for the OSPF process.
Enables MD5 authentication for the OSPF process.
• This authentication type applies to the entire
router process unless overridden by a lower
hierarchical level such as the area or interface.
Specifies the MD5 authentication key for the OSPF
process.
• The neighbor routers must have the same key
identifier.
Enters area configuration mode and configures a
backbone area for the OSPF process.
Enters interface configuration mode and associates one
or more interfaces to the backbone area.
• All interfaces inherit the authentication parameter
values specified for the OSPF process (Step 4,
Step 5, and Step 6).
Enters area OSPF configuration mode.
Enters area configuration mode and configures a
nonbackbone area 1 for the OSPF process.
• 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.
Implementing OSPF
OL-30423-03

Advertisement

Table of Contents
loading

Table of Contents