cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
725
Views
0
Helpful
2
Replies

Any way to quickly update TFTP on CIPC?

In any given day I have to update my TFTP to other locations, is there a way to do this easier than right click, Network > TFTP?  Just looking to shave a few seconds from this step as I do it all the time.

david

2 Replies 2

Chris Deren
Hall of Fame
Hall of Fame

David,

I guess you could figure out which registry settings are used for it and create simple .reg file for each environment and simply double click it everytime you need to toggle from one cluster to another.

Chris

Like so from a command prompt:

Win64         

reg add "hklm\software\wow6432node\cisco systems, Inc.\communicator" /v tftpserver1 /t reg_dword /d 0xaabbccdd /f

Win32

reg add "hklm\software\cisco systems, Inc.\communicator" /v tftpserver1 /t reg_dword /d 0xaabbccdd /f

Where 0xaabbccdd is the IP address of your CUCM. In hex, just to make life that little bit more difficult :-)

You can keep a text file full of little lines like that once you've used windows calc to figure out the values you use, or do something more interesting to generate it dynamically.

Regards

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!