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

Change sccp local interface

jmccartney1
Level 1
Level 1

Hello All,

I have to change the local interface for sccp on our voice gateways and can't find a doc that lsits the step you need to do for that, doesn anyone know the correct procedure?

I need to change it from Loopback to a BVI interface.

Thanks.

1 Reply 1

jmccartney1
Level 1
Level 1

OK I think I have it, I would do the following:

Current Working

================================================

sccp local Loopback0

sccp ccm 10.200.201.11 identifier 1 version 3.1

sccp ccm 10.200.202.11 identifier 2 version 3.1

sccp

!

sccp ccm group 1

associate ccm 2 priority 1

associate ccm 1 priority 2

associate profile 2 register CFB001b0c5a97a8

switchover method immediate

switchback method immediate

switchback interval 5

Change to:

config t

!

no sccp

!

no sccp local Loopback0

sccp local BVI 201

sccp ccm 10.200.201.11 identifier 1 version 3.1

sccp ccm 10.200.202.11 identifier 2 version 3.1

!

exit

!

wr mem