Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 528 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 528 Bytes

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