System information

Configuring OSPF
11-21
where:
password is the unencrypted (clear text) with 1 to 8 characters.
8. To enable OSPF MD5 authentication, use the ip ospf message-digest-key
command in Interface Configuration mode, as shown below:
MOT(config-if)#ip ospf message-digest-key <key-id> md5 <key>
Examples
The following example sets the cost of sending a packet over an interface to 30:
interface ethernet 7/0
ip ospf cost 30
The following example sets the time interval between transmissions of an LSA to 20
seconds on an interface:
interface ethernet 7/0
ip ospf restransmit-interval 20
The following example sets the time it takes to transmit a link state update to
10seconds on an interface:
interface ethernet 7/0
ip ospf transmit-delay 10
The following example sets the router priority value to 10 on an interface:
interface ethernet 7/0
ip ospf priority 10
The following example sets the interval between hello packets to 15 seconds on an
interface:
interface ethernet 7/0
ip ospf hello-interval 30