| Parameter | Description | Value | 
|---|---|---|
| interface-type interface-number | Displays IPv6 information on a specified interface.
 If no interface is specified, IPv6 information on all interfaces configured with IPv6 addresses is displayed.  | 
- | 
| brief | Displays brief information about the interface. | - | 
Before running this command, ensure that the interface is configured with an IPv6 address. If no IPv6 address is assigned to the interface, no interface information is displayed.
# Display IPv6 information on VLANIF 2.
<HUAWEI> display ipv6 interface vlanif 2
Vlanif2 current state : DOWN
IPv6 protocol current state : DOWN
IPv6 is enabled, link-local address is FE80::200:1FF:FE04:5D00 [TENTATIVE]
  Global unicast address(es):
    FC00::1, subnet is FC00::/64 [TENTATIVE]
  Joined group address(es):
    FF02::1:FF00:1
    FF02::1:FF04:5D00
    FF02::2
    FF02::1
  MTU is 1500 bytes
  ND DAD is enabled, number of DAD attempts: 1
  ND reachable time is 30000 milliseconds
  ND retransmit interval is 1000 milliseconds
  ND stale time is 1200 seconds
  ND advertised reachable time is 0 milliseconds                                
  ND advertised retransmit interval is 0 milliseconds                           
  ND router advertisement max interval 600 seconds, min interval 200 seconds    
  ND router advertisements live for 1800 seconds                                
  ND router advertisements hop-limit 64                                         
  ND default router preference medium                                           
  Hosts use stateless autoconfig for addresses 
Item  | 
Description  | 
|---|---|
Vlanif2 current state  | 
Current physical status of VLANIF 2. 
  | 
IPv6 protocol current state  | 
Current protocol status of the interface. 
  | 
IPv6 is enabled  | 
IPv6 is enabled.  | 
link-local address  | 
Link-local address on the interface. After an IPv6 address is configured on the interface, the system automatically assigns a link-local address for the interface. To manually configure a link-local address for an interface, run the ipv6 address link-local command.  | 
Global unicast address(es)  | 
Global unicast address configured on the interface. To configure a global unicast address for an interface, run the ipv6 address command.  | 
Joined group address(es)  | 
Addresses of all multicast groups that the interface joins.  | 
TENTATIVE  | 
When the interface is in DOWN state, the IPv6 address is TENTATIVE.  | 
MTU  | 
MTU of the interface. To configure the MTU for an interface, run the ipv6 mtu command.  | 
ND DAD is enabled  | 
NS packets are sent when the system performs Duplicate Address Detection (DAD).  | 
number of DAD attempts  | 
Number of times duplicate address detection is performed.  | 
ND reachable time  | 
Neighbor reachable time.  | 
ND retransmit interval  | 
Retransmission interval of NS packets.  | 
ND stale time  | 
Aging time of ND entries in STALE state.  | 
ND advertised reachable time  | 
Reachable time of NA packets.  NOTE:  
This field is displayed only after the undo ipv6 nd ra halt command is executed on the interface.  | 
ND advertised retransmit interval  | 
Retransmission interval of NA packets.  NOTE:  
This field is displayed only after the undo ipv6 nd ra halt command is executed on the interface.  | 
ND router advertisement max interval 600 seconds, min interval 200 seconds  | 
Maximum and minimum interval of RA packets.  NOTE:  
This field is displayed only after the undo ipv6 nd ra halt command is executed on the interface.  | 
ND router advertisements live for  | 
Router lifetime in RA packets.  NOTE:  
This field is displayed only after the undo ipv6 nd ra halt command is executed on the interface.  | 
ND router advertisements hop-limit  | 
Hop limit of RA packets.  NOTE:  
This field is displayed only after the undo ipv6 nd ra halt command is executed on the interface.  | 
ND default router preference  | 
Default route priority in RA packets.  NOTE:  
This field is displayed only after the undo ipv6 nd ra halt command is executed on the interface.  | 
Hosts use stateless autoconfig for addresses  | 
Hosts obtain IPv6 addresses by means of stateless auto-configuration.  NOTE:  
This field is displayed only after the undo ipv6 nd ra halt command is executed on the interface.  | 
# Display brief IPv6 information about all interfaces.
<HUAWEI> display ipv6 interface brief
*down: administratively down (l): loopback (s): spoofing Interface Physical Protocol LoopBack0 up up(s) [IPv6 Address] Unassigned Vlanif2 down down [IPv6 Address] 2001::1 [TENTATIVE]
Item  | 
Description  | 
|---|---|
*down  | 
Reason that interface is physically Down. administratively down indicates that the network administrator has executed the shutdown (interface view) command on the interface.  | 
(l)  | 
This interface is enabled with the loopback function.  | 
(s)  | 
This interface is enabled with the spoofing function.  | 
Interface  | 
Name of an interface.  | 
Physical  | 
Physical status of the interface.  | 
Protocol  | 
Link layer protocol status of the interface.  | 
IPv6 Address  | 
IPv6 address configured for the interface. If no IPv6 address is assigned to the interface, this field displays Unassigned.  | 
TENTATIVE  | 
When the interface is in Down state, the IPv6 address is TENTATIVE.  |