I am setting up a SIP phone on my network. I need to open a range of UDP ports to make/accept calls.
Givin the string:
ip nat inside source static udp 172.16.5.100 [port] interface Ethernet0 [port]
Is there a way to specify a range of ports in a single command? Instead of writing 20 static NAT translations?
Thanks,
Matt
Givin the string:
ip nat inside source static udp 172.16.5.100 [port] interface Ethernet0 [port]
Is there a way to specify a range of ports in a single command? Instead of writing 20 static NAT translations?
Thanks,
Matt