Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Field NameData TypeRequired (Yes/No)Associated GUI FieldAssociated PAPI MethodUsage and Guidelines
Header-IPv6Network StringYes

Example: IPv6Network
rir_organizationStringNoOrganization Namerir_organizationUse this only when the network is associated with an RIR organization.
Example: corp100
rir_registration_statusStringNoRegistration Statusrir_registration_statusUse this only when this is an RIR network.
Example: Registered
addressIPv6 address YesAddressipv6addrs Example: 2001::
cidrPrefixYesNetmask
Example: 32
network_viewStringNoNetwork Viewnetwork_viewIf no view is specified, the Default view is used. Example: Default
enable_discoveryBooleanYesEnable Discoveryenable_discoveryIf this field is set to TRUE, the discovery_member must also be defined.
discovery_memberStringYesDiscovery Memberdiscovery_memberRequired if discovery is enabled for the network.
discovery_exclusion_rangeIP PrefixNoNetwork Editor → Discovery Exclusionsdiscovery_exclusion_rangeList of IP ranges to be excluded from the discovery process.
commentStringNoCommentcomment
disabledBooleanNoDisableddisableExample: TRUE
auto_create_reversezoneBooleanNoAutomatically create reverse mapping zoneauto_create_reversezoneExample: TRUE
zone_associationsZone listNoDNS Zone Associationszone_associationsExample: test.com/TRUE
dhcp_membersGrid member listNoMembersmembersExample: “host1.infoblox.com, host2.infoblox.com
domain_nameStringNoDomain Name
Example: testdomain.com
domain_name_serversIP address listNoDNS Servers
Example: ‘2000::10,3000::10’
valid_lifetimeIntegerNoValid Lifetimevalid_lifetime Example: 43200
Preferred_lifetimeIntegerNoPreferred
Lifetime
preferred_lifetime Example: 604800
recycle_leasesBooleanNo
recycle_leasesExample: FALSE
enable_ddnsBooleanNoEnable DDNS
Updates
enable_ddns Example: TRUE
always_update_dnsBooleanNoFQDN Supportddns_server_always_updates Example: TRUE
ddns_domain_nameString NoDDNS Domain
Name
ddns_domainname Example: ddnsdomain.com
ddns_ttlUnsigned integerNoDDNS Update
TTL
ddns_ttl Example: 3600
generate_hostnameBooleanNoGenerate
Hostname
override_ddns_generate_hostname Example: TRUE
update_dns_on_lease_renewalBooleanNoLease Renewal Updateoverride_update_dns_on_lease_renewalExample: TRUE

VLANs

StringNo

Assigned VLAN ID

 Assigned VLAN Name


VLAN View is a container object which can contain VLAN Range/VLAN objects.

Example: default/1/4094/1

OPTION-7Integer NoCustom DHCP Optionsoverride_options

This is an example of a DHCP option. For information, see Data Specific Guidelines on page 9.
Example: ‘12’ name implies option space = ‘DHCPv6’, option code/number 7

OPTION-XXXX-200Option informationNoCustom DHCP OptionsoptionsThis is an example of a DHCP option. For information, see Data Specific Guidelines.
Example: ’dfdfdfd’ name implies vendor_class=’XXXX’, option code/number 200
EA-SiteStringNoExtensible Attribute Siteextensible_attributesEA-Site is an example of a predefined extensible attribute. You can add other predefined attributes to the data file. For information about data format and examples, see Data Specific Guidelines.
EA-XXXStringNoExtensible Attribute
XXX
value
inheritableEA-XXX is an example of an inheritable extensible attribute where XXX represents the attribute name. This column displays the value of an inheritable extensible attribute. For information about data format and examples, see Data Specific Guidelines.
EAInherited-XXXStringNoInheritance State of
an Extensible
Attribute XXX
inheritableEAInherited-XXX is an example of an inheritable extensible attribute where XXX represents the attribute name. This column displays the inheritance state of an inheritable extensible attribute. This column is displayed only if the extensible attribute is inheritable. For information about data format and examples, see Data Specific Guidelines.
EA-UsersStringNoExtensible Attribute Usersextensible_attributesEA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines.
ADMGRP-JoeSmithStringNoPermissions Admin Group/RolepermissionADMGRP-JoeSmith is an example of an admin permission of a specific admin group. For information about data format and examples, see Data Specific Guidelines.

VLANs


StringNo

Assigned VLAN ID

 Assigned VLAN Name


VLAN View is a container object which can contain VLAN Range/VLAN objects.

Example: default/1/4094/1

Examples

This section contains examples of how to create data files for IPv6 networks. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.

Adding an IPv6 Network

This example shows how to import an IPv6 network 3333::/64 in the Default DHCP view.

header-IPv6network,address*,cidr*,network_view,comment,auto_create_reversezone IPv6network,2001:db8:6000:5000::,64,Default,This is a comment,TRUE

For a network that has discovery enabled:

header-IPv6network,address*,cidr*,network_view,auto_create_reversezone,enable_discover y,discovery_member
IPv6network,2001:db8:6000:5000::,64,Default,TRUE,TRUE,gridmember1.localdomain

For a network that has discovery enabled and including an IPv6 range that is excluded for discovery:

header-network,address*,netmask*,network_view,auto_create_reversezone, discovery_enabled,discovery_member,discovery_exclusion_range
IPv6network,2001:db8:6000:5000::,64,Default,TRUE,TRUE,gridmember1.localdomain, 2001:db8:6000:5000::1-2001:db8:6000:5000::128


Note: You cannot import a network container, but you can add an IPv6 network container through GUI.


Overwriting IPv6 Network Data

This example shows how to overwrite the following data of an IPv6 network: address and cidr.

header-IPv6network,address*,_new_address,cidr*,_new_cidr IPv6network,3333::,2222::,64,32

Merging IPv6 Network Data

This example shows how to merge the extensible attribute State and admin group USA_admins to an IPv6 network.

header-IPv6network.address*,cidr*,EA-State,ADMGRP-USA_admins IPv6network,3333::,64,CA,RW

  • No labels