Ip ospf hello-interval, Ip ospf message- digest-key, Ip ospf message-digest-key – LevelOne GTL-2691 User Manual
Page 1498: Ip ospf message-digest, Ip ospf message-digest-key (1498)
C
HAPTER
49
| IP Routing Commands
Open Shortest Path First (OSPFv2)
– 1498 –
ip ospf hello-interval
This command specifies the interval between sending hello packets on an
interface. Use the no form to restore the default value.
S
YNTAX
ip ospf [ip-address] hello-interval seconds
no ip ospf [ip-address] hello-interval
ip-address - This parameter can be used to indicate a specific IP
address connected to the current interface. If not specified, the
command applies to all networks connected to the current interface.
seconds - Interval at which hello packets are sent from an interface.
This interval must be set to the same value for all routers on the
network. (Range: 1-65535)
C
OMMAND
M
ODE
Interface Configuration (VLAN)
D
EFAULT
S
ETTING
10 seconds
C
OMMAND
U
SAGE
Hello packets are used to inform other routers that the sending router is
still active. Setting the hello interval to a smaller value can reduce the
delay in detecting topological changes, but will increase routing traffic.
E
XAMPLE
Console(config)#interface vlan 1
Console(config-if)#ip ospf hello-interval 5
Console(config-if)#
ip ospf message-
digest-key
This command enables message-digest (MD5) authentication on the
specified interface and to assign a key-id and key to be used by
neighboring routers. Use the no form to remove an existing key.
S
YNTAX
ip ospf [ip-address] message-digest-key key-id md5 key
no ip ospf [ip-address] message-digest-key key-id
ip-address - This parameter can be used to indicate a specific IP
address connected to the current interface. If not specified, the
command applies to all networks connected to the current interface.
key-id - Index number of an MD5 key. (Range: 0-255)
key - Alphanumeric password used to generate a 128 bit message
digest or “fingerprint.” (Range: 1-16 characters)
C
OMMAND
M
ODE
Interface Configuration (VLAN)