2.2.2.12 IPV6 Address Subnet Rules

This grammar is used to identify IPv6 subnets.

 ADDRESSV6-SUBNET-VAL = SUBNET-ADDRV6 "/" V6PREFIX-LENGTH
  
 V6PREFIX-LENGTH = 1*3DIGIT
  
 SUBNET-ADDRV6 = ADDRV6

ADDRV6: This rule represents an IPv6 address as defined in section 2.2.2.11.

SUBNET-ADDRV6: This rule describes an IPv4 address that represents the Address field of a FW_IPV6_SUBNET structure as defined in [MS-FASP] section 2.2.6. The remaining rules in this list can be found in the same Protocol specification section.

V6PREFIX-LENGTH: This rule describes a decimal number that MUST be less than 128 and that represents the dwNumPrefixBits field of a FW_IPV6_SUBNET structure.

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