Get information about floating ip pool
Hello, I want to know how can i get information about the pool ip addresses
Thank you
First time here? Check out the FAQ!
Hello, I want to know how can i get information about the pool ip addresses
Thank you
Hi, there is no more strictly speaking 'pool' in Neutron networking controlling floating IPs (that was the case of Nova) 'neutron floatingip-list' is Neutron CLI command for that
A "pool" is just the address range configured on an external network. Get information on that network, and you have information on the pool.
a floating ip range is provided to the external network that is used to provide floating IP's to tenant VM's on demand/request. you can get a detailed listing of your network Allocation pool using the below command.
openstack subnet list --long
Asked: 2017-01-24 09:47:06 -0600
Seen: 111 times
Last updated: Jan 27 '17