Command Reference Guide
SROS Command Line Interface Reference Guide Loopback Interface Configuration Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 865
ip ospf
Use the ip ospf command to customize OSPF settings (if needed).
Syntax Description
authentication-key
Assign a simple-text authentication password to be used by
other routers using
<password>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).