ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Open Shortest Path First (OSPFv3)
– 1807
EXAMPLE
Console(config)#interface vlan 1
Console(config-if)#ipv6 ospf cost 10
Console(config-if)#
ipv6 ospf
dead-interval
This command sets the interval at which hello packets are not seen before
neighbors declare the router down. Use the no form to restore the default
value.
SYNTAX
ipv6 ospf dead-interval seconds [instance-id instance-id]
no ipv6 ospf dead-interval [instance-id instance-id]
seconds - The maximum time that neighbor routers can wait for a
hello packet before declaring the transmitting router down. This
interval must be set to the same value for all routers on the
network. (Range: 1-65535)
instance-id - Identifies a specific OSPFv3 routing process on the
link-local network segment attached to this interface.
(Range: 0-255)
COMMAND MODE
Interface Configuration (VLAN)
DEFAULT SETTING
40 seconds, or four times the interval specified by the ipv6 ospf
hello-interval command.
COMMAND USAGE
The dead-interval is advertised in the router's hello packets. It must be a
multiple of the hello-interval and be the same for all routers on a specific
network.
EXAMPLE
Console(config)#interface vlan 1
Console(config-if)#ipv6 ospf dead-interval 50
Console(config-if)#
RELATED COMMANDS
ipv6 ospf hello-interval (1808)