F3215-HP Load Balancing Module Network Management Command Reference-6PW101

136
display dns host
Use display dns host to display dynamic DNS cache information.
Syntax
display dns host [ ip | ipv6 ] [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
ip: Displays dynamic cache information about type A queries. A type A query resolves a domain name
to the mapped IPv4 address.
ipv6: Displays dynamic cache information about type AAAA queries. A type AAAA query resolves a
domain name to the mapped IPv6 address. For more information, see Network Management
Configuration Guide.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see System Management 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.
Usage guidelines
If you do not specify any parameter, this command displays dynamic DNS cache information about all
query types.
Examples
# Display dynamic DNS cache information about all query types.
<Sysname> display dns host
No. Host TTL Type Reply Data
1 sample.com 3132 IP 192.168.10.1
2 sample.net 2925 IPv6 FE80::4904:4448
3 sip.sample.com 3122 NAPTR 100 10 u sip+E2U !^.*$!sip:info.se!i
4 website.tcp.sample.com 3029 SRV 10 10 8080 iis.sample.com
Table 30 Command output
Field Descri
p
tion
No Sequence number.
Host Domain name for query.
TTL Time that a mapping can be stored in the cache, in seconds.
Type Query type, IP, IPv6, NAPTR, and SRV.