Per port IP address assignment 3 years ago with Comments Off on Per port IP address assignment in Switch I was looking at setting up our out of band network and was wondering if I could configure DHCP on the switch and have it hand out an ...
Grabbing CDP info with Ansible 3 years ago with no comments in Ansible A simple playbook that will login to hosts, grab CDP neighbor information (except phones) and put the results into a text file on the ...
Scripting vPC and trunk changes 3 years ago with Comments Off on Scripting vPC and trunk changes in NEXUS, Python I currently have a large-ish vPC/UCS environment. To add a VLAN I have to touch quite a few switches. Since there is little consistency ...
ACL’s with Ansible 3 years ago with no comments in Ansible Here’s a playbook that shows creating an ACL, adding to an ACL and deleting an ACL in a Cisco device. --- - name: Cisco Module ...
BGP commands with Python 3 years ago with no comments in Python Hopefully the title of this post didn’t get too excited…We’re not building python scripts to make BGP ...