This is an updated version of This Post. I will quickly run through my environment and steps I took to get the script working in my lab environment. I run VMware Workstation 15 Pro on my home PC with 2 virtual machines, an FMCv 6.3.0 (build 83) with 4vCPU & 4GB RAM; and a Debian […]
Category: DevOps
This is very similar to my previous post for creating network objects (found here) but in this instance we are going to create some new port objects on the FMC using a Python script and a CSV file. The script loops through each line in the CSV file and creates it on the FMC, this […]
This script was written to manage multiple switches which require you to enter the user credentials twice during an SSH session. I tried using Paramiko which authenticated fine for the first part, but would then always send the enable password instead of the second username. Solarwinds NCM was also an option but again I could […]
I have written a slightly updated version of this post: http://ciscotom.com/cisco-firepower-api-creating-multiple-network-objects-using-python-csv-updated/ I decided to utilise the script provided by the API explorer and develop it further. I amended it to read data from a CSV file and simulate a bulk creation of network objects and hosts using the API. The script loops through each object […]