This class represents using the value of IPv4 source and/or destination addresses as part of a condition expression. Thus, only IPv4AddressValue 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
v4AddressList
Public
String
Notes:
This attribute is an unordered list of strings, each specifying a<br/>single IPv4 address, a hostname, or a range of IPv4 addresses, according to the ABNF definition of an IPv4 address as specified below:<br/><br/> IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT<br/> IPv4prefix = IPv4address "/" 1*2DIGIT<br/> IPv4range = IPv4address"-"IPv4address<br/> IPv4maskedaddress = IPv4address","IPv4address<br/><br/>Hostnames are defined in RFC1035.<br/><br/>In the above definition, each string entry is either:<br/><br/> 1. A single Ipv4address in dot notation as defined above.<br/> Example: 121.1.1.2<br/><br/> 2. A single Hostname. Hostname format follows the guidelines <br/> and restrictions specified in RFC1035.<br/> Example: www.bigcompany.com<br/><br/> 3. An IPv4range 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/> Example: 1.1.22.1-1.1.22.5<br/><br/> 4. An IPv4maskedaddress 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/> Example: 2.3.128.0,255.255.248.0.<br/> <br/> 5. An IPv4prefix address range defined above specified by an <br/> address and a prefix length separated by "/".<br/> Example: 2.3.128.0/15<br/>
v4Direction
Public
Integer
Notes:
This is an enumerated integer that defines if this variable is used to represent source addresses, destination addresses, or both. Values are:<br/><br/> 0: source addresses<br/> 1: destination addresses<br/> 2: both<br/>
v4HeaderNumber
Public
Integer
Notes:
This attribute is an enumerated integer that defines the particular packet header that contains the IPv4 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/>