Hi Community!
Is it possible to find what Service Profile has a MAC address using UCS Powertool?
Thanks!
Mike
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yep you sure can. Here's an example of how to do it:
PS C:\ucs> Get-UcsServiceProfile | Get-UcsVnic | select dn, addr
Dn Addr
-- ----
org-root/ls-bob1/ether-eth0 00:25:B5:00:00:10
org-root/ls-edw-scvmm1/ether-mgmt0 00:25:B5:ED:00:FF
org-root/ls-Linux_pxe_1/ether-eth0 00:25:B5:ED:00:DF
org-root/ls-scvmm1/ether-mgmt0 00:25:B5:ED:00:BF
org-root/ls-test/ether-test 00:25:B5:ED:00:EF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Awesome, thanks!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.