Convert a subnet mask to an ACL wildcard
A wildcard mask is the bitwise inverse of the subnet mask. Subtract the mask from 255.255.255.255: a /24 becomes 0.0.0.255.
In an ACL wildcard, a zero bit must match and a one bit is ignored. The pair 192.168.1.0 0.0.0.255 represents the entire /24.
This tool only derives wildcard masks from contiguous subnet masks. Verify device-specific ACL syntax, direction, services and permit/deny policy separately.