184
Operation
Description
XML example
get-bulk
Retrieves a number of data
entries (including device
configuration and state
information) starting from the
data entry next to the one with
the specified index.
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">
<Interface/>
</Interfaces>
</Ifmgr>
</top>
</filter>
</get-bulk>
</rpc>
get-bulk-config
Retrieves a number of
non-default configuration data
entries starting from the data
entry next to the one with the
specified index.
To retrieve non-default configuration for all
interfaces:
<rpc message-id ="100"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<get-bulk-config>
<source>
<running/>
</source>
<filter type="subtree">
<top
xmlns="http://www.hp.com/netconf/config:
1.0">
<Ifmgr>
</Ifmgr>
</top>
</filter>
</get-bulk-config>
</rpc>
Summary of Contents for FlexNetwork 10500 SERIES
Page 224: ...213 ...
Page 311: ...300 Now the system can record log information to the specified file ...