HP 5920 Configuration Manual page 280

Table of Contents

Advertisement

Operation
Description
Retrieves the non-default
configuration data. If
get-config
non-default configuration data
does not exist, the device returns
a response with empty data.
Retrieves a number of data
entries (including device
configuration and state
get-bulk
information) starting from the
data entry next to the one with
the specified index.
XML example
To retrieve non-default configuration data for the
interface table:
<rpc message-id ="100"
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>
<filter type="subtree">
<top
xmlns="http://www.hp.com/netconf/config:
1.0">
<Ifmgr>
<Interface/>
</Ifmgr>
</top>
</filter>
</get-config>
</rpc>
To retrieve device configuration and state information
for all interface:
<rpc message-id ="100"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<get-bulk>
<filter type="subtree">
<top
xmlns="http://www.hp.com/netconf/data:1.
0">
<Ifmgr>
<Interfaces xc:count="5"
xmlns:xc="
http://www.hp.com/netconf/base:1.0">
</Interfaces>
</Ifmgr>
</top>
</filter>
</get-bulk>
</rpc>
270
<Interfaces>
</Interfaces>
<Interface/>

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

5900

Table of Contents