Command Reference OSPFv3 Commands
Interface configuration mode.
After receiving the database description message, the OSPFv3 device will check whether the MTU of
neighbor interface is the same as its own MTU. If the received database description message
indicates an MTU greater than its own interface’s MTU, the neighbor relationship cannot be
established. This can be fixed by disabling the MTU check.
The following example disables the MTU check function on the ethernet 1/0.
Ruijie(config)# interface ethernet 1/0
Ruijie(config-if)# ipv6 ospf mtu-ignore
Starts the OSPFv3 routing process.
Sets the value of IPv6 MTU of the interface.
Use this command to configure the OSPFv3 neighbor manually. Use the no form of this command to
restore the default setting.
ipv6 ospf neighbor ipv6-address [ [ cost <1-65535> ] [ poll-interval <0-2147483647> | priority
<0-255>]] [instance instance-id]
no ipv6 ospf neighbor ipv6-address [[cost <1-65535>] [poll-interval < 0-2147483647 > | priority <
0-255 > ] ] [ instance instance-id ]
(Optional) Configures the cost to each neighbor in point-to-multipoint
network. It is not defined by default, where the cost configured on the
interface will be used. It ranges from 1 to 65535.
Only the networks of the point-to-multipoint type support this option.
(Optional) Interval for polling the neighbors (in seconds), which
ranges from 1 to 2147483647.
Only the networks of the non-broadcast (NBMA) type support this
option.
(Optional) Configures the priority value of non-broadcast network
neighbors, which ranges from 0 to 255.
Only the non-broadcast (NBMA) type network supports this option.
(Optional) Configures the specific OSPFv3 instance on the interface,