[OSL | CCIE_Voice] pstn phone not getting dhcp address

2011-06-09 Thread Voiper
Hi Compadres:

Here I am still struggling with my home lab pstn :(

I am not able to get my pstn phone registered. It doesn't get the dchp
address. I have checked my config numerous times and can't figure out what I
am missing. Could you kinldy take a gander at the conifg for any mistakes?

PSTN-WAN
==
ip dhcp excluded-address 10.10.100.1 10.10.100.49
ip dhcp excluded-address 10.10.100.70 10.10.100.254
!
ip dhcp pool PSTN-WAN
   network 10.10.100.0 255.255.255.0
   default-router 10.10.100.2
   option 150 ip 10.10.100.2
   lease infinite

telephony-service
 no auto-reg-ephone
 max-ephones 8
 max-dn 8
 ip source-address 10.10.100.2 port 2000
 auto assign 1 to 1
 caller-id block code *67
 system message IPexpert PSTN Phone
 load 7960-7940 P00308000500
 max-conferences 8 gain -6
 transfer-system full-consult
 create cnf-files version-stamp 7960 Jun 08 2011 18:17:34

ephone-dn  1
 number 911
 label Emergency  911/999
 description PSTN Phone
 name Emergency Services
ephone  1
 device-security-mode none
 mac-address 0011.298E.741C
 type 7960
 button  1:1 2:2 3:3 4:4
 button  5:5 6:6

Any suggestion will be appreciated.

Thanks

Voiper
___
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] pstn phone not getting dhcp address

2011-06-09 Thread Qq Ccie
try to enable dhcp debugging and see what is happening

deb ip dhcp server packet





From: Voiper datapack...@gmail.com
To: ccie_voice@onlinestudylist.com
Sent: Thu, June 9, 2011 7:44:23 AM
Subject: [OSL | CCIE_Voice] pstn phone not getting dhcp address


Hi Compadres:
 
Here I am still struggling with my home lab pstn :(
 
I am not able to get my pstn phone registered. It doesn't get the dchp address. 
I have checked my config numerous times and can't figure out what I am missing. 
Could you kinldy take a gander at the conifg for any mistakes?
 
PSTN-WAN
==
ip dhcp excluded-address 10.10.100.1 10.10.100.49
ip dhcp excluded-address 10.10.100.70 10.10.100.254
!
ip dhcp pool PSTN-WAN
   network 10.10.100.0 255.255.255.0
   default-router 10.10.100.2 
   option 150 ip 10.10.100.2 
   lease infinite

telephony-service
 no auto-reg-ephone
 max-ephones 8
 max-dn 8
 ip source-address 10.10.100.2 port 2000
 auto assign 1 to 1
 caller-id block code *67
 system message IPexpert PSTN Phone
 load 7960-7940 P00308000500
 max-conferences 8 gain -6
 transfer-system full-consult
 create cnf-files version-stamp 7960 Jun 08 2011 18:17:34

ephone-dn  1
 number 911
 label Emergency  911/999
 description PSTN Phone
 name Emergency Services
ephone  1
 device-security-mode none
 mac-address 0011.298E.741C
 type 7960
 button  1:1 2:2 3:3 4:4
 button  5:5 6:6
 
Any suggestion will be appreciated.
 
Thanks
 
Voiper___
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] pstn phone not getting dhcp address

2011-06-09 Thread Chris Martin
The config you posted looks good to me.

Do you have vlans configured or is everything on vlan 1?  If you want, post
the config of your PSTN-RTR interface and your 3550 interface.

Most likely there is a break down in L2 connectivity between the phone and
your PSTN router.

Otherwise some testing and verification steps would be:

show cdp neighbor - Does my router see my switch?  Does my switch see my
phone?
show cdp neighbor detail - Detailed info for cdp enabled devices,
IP/model/mac
show ip dhcp bindings - Anything grab an IP?
debug ip dhcp server events - Anyone trying to get an IP?
debug tftp events - Phone trying to get its config/firmware?

CM

On Thu, Jun 9, 2011 at 6:44 AM, Voiper datapack...@gmail.com wrote:

 Hi Compadres:

 Here I am still struggling with my home lab pstn :(

 I am not able to get my pstn phone registered. It doesn't get the dchp
 address. I have checked my config numerous times and can't figure out what I
 am missing. Could you kinldy take a gander at the conifg for any mistakes?

 PSTN-WAN
 ==
 ip dhcp excluded-address 10.10.100.1 10.10.100.49
 ip dhcp excluded-address 10.10.100.70 10.10.100.254
 !
 ip dhcp pool PSTN-WAN
network 10.10.100.0 255.255.255.0
default-router 10.10.100.2
option 150 ip 10.10.100.2
lease infinite

 telephony-service
  no auto-reg-ephone
  max-ephones 8
  max-dn 8
  ip source-address 10.10.100.2 port 2000
  auto assign 1 to 1
  caller-id block code *67
  system message IPexpert PSTN Phone
  load 7960-7940 P00308000500
  max-conferences 8 gain -6
  transfer-system full-consult
  create cnf-files version-stamp 7960 Jun 08 2011 18:17:34

 ephone-dn  1
  number 911
  label Emergency  911/999
  description PSTN Phone
  name Emergency Services
 ephone  1
  device-security-mode none
  mac-address 0011.298E.741C
  type 7960
  button  1:1 2:2 3:3 4:4
  button  5:5 6:6

 Any suggestion will be appreciated.

 Thanks

 Voiper

 ___
 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] pstn phone not getting dhcp address

2011-06-09 Thread DR
Try reset phone to factory defaults.

http://www.cisco.com/en/US/products/hw/phones/ps379/products_tech_note09186a00800941bb.shtml
 
Your config is ok ; There should be a network problem between phone  CUCME.

--- On Thu, 6/9/11, Voiper datapack...@gmail.com wrote:


From: Voiper datapack...@gmail.com
Subject: [OSL | CCIE_Voice] pstn phone not getting dhcp address
To: ccie_voice@onlinestudylist.com
Date: Thursday, June 9, 2011, 5:14 PM



Hi Compadres:
 
Here I am still struggling with my home lab pstn :(
 
I am not able to get my pstn phone registered. It doesn't get the dchp address. 
I have checked my config numerous times and can't figure out what I am missing. 
Could you kinldy take a gander at the conifg for any mistakes?
 
PSTN-WAN
==
ip dhcp excluded-address 10.10.100.1 10.10.100.49
ip dhcp excluded-address 10.10.100.70 10.10.100.254
!
ip dhcp pool PSTN-WAN
   network 10.10.100.0 255.255.255.0
   default-router 10.10.100.2 
   option 150 ip 10.10.100.2 
   lease infinite

telephony-service
 no auto-reg-ephone
 max-ephones 8
 max-dn 8
 ip source-address 10.10.100.2 port 2000
 auto assign 1 to 1
 caller-id block code *67
 system message IPexpert PSTN Phone
 load 7960-7940 P00308000500
 max-conferences 8 gain -6
 transfer-system full-consult
 create cnf-files version-stamp 7960 Jun 08 2011 18:17:34

ephone-dn  1
 number 911
 label Emergency  911/999
 description PSTN Phone
 name Emergency Services
ephone  1
 device-security-mode none
 mac-address 0011.298E.741C
 type 7960
 button  1:1 2:2 3:3 4:4
 button  5:5 6:6
 
Any suggestion will be appreciated.
 
Thanks
 
Voiper
-Inline Attachment Follows-


___
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] pstn phone not getting dhcp address

2011-06-09 Thread Randall Saborio
I totally recommend agains doing factory resets just because. It is even
more important not to do it when DHCP is not working.

When phone does factory reset, it will no longer boot unless it gets IP from
dhcp, finds a TFTP server and downloads a valid firmware file.

Wouldn't it be better to figure out the DHCP problem ?

On Thu, Jun 9, 2011 at 8:02 AM, DR dim...@yahoo.com wrote:

 Try reset phone to factory defaults.


 http://www.cisco.com/en/US/products/hw/phones/ps379/products_tech_note09186a00800941bb.shtml

 Your config is ok ; There should be a network problem between phone 
 CUCME.

 --- On *Thu, 6/9/11, Voiper datapack...@gmail.com* wrote:


 From: Voiper datapack...@gmail.com
 Subject: [OSL | CCIE_Voice] pstn phone not getting dhcp address
 To: ccie_voice@onlinestudylist.com
 Date: Thursday, June 9, 2011, 5:14 PM


  Hi Compadres:

 Here I am still struggling with my home lab pstn :(

 I am not able to get my pstn phone registered. It doesn't get the dchp
 address. I have checked my config numerous times and can't figure out what I
 am missing. Could you kinldy take a gander at the conifg for any mistakes?

 PSTN-WAN
 ==
 ip dhcp excluded-address 10.10.100.1 10.10.100.49
 ip dhcp excluded-address 10.10.100.70 10.10.100.254
 !
 ip dhcp pool PSTN-WAN
network 10.10.100.0 255.255.255.0
default-router 10.10.100.2
option 150 ip 10.10.100.2
lease infinite

 telephony-service
  no auto-reg-ephone
  max-ephones 8
  max-dn 8
  ip source-address 10.10.100.2 port 2000
  auto assign 1 to 1
  caller-id block code *67
  system message IPexpert PSTN Phone
  load 7960-7940 P00308000500
  max-conferences 8 gain -6
  transfer-system full-consult
  create cnf-files version-stamp 7960 Jun 08 2011 18:17:34

 ephone-dn  1
  number 911
  label Emergency  911/999
  description PSTN Phone
  name Emergency Services
 ephone  1
  device-security-mode none
  mac-address 0011.298E.741C
  type 7960
  button  1:1 2:2 3:3 4:4
  button  5:5 6:6

 Any suggestion will be appreciated.

 Thanks

 Voiper

 -Inline Attachment Follows-


 ___
 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




-- 
Randall da ill Saborio
CCIE Voice Wannabe #10054675811
___
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] pstn phone not getting dhcp address

2011-06-09 Thread Sam Park
Couple things here

1. Don't use DHCP, hard code the phone for something like 10.10.100.25.
Hard code the TFTP server address too.

2. On your switch make sure you use the right VLANs for both phone and
router.  so that they can communcate.

HQ-SW

interface FastEthernet0/13
 description *** PSTN-Router ***
 switchport access vlan 10
 switchport mode access

interface FastEthernet0/14
 description *** PSTN Phone ***
 switchport access vlan 10
 switchport mode access

Also remember that the layer 3 routing between VLANs for the HQ-SW, in the
IPX labs, is actually done via the trunk port on the HQ-RTR.  When testing
and playing around you have make sure this is up.
Either that or enable ip routing on your switch and give your vlan
interfaces some ip address.

HTH
Sam.


On Thu, Jun 9, 2011 at 9:15 AM, Qq Ccie cci...@yahoo.com wrote:

 try to enable dhcp debugging and see what is happening

 deb ip dhcp server packet

 --
 *From:* Voiper datapack...@gmail.com
 *To:* ccie_voice@onlinestudylist.com
 *Sent:* Thu, June 9, 2011 7:44:23 AM
 *Subject:* [OSL | CCIE_Voice] pstn phone not getting dhcp address

 Hi Compadres:

 Here I am still struggling with my home lab pstn :(

 I am not able to get my pstn phone registered. It doesn't get the dchp
 address. I have checked my config numerous times and can't figure out what I
 am missing. Could you kinldy take a gander at the conifg for any mistakes?

 PSTN-WAN
 ==
 ip dhcp excluded-address 10.10.100.1 10.10.100.49
 ip dhcp excluded-address 10.10.100.70 10.10.100.254
 !
 ip dhcp pool PSTN-WAN
network 10.10.100.0 255.255.255.0
default-router 10.10.100.2
option 150 ip 10.10.100.2
lease infinite

 telephony-service
  no auto-reg-ephone
  max-ephones 8
  max-dn 8
  ip source-address 10.10.100.2 port 2000
  auto assign 1 to 1
  caller-id block code *67
  system message IPexpert PSTN Phone
  load 7960-7940 P00308000500
  max-conferences 8 gain -6
  transfer-system full-consult
  create cnf-files version-stamp 7960 Jun 08 2011 18:17:34

 ephone-dn  1
  number 911
  label Emergency  911/999
  description PSTN Phone
  name Emergency Services
 ephone  1
  device-security-mode none
  mac-address 0011.298E.741C
  type 7960
  button  1:1 2:2 3:3 4:4
  button  5:5 6:6

 Any suggestion will be appreciated.

 Thanks

 Voiper

 ___
 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] pstn phone not getting dhcp address

2011-06-09 Thread George Goglidze
if switchport voice vlan is used. make sure you have cdpv2 advertisements
enabled.

On Thu, Jun 9, 2011 at 3:52 PM, Sam Park upperlevelpark...@gmail.comwrote:

 Couple things here

 1. Don't use DHCP, hard code the phone for something like 10.10.100.25.
 Hard code the TFTP server address too.

 2. On your switch make sure you use the right VLANs for both phone and
 router.  so that they can communcate.

 HQ-SW

 interface FastEthernet0/13
  description *** PSTN-Router ***
  switchport access vlan 10
  switchport mode access

 interface FastEthernet0/14
  description *** PSTN Phone ***
  switchport access vlan 10
  switchport mode access

 Also remember that the layer 3 routing between VLANs for the HQ-SW, in the
 IPX labs, is actually done via the trunk port on the HQ-RTR.  When testing
 and playing around you have make sure this is up.
 Either that or enable ip routing on your switch and give your vlan
 interfaces some ip address.

 HTH
 Sam.


 On Thu, Jun 9, 2011 at 9:15 AM, Qq Ccie cci...@yahoo.com wrote:

 try to enable dhcp debugging and see what is happening

 deb ip dhcp server packet

 --
 *From:* Voiper datapack...@gmail.com
 *To:* ccie_voice@onlinestudylist.com
 *Sent:* Thu, June 9, 2011 7:44:23 AM
 *Subject:* [OSL | CCIE_Voice] pstn phone not getting dhcp address

 Hi Compadres:

 Here I am still struggling with my home lab pstn :(

 I am not able to get my pstn phone registered. It doesn't get the dchp
 address. I have checked my config numerous times and can't figure out what I
 am missing. Could you kinldy take a gander at the conifg for any mistakes?

 PSTN-WAN
 ==
 ip dhcp excluded-address 10.10.100.1 10.10.100.49
 ip dhcp excluded-address 10.10.100.70 10.10.100.254
 !
 ip dhcp pool PSTN-WAN
network 10.10.100.0 255.255.255.0
default-router 10.10.100.2
option 150 ip 10.10.100.2
lease infinite

 telephony-service
  no auto-reg-ephone
  max-ephones 8
  max-dn 8
  ip source-address 10.10.100.2 port 2000
  auto assign 1 to 1
  caller-id block code *67
  system message IPexpert PSTN Phone
  load 7960-7940 P00308000500
  max-conferences 8 gain -6
  transfer-system full-consult
  create cnf-files version-stamp 7960 Jun 08 2011 18:17:34

 ephone-dn  1
  number 911
  label Emergency  911/999
  description PSTN Phone
  name Emergency Services
 ephone  1
  device-security-mode none
  mac-address 0011.298E.741C
  type 7960
  button  1:1 2:2 3:3 4:4
  button  5:5 6:6

 Any suggestion will be appreciated.

 Thanks

 Voiper

 ___
 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

___
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