cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
308
Views
0
Helpful
6
Replies

Router cannot see CUCM

wfqk
Level 5
Level 5

Hi The router HQ can ping the cucm. and I already set configuration in cucm. But the router cannot see the cucm. Please see the below. If more information is needed, please let me know. Thank you

HQ(config)#do sh ccm-m
MGCP Domain Name:
Priority Status Host
============================================================
Primary               None
First Backup        None
Second Backup  None

Current active Call Manager: None
Backhaul/Redundant link port: 2428
Failover Interval: 30 seconds
Keepalive Interval: 15 seconds
Last keepalive sent: 20:34:52 UTC Dec 17 2015 (elapsed time: 04:22:51)
Last MGCP traffic time: 20:34:52 UTC Dec 17 2015 (elapsed time: 04:22:51)
Last failover time: None
Last switchback time: None
Switchback mode: Graceful
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/Redundant link is down
FAX mode: cisco
Configuration Error History:
HQ(config)#

6 Replies 6

Dennis Mink
VIP Alumni
VIP Alumni

Amigo,

Can you post your complete config. also, what is the IP address(es) of your CUCMS?

Cheers

Please remember to rate useful posts, by clicking on the stars below.

Thanks for your reply

HQ(config)#do sh run
Building configuration...


Current configuration : 1814 bytes
!
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HQ
!
boot-start-marker
boot-end-marker
!
!
card type t1 0 1
enable password 
!
no aaa new-model
!
network-clock-participate wic 1
!
dot11 syslog
ip source-route
!
!
ip cef
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
voice-card 0
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO2811 sn FHK0905F1FM
username admin password 0 admin
!
redundancy
!
!
controller T1 0/1/0
cablelength long 0db
channel-group 1 timeslots 24
!
controller T1 0/1/1
cablelength long 0db
channel-group 1 timeslots 1-24
!

!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.100
encapsulation dot1Q 100
ip address 142.100.64.254 255.255.255.0
!
interface FastEthernet0/0.102
encapsulation dot1Q 102
ip address 142.102.64.254 255.255.255.0
!
interface FastEthernet0/0.202
encapsulation dot1Q 202
ip address 142.202.64.254 255.255.255.0
!
interface FastEthernet0/1
ip address 156.102.26.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
!
interface Serial0/1/0:1
no ip address
!
interface Serial0/1/1:1
no ip address
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
control-plane
!
!
ccm-manager mgcp
ccm-manager config server 142.100.64.11
!
!
mgcp profile default
!
!
telephony-service
max-conferences 8 gain -6
transfer-system full-consult
!
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login local
transport input all
!
scheduler allocate 20000 1000
ntp source FastEthernet0/0
ntp master
end

When you say you "already set configuration in cucm", what do you mean by this? Did you configure an MGCP gateway?

In your config, i don't see where you configured the MGCP, try adding the line below:

mgcp call-agent 142.100.64.11  2427 service-type mgcp version 0.1

Thank you! I already got it

You need to add mgcp call agent and redundant if you have multiple nodes wants failover.

http://www.cisco.com/c/en/us/support/docs/voice/media-gateway-control-protocol-mgcp/23966-mgcp-pri-cm.html

http://voiceonbits.com/2010/06/21/mgcp-gateway-setup/

https://supportforums.cisco.com/document/90521/mgcp-gateway-integration-cucm-and-pstn-service-provider

Br, Nadeem Please rate all useful post.

Excellent links Thank you