cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1478
Views
0
Helpful
3
Replies

SCCP Version

MartinWyss80
Level 1
Level 1

Hi

I would like to set the sccp Version from 4.1 to 7.0.


sccp local FastEthernet0/0
sccp ccm 172.16.102.41 identifier 1 version 4.1

How can I change this settings?

3 Replies 3

Go to the config mode on the gateway and run the below command

R1(config)#no sccp ccm 172.16.102.41 identifier 1 version 4.1

and then run below command

R1(config)#sccp ccm 172.16.102.41 identifier 1 priority 1 version 7

Regards

Abhay Reyal

Regards
Abhay Singh Reyal
The Only Way To Do Great Work Is To Love What You Do. If You Haven’t Found It Yet, Keep Looking. Don’t Settle

Didn`t work.

Got the following error:

Router(config)#no sccp ccm 172.16.102.41 identifier 1 version 4.1
This global CCM is associated to 1 CCM group(s);
The associated CCM group id(s) are 1
Disassociate this association(s) and then retry...

Regards Martin

Hi Martin,


First you have to remove all the CUCM associations and also disable sccp using no before all the configured commands. Then try configuring it from the beginning to change this.

So copy all the current sccp configurations in a notepad. Add no before the required commands and then reconfigure it with version changed. Example shown below

3845(config-sccp-ccm)#no sccp ccm group 1
3845(config-sccp-ccm)#no sccp

HTH

Rajan