show-fabric-trunk-info

Retrieves all ISL trunk information in a fabric.

Resource URIs

URI Description
<base_URI>/operations/show-fabric-trunk-info Retrieves all ISL trunk information in a fabric.

Parameters

trunk-list-group
Provides the trunk group number the interface belongs to. Trunk members of a trunk group have the same group number.
trunk-list-src-port
Displays the source port index of the trunk member.
trunk-list-interface-type
Displays the interface type.
trunk-list-src-interface
Displays the source port interface info.
trunk-list-nbr-port
Displays neighbor port index of the trunk member.
trunk-list-nbr-interface-type
Displays the interface type.
trunk-list-nbr-interface
Displays the neighbor port interface info.
trunk-list-nbr-wwn
Displays WWN of the neighboring switch that connects to this trunk member port.
trunk-list-is-primary
Indicates whether the port is Trunk master or not.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/show-fabric-trunk-info

<show-fabric-trunk-info></show-fabric-trunk-info>
<output xmlns='urn:brocade.com:mgmt:brocade-fabric-service'>
  <show-trunk-list xmlns="urn:brocade.com:mgmt:brocade-fabric-service">
    <trunk-list-groups>
      <trunk-list-group>1</trunk-list-group>
      <trunk-list-member>
        <trunk-list-src-port>174</trunk-list-src-port>
        <trunk-list-interface-type>Te</trunk-list-interface-type>
        <trunk-list-src-interface>6/0/31</trunk-list-src-interface>
        <trunk-list-nbr-port>94</trunk-list-nbr-port>
        <trunk-list-nbr-interface-type>Te</trunk-list-nbr-interface-type>
        <trunk-list-nbr-interface>7/0/31</trunk-list-nbr-interface>
        <trunk-list-nbr-wwn>10:00:00:05:33:E5:E7:FF</trunk-list-nbr-wwn>
        <trunk-list-is-primary>True</trunk-list-is-primary>
      </trunk-list-member>
      <trunk-list-member>
        <trunk-list-src-port>175</trunk-list-src-port>
        <trunk-list-interface-type>Te</trunk-list-interface-type>
        <trunk-list-src-interface>6/0/32</trunk-list-src-interface>
        <trunk-list-nbr-port>95</trunk-list-nbr-port>
        <trunk-list-nbr-interface-type>Te</trunk-list-nbr-interface-type>
        <trunk-list-nbr-interface>7/0/32</trunk-list-nbr-interface>
        <trunk-list-nbr-wwn>10:00:00:05:33:E5:E7:FF</trunk-list-nbr-wwn>
        <trunk-list-is-primary>False</trunk-list-is-primary>
      </trunk-list-member>
    </trunk-list-groups>
  </show-trunk-list>
</output>