/pyiosdevice

Python IOS Device Representation

Primary LanguagePythonOtherNOASSERTION

pyiosdevice

A (really) simple wrapper around the ios parser that can turn an ios file into a class.

Requirements

Library usage

e.g.

.. code:: python

from iosdevice import IOSDevice

dev = IOSDevice('/some/config/file')
for interface in dev.interfaces:
  print "VRF on %s" % str(interface)
  print interface.vrf