get-port-channel-detail

Returns link aggregation control configuration parameters for all the port-channels in the system.

Usage

<get-port-channel-detail></get-port-channel-detail>

<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1002">
	<get-port-channel-detail xmlns="urn:brocade.com:mgmt:brocade-lag">
		<lacp>
			<aggregator-id>27</aggregator-id>
			<aggregator-type>standard</aggregator-type>
			<isvlag>false</isvlag>
			<aggregator-mode>none</aggregator-mode>
			<admin-key>0027</admin-key>
			<oper-key>0027</oper-key>
			<actor-system-id>00-05-33-6f-18-18</actor-system-id>
			<partner-system-id>00-05-1e-cd-6e-9f</partner-system-id>
			<system-priority>32768</system-priority>
			<partner-oper-priority>32768</partner-oper-priority>
			<rx-link-count>4</rx-link-count>
			<tx-link-count>4</tx-link-count>
			<individual-agg>0</individial-agg>
			<ready-agg>1</ready-agg>
			<partner-oper-key>0027</partner-oper-key>
			<aggr-member>
				<interface-type>ethernet</interface-type>
				<interface-name>231/0/22</interface-name>
				<actor-port>0xE718160201</actor-port>
				<sync>1</sync>
			</aggr-member>
		</lacp>
		<has-more>true</has-more>
	</get-port-channel-detail>
</rpc-reply>

Parameters

aggregator-id
Displays the aggregator ID.
aggregator-type
Displays the aggregator type.
isvlag
Specifies if agreegator is VLAG.
aggregator-mode
Displays aggregator mode.
admin-key
Displays the admin key.
oper-key
Displays the opertional key.
actor-system-id
Displays the actor system ID.
partner-system-id
Displays the partner system ID.
system-priority
Displays the system priority.
partner-oper-priority
Displays the partner operational priority.
rx-link-count
Displays the RX link counter.
tx-link-count
Displays the TX link counter.
individual-agg
Displays the Individual aggregator.
ready-agg
Displays the Ready aggregator.
partner-oper-key
Displays the Partner Opertional key.
interface-type
Displays the interface type .
interface-name
Displays the interface name.
actor-port
Displays the actor port number.
sync
Displays the sync information.