[OSL | CCIE_Voice] Problem in LAB 4.3 A vol 1

2010-05-07 Thread amr gaber
Dear,
in this lab section we should add BR1-RTR as an MGCP gateway.
I made the configuration AS Proctorlab guide and I got gateway register (sh
ccm-manager)
But when I (debug isdn q931) nothing appeared  (I dialed as match as the
Route Pattern)

I attach the BR1 Configuration
Please advice



Amt THABT
CCNP, CCVP ,CUSS,UCCX,CCNA, MCP
BR1-RTR#sh run
Building configuration...

Current configuration : 3240 bytes
!
! Last configuration change at 19:58:24 UTC Fri May 7 2010
! NVRAM config last updated at 12:28:53 UTC Fri May 7 2010
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname BR1-RTR
!
boot-start-marker
warm-reboot
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
memory-size iomem 20
network-clock-participate wic 0 
network-clock-select 1 T1 0/0/0
! 
dot11 syslog
ip source-route
!
!
ip cef
!
!
ip domain name proctorlabs.com
no ipv6 cef
!
multilink bundle-name authenticated
!
!
isdn switch-type primary-ni
!
!
!
!
!
!
!
!
! 
!
!
!
!
!
!
!
!
voice-card 0
 no dspfarm
!
!
!
!
!
archive
 log config
  hidekeys
! 
!
!
!
! 
controller T1 0/0/0
 framing esf
 linecode b8zs
 pri-group timeslots 1-3,24 service mgcp
!
controller T1 0/0/1
 framing esf
 linecode b8zs
 channel-group 0 timeslots 1-24
!
!
!
!
!
interface Loopback0
 ip address 10.10.110.2 255.255.255.255
 ip ospf network point-to-point
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0/0:23
 no ip address
 encapsulation hdlc
 isdn switch-type primary-ni
 isdn incoming-voice voice
 isdn bind-l3 ccm-manager
 no cdp enable
!
interface Serial0/0/1:0
 no ip address
 encapsulation frame-relay IETF
 fair-queue
 frame-relay lmi-type ansi
!
interface Serial0/0/1:0.1 point-to-point
 ip address 10.10.111.2 255.255.255.0
 ip ospf mtu-ignore
 snmp trap link-status
 frame-relay interface-dlci 101   
!
interface FastEthernet1/0
 switchport trunk native vlan 130
 switchport mode trunk
 switchport voice vlan 240
!
interface FastEthernet1/1
!
interface FastEthernet1/2
!
interface FastEthernet1/3
!
interface FastEthernet1/4
!
interface FastEthernet1/5
!
interface FastEthernet1/6
!
interface FastEthernet1/7
! 
interface FastEthernet1/8
!
interface FastEthernet1/9
!
interface FastEthernet1/10
!
interface FastEthernet1/11
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
!
interface FastEthernet1/15
!
interface Vlan1
 no ip address
!
interface Vlan130
 ip address 10.10.101.1 255.255.255.0
!
interface Vlan240
 ip address 10.10.201.1 255.255.255.0
 ip helper-address 10.10.210.11
!
router ospf 1
 router-id 10.10.101.1
 log-adjacency-changes
 network 10.10.0.0 0.0.255.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
!
control-plane
! 
!
!
voice-port 0/0/0:23
!
ccm-manager switchback immediate
ccm-manager redundant-host 10.10.210.10
ccm-manager mgcp
!
mgcp
mgcp call-agent 10.10.210.11 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp bind control source-interface Loopback0
mgcp bind media source-interface Loopback0
!
mgcp profile default
!
!
!
!
!
!
gatekeeper
 shutdown 
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 no login
 transport preferred none
 transport input telnet
line vty 5 15
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 no login
 transport preferred none
 transport input telnet
!
scheduler allocate 2 1000
end   


BR1-RTR#sh ccm
BR1-RTR#sh ccm-manager 
MGCP Domain Name: BR1-RTR.proctorlabs.com
PriorityStatus   Host

Primary Registered   10.10.210.11
First BackupBackup Ready 10.10.210.10
Second Backup   None 

Current active Call Manager:10.10.210.11
Backhaul/Redundant link port:   2428
Failover Interval:  30 seconds
Keepalive Interval: 15 seconds
Last keepalive sent:19:59:23 UTC May 7 2010 (elapsed time: 00:00:04)
Last MGCP traffic time: 19:59:23 UTC May 7 2010 (elapsed time: 00:00:04)
Last failover time: 19:58:13 UTC May 7 2010 from (10.10.210.11)
Last switchback time:   19:58:23 UTC May 7 2010 from (10.10.210.10)
Switchback mode:Immediate
MGCP Fallback mode: Not Selected
Last MGCP Fallback start time:  None
Last MGCP Fallback end time:None
MGCP Download Tones:Disabled 
TFTP retry count to shut Ports: 2 

Backhaul Link info:
Link Protocol:  TCP 
Remote Port Number: 2428
Remote IP Address:  10.10.210.11
Current Link State: OPEN
Statistics:
Packets recvd:   0
Recv failures:   0

Re: [OSL | CCIE_Voice] Problem in LAB 4.3 A vol 1

2010-05-07 Thread Steve Denney (stdenney)
Do a show isdn status. 

 

If you don't see MULTIPLE_FRAME_ESTABLISHED state under Layer 2 Status,
then do a no isdn bind-l3 ccm-manager command under interface
Serial0/0/0:23, wait a few seconds, then put the bind-l3 command back. 

 

I find this usually works (much faster than reloading the router).

 

cheers, sd

 

From: ccie_voice-boun...@onlinestudylist.com
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of amr gaber
Sent: Friday, May 07, 2010 4:42 PM
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Problem in LAB 4.3 A vol 1

 

Dear,
in this lab section we should add BR1-RTR as an MGCP gateway.
I made the configuration AS Proctorlab guide and I got gateway register
(sh ccm-manager)
But when I (debug isdn q931) nothing appeared  (I dialed as match as the
Route Pattern)

I attach the BR1 Configuration
Please advice



Amt THABT
CCNP, CCVP ,CUSS,UCCX,CCNA, MCP

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


Re: [OSL | CCIE_Voice] Problem in LAB 4.3 A vol 1

2010-05-07 Thread Rogers Ochieng
If you reset the gateway and no mgcp, mgcp and still face the problem,
reload the router. I get that all the time and I simply reload the router
and it works

 

From: ccie_voice-boun...@onlinestudylist.com
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of amr gaber
Sent: Friday, May 07, 2010 11:42 PM
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Problem in LAB 4.3 A vol 1

 

Dear,
in this lab section we should add BR1-RTR as an MGCP gateway.
I made the configuration AS Proctorlab guide and I got gateway register (sh
ccm-manager)
But when I (debug isdn q931) nothing appeared  (I dialed as match as the
Route Pattern)

I attach the BR1 Configuration
Please advice



Amt THABT
CCNP, CCVP ,CUSS,UCCX,CCNA, MCP

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