display ipv6 host
Syntax
display ipv6 host [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
|: 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 host to display the mappings between host names and IPv6 addresses in the static domain name resolution table.
Related commands: ipv6 host.
Examples
# Display the mappings between host names and IPv6 addresses in the static domain name resolution table.
<Sysname> display ipv6 host Host Age Flags IPv6Address aaa 0 static 2002::1 bbb 0 static 2002::2
Table 54: Command output
Field | Description |
---|---|
Host | Host name. |
Age | Time for the entry to live. 0 is displayed in the case of static configuration. |
Flags | Mapping type. Static indicates a static mapping. |
IPv6Address | IPv6 address of a host. |