EasyManuals Logo

HPE FlexNetwork 5510 HI Series Network Management And Monitoring Configuration Guide

HPE FlexNetwork 5510 HI Series
331 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #294 background imageLoading...
Page #294 background image
285
Operation
Description
XML example
close-session
Terminates the NETCONF
session for the current user, to
unlock the configuration and
release the resources (for
example, memory) of this
session. This operation logs the
current user off the XML view.
To terminate the NETCONF session for the current
user:
<rpc message-
id="101"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<close-session/>
</rpc>
kill-session
Terminates the NETCONF
session for another user. This
operation cannot terminate the
NETCONF session for the
current user.
To terminate the NETCONF session with session-id
1:
<rpc message-id="101"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<kill-session>
<session-id>1</session-id>
</kill-session>
</rpc>
CLI
Executes CLI operations. A
request message encloses
commands in the <CLI>
element, and a response
message encloses the
command output in the <CLI>
element.
NETCONF supports the
following views:
• Execution—User view.
• Configuration—System
view.
To execute a command in other
views, specify the command for
entering the specified view, and
then the desired command.
To execute the
display this
command in system
view:
<rpc message-id="101"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<CLI>
<Configuration>display
this</Configuration>
</CLI>
</rpc>
save
Saves the running
configuration. You can use the
<file> element to specify a file
for saving the configuration. If
the <file>
element does not
exist, the running configuration
is automatically saved to the
main next-startup configuration
file.
To save the running configuration to the file
test.cfg
:
<rpc message-id="101"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0"> <save>
<file>test.cfg</file>
</save>
</rpc>
load
Loads the configuration. After
the device finishes the load
operation, the configuration in
the specified file is merged into
the current configuration of the
device.
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:ba
se:1.0"> <load>
<file>a1.cfg</file>
</load>
</rpc>

Table of Contents

Other manuals for HPE FlexNetwork 5510 HI Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the HPE FlexNetwork 5510 HI Series and is the answer not in the manual?

HPE FlexNetwork 5510 HI Series Specifications

General IconGeneral
BrandHPE
ModelFlexNetwork 5510 HI Series
CategorySwitch
LanguageEnglish

Related product manuals