Example for changing the value of a parameter, Network requirements, Configuration procedure – H3C Technologies H3C MSR 5600 User Manual
Page 158

145
<IfIndex>1</IfIndex>
<Name>Aux0</Name>
<AbbreviatedName>Aux0</AbbreviatedName>
<PortIndex>1</PortIndex>
<ifTypeExt>5</ifTypeExt>
<ifType>1</ifType>
<Description>Aux0 Interface</Description>
<AdminStatus>1</AdminStatus>
<OperStatus>2</OperStatus>
</Interface>
</Interfaces>
</Ifmgr>
</top>
</data>
</rpc-reply>]]>]]>
Example for changing the value of a parameter
Network requirements
Change the log buffer size for the Syslog module to 512.
Configuration procedure
# Enter XML view.
<Sysname> xml
# Exchange capabilities.
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<capabilities>
<capability>urn:ietf:params:netconf:base:1.0</capability>
</capabilities>
</hello>
# Change the log buffer size for the Syslog module to 512.
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
xmlns:web="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<top xmlns="http://www.h3c.com/netconf/config:1.0" web:operation="merge">
<Syslog>
<LogBuffer>
<BufferSize>512</BufferSize>
</LogBuffer>
</Syslog>
</top>
</config>
</edit-config>