cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
404
Views
8
Helpful
5
Replies

Ports utilizations

francis.labelle
Level 1
Level 1

Hi I have some weard port utilization. My CCM (tftp service is active) is trying to communicate with an IPPhone 7912 on UDP\15448,UDP\11787, UDP\6633 or UDP\2201. Do ou know why ? That's append when the end user try to change the ringtone of his 7912.

Thanks !

5 Replies 5

mheusinger
Level 10
Level 10

Hello,

TFTP uses arbitrary negotiated port numbers for file transfers. The first request will go from an arbitrary assigned UDP port on the client to UDP port 69 on the server. The actual file transfer will use a different arbitrary choosen port on the TFTP server to the client port.

This could explain the observed behavior.

Hope this helps! Please rate all posts.

Regards, Martin

P.S.: details are found in RFC 1350, which states about the UDP ports used (they talk about TID, but this is in effect the same):

"A requesting host chooses its source TID as described above, and sends its initial request to the known TID 69 decimal (105 octal) on the serving host. The response to the request, under normal operation, uses a TID chosen by the server as its source TID and the TID chosen for the previous message by the requestor as its destination TID.

The two chosen TID's are then used for the remainder of the transfer."

Want is the range port that the TFTP use to respond to the IPPHONE 7912 ? I'm using a PIX on ios 7.04, does it suposse to be stateful for UDP communication ?

Thanks for your help !

Do you know if cisco provide a PIX best practices in a Cico VoIP environment ?

I found the solution, I just add the "inspect tftp" in my PIX

Hello,

you should have mentioned PIX in the original post. The PIX can use stateful inspection of TFTP by monitoring the port negotiation and will open the proper port for the file transfer. The command you found "inspect tftp" enables this behaviour (like for other protocolls as well, f.e. SIP, FTP and so on).

Hope this helps! Please rate all posts.

Regards, Martin