F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
836
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
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 ]
undo ospfv3 timer dead [ seconds ] [ instance instance-id ]
Default
The OSPFv3 neighbor dead time is 40 seconds for P2P and Broadcast interfaces, and is not supported
on P2MP and NBMA interfaces.