cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1258
Views
0
Helpful
1
Replies

SCCP dependencies when changing the config

Brent Rockburn
Level 2
Level 2

This is what is currently on my gateway and I need to change the SCCP config to reflect a new IP. I know that if I just try to do a "no sccp ccm 172.xx.xx.xx identifier 2 version 7.0" it's going to give me an error because it's being used in other places. The question is where? Do I have to take the SCCP groups out first? DO I have to remove the sccp reference from the dspfarm profile?

Any help or reference to a doc would be a big help. Thanks,

sccp local GigabitEthernet0/0
sccp ccm 172.xx.x.xx identifier 1 version 7.0
sccp ccm 172.xx.xx.xx identifier 2 version 7.0  <-- This one needs a new IP address
sccp ccm 172.xxx.xx identifier 3 version 7.0
sccp
!
sccp ccm group 2
bind interface GigabitEthernet0/0
associate ccm 1 priority 1
associate ccm 2 priority 2
associate profile 2 register xxxxxx_XCode
!
sccp ccm group 1
bind interface GigabitEthernet0/0
associate ccm 1 priority 1
associate ccm 2 priority 2
associate ccm 3 priority 3
associate profile 1 register xxxxxxx_Conf
!
dspfarm profile 2 transcode
description Transcoder
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
maximum sessions 3
associate application SCCP
!
dspfarm profile 1 conference
description Conf bridge on XXX VG
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions 4
associate application SCCP

1 Reply 1

Vipul Jindal
Cisco Employee
Cisco Employee

hello,

you need to remove the SCCP group first.

you dont have to remove the sccp refernce from the dspfarm profile.

thanks,

Vipul jindal

please rate if it helps!!