get-portchannel-info-by-intf

Displays Link Aggregation Control Protocol (LACP) configuration parameters for an Aggregation Port.

Resource URIs

URI Description
<base_URI>/operations/get-portchannel-info-by-intf Displays Link Aggregation Control Protocol (LACP) configuration parameters for an Aggregation Port.

Parameters

interface-type
Displays the interface type.
interface-name
Displays the interface name.
actor-port
Displays the actor port number.
system-priority
Displays the System Priority.
actor-system-id
Displays the Actor system ID.
partner-oper-priority
Displays the partner operational priority.
partner-system-id
Displays the Partner system ID.
actor-priority
Displays the Actor Priority.
admin-key
Displays the Admin key.
oper-key
Displays the Opertional key.
receive-machine-state
Displays the state of the 'Receive Machine'.
periodic-transmission-machine-state
Displays the state of the 'Periodic Transmission machine'.
mux-machine-state
Displays the state of the 'Mux machine'.
admin-state
Displays the Admin state.
oper-state
Displays the Operational state.
partner-oper-state
Displays the Partner Operational state.
partner-oper-port
Displays the Partner Operational port.
actor-chip-number
Displays the actor chip number.
actor-max-deskew
Displays the actor maximum deskew.
partner-chip-number
Displays the actor chip number.
partner-max-deskew
Displays the partner maximum deskew.
actor-brcd-state
Displays the actor BRCD trunk state.
partner-brcd-state
Displays the partner BRCD trunk state.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-portchannel-info-by-intf

<get-portchannel-info-by-intf></get-portchannel-info-by-intf>
<output xmlns='urn:brocade.com:mgmt:brocade-lag'>
  <lacp>
    <interface-type>port-channel</interface-type>
    <interface-name>122/8/1</interface-name>
    <actor-port>524204122304</actor-port>
    <system-priority>32255</system-priority>
    <actor-system-id>01:e0:52:00:20:00</actor-system-id>
    <partner-oper-priority>1</partner-oper-priority>
    <partner-system-id>00:00:00:00:00:01</partner-system-id>
    <actor-priority>32768</actor-priority>
    <admin-key>40</admin-key>
    <oper-key>40</oper-key>
    <receive-machine-state>current</receive-machine-state>
    <periodic-transmission-machine-state>slow-periodic</periodic-transmission-machine-state>
    <mux-machine-state>collecting-distributing</mux-machine-state>
    <admin-state>activity aggregation defaulted</admin-state>
    <oper-state>activity aggregation synchronization collecting distributing</oper-state>
    <partner-oper-state>activity aggregation synchronization collecting distributing</partner-oper-state>
    <partner-oper-port>1</partner-oper-port>
  </lacp>
</output>