cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
493
Views
0
Helpful
3
Replies

Prob. in cisco 7902 & 7940 IP Phone

tarun.shee
Level 1
Level 1

Sir,

Plz, help me which port I am to open in router for all of those IP Phone.

Regards,

Tarun

3 Replies 3

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Tarun,

I try to guess that you want to support Cisco IP phones on your network.

On the LAN switch ports you should configure a voice VLAN (for example vlan 50).

Example:

interface fas0/11

desc example for Cisco IP Phone

switchport

switchport mode access

switchport access vlan 10

switchport voice vlan 50

You need to define vlan 50 on your switches.

At the router level what you need to configure is an helper address command pointing to the DHCP server.

example:

int gi0/1.50

enc dot1q 50

ip address 10.148.25.1 255.255.255.0

ip helper address 10.100.100.23

On the DHCP server you need to define a scope for network 10.148.25.0/24 with option 150 to define the tftp servers used by the phones.

the tftp servers are the CallManager servers or some of them. The phones need to contact the CM servers in order to work: to download the latest firmware, to register themselves etc.

Hope to help

Giuseppe

sir,

Actually due to access-list, all ports are block except ports 80,67,68,69 and 2000.

When I started my IP Phone, it's getting IP from CM but not working properly.

I think need to open more ports. This is the problem.

Regards,

Tarun

Hello Tarun,

now is is more clear. I'm sorry but I tried to guess.

So how to modify your access-list: you need to permit DCHP, TFTP, TCP port 2000 the skinny protocol (SCCP) but you need also to allow communication between the IP phones and phones located on other IP subnets (the bearer channel in a VoIP communication= the voice packets). They use RTP protocol (realtime transport protocol) that is built upon UDP. RTP uses a wide range of UDP ports and its companion control protocol RTCP too.

"RTP does not have a standard TCP or UDP port on which it communicates. The only standard that it obeys is that UDP communications are done via an even port and the next higher odd port is used for RTP Control Protocol (RTCP) communications. Although there are no standards assigned, RTP is generally configured to use ports 16384-32767/UDP"

Use the following link for a complete reference of protocols involved in CCM 4.1:

http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/port/4_1/41plrev2.pdf

Hope to help

Giuseppe

Review Cisco Networking products for a $25 gift card