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

scottyob/pyiosdevice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python IOS Device Representation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages