System information
BSR 64000 Configuration and Management Guide
11-6
MOT(config-if)#ip ospf authentication-key <password>
where:
password is the unencrypted (clear text) with 1 to 8 characters.
3. Exit Interface Configuration mode by using the end command.
4. Enter the OSPF router on the BSR, using the router ospf command in Global
Configuration mode.
5. Use the area authentication command in Router Configuration mode to enable
OSPF area authentication that permits (cleartext) password protection against
unauthorized access to an area, as shown below:
MOT(config-ospf)#area <area-id> authentication
where:
area-id is the area number.
- or -
Use the area authentication message-digest command in Router Configuration
mode to enable OSPF area authentication that provides encrypted MD5 password
protection against unauthorized access to an area, as shown below:
MOT(config-ospf)#area <area-id> authentication message-digest
where:
area-id is the area number.
Configuring OSPF Stub Areas
Stub areas do not receive information on external routes. Instead, the Area Border
Router (ABR) generates a default external route into the stub area for destinations
outside the Autonomous System (AS). A stub area allows a default route, intra-area
routes, and inter-area routes, but disallows autonomous system (AS) external routes,
virtual links, and autonomous system boundary router (ASBR) routes.
Use the following steps to configure a stub area:
1. Issue the router ospf command in Global Configuration mode to enter OSPF
Router Configuration mode.