sacredboy wrote: » Guys I'm a bit confused in terms of CME software. Should I install Cisco Unified CME 4/7/8/9 or not? And how to create /phone/7940-7960 directory? shodown, could you clarify what doesCME device pack mean please.
ip dhcp excluded-address 172.16.1.1 172.16.1.10 ip dhcp excluded-address 192.168.1.1 192.168.1.10 ! ip dhcp pool DATA_POOL network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 4.2.2.2 ! ip dhcp pool VOICE_POOL network 172.16.1.0 255.255.255.0 default-router 172.16.1.1 dns-server 4.2.2.2 option 150 ip 192.168.1.10 ! interface FastEthernet0/0.10 encapsulation dot1Q 10 ip address 172.16.1.1 255.255.255.0 ! interface FastEthernet0/0.50 encapsulation dot1Q 50 ip address 192.168.1.1 255.255.255.0
CME_RTR (config)#tftp-server flash:/phone/7940-7960/P00308010200.bin alias P00308010200.bin CME_RTR#sh flash: -#- --length-- date/time path 1 36030824 Nov 30 1987 04:00:00 c2800nm-ipbasek9-mz.151-1.XB.bin 2 59455672 Apr 07 2014 14:33:40 c2800nm-adventerprisek9-mz.124-24.T2.bin 3 0 Apr 07 2014 16:51:32 phone 4 0 Apr 07 2014 16:51:36 phone/7940-7960 416604160 bytes available (95510528 bytes used)
wallpaper_01 wrote: » I wouldn't have thought so. Just get rid of the data pool and set the ip helper-address on the connecting interface to the Windows machine.
CME_RTR#sh run ip dhcp excluded-address 172.16.1.1 172.16.1.10 ! ip dhcp pool VOICE_POOL network 172.16.1.0 255.255.255.0 default-router 172.16.1.1 dns-server 4.2.2.2 option 150 ip 172.16.1.1 ! interface FastEthernet0/0 no ip address duplex auto speed auto ! interface FastEthernet0/0.10 encapsulation dot1Q 10 ip address 172.16.1.1 255.255.255.0 ! interface FastEthernet0/0.50 encapsulation dot1Q 50 ip address 192.168.1.1 255.255.255.0 ! tftp-server flash:P00308010100.bin tftp-server flash:P00308010100.loads tftp-server flash:P00308010100.sb2 tftp-server flash:P00308010100.sbn ! end
DSW2#sh cdp neighborsCapability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone, D - Remote, C - CVTA, M - Two-port Mac Relay Device ID Local Intrfce Holdtme Capability Platform Port ID SEP001A6D0F98DC Fas 3/0/11 144 H P M IP Phone Port 1 SEP0018BA9B6956 Fas 3/0/12 148 H P M IP Phone Port 1 CME_RTR Fas 3/0/1 158 R S I 2811 Fas 0/0 DSW2#sh vlan VLAN Name Status Ports ---- 1 default active Fa3/0/17, Fa3/0/18, Fa3/0/19 Fa3/0/20, Fa3/0/21, Fa3/0/22 Fa3/0/23, Fa3/0/24, Gi3/0/1 Gi3/0/2 10 VOICE_VLAN active Fa3/0/13, Fa3/0/14, Fa3/0/15 Fa3/0/16 50 DATA_VLAN active Fa3/0/2, Fa3/0/3, Fa3/0/4 Fa3/0/5, Fa3/0/6, Fa3/0/7 Fa3/0/8, Fa3/0/9, Fa3/0/10 Fa3/0/11, Fa3/0/12, Fa3/0/13 Fa3/0/14, Fa3/0/15, Fa3/0/16 interface FastEthernet3/0/1 description "CONNECTION TO CME_RTR" switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet3/0/2 switchport access vlan 50 switchport mode access spanning-tree portfast ! interface FastEthernet3/0/13 switchport access vlan 50 switchport mode access switchport voice vlan 10 spanning-tree portfast ! end
sacredboy wrote: » Guys I've tried the scheme with Windows DHCP server for data VLAN but VoIP doesn't work. Below are my sh run outputs from L3 switch and CME router (some line were omitted for brevity). All workstations receive IP from Windows DHCP server successfully. However, IP phones don't receive IP from DHCP configured on CME router. Any thoughts what can be the reason of the problem?
telephony-service moh music-on-hold.au
[COLOR=#000000][FONT=Verdana]MSC_CME#sh run | s dial-peer [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana]dial-peer voice 7000 voip [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] destination-pattern 7... [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] session target ipv4:10.1.1.2 [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana]dial-peer voice 2001 pots [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] destination-pattern 2001 [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] port 0/2/0 [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana]dial-peer voice 2002 pots [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] destination-pattern 2002 [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] port 0/2/1 [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana]dial-peer voice 8000 voip [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] destination-pattern 8... [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] session target ipv4:10.1.1.2 [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] codec g711ulaw [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana]STP_CME#sh run | s dial-peer [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana]dial-peer voice 1000 voip [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] destination-pattern 1... [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] session target ipv4:10.1.1.1 [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana]dial-peer voice 2000 voip [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] destination-pattern 2... [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] session target ipv4:10.1.1.1 [/FONT][/COLOR] [COLOR=#000000][FONT=Verdana] codec g711ulaw[/FONT][/COLOR]
JeanM wrote: » What does the debug show, no dial peer found ? Do you get fast busy? I had similar issue, but not the same I don't think, that was resolved in my case after adding pots dial peer (vs. voip)
ephone-dn 4 number 1004 ephone 4 device-security-mode none mac-address BCAE.C551.F639 <- MAC address of my laptop with CIPC type CIPC button 1:4
TFTP Timeout No Trust List Installed No IPv4 TFTP Server
davenull wrote: » A laptop with CIPC should belong to data vlan. Make sure you can ping your tftp server from the laptop with CIPC.