185
Operation
Description
XML example
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
more information, see
NETCONF XML API
documents.
To add VLANs 1 through 10 to an untagged VLAN
list that has untagged VLANs 12 through 15:
<rpc message-id ="101"
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
:base:1.0">
<top
xmlns="http://www.hp.com/netconf/config:
1.0">
<VLAN xc:operation="merge">
<HybridInterfaces>
<Interface>
<IfIndex>262</IfIndex>
<UntaggedVlanList hp:
incremental="true">1-10</UntaggedVlanLis
t>
</Interface>
</HybridInterfaces>
</VLAN>
</top>
</config>
</edit-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 ...