HPE FlexNetwork 5510 HI Series Network Management And Monitoring Configuration Manual page 293

Hide thumbs Also See for FlexNetwork 5510 HI Series:
Table of Contents

Advertisement

Operation
Description
Issues actions that are not for
action
configuring data, for example,
reset action.
Locks the configuration data
that can be changed by the
edit-config
configurations are not limited
by the lock operation.
lock
This lock operation locks only
the
through NETCONF sessions,
rather than those through other
protocols, for example, SNMP.
Unlocks the configuration, so
NETCONF
change device configuration.
unlock
When a NETCONF session is
terminated, the related locked
configuration is also unlocked.
Retrieves information about all
get-sessions
NETCONF sessions in the
system.
operation.
Other
configurations
made
sessions
can
284
XML example
</Ifmgr>
</top>
</config>
</edit-config>
</rpc>
To clear statistics information for all interfaces:
<rpc
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<action>
<top
xmlns="http://www.hp.com/netconf/action:
1.0">
<Ifmgr>
<ClearAllIfStatistics>
<Clear>
</Clear>
</ClearAllIfStatistics>
</Ifmgr>
</top>
</action>
</rpc>
To lock the configuration:
<rpc message-id="101"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<lock>
<target>
<running/>
</target>
</lock>
</rpc>
To unlock the configuration:
<rpc message-id="101"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<unlock>
<target>
<running/>
</target>
</unlock>
</rpc>
To retrieve information about all NETCONF sessions
in the system:
<rpc message-id="101"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<get-sessions/>
</rpc>
message-id="101"

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents