Ip ospf hello-interval – Allied Telesis AT-S83 User Manual
Page 325

AT-S83 Management Software Command Line Interface User’s Guide
325
IP OSPF HELLO-INTERVAL
Syntax
ip ospf (A.B.C.D) hello-interval INTERVAL <1-65535>
no ip ospf (A.B.C.D) hello-interval
Parameters
A.B.C.D
Specifies the IP address of the interface. This is an
optional parameter.
INTERVAL
Specifies the interval in seconds. Choose a value
between 1 and 65,535. The default interval is 10
seconds.
Description
Use the IP OSPF HELLO-INTERVAL command to specify the interval
between hello packets.
The hello-interval is advertised in the hello packets. Configure the same
hello-interval for all routers on a specific network. A shorter hello interval
ensures faster detection of topological changes, but results in more routing
traffic.
Use the no form of this command to return to it to the default value.
Command Mode
Interface mode
Example
The following example shows setting the hello-interval for 3 seconds on
interface 3:
switch# configure terminal
switch(config)# interface xe3
switch(config-if)# ip ospf hello-interval 3
Related Commands