08-12-2013 07:26 AM - edited 03-07-2019 02:52 PM
hello all,
how can anyone help me on how to enable the udp and rtp port on a cisco router ?? my router is cicso 1900 series. thanks
08-12-2013 07:43 AM
I think you need to explain your question in a bit more detail. What exactly are you trying to achieve?
08-12-2013 07:49 AM
Hi,
RTP port range is between 16384 and 32767.
extended ip access list test
permit udp any any range 16384 32767
Is this what you need?
HTH
08-12-2013 08:03 AM
hi Reza.. so this is literally what will i encode in the router to open the udp port?
router# config t
router config# extended ip access list test
router config# permit udp any any range 16384 32767
thanks
08-12-2013 08:20 AM
Hi,
Reza has explained how to create an ACL that will allow UDP packets destined to the ports in the range 16384 to 32767 (any source or destination IP). You would then need to apply this ACL in the correct direction (in or out) to the correct interface. That would allow those packets to pass through the router.
I am still not sure if that is what you are asking though - you seem to be alluding to the router communicating with your PABX system - possibly as some sort of SIP gateway or something similar. Can you clarify?
08-12-2013 08:34 AM
hello mfurnival,
yes.. i am integrating the pabx to the router. and this requires opening the udp and rtp port.
thanks
08-12-2013 08:00 AM
hello all,
i have a cisco 1900 series.. it is connected to mypabx.. in order to use the pabx i need to open udp port and rtp port of the router.. (the asterisk is already in the system). so that the pabx can be use.
thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide