R3303-HP HSR6800 Routers Layer 3 - IP Services Command Reference

Table Of Contents
248
DHCPv6 relay agent configuration commands
display ipv6 dhcp relay server-address
Use display ipv6 dhcp relay server-address to display information about DHCPv6 server addresses
specified on the DHCPv6 relay agent.
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 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.
Examples
# Display all DHCPv6 server address information.
<Sysname> display ipv6 dhcp relay server-address all
Interface: GE3/1/1
Server address(es) Output Interface
1::1
FF02::1:2 GE3/1/3
Interface: GE3/1/2
Server address(es) Output Interface
1::1
FF02::1:2 GE3/1/3
# Display DHCPv6 server address information for interface GigabitEthernet 3/1/1.
<Sysname> display ipv6 dhcp relay server-address interface GigabitEthernet 3/1/1
Interface: GE3/1/1
Server address(es) Output Interface
1::1
FF02::1:2 GE3/1/3