[OSL | CCIE_Voice] AA and greetings

2011-06-09 Thread Adil Shaikh
hi all,


if the question is regarding CUC AA which requires to do ring two phone
simultaneously when you press 1, dial by name when you press 2, and
authorized user can modify greeting by pressing 3.

In exam,
Should you change the greetings which says 'Press 1 to Ring reception, press
2 to dial by name.. or
should you leave the greeting AA is not available...?


thanks
-adil

-- 
  .. . .
_7___|___|_|_|adil.sha...@gmail.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

[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] CCIE Voice one-on-one training / coaching

2011-06-09 Thread adam compton
What a deal!

On Wed, Jun 8, 2011 at 2:54 PM, CCIE Voice cc...@corb.net wrote:

 If anyone is interested in one-on-one private coaching/tutoring for CCIE
 voice, send me a private message.
 Must have sat at least once, attended IPE boot-camp or 1-week lab
 experience or be fairly far along in preparation.
 Food/lodging, pickup from airport (COS) included.
 Full lab equipment available onsite.
 Location is Colorado Springs, Colorado 80901 US
 US$1k per day

 ___
 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

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] Ringlist.xml and List.xml

2011-06-09 Thread cisco cisco
I think that if the requirement is just a certain phone not having a
particoular ring:


   - That particoular phone must have a different TFTP than other phones.On
   that dedicated TFTP the Ringlist.xml must have been edited
   - Don't think it's acceptable to remove the particoular ring instead of
   editing the Ringlist.xml
   - No way to fullfill the requirement if we want to edit the Ringlist.xml
   file and have both TFTP servers active for all the phones
   - Guess it's better to change TFTP server on the phone instead of
   defining a dedicated DHCP scope, faster in lab environment and without
   impacts to the other phones

See u
___
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] UCCX grading

2011-06-09 Thread ccieid1ot
Were they setup in the same location?  How was the agent setup?  One button
login or the norm?  Rethink the steps that was done and try to remember
every detail of the question.  Something minute can caused of lost points.

On Wed, Jun 8, 2011 at 8:09 AM, Michael Luo hout...@gmail.com wrote:

 The one I got actually has three tasks - two for scripts and one for agent
 clients.

 But I tested the call flow by calling the route points and watch the agents
 behavior.  It was all functioning as required.  So I don't understand why
 lost points.


 On Wed, Jun 8, 2011 at 12:28 AM, Victor Malyuga 
 victor_maly...@yahoo.comwrote:

 I wonder how we can get 38% if it is only 1 task. It can be 0 or 100.
 There is no partial mark - we were told!

 --- On *Wed, 8/6/11, Michael Luo hout...@gmail.com* wrote:


 From: Michael Luo hout...@gmail.com
 Subject: [OSL | CCIE_Voice] UCCX grading
 To: ccie_voice@onlinestudylist.com
 Date: Wednesday, 8 June, 2011, 5:40


 I got 38% on UCCX, which I didn't expect.

 I tested made test calls to verify the workflow.  What could be the
 possible traps / tricks that cause loss of points?

 Thanks!
 Michael

 -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




-- 
duy
CCIE #27737 Voice
___
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

Re: [OSL | CCIE_Voice] CCIE Voice one-on-one training / coaching

2011-06-09 Thread Prashant Patel
I thought it was $1 per day. huh


On Wed, Jun 8, 2011 at 2:54 PM, CCIE Voice cc...@corb.net wrote:

 If anyone is interested in one-on-one private coaching/tutoring for CCIE
 voice, send me a private message.
 Must have sat at least once, attended IPE boot-camp or 1-week lab
 experience or be fairly far along in preparation.
 Food/lodging, pickup from airport (COS) included.
 Full lab equipment available onsite.
 Location is Colorado Springs, Colorado 80901 US
 US$1k per day

 ___
 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

Re: [OSL | CCIE_Voice] OT: MeetingPlace Express

2011-06-09 Thread George Goglidze
Hi all,

Forget this, it magically started to work fine again.
Nothing has changed, no more reboots.

What I think happened is, the DNS server is based on Microsoft Active
Directory, and I think once the change on DNS was done, it took some time to
replicate to other domain controllers.

I think MPX needs to resolve it's own hostname to be able to function
correctly. I'm not entirely sure about this though.

Anyway, thanks all for reading this,

Regards,
George,

On Thu, Jun 9, 2011 at 5:39 PM, George Goglidze gogli...@gmail.com wrote:

 Hi all,

 Cisco has announced MeetingPlace Express will be in the labs, starting
 NOW!


 Don't panick guys, MeetingPlace Express is not in a lab :)

 This is an OT, so feel free to ignore. Unless of course you think you can
 help.

 I had to change the domain name, on MeetingPlace Express 7.0 server,
 did the following:

 1) sudo mpx_sys stop
 2) net
 option 4 - change to new domain name
 3) save
 4) /sbin/shutdown -r now

 The server is back up, and I can access the web interface, and schedule a
 meeting. But I can't join the web conference.
 I ran the Browser Test and it gives me the following error:


 --

 Player:
 Version: 10 Revision:  102
 Platform: WIN
 Cisco Unified MeetingPlace Express Add-In: Installed
 App Server Connection: Successful
 Flash Com Connection: Timed Out
 server: rtmp://
 CLN-MPX02.myserver.com:1935/?rtmp://localhost:1935,rtmp://CLN-MPX02.
 myserver.com:80/?rtmp://localhost:1935/,rtmpt://CLN-MPX02.
 myserver.com:80/?rtmp://localhost:1935/

 --

 The problem is, the myserver.com domain, is OLD domain, that I changed.
 and I do not understand why is it still trying to connect to old domain
 name?
 When I do net - list current configuration... the new domain is listed
 correctly.

 Many thanks to all for helping,

___
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

[OSL | CCIE_Voice] RSVP agent on LAN?

2011-06-09 Thread Michael Luo
When we do RSVP CAC, we usually put the RSVP agent on WAN interface.

What if we were asked to put the RSVP agent on LAN interface or voice VLAN?
I was not able to get it worked.

Any hints?

Thanks!
Michael
___
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] CME background with only 2 files

2011-06-09 Thread Chris Green
Extenok suggest the following:

UCIP TelephonyCall ControlCUCMEConfig Examples 

Thank you so much for your suggestion as well.





From: ccie_voice-requ...@onlinestudylist.com 
ccie_voice-requ...@onlinestudylist.com
To: ccie_voice@onlinestudylist.com
Sent: Thu, 9 June, 2011 9:00:02
Subject: CCIE_Voice Digest, Vol 64, Issue 90

Send CCIE_Voice mailing list submissions to
ccie_voice@onlinestudylist.com

To subscribe or unsubscribe via the World Wide Web, visit
http://onlinestudylist.com/mailman/listinfo/ccie_voice
or, via email, send a message with subject or body 'help' to
ccie_voice-requ...@onlinestudylist.com

You can reach the person managing the list at
ccie_voice-ow...@onlinestudylist.com

When replying, please edit your Subject line so it is more specific
than Re: Contents of CCIE_Voice digest...


Today's Topics:

   1. Re: CME background with only 2 files (Sam Park)
   2. Re: pstn phone not getting dhcp address (George Goglidze)


--

Message: 1
Date: Thu, 9 Jun 2011 11:07:51 -0400
From: Sam Park upperlevelpark...@gmail.com
To: OSL ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] CME background with only 2 files
Message-ID: BANLkTi==g2cnqx1hwbn1venx9c3mdft...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

The Link I use from the online doc is

Voice and Video  IP Telephony  IP Phones  7900 Series 
New page
Select: Maintain and Operate  M  O Guides  7965 for CUCM 7.0 (I think you
can choose any version of CUCM)
New page
Select chapter: Customizing the Cisco Unified IP Phone

This has the exact directory with numbers and formats you need, no need to
remember.
Cause, sometimes you panic and forget.
This page also has the RingList.xml for ring tones.

HTH
Sam

On Wed, Jun 8, 2011 at 3:09 PM, Extenok exte...@yahoo.com wrote:

 Hi,

 Another easier way is to go to the Cisco website and browse to:
 UCIP TelephonyCall ControlCUCMEConfig Examples

 Here you'll find a sample config for changing the background of a 7970 for
 a CME deployment, the sizing is same for a 7965 (320x212, i think). And the
 important thing, the List.xml format is the same for CUCM.

 Now you can focus on practicing something more complex 10 times a day :)

 E.

 Sent from my iPhone

 On Jun 8, 2011, at 10:07 AM, Victor Malyuga victor_maly...@yahoo.com
 wrote:

 Example of List.xml file is in the Phone Admin Guide in phone
 customisation section. The guide will be available in online documentation.

 --- On *Wed, 8/6/11, ShinGei Yong shingei.y...@gmail.com* wrote:


 From: ShinGei Yong shingei.y...@gmail.com
 Subject: Re: [OSL | CCIE_Voice] CME background with only 2 files
 To: Chris Green voice5...@yahoo.com
 Cc: ccie_voice@onlinestudylist.comccie_voice@onlinestudylist.com
 Date: Wednesday, 8 June, 2011, 4:18

 You better to be familiar on how to write the List.xml script without
 referring to any doc during ur attempt.

 Not that too difficult, get yourself typing the below stuff 10times per day
 till the exam.

 CiscoIPPhoneImageList
 ImageItem Image=TFTP:Desktops/320x212x16/TN-Image.png
 URL=TFTP:Desktops/320x212x16/Image.png/
 /CiscoIPPhoneImageList

 Shingei.

 On Wed, Jun 8, 2011 at 10:22 AM, Chris Green 
http://uk.mc290.mail.yahoo.com/mc/compose?to=voice5...@yahoo.com
 voice5...@yahoo.com wrote:

  Hi All,

 For CME Background we need 3 files, 2 images and one List XML file.

 Is there any way to complete this task with only with 2 images and not
 List XML file?

 Basically what would be the solution if you provided with only 2 images and
 NOT List XML file.

 Chris

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

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



 -Inline Attachment Follows-

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

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

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

 Are you a CCNP or CCIE and looking for a job? Check out
 http://www.PlatinumPlacement.comwww.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/20110609/587cc30d/attachment-0001.html

--

Message: 2

Re: [OSL | CCIE_Voice] RSVP agent on LAN?

2011-06-09 Thread ccieforme
Just use the bind command on the sccp ccm group and also sccp local
-Original Message-
From: Michael Luo hout...@gmail.com
Sender: ccie_voice-boun...@onlinestudylist.com
Date: Thu, 9 Jun 2011 11:56:01 
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] RSVP agent on LAN?

___
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] OT: MeetingPlace Express

2011-06-09 Thread bkvalent...@gmail.com
www.cisco.com/tac


- Reply message -
From: George Goglidze gogli...@gmail.com
Date: Thu, Jun 9, 2011 12:39 pm
Subject: [OSL | CCIE_Voice]  OT: MeetingPlace Express
To: CCIE Voice online groupstudy ccie_voice@onlinestudylist.com

Hi all,

Cisco has announced MeetingPlace Express will be in the labs, starting
NOW!


Don't panick guys, MeetingPlace Express is not in a lab :)

This is an OT, so feel free to ignore. Unless of course you think you can
help.

I had to change the domain name, on MeetingPlace Express 7.0 server,
did the following:

1) sudo mpx_sys stop
2) net
option 4 - change to new domain name
3) save
4) /sbin/shutdown -r now

The server is back up, and I can access the web interface, and schedule a
meeting. But I can't join the web conference.
I ran the Browser Test and it gives me the following error:

--

Player:
Version: 10 Revision:  102
Platform: WIN
Cisco Unified MeetingPlace Express Add-In: Installed
App Server Connection: Successful
Flash Com Connection: Timed Out
server: rtmp://
CLN-MPX02.myserver.com:1935/?rtmp://localhost:1935,rtmp://CLN-MPX02.
myserver.com:80/?rtmp://localhost:1935/,rtmpt://CLN-MPX02.
myserver.com:80/?rtmp://localhost:1935/
--

The problem is, the myserver.com domain, is OLD domain, that I changed.
and I do not understand why is it still trying to connect to old domain
name?
When I do net - list current configuration... the new domain is listed
correctly.

Many thanks to all for helping,
___
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] Ringlist.xml and List.xml

2011-06-09 Thread cisco cisco
Hi Sam,

Curious to know what you did,could you detail more ?

Correct me if I understood badly :


   - Hardcoded HQ-RTR as primary then SUB as secondary as tftp on the phone
   - Downloaded the Ringlist.xml and the rings on this router and activated
   the tftp server for these files there
   - Nothing else for what concerns sep.xml...

In this scenario Ringlist and rings are taken from HQ-RTR and the
sepXXX.xml from CUCM ?or what?

Thanks
___
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] RSVP agent on LAN?

2011-06-09 Thread Randall Saborio
As I understand, this should work. The requirement is that devices must be
on separate locations and that each device must have a separate RSVP agent
on its own.
Then make sure ip rsvp bandwidth is configured on the interfaces between
the RSVP agents.

If CUCM tries to use same RSVP agent for both devices, reservation fails.

For what you ask (which is not typical), then you must have probably two
ISRs with RSVP agent on same LAN.


On Thu, Jun 9, 2011 at 12:56 PM, Michael Luo hout...@gmail.com wrote:

 When we do RSVP CAC, we usually put the RSVP agent on WAN interface.

 What if we were asked to put the RSVP agent on LAN interface or voice
 VLAN?  I was not able to get it worked.

 Any hints?

 Thanks!
 Michael

 ___
 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] Ringlist.xml and List.xml

2011-06-09 Thread Sam Park
You got it exactly, right.
If and when the phone needs to boot up, or restart, it checks the HQ-RTR
first.  It can't find the SEP File on the router, it goes and tries Server
2, in my case the Subscriber.

And when it tries to find the Ringlist.xml, it finds it first on HQ-RTR and
it accepts it.

so here is what my debug tftp events looks like on HQ-RTR

Jun  9 21:06:06.733: TFTP: Looking for CTLSEP002584A1D20A.tlv
Jun  9 21:06:07.433: TFTP: Looking for SEP002584A1D20A.cnf.xml
Jun  9 21:06:07.861: TFTP: Looking for XMLDefault.cnf.xml
Jun  9 21:06:19.929: TFTP: Looking for ringlist.xml
Jun  9 21:06:19.933: TFTP: Opened flash:ringlist.xml, fd 7, size 243 for
process 263
Jun  9 21:06:19.941: TFTP: Finished flash:ringlist.xml, time 00:00:00 for
process 263

Sam

On Thu, Jun 9, 2011 at 4:40 PM, cisco cisco ciscocci...@gmail.com wrote:

 Hi Sam,

 Curious to know what you did,could you detail more ?

 Correct me if I understood badly :


- Hardcoded HQ-RTR as primary then SUB as secondary as tftp on the
phone
- Downloaded the Ringlist.xml and the rings on this router and
activated the tftp server for these files there
- Nothing else for what concerns sep.xml...

 In this scenario Ringlist and rings are taken from HQ-RTR and the
 sepXXX.xml from CUCM ?or what?

 Thanks


___
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] RSVP agent on LAN?

2011-06-09 Thread Michael Luo
The network topology is as below:
IP Phone -- LAN -- Router -- WAN -- Router -- LAN -- IP Phone.

I read the CUCM 7 SRND.  On page 127 of 1102, there's a note:
---
When RSVP is enabled on a router interface, all other interfaces in the
router will drop RSVP messages unless they are also enabled for RSVP. To
avoid dropping RSVP messages, enable RSVP on all interfaces through which
you expect RSVP signaling to transit. If call admission control is not
desired on an interface, set the bandwidth value to 75% of the interface
bandwidth.
---

1) If I enabled rsvp on LAN interface only (not on WAN interface), CUCM
always route the call via AAR as if there's not enough bandwidth.

2) If I enable rsvp on both LAN and WAN interfaces, I saw that rsvp only
reserved bandwidth on WAN interface based on the output of show ip rsvp
interface.

Can anyone explain why it didn't reserve bandwidth on LAN interface?  If it
didn't reserve bandwidth on LAN interface, what's the point of enabling rsvp
there?

Thanks!
Michael

On Thu, Jun 9, 2011 at 1:58 PM, Randall Saborio ill2...@gmail.com wrote:

 As I understand, this should work. The requirement is that devices must be
 on separate locations and that each device must have a separate RSVP agent
 on its own.
 Then make sure ip rsvp bandwidth is configured on the interfaces between
 the RSVP agents.

 If CUCM tries to use same RSVP agent for both devices, reservation fails.

 For what you ask (which is not typical), then you must have probably two
 ISRs with RSVP agent on same LAN.


  On Thu, Jun 9, 2011 at 12:56 PM, Michael Luo hout...@gmail.com wrote:

  When we do RSVP CAC, we usually put the RSVP agent on WAN interface.

 What if we were asked to put the RSVP agent on LAN interface or voice
 VLAN?  I was not able to get it worked.

 Any hints?

 Thanks!
  Michael

 ___
 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

[OSL | CCIE_Voice] MGCP to H323 fallback

2011-06-09 Thread Michael Luo
Does anyone know what the purpose of service alternate Default command?

In my lab, I use ccm-manager fallback-mgcp only.  It seems to work well.
But Cisco recommend service alternate Default.  Why was that?

Thanks!
Michael
___
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] UCCX grading

2011-06-09 Thread Qq Ccie
did you need a xcoder for branches to access the route points?



From: ccieid1ot ccieid...@gmail.com
To: Michael Luo hout...@gmail.com
Cc: ccie_voice@onlinestudylist.com
Sent: Thu, June 9, 2011 10:48:42 AM
Subject: Re: [OSL | CCIE_Voice] UCCX grading

Were they setup in the same location?  How was the agent setup?  One button 
login or the norm?  Rethink the steps that was done and try to remember every 
detail of the question.  Something minute can caused of lost points.


On Wed, Jun 8, 2011 at 8:09 AM, Michael Luo hout...@gmail.com wrote:

The one I got actually has three tasks - two for scripts and one for agent 
clients.

But I tested the call flow by calling the route points and watch the agents 
behavior.  It was all functioning as required.  So I don't understand why lost 
points.



On Wed, Jun 8, 2011 at 12:28 AM, Victor Malyuga victor_maly...@yahoo.com 
wrote:

I wonder how we can get 38% if it is only 1 task. It can be 0 or 100. There is 
no partial mark - we were told!

--- On Wed, 8/6/11, Michael Luo hout...@gmail.com wrote:


From: Michael Luo hout...@gmail.com
Subject: [OSL | CCIE_Voice] UCCX grading
To: ccie_voice@onlinestudylist.com
Date: Wednesday, 8 June, 2011, 5:40



I got 38% on UCCX, which I didn't expect.

I tested made test calls to verify the workflow.  What could be the possible 
traps / tricks that cause loss of points?

Thanks!
Michael

-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



-- 
duy
CCIE #27737 Voice___
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] MGCP to H323 fallback

2011-06-09 Thread Randall Saborio
It is more of a guess of mine, but I believe it only matters when you have
dial-peer pots for fxo ports with service mgcpapp configured.

From the command reference, just says:


*alternate*

(Optional) Alternate service to use if the service that is configured on the
dial peer fails.


So what I figure is that when dial-peer like:

dial-peer voice 9000 pots
 port 2/0/0
 service mgcpapp

That global command will allow the dial-peer to be serviced by the default
service (h.323??) if the mgcp service becomes unavailable. Probably it may
serve other similar purposes but that's the one I can think about.

Wish I was 100% sure on this but perhaps would need to test it or see a
better explanation somewhere.

Cheers,





On Thu, Jun 9, 2011 at 7:20 PM, Michael Luo hout...@gmail.com wrote:

 Does anyone know what the purpose of service alternate Default command?

 In my lab, I use ccm-manager fallback-mgcp only.  It seems to work well.
 But Cisco recommend service alternate Default.  Why was that?

 Thanks!
 Michael

 ___
 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