[OSL | CCIE_Voice] SIP CUCME Registration Failure - TFTP File Not Present

2011-08-03 Thread Jason Lee
All,

I'm running into and issue trying to register SIP phones to my CUCME
rotuer.  I'm using SIP Digest Authentication.  For some reason the
SIP00070EA62AA9.cnf file is not being created in flash and my phone isn't
getting its configuration.  I've attached the configs and debug output.

I've tried removing all the SIP CUCME configuration, reloading the router,
adding and removing the phone, and a ton of create profile commands with
no luck.  Any ideas?


ip dhcp excluded-address 192.168.106.1 192.168.106.10
!
ip dhcp pool VoIP
   network 192.168.106.0 255.255.255.0
   default-router 192.168.106.1
   option 150 ip 192.168.106.1
!
voice service voip
 fax protocol cisco
 sip
  bind control source-interface GigabitEthernet0/0.106
  bind media source-interface GigabitEthernet0/0.106
  registrar server
!
voice register global
 mode cme
 source-address 192.168.106.1 port 5060
 max-dn 10
 max-pool 5
 authenticate register
 tftp-path flash:
 create profile sync 144234935113
!
voice register dn  1
 number 3002
 name Br2 Phone 2
!
voice register dialplan  1
 type 7940-7960-others
 pattern 1 3...
!
voice register pool  1
 id mac 0007.0EA6.2AA9
 number 1 dn 1
 dtmf-relay rtp-nte
 username User1 password cisco
 codec g711ulaw



DEBUG OUTPUT (debug tftp events):

Aug  3 21:38:39.653: TFTP: Looking for CTLSEP00070EA62AA9.tlv
Aug  3 21:38:39.677: TFTP: Looking for SEP00070EA62AA9.cnf.xml
Aug  3 21:38:39.697: TFTP: Looking for SIP00070EA62AA9.cnf
Aug  3 21:38:39.717: TFTP: Looking for MGC00070EA62AA9.cnf
Aug  3 21:38:39.749: TFTP: Looking for XMLDefault.cnf.xml
Aug  3 21:38:39.749: TFTP: Opened system:/its/vrf1/XMLDefault.cnf.xml, fd 7,
size 2813 for process 194
Aug  3 21:38:39.757: TFTP: Finished system:/its/vrf1/XMLDefault.cnf.xml,
time 00:00:00 for process 194
Aug  3 21:38:48.545: TFTP: Looking for SIPDefault.cnf
Aug  3 21:38:48.549: TFTP: Opened flash:/SIPDefault.cnf, fd 7, size 1948 for
process 194
Aug  3 21:38:48.561: TFTP: Finished flash:/SIPDefault.cnf, time 00:00:00 for
process 194
Aug  3 21:38:48.753: TFTP: Looking for SIP00070EA62AA9.cnf
Aug  3 21:39:20.220: TFTP: Looking for SIP00070EA62AA9.cnf
Aug  3 21:39:51.254: TFTP: Looking for SIP00070EA62AA9.cnf


It just keeps looking for the file over and over.  Consequently, it doesn't
get the username and password so it returns a constant 401 Unauthorized
when using the debug ccsip messages.



Thanks,

Jason
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] SIP CUCME Registration Failure - TFTP File Not Present

2011-08-03 Thread Abel ...
Try to create profile command under voice register global again.

On Wed, Aug 3, 2011 at 5:42 PM, Jason Lee jas7...@gmail.com wrote:

 All,

 I'm running into and issue trying to register SIP phones to my CUCME
 rotuer.  I'm using SIP Digest Authentication.  For some reason the
 SIP00070EA62AA9.cnf file is not being created in flash and my phone isn't
 getting its configuration.  I've attached the configs and debug output.

 I've tried removing all the SIP CUCME configuration, reloading the router,
 adding and removing the phone, and a ton of create profile commands with
 no luck.  Any ideas?


 ip dhcp excluded-address 192.168.106.1 192.168.106.10
 !
 ip dhcp pool VoIP
network 192.168.106.0 255.255.255.0
default-router 192.168.106.1
option 150 ip 192.168.106.1
 !
 voice service voip
  fax protocol cisco
  sip
   bind control source-interface GigabitEthernet0/0.106
   bind media source-interface GigabitEthernet0/0.106
   registrar server
 !
 voice register global
  mode cme
  source-address 192.168.106.1 port 5060
  max-dn 10
  max-pool 5
  authenticate register
  tftp-path flash:
  create profile sync 144234935113
 !
 voice register dn  1
  number 3002
  name Br2 Phone 2
 !
 voice register dialplan  1
  type 7940-7960-others
  pattern 1 3...
 !
 voice register pool  1
  id mac 0007.0EA6.2AA9
  number 1 dn 1
  dtmf-relay rtp-nte
  username User1 password cisco
  codec g711ulaw



 DEBUG OUTPUT (debug tftp events):

 Aug  3 21:38:39.653: TFTP: Looking for CTLSEP00070EA62AA9.tlv
 Aug  3 21:38:39.677: TFTP: Looking for SEP00070EA62AA9.cnf.xml
 Aug  3 21:38:39.697: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:38:39.717: TFTP: Looking for MGC00070EA62AA9.cnf
 Aug  3 21:38:39.749: TFTP: Looking for XMLDefault.cnf.xml
 Aug  3 21:38:39.749: TFTP: Opened system:/its/vrf1/XMLDefault.cnf.xml, fd
 7, size 2813 for process 194
 Aug  3 21:38:39.757: TFTP: Finished system:/its/vrf1/XMLDefault.cnf.xml,
 time 00:00:00 for process 194
 Aug  3 21:38:48.545: TFTP: Looking for SIPDefault.cnf
 Aug  3 21:38:48.549: TFTP: Opened flash:/SIPDefault.cnf, fd 7, size 1948
 for process 194
 Aug  3 21:38:48.561: TFTP: Finished flash:/SIPDefault.cnf, time 00:00:00
 for process 194
 Aug  3 21:38:48.753: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:39:20.220: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:39:51.254: TFTP: Looking for SIP00070EA62AA9.cnf


 It just keeps looking for the file over and over.  Consequently, it doesn't
 get the username and password so it returns a constant 401 Unauthorized
 when using the debug ccsip messages.



 Thanks,

 Jason


 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] SIP CUCME Registration Failure - TFTP File Not Present

2011-08-03 Thread Bill Lake
Think you might need phone type under voice register pool

then voice register global | create profile

On Wed, Aug 3, 2011 at 4:42 PM, Jason Lee jas7...@gmail.com wrote:

 All,

 I'm running into and issue trying to register SIP phones to my CUCME
 rotuer.  I'm using SIP Digest Authentication.  For some reason the
 SIP00070EA62AA9.cnf file is not being created in flash and my phone isn't
 getting its configuration.  I've attached the configs and debug output.

 I've tried removing all the SIP CUCME configuration, reloading the router,
 adding and removing the phone, and a ton of create profile commands with
 no luck.  Any ideas?


 ip dhcp excluded-address 192.168.106.1 192.168.106.10
 !
 ip dhcp pool VoIP
network 192.168.106.0 255.255.255.0
default-router 192.168.106.1
option 150 ip 192.168.106.1
 !
 voice service voip
  fax protocol cisco
  sip
   bind control source-interface GigabitEthernet0/0.106
   bind media source-interface GigabitEthernet0/0.106
   registrar server
 !
 voice register global
  mode cme
  source-address 192.168.106.1 port 5060
  max-dn 10
  max-pool 5
  authenticate register
  tftp-path flash:
  create profile sync 144234935113
 !
 voice register dn  1
  number 3002
  name Br2 Phone 2
 !
 voice register dialplan  1
  type 7940-7960-others
  pattern 1 3...
 !
 voice register pool  1
  id mac 0007.0EA6.2AA9
  number 1 dn 1
  dtmf-relay rtp-nte
  username User1 password cisco
  codec g711ulaw



 DEBUG OUTPUT (debug tftp events):

 Aug  3 21:38:39.653: TFTP: Looking for CTLSEP00070EA62AA9.tlv
 Aug  3 21:38:39.677: TFTP: Looking for SEP00070EA62AA9.cnf.xml
 Aug  3 21:38:39.697: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:38:39.717: TFTP: Looking for MGC00070EA62AA9.cnf
 Aug  3 21:38:39.749: TFTP: Looking for XMLDefault.cnf.xml
 Aug  3 21:38:39.749: TFTP: Opened system:/its/vrf1/XMLDefault.cnf.xml, fd
 7, size 2813 for process 194
 Aug  3 21:38:39.757: TFTP: Finished system:/its/vrf1/XMLDefault.cnf.xml,
 time 00:00:00 for process 194
 Aug  3 21:38:48.545: TFTP: Looking for SIPDefault.cnf
 Aug  3 21:38:48.549: TFTP: Opened flash:/SIPDefault.cnf, fd 7, size 1948
 for process 194
 Aug  3 21:38:48.561: TFTP: Finished flash:/SIPDefault.cnf, time 00:00:00
 for process 194
 Aug  3 21:38:48.753: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:39:20.220: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:39:51.254: TFTP: Looking for SIP00070EA62AA9.cnf


 It just keeps looking for the file over and over.  Consequently, it doesn't
 get the username and password so it returns a constant 401 Unauthorized
 when using the debug ccsip messages.



 Thanks,

 Jason


 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] SIP CUCME Registration Failure - TFTP File Not Present

2011-08-03 Thread Kshitij Singhi
  !
  ip forward-protocol nd
  !
  ip http server
  ip http access-class 23
  ip http authentication local
  ip http secure-server
  ip http timeout-policy idle 60 life 86400 requests 1
  !
  ip route 0.0.0.0 0.0.0.0 192.168.0.45
  ip route 192.168.1.0 255.255.255.0 Serial0/1/0
  ip route 192.168.2.0 255.255.255.0 Serial0/0/0
  !
  ip access-list extended AutoQoS-VoIP-Control
   permit tcp any any eq 1720
   permit tcp any any range 11000 11999
   permit udp any any eq 2427
   permit tcp any any eq 2428
   permit tcp any any range 2000 2002
   permit udp any any eq 1719
   permit udp any any eq 5060
  ip access-list extended AutoQoS-VoIP-RTCP
   permit udp any any range 16384 32767
   permit tcp any any eq 5004
  !
  access-list 23 permit 10.10.10.0 0.0.0.7
  !
  !
  !
  control-plane
  !
 
  end
 
 
 
  ___
  For more information regarding industry leading CCIE Lab training,
  please visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
  www.PlatinumPlacement.com http://www.platinumplacement.com/
 
 
 
 
  ___
  For more information regarding industry leading CCIE Lab training,
 please
  visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
  www.PlatinumPlacement.com
 
 
 
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 /archives/ccie_voice/attachments/20110803/0cb7a5ec/attachment-0001.html

 --

 Message: 2
 Date: Wed, 3 Aug 2011 17:42:43 -0400
 From: Jason Lee jas7...@gmail.com
 To: ccie_voice ccie_voice@onlinestudylist.com
 Subject: [OSL | CCIE_Voice] SIP CUCME Registration Failure - TFTP File
Not Present
 Message-ID:
capf5dnpz5skqzpfwgczfq0rhx7fke78kuvqouerqgqj1hk1...@mail.gmail.com
 
 Content-Type: text/plain; charset=iso-8859-1

 All,

 I'm running into and issue trying to register SIP phones to my CUCME
 rotuer.  I'm using SIP Digest Authentication.  For some reason the
 SIP00070EA62AA9.cnf file is not being created in flash and my phone isn't
 getting its configuration.  I've attached the configs and debug output.

 I've tried removing all the SIP CUCME configuration, reloading the router,
 adding and removing the phone, and a ton of create profile commands with
 no luck.  Any ideas?


 ip dhcp excluded-address 192.168.106.1 192.168.106.10
 !
 ip dhcp pool VoIP
   network 192.168.106.0 255.255.255.0
   default-router 192.168.106.1
   option 150 ip 192.168.106.1
 !
 voice service voip
  fax protocol cisco
  sip
  bind control source-interface GigabitEthernet0/0.106
  bind media source-interface GigabitEthernet0/0.106
  registrar server
 !
 voice register global
  mode cme
  source-address 192.168.106.1 port 5060
  max-dn 10
  max-pool 5
  authenticate register
  tftp-path flash:
  create profile sync 144234935113
 !
 voice register dn  1
  number 3002
  name Br2 Phone 2
 !
 voice register dialplan  1
  type 7940-7960-others
  pattern 1 3...
 !
 voice register pool  1
  id mac 0007.0EA6.2AA9
  number 1 dn 1
  dtmf-relay rtp-nte
  username User1 password cisco
  codec g711ulaw



 DEBUG OUTPUT (debug tftp events):

 Aug  3 21:38:39.653: TFTP: Looking for CTLSEP00070EA62AA9.tlv
 Aug  3 21:38:39.677: TFTP: Looking for SEP00070EA62AA9.cnf.xml
 Aug  3 21:38:39.697: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:38:39.717: TFTP: Looking for MGC00070EA62AA9.cnf
 Aug  3 21:38:39.749: TFTP: Looking for XMLDefault.cnf.xml
 Aug  3 21:38:39.749: TFTP: Opened system:/its/vrf1/XMLDefault.cnf.xml, fd
 7,
 size 2813 for process 194
 Aug  3 21:38:39.757: TFTP: Finished system:/its/vrf1/XMLDefault.cnf.xml,
 time 00:00:00 for process 194
 Aug  3 21:38:48.545: TFTP: Looking for SIPDefault.cnf
 Aug  3 21:38:48.549: TFTP: Opened flash:/SIPDefault.cnf, fd 7, size 1948
 for
 process 194
 Aug  3 21:38:48.561: TFTP: Finished flash:/SIPDefault.cnf, time 00:00:00
 for
 process 194
 Aug  3 21:38:48.753: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:39:20.220: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:39:51.254: TFTP: Looking for SIP00070EA62AA9.cnf


 It just keeps looking for the file over and over.  Consequently, it doesn't
 get the username and password so it returns a constant 401 Unauthorized
 when using the debug ccsip messages.



 Thanks,

 Jason
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 /archives/ccie_voice/attachments/20110803/16ebe49e/attachment-0001.html

 --

 Message: 3
 Date: Wed, 3 Aug 2011 17:45:14 -0400
 From: Abel ... midga...@gmail.com
 To: Jason Lee jas7...@gmail.com
 Cc: ccie_voice ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] SIP CUCME Registration Failure - TFTP
FileNot Present
 Message-ID:
CAJ6s=malrkyxqzsyu6hcc7u2gg4cgrasal2a0spsre6co4z...@mail.gmail.com
 
 Content-Type: text/plain; charset=iso-8859-1

 Try to create profile command under voice register

Re: [OSL | CCIE_Voice] SIP CUCME Registration Failure - TFTP File Not Present

2011-08-03 Thread Jason Lee
  !
  interface Serial0/1/0
   description BR2_P2P
   ip address 172.16.156.1 255.255.255.252
   encapsulation ppp
   service-module t1 timeslots 1-24
   service-policy output AutoQoS-Policy-UnTrust
  !
  ip forward-protocol nd
  !
  ip http server
  ip http access-class 23
  ip http authentication local
  ip http secure-server
  ip http timeout-policy idle 60 life 86400 requests 1
  !
  ip route 0.0.0.0 0.0.0.0 192.168.0.45
  ip route 192.168.1.0 255.255.255.0 Serial0/1/0
  ip route 192.168.2.0 255.255.255.0 Serial0/0/0
  !
  ip access-list extended AutoQoS-VoIP-Control
   permit tcp any any eq 1720
   permit tcp any any range 11000 11999
   permit udp any any eq 2427
   permit tcp any any eq 2428
   permit tcp any any range 2000 2002
   permit udp any any eq 1719
   permit udp any any eq 5060
  ip access-list extended AutoQoS-VoIP-RTCP
   permit udp any any range 16384 32767
   permit tcp any any eq 5004
  !
  access-list 23 permit 10.10.10.0 0.0.0.7
  !
  !
  !
  control-plane
  !
 
  end

 
 
 
  ___
  For more information regarding industry leading CCIE Lab training,
  please visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
  www.PlatinumPlacement.com http://www.platinumplacement.com/

 
 
 
 
  ___
  For more information regarding industry leading CCIE Lab training,
 please
  visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
  www.PlatinumPlacement.com
 
 
 
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 /archives/ccie_voice/attachments/20110803/0cb7a5ec/attachment-0001.html

 --

 Message: 2
 Date: Wed, 3 Aug 2011 17:42:43 -0400
 From: Jason Lee jas7...@gmail.com
 To: ccie_voice ccie_voice@onlinestudylist.com
 Subject: [OSL | CCIE_Voice] SIP CUCME Registration Failure - TFTP File
Not Present
 Message-ID:

 capf5dnpz5skqzpfwgczfq0rhx7fke78kuvqouerqgqj1hk1...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1


 All,

 I'm running into and issue trying to register SIP phones to my CUCME
 rotuer.  I'm using SIP Digest Authentication.  For some reason the
 SIP00070EA62AA9.cnf file is not being created in flash and my phone isn't
 getting its configuration.  I've attached the configs and debug output.

 I've tried removing all the SIP CUCME configuration, reloading the router,
 adding and removing the phone, and a ton of create profile commands with
 no luck.  Any ideas?


 ip dhcp excluded-address 192.168.106.1 192.168.106.10
 !
 ip dhcp pool VoIP
   network 192.168.106.0 255.255.255.0
   default-router 192.168.106.1
   option 150 ip 192.168.106.1
 !
 voice service voip
  fax protocol cisco
  sip
  bind control source-interface GigabitEthernet0/0.106
  bind media source-interface GigabitEthernet0/0.106
  registrar server
 !
 voice register global
  mode cme
  source-address 192.168.106.1 port 5060
  max-dn 10
  max-pool 5
  authenticate register
  tftp-path flash:
  create profile sync 144234935113
 !
 voice register dn  1
  number 3002
  name Br2 Phone 2
 !
 voice register dialplan  1
  type 7940-7960-others
  pattern 1 3...
 !
 voice register pool  1
  id mac 0007.0EA6.2AA9
  number 1 dn 1
  dtmf-relay rtp-nte
  username User1 password cisco
  codec g711ulaw



 DEBUG OUTPUT (debug tftp events):

 Aug  3 21:38:39.653: TFTP: Looking for CTLSEP00070EA62AA9.tlv
 Aug  3 21:38:39.677: TFTP: Looking for SEP00070EA62AA9.cnf.xml
 Aug  3 21:38:39.697: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:38:39.717: TFTP: Looking for MGC00070EA62AA9.cnf
 Aug  3 21:38:39.749: TFTP: Looking for XMLDefault.cnf.xml
 Aug  3 21:38:39.749: TFTP: Opened system:/its/vrf1/XMLDefault.cnf.xml, fd
 7,
 size 2813 for process 194
 Aug  3 21:38:39.757: TFTP: Finished system:/its/vrf1/XMLDefault.cnf.xml,
 time 00:00:00 for process 194
 Aug  3 21:38:48.545: TFTP: Looking for SIPDefault.cnf
 Aug  3 21:38:48.549: TFTP: Opened flash:/SIPDefault.cnf, fd 7, size 1948
 for
 process 194
 Aug  3 21:38:48.561: TFTP: Finished flash:/SIPDefault.cnf, time 00:00:00
 for
 process 194
 Aug  3 21:38:48.753: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:39:20.220: TFTP: Looking for SIP00070EA62AA9.cnf
 Aug  3 21:39:51.254: TFTP: Looking for SIP00070EA62AA9.cnf


 It just keeps looking for the file over and over.  Consequently, it
 doesn't
 get the username and password so it returns a constant 401 Unauthorized
 when using the debug ccsip messages.



 Thanks,

 Jason
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 /archives/ccie_voice/attachments/20110803/16ebe49e/attachment-0001.html

 --

 Message: 3
 Date: Wed, 3 Aug 2011 17:45:14 -0400
 From: Abel ... midga...@gmail.com
 To: Jason Lee jas7...@gmail.com
 Cc: ccie_voice ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] SIP CUCME Registration Failure - TFTP
File