Apologise if this appears twice only I had problems with the first posting
My question is on an extended access list, I have to add a batch of ip's that are not all cintinous, but blocks of them are.
(using fictitious addresses here)
I was hoping to do something like this
say I had address 192.168.1.10 to 20 (11 addresses)
Could I do this to match all 11
access-list 101 permit tcp 192.168.1.10 0.0.0.11 host 192.133.26.1 eq www
The 0.0.0.11 bit being a match for 192.168.1.10 and the following 10 addresses (11 in all)
Not sure if this theory or the syntax is right?
Would appreciate any help anyone can offer as this would save me lots of time, its the matching of a block of address bit that I am not sure about and if correct syntax of the whole entry.
Many thanks
Paul
My question is on an extended access list, I have to add a batch of ip's that are not all cintinous, but blocks of them are.
(using fictitious addresses here)
I was hoping to do something like this
say I had address 192.168.1.10 to 20 (11 addresses)
Could I do this to match all 11
access-list 101 permit tcp 192.168.1.10 0.0.0.11 host 192.133.26.1 eq www
The 0.0.0.11 bit being a match for 192.168.1.10 and the following 10 addresses (11 in all)
Not sure if this theory or the syntax is right?
Would appreciate any help anyone can offer as this would save me lots of time, its the matching of a block of address bit that I am not sure about and if correct syntax of the whole entry.
Many thanks
Paul