Infoblox: Difference between revisions
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
header-arecord,address*,fqdn*,_new_fqdn,comment,create_ptr,disabled,ttl | header-arecord,address*,fqdn*,_new_fqdn,comment,create_ptr,disabled,ttl | ||
arecord,10.10.10.10,name.example.com,,mycomment,TRUE,FALSE, | arecord,10.10.10.10,name.example.com,,mycomment,TRUE,FALSE, | ||
</pre> | |||
== Sample PTR == | |||
<pre> | |||
header-ptrrecord,dname*,address,view,comment,fqdn,creator,ddns_protected,disabled | |||
ptrrecord,example1.my.domain,10.20.30.40,Internal,my_comment_1,40.30.20.10.in-addr.arpa,STATIC,FALSE,FALSE | |||
ptrrecord,example2.my.domain,10.20.30.41,Internal,my_comment_2,41.30.20.10.in-addr.arpa,STATIC,FALSE,FALSE | |||
</pre> | </pre> | ||
== keywords == | == keywords == |
Revision as of 05:42, 24 March 2024
Import CVF Record Format
Host Record:
https://docs.infoblox.com/space/nios84/44965359/Host+Record
Fixed Address:
https://docs.infoblox.com/space/nios84/44507068/IPv4+Fixed+Address%2FReservation
CNAME:
https://docs.infoblox.com/space/nios84/44965299/CNAME+Record
A Record:
https://docs.infoblox.com/space/nios84/44964473/Stub+Zone
Example A Record CSV File: (Sample excel for import.csv)
header-arecord,address*,fqdn*,_new_fqdn,comment,create_ptr,disabled,ttl arecord,10.10.10.10,name.example.com,,mycomment,TRUE,FALSE,
Sample PTR
header-ptrrecord,dname*,address,view,comment,fqdn,creator,ddns_protected,disabled ptrrecord,example1.my.domain,10.20.30.40,Internal,my_comment_1,40.30.20.10.in-addr.arpa,STATIC,FALSE,FALSE ptrrecord,example2.my.domain,10.20.30.41,Internal,my_comment_2,41.30.20.10.in-addr.arpa,STATIC,FALSE,FALSE