HPE FlexFabric 5700 Series Network Management And Monitoring Configuration Manual page 270

Hide thumbs Also See for FlexFabric 5700 Series:
Table of Contents

Advertisement

Operation
Description
Saves the running configuration.
You can use the <file> element
to specify a file for saving the
configuration. If the file column
save
does not exist, the running
configuration is automatically
saved to the main next-startup
configuration file.
Loads the configuration. After
the device finishes the <load>
operation, the configuration in
load
the specified file is merged into
the current configuration of the
device.
Rolls back the configuration. To
do so, you must specify the
configuration file in the <file>
element. After the device
rollback
finishes the <rollback>
operation, the current device
configuration is totally replaced
with the configuration in the
specified configuration file.
XML example
To save the running configuration to the file test.cfg:
<rpc message-id="101"
xmlns="urn:ietf:params:xml:ns:netconf:base
:1.0"> <save>
<file>test.cfg</file>
</save>
</rpc>
To merge the configuration in the file a1.cfg to the
current configuration of the device:
<rpc message-id="101"
xmlns="urn:ietf:params:xml:ns:netconf:base
:1.0"> <load>
<file>a1.cfg</file>
</load>
</rpc>
To roll back the current configuration to the
configuration in the file 1A.cfg:
<rpc message-id="101"
xmlns="urn:ietf:params:xml:ns:netconf:base
:1.0">
<rollback>
<file>1A.cfg</file>
</rollback>
</rpc>
261

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents