Introduction Nornir is a framework for network automation, the framework is written in Python and gels Paramiko, Netmiko, Napalm, Jinja2 and Ansible. The use of framework makes the code more consistent and easier to adapt. Secret management Hashicorp vault is required for storing the secret in the code. The extraction of secrets from the vault … Continue reading [python]Using Nornir framework to push ACL to Cisco ASA
Tag: cisco_asa
[python]Netmiko on Cisco ASA
The ASA i am using to test is a ASAv version 952-204, netmiko supports the device type cisco_asa. I am testing on the time taken to finish the script, and also send command and send command from file features of netmiko. i have a challenge, how do i put the deny rule correctly? i need … Continue reading [python]Netmiko on Cisco ASA