display ipv6 dhcp relay server-address
Syntax
display ipv6 dhcp relay server-address { all | interface interface-type interface-number } [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
all: Displays all DHCPv6 server address information.
interface interface-type interface-number: Displays DHCPv6 server address information about the specified interface.
|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use display ipv6 dhcp relay server-address to display information about DHCPv6 server addresses specified on the DHCPv6 relay agent.
Examples
# Display all DHCPv6 server address information.
<Sysname> display ipv6 dhcp relay server-address all Interface: Vlan2 Server address(es) Output Interface 1::1 FF02::1:2 Vlan4 Interface: Vlan3 Server address(es) Output Interface 1::1 FF02::1:2 Vlan4
# Display DHCPv6 server address information about VLAN-interface 2.
<Sysname> display ipv6 dhcp relay server-address interface vlan-interface 2 Interface: Vlan2 Server address(es) Output Interface 1::1 FF02::1:2 Vlan4
Table 48: Command output
Field | Description |
---|---|
Interface | Interface that serves as the DHCPv6 relay agent. |
Server address(es) | DHCPv6 server addresses specified on the interface. |
Output Interface | Outgoing interface of DHCPv6 packets. |