ip ospf dead-interval
    Syntax
ip ospf dead-interval描述
Sets the interval after which a neighbor is declared dead if no hello packet is received on the OSPF interface.
The没有form of this command sets the interval after which a neighbor is declared dead, to the default for the OSPF interface. The default value is 40 seconds (generally 4 times the hello packet interval).
Command context
config-if-vlan
Parameters
- 
        
- 
        Specifies the time interval for the dead interval, in seconds. Range: 1 to 65535. Default: 40. 
权威
Administrators or local user group members with execution rights for this command.
Examples
设置OSPF死interval on the interface:
switch(config)#interface vlan 1switch(config-if-vlan)#ip ospf dead-interval 30
设置OSPF死interval to default on the interface:
switch(config)#interface vlan 1switch(config-if-vlan)#没有ip ospf dead-interval