[Contents] [Prev] [Next] [Index] [Report an Error]

Sending an Operational Request

The client application now emits the <get-system-info> tag element to request information about the C-series Controller’s chassis hardware. The NETCONF server returns the requested information in the <system-info> tag element.

Client Application

NETCONF Server

<rpc>
  <get-system-info/>
</rpc>
]]>]]>

 

 

<rpc-reply xmlns=”URN” xmlns:sdx=”URL” >
  <system-info>
    <cpu>
      <!-- other tags for <cpu> -->
    </cpu>
    <!-- other tags for <system-info> -->
  </system-info>
</rpc-reply>
]]>]]>


[Contents] [Prev] [Next] [Index] [Report an Error]