HP Comware 5 Debug Manual Vol 1

<Sysname> debugging dns proxy all
<Sysname> terminal debugging
<Sysname> terminal monitor
Output similar to the following messages is generated on the DNS proxy when the client pings
www.aabbcc.com:
<Sysname>
*Apr 19 14:07:29:554 2007 Syaname DNS/7/DNS_Proxy: Receive a DNS query from 192.168.5.212,
port: 3931, trans ID: 1.
// DNS received a DNS request from the client at 192.168.5.212.
*Apr 19 14:07:29:554 2007 Sysname DNS/7/DNS_Proxy:
Begin to find query information locally.
Opcode: 0
Query type: 1
Question: www.aabbcc.com
// DNS started searching information locally according to the request.
*Apr 19 14:07:29:554 2007 Sysname DNS/7/DNS_Proxy:
Requested information is found locally.
Query type: 1
Question: www.aabbcc.com
Answer: 11.11.11.11
// DNS found a matching entry.
*Apr 19 14:07:29:554 2007 Sysname DNS/7/DNS_Proxy: Send a DNS reply to 192.168.5.212, port:
3931, trans ID: 1.
// DNS sent a reply to the client at 192.168.5.212.
Output similar to the following messages is generated on the DNS proxy when the client pings
www.abc.com:
<Sysname>
*Apr 19 14:13:36:98 2007 Sysname DNS/7/DNS_Proxy: Receive a DNS query from 192.168.5.212,
port: 3932, trans ID: 2.
// DNS received a DNS request from the client at 192.168.5.212.
*Apr 19 14:13:36:98 2007 Sysname DNS/7/DNS_Proxy:
Begin to find query information locally.
Opcode: 0
Query type: 1
Question: www.abc.com
// DNS started searching information locally according to the request.
*Apr 19 14:13:36:98 2007 Sysname DNS/7/DNS_Proxy: Send a DNS query to 192.168.0.244,
original trans ID: 2, new trans ID: 20552.
// DNS sent a request to the domain name server 192.168.0.244.
*Apr 19 14:13:36:118 2007 Sysname DNS/7/DNS_Proxy: Receive a DNS reply from 192.168.0.244,
trans ID: 20552.
// DNS received a reply from the domain name server at 192.168.0.244.
*Apr 19 14:13:36:118 2007 Sysname DNS/7/DNS_Proxy: Send a DNS reply to 192.168.5.212, port:
3932, trans ID: 2.
// DNS sent a reply to the client at 192.168.5.212.
417