I want to forward different ranges of ports to different IPs...can it be done easily? I know I can forward individual ports with the "ip nat inside source static" statement, but I need to forward a bunch of ranges and I don't want to put in SEVERAL HUNDRED (!) single-port translation statements!
If I cannot forward ranges, can I set up multiple ranges in several access-lists and then use a "route-map xxx permit" statement to get the ranges specified in the access-list to go to different servers?