Specifications

Ethernet Interface Configuration Command Set Command Reference Guide
314 © 2003 ADTRAN, Inc. 61950860L1-35D
ip ospf
Use the ip ospf command to customize OSPF settings (if needed).
Syntax Description
authentication-key
<password>
Assign a simple-text authentication password to be used by other routers using
the OSPF simple password authentication.
cost <value>
Specify the OSPF cost of sending a packet on the interface. This value
overrides any computed cost value. Range: 1-65535.
dead-interval
<seconds>
Set the maximum interval allowed between hello packets. If the maximum is
exceeded, neighboring devices will determine that the device is down. Range:
0-32767.
hello-interval
<seconds>
Specify the interval between hello packets sent on the interface. Range:
0-32767.
message-digest-key
<keyid> md5 <key>
Configure OSPF Message Digest 5 (MD5) authentication (16-byte max) keys.
priority
<value>
Set the OSPF priority. The value set in this field helps determine the designated
router for this network. Range: 0-255.
retransmit-interval
<seconds>
Specify the time between link-state advertisements (LSAs). Range: 0-32767.
transmit-delay
<seconds>
Set the estimated time required to send an LSA on the interface. Range:
0-32767.
Default Values
retransmit-interval
<seconds>
5 seconds
transmit-delay
<seconds>
1 second
hello-interval
<seconds>
10 seconds: Ethernet, point-to-point, frame relay, and ppp
dead-interval
<seconds>
40 seconds
Command Modes
(config-interface)# Valid interfaces include: Ethernet (eth 0/1), virtual frame relay (fr 1), and virtual
PPP (ppp 1).
Command History
Release 3.1 Command was introduced