The wildcard mask 0.0.0.255 matches all packets that have the same first three octets. The wildcard mask is used to match a range of addresses and tells IOS to ignore parts of the address when making comparisons. Wildcard masks use two simple rules:
When the decimal is 0 then the router has to compare the octet.
When the decimal is 255 then the router has to ignore the octet.
Comments
Post a Comment