Querying Cluster Chassis Information
This section describes the cluster chassis information queried through the controller.
Operation |
XPATH |
---|---|
get |
frames-state/ |
Data Requirements
Item |
Data |
Description |
---|---|---|
Chassis name |
1 |
- |
Chassis ESN |
1202113308P0J6000002 |
- |
Chassis model |
S12712 |
- |
Chassis MAC address |
00:e0:fc:6d:cb:c3 |
- |
Request Example
<?xml version='1.0' encoding='UTF-8'?> <rpc message-id="1" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <get> <filter type="subtree"> <frame:frames-state xmlns:frame="urn:huawei:params:xml:ns:yang:huawei-frame"> <frame:frame/> </frame:frames-state> </filter> </get> </rpc>
Response Example
<?xml version='1.0' encoding='UTF-8'?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
<data>
<frames-state xmlns="urn:huawei:params:xml:ns:yang:huawei-frame">
<frame>
<name>1</name>
<esn>1202113308P0J6000002</esn>
<model>S12712</model>
<mac-address>00:e0:fc:6d:cb:c3</mac-address>
</frame>
</frames-state>
</data>
</rpc-reply>