Create a Python script for network automation
Project detail
I have a project to create a script to log into cisco devices and push configurations for licensing. Then perform validation, if License is registered then it should write to a log file with timestamp under pass. If validation of license is unregistered then it should also write to the same log file under fail. Basically the log file will have two sections pass and fail.