1. Pure Storage FlashArray Installation and Upgrade Guide (Doc. 30-001-0106 Rev L): In the "Site Planning and Network Configuration Worksheet" section, customers are required to provide a valid Subnet Mask for each management port. This implies adherence to universal networking standards for the configuration to be accepted by the system. The provided value is not a valid subnet mask.
2. RFC 950, Internet Standard Subnetting Procedure, Section 2.1: This foundational document defines the structure of a subnet mask. It states, "The subnet field is of variable length, and is specified by a bit-mask... This mask is a 32-bit number with a block of 1s on the left and a block of 0s on the right." The binary value of 223 (11011111) violates this requirement.
3. Dordal, P. L. (2019). An Introduction to Computer Networks. Chapter 9.2, The Subnet Mask. This university-level text explains that the subnet mask's purpose is to separate the network part of an address from the host part. It reinforces that this is achieved by a mask with a contiguous block of network bits (1s) followed by host bits (0s).