[OSL | CCIE_Voice] AAR Not Attempting to ReRoute

2013-08-22 Thread Alex Pishko
All,

Hopefully someone can give me an idea on this one.  Working on my own
equipment but following the labs and am running into an issue with AAR.

I'm sending a call from HQ to BR 1 using 4 digit dial 5002 --- 1002.  When
I attempt to make the call I receive the message Not enough bandwidth,
however I never see AAR actually get invoked.  In my setup as a quick way
to simulate congestion I set the bandwidth to 23 Kbps between Hub non (hq)
and BR1.

When I place the call from HQ as I said I get the banner of not enough
bandwidth but I never see the call actually hit the HQ gateway.  I've run
debug voip dialpeer, q931 as well voice ccapi inout and neither shows any
sort of traffic hitting the gateway.

In testing I can successfully dial into the HQ GW, I can dial emergency
services from the HQ phone, just doesn't seem like it's ever invoking AAR.

I also checked that the external number mask is correctly defined on the
1002 extension.

AAR CSS is assigned to the HQ phone, AAR group is assigned to the HQ line.
AAR group is prefixing 91 and there is a RP assigned to a partition that
falls within the AAR CSS that is for 91617XXX that has a RL pointed to
the HQ GW.

I did see earlier in the lab that they recommend using 7962 phones, however
I don't have any avaialble at the moment, so just wanted to make sure that
this might not be it.

Any help would be much appreciated.

Thank you
___
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] Lab 4A BR1 MGCP Issue

2013-07-28 Thread Alex Pishko
Thanks, removing the l3 bind, doing a shut, no shut on the serial interface 
then adding the l3 bind statement back in did it. 

Thank you, much appreciated. 

On Jul 28, 2013, at 7:42, ccie2k12 ccie2...@gmail.com wrote:

 try removing
  
 ccm-manager config server 10.10.210.11  
 ccm-manager config
 
 and remove
  isdn bind-l3 ccm-manager
 and put it back again.
  
 also
 BR1
  pri-group timeslots 1-3,24
 PSTN
  pri-group timeslots 1-3,23-24
  
 should be same.
  
  
 From: ccie_voice-boun...@onlinestudylist.com 
 [mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of Alex Pishko
 Sent: Saturday, July 27, 2013 11:39 PM
 To: ccie_voice@onlinestudylist.com
 Subject: [OSL | CCIE_Voice] Lab 4A BR1 MGCP Issue
  
 All,
  
 Struggling with the MGCG PRI circuit in this lab.  I've been through it a few 
 times and never had issues, however for this go around I cannot seem to get 
 L2 up when I issue the show isdn status command.  Also, when I look at the 
 serial inteface is shows up/up, however it's up/up (spoofing).
  
 The MGCP portion appears to be workign correctly as when I issue a show 
 ccm-manager command I see it registered to the primary and within CUCM I see 
 the PRI as registered.  Below is my relevant configuration from the BR1 
 Router as well as the PSTN router.  Also, on the PSTN I've tried to change 
 the pri-group to just 1-3,24 both had the same result.  Also, when I issue 
 debug isdn q921 command I do not see any response for the SAMBE packet.  Any 
 help on this would be much appreciated.  I'm starting to think I may have a 
 hardware problem, but need a second or multiple sets of eyes on this before I 
 head down that router.
  
 Thank you all.
  
 Alex
  
 BR1 Router
  
 network-clock-participate wic 1 
 network-clock-select 1 T1 0/1/0
  
 controller T1 0/1/0
  framing esf
  linecode b8zs
  cablelength long 0db
  pri-group timeslots 1-3,24 service mgcp
  description **T1 Voice Connection to PSTN 0/1/1**
  
 interface Serial0/1/0:23
  no ip address
  encapsulation hdlc
  isdn switch-type primary-ni
  isdn incoming-voice voice
  isdn bind-l3 ccm-manager
  no cdp enable
  
 voice-port 0/1/0:23
 !
 ccm-manager switchback immediate
 ccm-manager redundant-host 10.10.210.10
 ccm-manager mgcp
 ccm-manager music-on-hold
 ccm-manager config server 10.10.210.11  
 ccm-manager config
 !
 mgcp
 mgcp call-agent 10.10.210.11 2427 service-type mgcp version 0.1
 mgcp rtp unreachable timeout 1000 action notify
 mgcp modem passthrough voip mode nse
 mgcp package-capability rtp-package
 mgcp package-capability sst-package
 mgcp package-capability pre-package
 no mgcp package-capability res-package
 no mgcp timer receive-rtcp
 mgcp sdp simple
 mgcp rtp payload-type g726r16 static
 mgcp bind control source-interface Loopback0
 mgcp bind media source-interface Loopback0
  
  
 PSTN Router
  
 network-clock-participate wic 1
  
 controller T1 0/1/1
  framing esf
  clock source internal
  linecode b8zs
  cablelength long 0db
  pri-group timeslots 1-3,23-24
  description **T1 VOICE CONNECTION TO BR1-RTR 0/1/0**
  
 interface Serial0/1/1:23
  no ip address
  encapsulation hdlc
  isdn switch-type primary-ni
  isdn protocol-emulate network
  isdn incoming-voice voice
  no cdp enable
  
 voice-port 0/1/1:23
  translation-profile incoming block-call-into-BR1
  translation-profile outgoing display-proper-ani-into-BR1
  
  
___
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] Lab 4A BR1 MGCP Issue

2013-07-27 Thread Alex Pishko
All,
 
Struggling with the MGCG PRI circuit in this lab.  I've been through it a few 
times and never had issues, however for this go around I cannot seem to get L2 
up when I issue the show isdn status command.  Also, when I look at the serial 
inteface is shows up/up, however it's up/up (spoofing).
 
The MGCP portion appears to be workign correctly as when I issue a show 
ccm-manager command I see it registered to the primary and within CUCM I see 
the PRI as registered.  Below is my relevant configuration from the BR1 Router 
as well as the PSTN router.  Also, on the PSTN I've tried to change the 
pri-group to just 1-3,24 both had the same result.  Also, when I issue debug 
isdn q921 command I do not see any response for the SAMBE packet.  Any help on 
this would be much appreciated.  I'm starting to think I may have a hardware 
problem, but need a second or multiple sets of eyes on this before I head down 
that router.
 
Thank you all.
 
Alex
 
BR1 Router
 
network-clock-participate wic 1 
network-clock-select 1 T1 0/1/0
 
controller T1 0/1/0
 framing esf
 linecode b8zs
 cablelength long 0db
 pri-group timeslots 1-3,24 service mgcp
 description **T1 Voice Connection to PSTN 0/1/1**
 
interface Serial0/1/0:23
 no ip address
 encapsulation hdlc
 isdn switch-type primary-ni
 isdn incoming-voice voice
 isdn bind-l3 ccm-manager
 no cdp enable
 
voice-port 0/1/0:23
!
ccm-manager switchback immediate
ccm-manager redundant-host 10.10.210.10
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 10.10.210.11  
ccm-manager config
!
mgcp
mgcp call-agent 10.10.210.11 2427 service-type mgcp version 0.1
mgcp rtp unreachable timeout 1000 action notify
mgcp modem passthrough voip mode nse
mgcp package-capability rtp-package
mgcp package-capability sst-package
mgcp package-capability pre-package
no mgcp package-capability res-package
no mgcp timer receive-rtcp
mgcp sdp simple
mgcp rtp payload-type g726r16 static
mgcp bind control source-interface Loopback0
mgcp bind media source-interface Loopback0
 
 
PSTN Router 
 
network-clock-participate wic 1 
 
controller T1 0/1/1
 framing esf
 clock source internal
 linecode b8zs
 cablelength long 0db
 pri-group timeslots 1-3,23-24
 description **T1 VOICE CONNECTION TO BR1-RTR 0/1/0**
 
interface Serial0/1/1:23
 no ip address
 encapsulation hdlc
 isdn switch-type primary-ni
 isdn protocol-emulate network
 isdn incoming-voice voice
 no cdp enable
 
voice-port 0/1/1:23
 translation-profile incoming block-call-into-BR1
 translation-profile outgoing display-proper-ani-into-BR1___
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] 7960 CUCM SIP Registration

2013-07-17 Thread Alex Pishko
All,
 
Having an issue with a 7960 registering to CUCM using SIP.  On the actual phone 
itself keep getting the error registration rejected.  Within CUCM I also see 
rejected on the phone page.  
 
I've verifed multiple times that the MAC address is correct and my SIP profile 
is pretty basic as there is no security applied to the phone itself.  This 
should be something that's really simple as I have other SIP phones registered 
to the cluster (not type 7960 though).  If I register the same phone via SCCP 
it works fine.  Also, have tried to convert from SCCP to SIP using the BAT 
tool; all with the same results.
 
Has anyone else seen this or have some additional input into what may be 
happening?
 
Thank you,
Alex___
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] 7960 CUCM SIP Registration

2013-07-17 Thread Alex Pishko
Thanks all, it was firmware.  Forgot to mention before that I had made sure 
there was an extension and had checked replication as that was my inital 
thought as well.  Appreciate the assistance.
 
Alex
 


 From: Tony Zunt tony.z...@gmail.com
To: Alex Pishko alexpis...@yahoo.com 
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com 
Sent: Wednesday, July 17, 2013 9:49 PM
Subject: Re: [OSL | CCIE_Voice] 7960 CUCM SIP Registration
  


Hi Alex

Firmware.  I had a lot of old 7960s on hand and ran into the same issue.  
Basically had to try earlier and earlier revisions of SIP firmware to get them 
to work.  There's release notes on CCO for 7960 describing compatibility for 
SIP firmware 8.7.  

http://www.cisco.com/en/US/products/sw/voicesw/ps2156/prod_release_notes_list.html
 
 
I had to go back all the way to v3 SIP firmware to get mine particular ones 
working.  Not sure why, but those phones were made so long ago, there were 
likely different hardware revisions. 

This guide has much good info and eventually helped me get them registered w/ 
SIP: 

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

Thanks




On Wed, Jul 17, 2013 at 9:17 PM, Alex Pishko alexpis...@yahoo.com wrote:

All,

Having an issue with a 7960 registering to CUCM using SIP.  On the actual 
phone itself keep getting the error registration rejected.  Within CUCM I also 
see rejected on the phone page.   

I've verifed multiple times that the MAC address is correct and my SIP profile 
is pretty basic as there is no security applied to the phone itself.  This 
should be something that's really simple as I have other SIP phones registered 
to the cluster (not type 7960 though).  If I register the same phone via SCCP 
it works fine.  Also, have tried to convert from SCCP to SIP using the BAT 
tool; all with the same results. 

Has anyone else seen this or have some additional input into what may be 
happening?

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

Are you a CCNP or CCIE and looking for a job? Check out 
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

[OSL | CCIE_Voice] All Labs Table and Proctor Labs Vlahs

2013-06-30 Thread Alex Pishko
In setting up my sessions I've noticed the it doesn't appear that when you 
pre-load the configuration the proctor labs vlans match up with the vlan naming 
convention as to what's in the all labs table on the ipexpert site. Such as in 
all labs table hq server vlan is 30, but on preloaded config vlan is 103. Ip 
subnet matches up but vlan ID does not. Is this by design?  If so, should I 
chang the vlan tag in the actual lab?

Thanks,
Alex
___
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