vcd-cli icon indicating copy to clipboard operation
vcd-cli copied to clipboard

Creating new DHCP pool does not enable the DHCP service automatically

Open bejoycalias opened this issue 5 years ago • 1 comments

When creating a new DHCP pool, either it should enable the DHCP service automatically. OR we should have another CLI option to start the DHCP service once the pool is created.

$ vcd -d gateway services dhcp-pool create --range 192.168.50.10-192.168.50.99 -p--primary-server 8.8.8.8 -s--secondary-server 8.8.4.4 --subnet 255.255.255.0 edge-dal10-5c2b2b62 DHCP Pool created successfully.

bejoycalias avatar Jun 26 '20 13:06 bejoycalias

This is also problem for me. On a fresh organization environment I cannot make a whole deployment via CLI, because DHCP Service is Off by default and, as for now, it needs to be enabled manually via web interface.

kgawda avatar Mar 22 '21 16:03 kgawda