get-tunnel-info

Retrieves summary of one or more tunnles from the switch. Output contains tunnel records sorted in the ascending order of the tunnel id. This RPC is equivalent of 'show tunnel brief' CLI.

Usage

<nc:rpc xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" nc:message-id="8">
   <get-tunnel-info xmlns="urn:brocade.com:mgmt:brocade-tunnels-ext">
   </get-tunnel-info>
</nc:rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="8">
   <tunnel xmlns="urn:brocade.com:mgmt:brocade-tunnels-ext">
      <id>61441</id>
      <mode>vxlan</mode>
      <src-ip>107.107.107.10</src-ip>
      <dest-ip>107.107.107.2</dest-ip>
      <vrf>default-vrf</vrf>
      <config-src>site-config</config-src>
      <admin-state>up</admin-state>
      <oper-state>up</oper-state>
      <nodes>
         <node-id>1</node-id>
      </nodes>
   </tunnel>
</rpc-reply>