HP Comware 5 Debug Manual Vol 1

Trying DNS server (192.168.10.1)
*Feb 9 17:21:40:719 2010 H3C DNS/7/dns: There is no resolve result matching the query
name sample.com in the local dynamic cache.
// DNS did not find a resolution result for domain name sample.com in the local dynamic cache.
*Feb 9 17:21:40:719 2010 H3C DNS/7/dns: Succeeded in making a DNS query packet for name
sample.com.
// DNS constructed a DNS query packet for resolving domain name sample.com.
*Feb 9 17:21:40:735 2010 H3C DNS/7/dns: Send the packet to DNS server 192.168.10.1 for
1 times.
// DNS sent the DNS query packet to the DNS server for the first time.
*Feb 9 17:21:40:735 2010 H3C DNS/7/dns: The answers for query name sample.com (type: A):
1.1.1.1.
// DNS received a DNS reply packet from the DNS server. The IP address for the domain name is 1.1.1.1.
PING sample.com (1.1.1.1):
56 data bytes, press CTRL_C to break
Reply from 1.1.1.1: bytes=56 Sequence=1 ttl=128 time=4 ms
Reply from 1.1.1.1: bytes=56 Sequence=2 ttl=128 time=1 ms
Reply from 1.1.1.1: bytes=56 Sequence=3 ttl=128 time=1 ms
Reply from 1.1.1.1: bytes=56 Sequence=4 ttl=128 time=1 ms
Reply from 1.1.1.1: bytes=56 Sequence=5 ttl=128 time=1 ms
--- sample.com ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 1/1/4 ms
debugging dns proxy
Use debugging dns proxy to enable DNS proxy debugging.
Use undo debugging dns proxy to disable DNS proxy debugging.
Syntax
debugging dns proxy { all | event | packet | error }
undo debugging dns proxy { all | event | packet | error }
Default
DNS proxy debugging is disabled.
Views
User view
Default command level
1: Monitor level
Parameters
all: Specifies all types of debugging for DNS proxy.
event: Specifies DNS proxy event debugging.
415