Category: NetDevOps

Automating Cisco ACI Tasks with Postman

Postman is a collaboration platform for API development. You can use Postman to design, build, and test APIs in conjunction with your teammates, and to support developer adoption. You can find more information and basic training resources for Postman here:-...

Network Automation with Ansible – Playbook

Use of Ansible Playbook for fetching information from network devices for troubleshooting purpose Playbooks for Fetching Output: We can use playbooks as well to fetch the information from the remote devices. The difference between Ad-hoc commands and playbook is that...

Network Automation with Ansible – Ad-Hoc commands

Use of Ad-Hoc commands for fetching information from network devices for troubleshooting purpose I am using Ad-Hoc commands for troubleshooting purposes and Playbooks for configuring purposes. Ad-hoc commands are very useful and handy for troubleshooting and pulling out configurations or...