HP Comware 5 Debug Manual Vol 1

xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Header>
<cwmp:ID soap:mustUnderstand="1">1</cwmp:ID>
</soap:Header>
<soap:Body>
<cwmp:InformResponse>
<MaxEnvelopes>5</MaxEnvelopes>
</cwmp:InformResponse>
</soap:Body>
</soap:Envelope>
// CWMP received a message.
debugging cwmp packet send
Use debugging cwmp packet send to enable CWMP sent packet debugging.
Use undo debugging cwmp packet send to disable CWMP sent packet debugging.
Syntax
debugging cwmp packet send
undo debugging cwmp packet send
Default
CWMP sent packet debugging is disabled.
Views
User view
Default command level
1: Monitor level
Examples
# Enable CWMP sent packet debugging. When CWMP is enabled, output similar to the following
example is generated:
<Sysname> terminal debugging
<Sysname> terminal monitor
<Sysname> debugging cwmp packet send
<Sysname> system-view
[Sysname] cwmp
[Sysname-cwmp] cwmp enable
*Aug 30 14:09:58:997 2007 ar49 CWMP/7/DebugInfo:
send:The packet need not pagination, continue times = 1, get value
length = 8.
// CWMP sent an RPC packet.
342