HP MSR2000/3000/4000 Router Series Network Management and Monitoring Configuration Guide

159
Appendix
Appendix A Supported NETCONF operations
Table 12 lists the NETCONF operations available with Comware V7.
Table 12 NETCONF operations
O
p
eration Descri
p
tion XML exam
p
le
get
Retrieves device configuration
and state information.
To retrieve device configuration and state information
for the Syslog module:
<rpc message-id ="101"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0"
xmlns:xc="http://www.hp.com/netconf/base
:1.0">
<get>
<filter type="subtree">
<top
xmlns="http://www.hp.com/netconf/data:1.
0" >
<Syslog>
</Syslog>
</top>
</filter>
</get>
</rpc>