Cisco Cisco Packet Data Gateway (PDG) Merkblatt

Seite von 8487
Ethernet Interface Configuration Mode Commands   
▀  ip ospf message-digest-key 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
3508 
   
ip ospf message-digest-key 
Enables or disables the use of MD5-based OSPF authentication. 
Product
 
PDSN 
HA 
GGSN 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > Ethernet Interface Configuration 
configure > context context_name > interface interface_name broadcast
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-if-eth)# 
Syntax
 
ip ospf message-digest-key key_id md5 [ encrypted ] password authentication_key 
no ip ospf message-digest-key key_id 
no
 
Deletes the key. 
message-digest-key
 
key_id
 
Specifies the key identifier number as 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
 
Specifies the password to use for authentication as an alphanumeric string of 1 through 16 characters 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