HP Comware 5 Debug Manual Vol 1

Default
CWMP received packet debugging is disabled.
Views
User view
Default command level
1: Monitor level
Usage guidelines
Ta b l e 189 describes output fields and messages for the debugging cwmp packet receive command.
Table 189 Output from the debugging cwmp packet receive command
Field
Description
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:encodingStyle="http://schemas.xmlsoap.org/soap/en
coding/"
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>
The CWMP packet contains the following
contents: Envelope, Header and Body.
xmlnsNaming space in the envelope
field. It is a fixed character string defined
by the protocol.
cwmp:IDIdentifier in the Header field
to uniquely identify an interaction
process. A pair of request and response
must have the same cwmp:ID.
BodyContains the packet content of
each RPC method supported by CWMP.
The Body field in the example is the
response of the Inform method.
Examples
# Enable CWMP received packet debugging. When the ACS requests the CPE to set the ACS URL, ACS
username, and ACS password, output similar to the following example is generated:
<Sysname> terminal debugging
<Sysname> terminal monitor
<Sysname> debugging cwmp packet receive
<Sysname> system-view
[Sysname] cwmp
[Sysname-cwmp] cwmp enable
*Aug 13 16:05:06:562 2007 Sysname CWMP/7/DebugInfo:
receive:Message received. message =
<soap:Envelope
341