Appendix; Appendix A Supported Netconf Operations - HPE FlexNetwork 5510 HI Series Network Management And Monitoring Configuration Manual

Hide thumbs Also See for FlexNetwork 5510 HI Series:
Table of Contents

Advertisement

Appendix

Appendix A Supported NETCONF operations

Table 39
lists the NETCONF operations available with Comware V7.
Table 39 NETCONF operations
Operation
get
get-config
Description
Retrieves device configuration
and state information.
Retrieves
the
non-default
configuration
data.
non-default configuration data
does not exist, the device
returns a response with empty
data.
XML example
To
retrieve
information for the Syslog module:
<rpc
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>
To retrieve non-default configuration data for the
interface table:
<rpc
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0"
xmlns:xc="http://www.hp.com/netconf/base
:1.0">
<get-config>
<source>
<running/>
</source>
If
<filter type="subtree">
<top
xmlns="http://www.hp.com/netconf/config:
1.0">
<Ifmgr>
<Interface/>
</Ifmgr>
</top>
</filter>
</get-config>
</rpc>
278
device
configuration
message-id
message-id
<Interfaces>
</Interfaces>
and
state
="101"
="100"

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents