ipv6 ospf dead-interval
To set the time period for which hello packets must not be seen before neighbors declare the router down, use the i pv6 ospf dead-interval command in interface configuration mode. To return to the default time, use the no form of this command.
ipv6 ospf dead-interval seconds
no ipv6 ospf dead-interval
Syntax Description
seconds |
Specifies the interval (in seconds). The value must be the same for all nodes on the network. |
Command Default
Four times the interval set by the ipv6 ospf hello-interval command
Command Modes
Interface configuration
Command History
Release |
Modification |
---|---|
12.0(24)S |
This command was introduced. |
12.2(15)T |
This command was integrated into Cisco IOS Release 12.2(15)T. |
12.2(18)S |
This command was integrated into Cisco IOS Release 12.2(18)S. |
12.2(28)SB |
This command was integrated into Cisco IOS Release 12.2(28)SB. |
12.2(33)SRA |
This command was integrated into Cisco IOS Release 12.2(33)SRA. |
12.2(33)SXH |
This command was integrated into Cisco IOS Release 12.2(33)SXH. |
15.1(3)S |
Use of the ospfv3 dead-interval command can affect the ipv6 ospf dead-interval command. |
Cisco IOS XE Release 3.4S |
Use of the ospfv3 dead-interval command can affect the ipv6 ospf dead-interval command. |
15.2(1)T |
Use of the ospfv3 dead-interval command can affect the ipv6 ospf dead-interval command. |
Usage Guidelines
The interval is advertised in router hello packets. This value must be the same for all routers and access servers on a specific network.
When the ospfv3 dead-interval command is configured with the process-id argument, it overwrites the ipv6 dead-interval configuration if OSPFv3 was attached to the interface using the ipv6 ospf area command.
Examples
The following example sets the Open Shortest Path First version 3 (OSPFv3) dead interval to 60 seconds:
interface ethernet 1
ipv6 ospf dead-interval 60