Skip to content

Instantly share code, notes, and snippets.

View IPvSean's full-sized avatar

Sean Cavanaugh IPvSean

View GitHub Profile
---
# This parser will parse the output from 'show running-config' on Cisco NXOS.
#
# Command: show running-config
# Platform: nxos
#
# Returns:
# interfaces:
# name: The name of the interface
# ipv4: The IPv4 address (if configured)