cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3319
Views
0
Helpful
2
Replies

PowerShell script to check vNIC number Fabric Failover value

reddyks
Level 1
Level 1

PowerShell script to check vNIC Number Fabric Failover value on Rack-Mount and B series servers from UCS manager

 

we need to check Fabric Failover details on all C series and B series servers 

in UCS manager .  below is the screen-shot 

 

Thank you in advance.

 

vNIC.png

1 Accepted Solution

Accepted Solutions

Brian Morrissey
Cisco Employee
Cisco Employee

Using the UCS powertool, this should show you which specific fabric the vnics are assigned to or "A-B" if fabric failover is configured:

 

 

PowerTool C:\> get-ucsvnic | select-object Dn, SwitchId

Dn SwitchId
-- --------
org-root/lan-conn-pol-test/ether-test A
org-root/ls-intersight1/ether-eth0 A
org-root/ls-intersight1/ether-eth1 B
org-root/ls-MyTemplate/ether-1-fabric-A A-B
org-root/ls-Server2/ether-1-fabric-A A
org-root/ls-Server7/ether-1-fabric-A A-B
org-root/ls-template1/ether-1-fabric-A A-B

 

 

View solution in original post

2 Replies 2

Brian Morrissey
Cisco Employee
Cisco Employee

Using the UCS powertool, this should show you which specific fabric the vnics are assigned to or "A-B" if fabric failover is configured:

 

 

PowerTool C:\> get-ucsvnic | select-object Dn, SwitchId

Dn SwitchId
-- --------
org-root/lan-conn-pol-test/ether-test A
org-root/ls-intersight1/ether-eth0 A
org-root/ls-intersight1/ether-eth1 B
org-root/ls-MyTemplate/ether-1-fabric-A A-B
org-root/ls-Server2/ether-1-fabric-A A
org-root/ls-Server7/ether-1-fabric-A A-B
org-root/ls-template1/ether-1-fabric-A A-B

 

 

Thank you Brian for the response, let me check and get back to you.

Cisco UCS X-Series Energy Efficiency Offer