HP VPN Firewall Appliances Network Management Command Reference
765
Syntax
display ipv6 dhcp relay server-address { all | interface interface-type interface-number } [ | { begin |
exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
all: Displays all DHCPv6 server address information.
interface interface-type interface-number: Displays DHCPv6 server address information for the specified
interface.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Getting Started 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.
Examples
# Display all DHCPv6 server address information.
<Sysname> display ipv6 dhcp relay server-address all
Interface: GE0/1
Server address(es) Output Interface
1::1
FF02::1:2 GE0/3
Interface: GE0/2
Server address(es) Output Interface
1::1
FF02::1:2 GE0/3
# Display the DHCPv6 server address information on interface GigabitEthernet 0/1.
<Sysname> display ipv6 dhcp relay server-address interface gigabitethernet 0/1
Interface: GE0/1
Server address(es) Output Interface
1::1
FF02::1:2 GE0/3
Table 165 Command output
Field Descri
p
tion
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.