This class represents using the value of IPv6 source and/or destination addresses as part of a condition expression. Thus, only IPv6AddressValue classes can be used in the value portion of the condition expression with this PolicyVariable.<br/>
Attributes
Associations To
Tagged Values
Advanced
Other Links
Attribute
Scope
Type
v6AddressList
Public
String
Notes:
This attribute is an unordered list of strings, each specifying a<br/>single IPv6 address, a hostname, or a range of IPv6 addresses, according to the ABNF definition of an IPv6 address as specified below:<br/><br/> IPv6address = hexpart [ ":" IPv4address ]<br/> IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT<br/> IPv6prefix = hexpart "/" 1*2DIGIT<br/> hexpart = hexseq | hexseq "::" [ hexseq ] | "::" [ hexseq ]<br/> hexseq = hex4 *( ":" hex4)<br/> hex4 = 1*4HEXDIG<br/> IPv6range = IPv6address"-"IPv6address<br/> IPv6maskedaddress = IPv6address","IPv6address<br/><br/>Hostnames are defined in RFC1035.<br/><br/>In the above definition, each string entry is either:<br/><br/> 1. A single IPv6address in dot notation as defined above.<br/><br/> 2. A single Hostname. Hostname format follows the guidelines <br/> and restrictions specified in RFC1035.<br/><br/> 3. An IPv6range address range defined above, specified by a <br/> start address in dot notation and an end address in dot <br/> notation, separated by "-". The range includes all addresses <br/> between the range's start and end addresses, including the <br/> start and end addresses.<br/><br/> 4. An IPv6maskedaddress address range defined above,<br/> specified by an address and mask. The address and mask <br/> are represented in dot notation separated by a comma ",".<br/> <br/> 5. An IPv6prefix address range defined above specified by an <br/> address and a prefix length separated by "/".<br/>
v6Direction
Public
Integer
Notes:
This is an enumerated integer that defines if this variable is used to represent source addresses, destination addresses, or both.<br/>
v6HeaderNumber
Public
Integer
Notes:
This attribute is an enumerated integer that defines the particular packet header that contains the IPv6 address information. Specifying the packet header is necessary in case the address is tunneled. In this case, it is mandatory that the correct address be chosen for comparison. Values are:<br/><br/> 0: outermost header<br/> 1: next innermost header<br/> 2: second innermost header<br/><br/>etc.<br/>