La wildcard mask รจ l'inverso della subnet mask. Dove la subnet ha un 1, la wildcard ha uno 0 (e viceversa).
| Subnet Mask | Wildcard Mask | Significato | Shortcut |
|---|---|---|---|
| 255.255.255.255 | 0.0.0.0 | Match esatto โ 1 solo host | host X.X.X.X |
| 255.255.255.0 | 0.0.0.255 | Match su /24 โ 256 host | โ |
| 255.255.0.0 | 0.0.255.255 | Match su /16 โ 65.536 host | โ |
| 0.0.0.0 | 255.255.255.255 | Match qualsiasi IP | any |
R1 con 3 LAN (Vendite 192.168.1.0/24, IT 192.168.2.0/24, Server 192.168.10.0/24). Configura ACL standard numbered e named per controllare chi accede ai server. Testa con ping e verifica con show access-lists.