Convert between a subnet mask and the wildcard mask Cisco ACLs use.
255.255.255.0 ↔ wildcard 0.0.0.255
Cisco access lists and OSPF network statements take the wildcard form, where a 0 bit means "must match" and a 1 bit means "ignore" — the exact opposite of a subnet mask.
Subnet mask
255.255.255.0 — 1s mark the network
Wildcard mask
0.0.0.255 — the exact inverse, which is what ACLs and OSPF take
What this cannot tell you
Take this with you
Wildcard Mask Calculator on RunTheTests — free browser-based netmath tools, no sign-up.