I'm working on configuring ports for a SIP app through an ASA 5525x using 9.1. I can get all the related forwarding of individual ports complete but when I try to forward a range I get an error.
object network AvayaSIPInsideUDPPorts
host xx.xx.xx.xx
object service OneXUDPPorts
servcie udp destination range 40750 50750
object service OneXUDPSource
service udp source range 40750 50750
nat (inside,outside) static AvayaOneXOutside service OneXUDPSource OneXUDPPorts
^
ERROR: % Invalid input detected at '^' marker.
nat (inside,outside) static AvayaOneXOutside service ?
network-object mode commands/options:
tcp TCP to be used as transport protocol
udp UDP to be used as transport protocol
I've followed some of the previous examples which show the ability to map port ranges. When I do the help for after "service" all I see is tcp or udp but all the posts I've seen reference object service.
Is there something else I need to do in relation to the port forwarding.
Thank you.