What Are Wild Card Masks
Are used with the host/network address to tell the router a range of addresses to filter
Examples:
- to specify a host:
84.201.32.1 0.0.0.0
- to specify a small subnet:
84.201.32.8 – 84.201.32.15 (would be a /29)
- Block size is 8, and wildcard is always one number less than the block size
- Cisco access list then becomes: 84.201.32.8 0.0.0.7