Cisco Cisco Packet Data Gateway (PDG)

Seite von 8770
PVC Interface Configuration Mode Commands   
▀  ip ospf message-digest-key 
 
 
▄  Command Line Interface Reference, StarOS Release 16 
7910 
   
ip ospf message-digest-key 
This command enables the use of MD5-based OSPF authentication. 
Product
 
SGSN 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > PVC Interface Configuration  
configure > context context_name > interface interface_name point-to-point
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-if-pvc)# 
Syntax
 
ip ospf message-digest-key key_id  md5 [ encrypted ] password authentication_key 
no ip ospfmessage-digest-key key_id 
no
 
Deletes the key. 
message-digest-key
 key_id 
Specifies the key identifier number. key_id must be an integer from 1 through 255. 
encrypted
 
Use this if you are pasting a previously encrypted authentication key into the CLI command. 
password
 
authentication_key
 
The password to use for authentication. 
authentication_key
 is a string variable, from 1 through 16 
alphanumeric characters, that denotes the authentication password. This variable is entered in clear text 
format. 
Usage 
Use this command to create an authentication key that uses MD5-based OSPF authentication. 
Example
 
To create a key with the ID of 25 and a password of 123abc, use the following command; 
ip ospf message-digest-key 25 md5 password 123abc 
To delete the same key, enter the following command; 
no ip ospf message-digest-key 25