Loading The Configuration - HPE FlexNetwork 5510 HI Series Network Management And Monitoring Configuration Manual

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

Advertisement

parameter is optional. If no parameter is specified, this operation gets the configuration data
corresponding to the most recently configured rollback point. The following text is a <save-point>/<
get-commit-information> request example:
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<save-point>
<get-commit-information>
</get-commit-information>
</save-point>
</rpc>
After receiving the get-commit-information request, the device returns a response in the following
format if the get-commit-information operation is successful:
<rpc-reply message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<data>
<save-point>
<commit-information>
</commit-information>
</save-point>
</data>
</rpc-reply>

Loading the configuration

After you perform the load operation, the loaded configurations are merged into the current
configuration:
New configurations are directly loaded.
Configurations that already exist in the current configuration are replaced by those loaded from
the configuration file.
# Copy the following text to the client to load a configuration file for the device:
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<load>
<file>Specify the configuration file name</file>
</load>
</rpc>
The name of the specified configuration file must start with the storage media name and end with the
extension (.cfg). The total length of the save path and file name must be no more than 191
characters.
After receiving the load request, the device returns a response in the following format if the load
operation is successful:
<?xml version="1.0" encoding="UTF-8"?>
<rpc-reply message-id="101"
<commit-information>
<commit-label>SUPPORT VLAN</commit-label>
</commit-information>
<content>
...
interface vlan 1
...
</content>
266

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents