2.2.2.11 IPV6 Address Range Rules

This grammar is used to identify IPv6 address ranges.

 ADDRESSV6-RANGE-VAL = ( BEGINADDRV6 "-" ENDADDRV6 / SINGLEADDRV6 )
  
 BEGINADDRV6 = ADDRV6
 ENDADDRV6 = ADDRV6
 SINGLEADDRV6 = ADDRV6
  
 ADDRV6 = a string representing an IPv6 address

ADDRV6: This rule represents an IPv6 address as defined in [RFC4291].

BEGINADDRV6: This rule describes an IPv6 address that represents the Begin field of a FW_IPV6_ADDRESS_RANGE structure as defined in [MS-FASP] section 2.2.10. The remaining rules in this list can be found in the same Protocol specification section.

ENDADDRV6: This rule describes an IPv6 address that represents the End field of a FW_IPV6_ADDRESS_RANGE structure.

SINGLEADDRV6: This rule describes an IPv6 address that represents both the Begin and the End fields of a FW_IPV6_ADDRESS_RANGE structure.

ADDRESSV6-RANGE-VAL: This rule represents a FW_IPV6_ADDRESS_RANGE structure as defined in [MS-FASP] section 2.2.10. The structure MUST comply with all requirements defined in that section.