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

Get # of IPs available in a Static IP Pool

adam.ringenberg
Level 1
Level 1

Is there an easy way to get a count per-policy, and put that on the dashboard?

1 Reply 1

nveda
Level 1
Level 1

Hi Adam,

Get-UcsIpPool will give you total IP Pools and expression after that will print Name of IP pool and available IP's. (Size - Assigned)

PS C:\> Get-UcsIpPool | %{$_.Name +  "  " + ($_.Size - $_.Assigned)}

ext-mgmt  0

iscsi-initiator-pool  5

Let us know if above works for you.

Thank you,

Nitin

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: