cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
935
Views
6
Helpful
3
Replies

CUCM site build tool?

We used to have a tool that allowed us to build sites quickly, (i.e. CSS, PT, DP, etc).  Does anyone know of a tool out there?  I mean it isn't bad to build a site here and there, but we may soon need to be building many sites in short order, and that will just be annoying.

 

Let me know if any of you are using a a deployment tool and any additional information on it. 

 

Thanks in advance

3 Replies 3

b.winter
VIP
VIP

You can prepare everything in Excel and then use the Bulk import.

This way, you don't need any additional (maybe costly) tools.

djl
Level 1
Level 1

I used Excel for years to do this, it works well, but can be a bit fragile. 

 

I recently migrated to using a Python with the AXL API to create base site configurations (Partitions, Location, Device Pool, CSS, CDC, etc.).  The only information I need to enter in the script is site code, and the full site name and less than 30 seconds later the base site is ready.

 

No need for a 3rd party tool.

 

Cisco provides many Python examples on GitHub, that's where I started.

 

DJ

 

I have a python script I use in my environment to add sites like this.  Because yes batch is very very cumbersome and time consuming. 

My Github Repo below (based off the Cisco samples)
GitHub Repo