R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference

376
non-broadcast: Specifies the interface to send packets in unicast mode. By default, an OSPFv3 interface
whose network type is P2MP sends packets in multicast mode.
instance-id: Specifies an instance by its ID in the range of 0 to 255. The default is 0.
Examples
# Configure the interface's network type as NBMA.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-Gigabitethernet2/1/1] ospfv3 network-type nbma
ospfv3 peer
Use ospfv3 peer to specify a neighbor and the DR priority of the neighbor.
Use undo ospfv3 peer to remove the configuration.
Syntax
ospfv3 peer ipv6-address [ dr-priority dr-priority ] [ instance instance-id ]
undo ospfv3 peer ipv6-address [ dr-priority dr-priority ] [ instance instance-id ]
Views
Interface view
Default command level
2: System level
Parameters
ipv6-address: Specifies the neighbor link-local IP address.
dr-priority: Specifies the neighbor DR priority in the range of 0 to 255. The default is 1.
instance-id: Specifies an interface by its ID in the range of 0 to 255. The default is 0.
Usage guidelines
A router uses the priority set with the ospfv3 peer command to determine whether to send a hello packet
to the neighbor rather than use it for DR election.
Examples
# Specify the neighbor fe80::1111.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-Gigabitethernet2/1/1] ospfv3 peer fe80::1111
ospfv3 timer dead
Use ospfv3 timer dead to configure the OSPFv3 neighbor dead time for an interface that belongs to a
specified instance.
Use undo ospfv3 timer dead to restore the default.
Syntax
ospfv3 timer dead seconds [ instance instance-id ]