Document toolboxDocument toolbox

IPv6 Fixed Address

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

Example: IPv6FixedAddress
address_typeEnumerationNo
address_typeValid values are ADDRESS, PREFIX, and BOTH. If no value is specified, ‘ADDRESS’
(default) is used.

Example: PREFIX
parentStringYes*Select NetworknetworkThis field is required when address_type is ‘PREFIX’.
Example: 2000::/16
ip_addressIP addressYes*Addressipv6addrssThis field is required if address_type is ‘ADDRESS’ or ‘BOTH’.
Example: 2000::5
_new_ip_addressIP addressNo

Add this field to overwrite the ip_address field when you select the overwrite or merge option.
ipv6_prefixIPv6 address prefix Yes*Prefix Delegatedipv6prefixThis field is required if address_type is ‘PREFIX’ or ‘BOTH’.
Example: 2000:1111::
_new_ipv6_prefixIPv6 address prefixNo

Add this field to overwrite the ipv6_prefix field when you select the overwrite or merge option.
ipv6_prefix_bitsIntegerNo
ipv6_prefix_bitsThis field is required if address_type is
‘PREFIX’ or ‘BOTH’.

Example: 32
network_viewStringNoNetwork Viewnetwork_viewIf no view is specified, the Default view is
used. Example: Default
nameStringNoNamenameExample: IPv6FixedAddr
commentStringNoCommentcomment
disabledBooleanNoDisableddisableExample: FALSE
match_optionStringNo
match_clientOnly ‘DUID’ is allowed.
Example: DUID
duidStringYesDUIDduidExample: 0001
domain_nameFQDNNoDomain Name
Example: ns1.corp100.com
domain_name_serversIPv6 address listNoName Servers
Example: 2000::10,3000::10
valid_lifetimeUnsigned integerNoValid Lifetimevalid_lifenameExample: 43200
preferred_lifetimeUnsigned integerNoPreferred Lifenamepreferred_lifetimeExample: 604800
OPTION-7IntegerNoCustom DHCP Optionsoverride_optionsThis is an example of a DHCP option. For information, see Data Specific Guidelines.
Example: ‘12’ name implies option space = ‘DHCPv6’, option code/number 7
OPTION-XXXX-200Option informationNoCustom DHCP Optionsoverride_optionsThis 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 XXXinheritableEAInherited-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.

Note: * Required in some cases, see detailed field description.


Examples

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

Adding an IPv6 Fixed Address

This example shows how to import a new IPv6 fixed address.

header-IPv6FixedAddress,address_type,ip_address,network_view,match_option,EA-Site IPv6FixedAddress,ADDRESS,2000::5,default,DUID,USA

Overwriting IPv6 Fixed Address Data

This example shows how to overwrite an existing IPv6 fixed address from 2000::5 to 2000::1.

header-IPv6FixedAddress,address_type,ip_address,_new_ip_address IPv6FixedAddress,ADDRESS,2000::5,2000::1

Merging IPv6 Fixed Address Data

This example shows how to merge a new comment to an existing IPv6 fixed address.

header-IPv6FixedAddress,ip_address,comment IPv6FixedAddress,2000::1,A new comment.

This example shows how to merge a new domain name to an existing IPv6 fixed address.

header-IPv6FixedAddress,ip_address,domain_name IPv6FixedAddress,2000::1,ns1.corp100.com