I've been struggling trying to automate the static, dhcp, network creations via CSV on Infoblox 6.10 (I am using the csv import reference).
I have successfully imported networks from a csv using:
I have not had any luck importing static devices using
- Header-FixedAddress,name,domain_name,ip_address,comment,EA-LocationID
FixedAddress,usmnhsw0gnao-vlan100,zahsys.corp,10.5.225.1,default gateway,usmnh
FixedAddress,USMHN1MVPDC001,nao.global.thezah.com,10.5.225.5,Domain Controller,usmnh
- Error:"Line 2: Insertion aborted due to Enter a valid MAC address." -- static reservation, not a m-dhcp.
-
Header-Arecord,fqdn,address,comment,EA-LocationID
Arecord,usmnhsw0gnao-vlan100.zahsys.corp,10.5.225.1,default gateway,usmnh
Arecord,USMHN1MVPDC001.nao.global.thezah.com,10.5.225.5,Domain Controller,usmnh
Anyone know what I'm doing wrong here... I just want to register some IP Addresses and with an arecord and possibly a ptr record which I tried header-ptrrecord
- Header-PTRrecord,dname,address,comment,EA-LocationID
PtrRecord,USMHN1MVPDC001.nao.global.thezah.com,10.5.225.5,Domain Controller,usmnh