05-13-2016 01:12 AM - edited 03-17-2019 06:53 AM
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?
05-13-2016 01:51 AM
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
05-17-2016 04:22 AM
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
05-17-2016 04:49 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide