HP MSR2000/3000/4000 Router Series Layer 3 - IP Routing Command Reference

499
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 [ cost value | dr-priority dr-priority ] [ instance instance-id ]
undo ospfv3 peer ipv6-address [ instance instance-id ]
Default
No link-local address is specified for the neighbor interface.
Views
Interface view
Predefined user roles
network-admin
Parameters
ipv6-address: Specifies the link-local IP address of the neighbor.
cost value: Specifies the cost of the neighbor, in the range of 1 to 65535.
dr-priority dr-priority: Specifies the DR priority of the neighbor, in the range of 0 to 255. The default is 1.
Instance instance-id: Specifies an interface by its ID in the range of 0 to 255. The default is 0.
Usage guidelines
For NBMA and P2MP interfaces (only when in unicast mode), you must specify the link-local IP addresses
of their neighbors because these interfaces cannot find neighbors through broadcasting hello packets.
For NBMA interfaces, you can also specify DR priorities for their neighbors.
Examples
# On Ethernet 1/1, specify the link-local address of its neighbor as FE80::1111.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] ospfv3 peer fe80::1111
ospfv3 timer dead
Use ospfv3 timer dead to configure the OSPFv3 neighbor dead time.
Use undo ospfv3 timer dead to restore the default.
Syntax
ospfv3 timer dead seconds [ instance instance-id ]
undo ospfv3 timer dead [ instance instance-id ]
Default
The OSPFv3 neighbor dead time is 40 seconds for P2P and broadcast interfaces, and is 120 seconds for
P2MP and NBMA interfaces.