List FC VIF Path Status
Get-UcsDcxVc | where { $_.transport -eq "fc" } | select dn,switchid,operstate,adminstate,vnic,linkstate
List Ether VIF Path Status
Get-UcsDcxVc | where { $_.transport -eq "ether" } | select dn,switchid,operstate,adminstate,vnic,linkstate
No comments:
Post a Comment