09-13-2013 01:30 AM - edited 03-16-2019 07:21 PM
Hi All,
If I have Site A with CUCM and Site B with a CUCM (seperate clusters). How can I have a phone on Site A that actually registers with Site B CUCM? I can configure the extension etc.. alog with the MAC on Site B CUCM, but when it goes through DHCP the Option 150 will have Site A address. I don't want to amend the DHCP scope as this will affect all other phones on Site A.
Basically all I want to do is have a phone on Site A that actually registers against Site B's call manager.
Thanks
09-13-2013 01:58 AM
You can use a static DHCP scope for this phone. Sample config:
ip dhcp pool STATIC
Network 10.10.10.1 255.255.255.0
Client-id (mac of the phone)
option 150 ip (ip of cucm at site B)
You can also manually set tftp server from phone but if phone restarts phone will again try to register to cucm at site A. With static DHCP even if phone restarts it will always point to site B cucm.
Thanks,
Terry
Sent from Cisco Technical Support iPhone App
09-13-2013 07:38 AM
You can also look into centelized TFTP option and not worry which TFTP cluster you point to. It is documented in Cisco guides.
HTH,
Chris
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