cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
569
Views
0
Helpful
1
Replies

powertool get ucs port channels

Dragomir
Level 1
Level 1

any idea what the cmdlet is to get ucs port channels . what is up or down and what interfaces they are associated with

1 Reply 1

Brian Morrissey
Cisco Employee
Cisco Employee

The following may work for you with 2 cmdlets, first cmdlet to get the port-channel status and 2nd cmdlet to get the member info and their individual statuses

 

 
 

PowerTool C:\> Get-UcsUplinkPortChannel -PortId 124 | Select AdminSpeed,AdminState,Bandwidth,OperSpeed,OperState


AdminSpeed : 10gbps
AdminState : enabled
Bandwidth : 40
OperSpeed : 10gbps
OperState : up

 

PowerTool C:\> Get-UcsUplinkPortChannel -PortId 124 | Get-UcsUplinkPortChannelMember | Select AdminState,EpDn,OperState,Status

 

AdminState EpDn OperState Status
---------- ---- --------- ------
enabled sys/switch-B/slot-1/switch-ether/port-29 up
enabled sys/switch-B/slot-1/switch-ether/port-30 up
enabled sys/switch-B/slot-1/switch-ether/port-31 up
enabled sys/switch-B/slot-1/switch-ether/port-32 up

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: