Yes you can configure port ranges in access list. But you can't do it the way you have mentioned in your question.. here is how you can do it.
config term
ip access-list extended
permit tcp range <1st port number in the range> etc etc....
If you can give me the IP address of the source and destination and then the port numbers what should be allowed between, then I can provide the complete configs...
Anyways I hope the syntax of the command will be helpful for you.
Bob
ASKER
I want the source to be anywhere on the Internet with the destination of 192.168.20.210
The port are UDP 10000-20000 5004-5037 and 5039-5082
config term
ip access-list extended
permit tcp range <1st port number in the range> etc etc....
If you can give me the IP address of the source and destination and then the port numbers what should be allowed between, then I can provide the complete configs...
Anyways I hope the syntax of the command will be helpful for you.