|
Navigate to the 0.0.0.0 level in the configuration
hierarchy.
|
In the configuration editor hierarchy, select Protocols>Ospf>Area
id 0.0.0.0.
|
From the top of the configuration hierarchy, enter
edit protocols ospf area 0.0.0.0
|
|
Set the authentication type.
|
- From the Authentication type list, select the type
of authentication to enable on the stub area:
simple
md5
- Click OK.
|
Set the authentication type to either simple or md5.
For example:
set authentication--type md5
Changes in the CLI are applied automatically when you execute the set command.
|
|
Navigate to the interface-name level in the configuration
hierarchy.
|
In the configuration editor hierarchy under Protocols>Ospf>Area>0.0.0.0>
interface, click an interface name.
|
From the top of the configuration hierarchy, enter
edit protocols ospf area 0.0.0.0 interface interface-name
|
|
Set the authentication password (key) and, if applicable, the key identifier.
|
- In the Key name box, type a password:
For simple authentication, type from 1 through 8 ASCII characters.
For MD5 authentication, type from 1 through 16 ASCII characters.
- For MD5 authentication only, in the Key ID box, type any
value between 0 (the default) and 255 to associate with
the MD5 password.
- Click OK.
- Repeat Step 1 through Step 3 for each interface in the
stub area for which you are enabling authentication.
|
- Set the authentication password:
For simple authentication, type from 1 through 8 ASCII characters.
For MD5 authentication, type from 1 through 16 ASCII characters.
- For MD5 authentication only, set the key identifier to
associate with the MD5 password to any value between 0 (the default)
and 255.
For example:
set authentication-key Chey3nne key-id 2
Changes in the CLI are applied automatically when you execute the command.
- Repeat Step 1 and Step 2 for each interface in the stub
area for which you are enabling authentication.
|