< Home

Restarting a Stack Member

This section provides a sample of restarting a stack member using the rpc method.

Table 1 Restarting a stack member

Operation

XPATH

rpc

/reset-board/slot-index

Data Requirements

Table 2 Restarting a stack member

Item

Data

Description

The slot ID of a member switch.

0

-

Request Example

<?xml version="1.0" encoding="UTF-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="10">
  <dev:reset-board xmlns:dev="urn:huawei:params:xml:ns:yang:huawei-device">
    <dev:slot-index>0</dev:slot-index>
  </dev:reset-board>
</rpc>

Response Example

<?xml version='1.0' encoding='UTF-8'?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="10">
  <ok/>
</rpc-reply>
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >