Command Reference OSPFv3 Commands
 E1 line: 48
 10M Ethernet: 10
 100M Ethernet: 1
The OSPFv3 cost configured with the command ipv6 ospf cost will overwrite the default
configuration.
The following example sets the cost of the interface to 1:
Ruijie(config)# int fastethernet 0/0
Ruijie(config-if)# ipv6 ospf cost 1
Displays the OSPFv3 interface information.
Sets the interface to participate in the OSPFv3
routing process.
3.21 ipv6 ospf dead-interval
Use this command to set a dead interval of neighbors on an interface. If no hello packet is received
from a neighbor within the interval, the neighboring relationship is considered to fail. Use the no form
of this command to restore the default setting
ipv6 ospf dead-interval { seconds | minimal hello-multiplier multiplier } [ instance instance-id ]
no ipv6 ospf dead-interval [ instance instance-id ]
Dead interval of neighbors.
Its range is from 1 to 65535 in the unit of seconds.
minimal hello-multiplier
multiplier
Enables the fast hello function, which takes 1s as the dead interval of
neighbors.
Multiplier specifies the number of hello packets sent in one second, in
the range from 3 to 20.
Configures the specific OSPFv3 instance on the interface, in the
range from 0 to 255.
If the fast hello function is not enabled, the dead interval of neighbors is four times longer than the
hello interval.
If the hello interval is changed, the dead interval of neighbors varies automatically.
Interface configuration mode