279
get-bulk
Retrieves a number of data
entries (including device
con
information) starting
data entry next to the one with
the specified index.
To retrieve
device configuration and state
information for all interface:
<rpc message-
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>
get-bulk-config
Retrieves a number of
non-default configuration data
entries starting
entry next to the one with the
specified index.
To retrieve non-
default configuration for all
interfaces:
<rpc message-
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>
edit-config:
incremental
Adds configuration data to a
column without affecting the
original data.
The incremental attribute
applies to a list column such as
the vlan permitlist column.
You can use the incremental
attribute for edit-config
operations except for the
replace operation.
Support for the incremental
attribute varies by module. For
To add VLANs 1 through 10 to an untagged VLAN
list that has untagged VLANs 12 through 15:
<rpc message-
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0"
hp:xmlns=”
http://www.hp.com/netconf/base:1.0”>
<edit-config>
<target>
<running/>
</target>
<config
xmlns:xc="urn:ietf:params:xml:ns:netconf