H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – Routing Protocol
H3C S7500 Series Ethernet Switches Chapter 3 OSPF Configuration Commands
3-42
Related commands: ospf dr-priority.
Examples
# Set the network type for interface VLAN-interface 10 to NBMA.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] interface Vlan-interface 10
[H3C-Vlan-interface10] ospf network-type nbma
3.1.37 ospf timer dead
Syntax
ospf timer dead seconds
undo ospf timer dead
View
Interface view
Parameters
seconds: Dead interval of the OSPF neighbor in seconds, in the range 1 to 65535.
Description
Use the ospf timer dead command to configure the dead interval of the OSPF peer.
Use the undo ospf timer dead command to restore the default.
By default, the dead interval is 40 seconds for p2p and broadcast interfaces and is 120
seconds for p2mp and nbma interfaces.
If an interface receives no Hello packet from the neighbor after the dead interval
elapsed, the interface considers the neighbor as dead. The dead interval on an
interface is at least four times the hello interval. Any two routers attached to the same
segment must have the same dead interval.
Related commands: ospf timer hello.
Examples
# Set the dead interval on the interface VLAN-interface 10 to 80 seconds.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] interface Vlan-interface 10
[H3C-Vlan-interface10] ospf timer dead 80