On Tue, 12 Oct 2004, Muthukumar wrote:
acl <aclname> src IP-address-start-IP-end/netmask
acl TRAINING_PC src 192.168.193.3-9/24
If you specify a netmaks then the ranges you specify must be networks, not host addresses. And the addresses on both sides of the range needs to be in quad dotted format.
I.e. it is OK to spcify
192.168.193.3-192.168.193.9
for a range of hosts, or
192.168.1.0-192.168.16.0/24
for a range of networks.
The last can also be specified as a range of hosts
192.168.1.0-192.168.16.255
Regards Henrik
