HP VPN Firewall Appliances Network Management Command Reference

838
Parameters
broadcast: Specifies the network type as Broadcast.
nbma: Specifies the network type as NBMA.
p2mp: Specifies the network type as P2MP.
p2p: Specifies the network type as P2P.
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: The instance ID of an interface, in the range of 0 to 255, which defaults to 0.
Examples
# Configure the NBMA network type for GigabitEthernet 0/1.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/1
[Sysname-GigabitEthernet0/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: Neighbor link-local IP address.
dr-priority: Neighbor DR priority, in the range of 0 to 255. The default is 1.
instance-id: Interface instance 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 0/1
[Sysname-GigabitEthernet0/1] ospfv3 peer fe80::1111