2.2.2.9 IPV4 Address Ranges Rules
This grammar is used to identify IPv4 address ranges.
-
ADDRESSV4-RANGE-VAL = ( BEGINADDRV4 "-" ENDADDRV4 / SINGLEADDRV4 ) BEGINADDRV4 = ADDRV4 ENDADDRV4 = ADDRV4 SINGLEADDRV4 = ADDRV4 ADDRV4 = 1*3DIGIT "."1*3DIGIT "."1*3DIGIT "."1*3DIGIT
ADDRV4: This rule represents an IPv4 address.
BEGINADDRV4: This rule describes an IPv4 address that represents the dwBegin field of a FW_IPV4_ADDRESS_RANGE structure as defined in [MS-FASP] section 2.2.8. The remaining rules in this list can be found in the same Protocol specification section.
ENDADDRV4: This rule describes an IPv4 address that represents the dwEnd field of a FW_IPV4_ADDRESS_RANGE structure.
SINGLEADDRV4: This rule describes an IPv4 address that represents both the dwBegin and the dwEnd fields of a FW_IPV4_ADDRESS_RANGE structure.
ADDRESSV4-RANGE-VAL: This rule represents a FW_IPV4_ADDRESS_RANGE structure as defined in [MS-FASP] section 2.2.8. The structure MUST comply with all requirements defined in that section.