Didn't find your answer? Ask the community — no account required.
B
bod43
I have not needed to do this and have not researched it however I don't believe that this is available.
If your lists are complex perhaps you might manage them in Excel and copy paste into the router.
Such a facility is available for address ranges but not as far as I know for port ranges.
T
Todd Bennett
Thank you for your reply. I may have gotten a solution from another source. I'm not yet sure if this will work until I test it.
To permit a range through the firewall: access-list 120 permit any any range 10000 20000 int ip access-group 120 in
To NAT the range of ports: ip nat inside source static 1.1.1.1 2.2.2.2 route-map NAME extendable access-list 130 permit tcp any any range 10000 20000 route-map NAME permit 10 match ip address 130