[racktables-users] Re: Handling DHCP scopes

  • From: NetKIZ <all4green@xxxxxxxxx>
  • To: racktables-users@xxxxxxxxxxxxx
  • Date: Tue, 9 Aug 2011 13:09:35 -0400

Hi Brian,

I wrote a Pearl script to reserve my DHCP scopes in the IPv4Address DB
table. I have to manually feed in a list of IPs into the script, but it's
quicker than making updates via the UI.

Here's part of my DB insert command, if you decide to go that route:

insert into IPv4Address (ip, name, reserved) values (inet_aton('$ip'),
'$name', 'yes')/);


On Wed, Aug 3, 2011 at 12:08 PM, Brian G. Shacklett <
brian@xxxxxxxxxxxxxxxxxxx> wrote:

> Forgive me if this is in the documentation, but how do you handle DHCP
> scopes in Racktables?
>
>

Other related posts: