public
Description: Library for interacting with Cisco IOS devices via SNMP
Clone URL: git://github.com/jakehow/cisco-snmp.git
Search Repo:
name age message
folder History.txt Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder License.txt Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder Manifest.txt Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder PostInstall.txt Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder README.txt Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder Rakefile Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder config/ Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder lib/ Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder script/ Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder setup.rb Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder tasks/ Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder test/ Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
folder website/ Sun Jun 01 17:24:28 -0700 2008 initial import [jakehow]
README.txt
= cisco-snmp

* http://github.com/jakehow/cisco-snmp

== DESCRIPTION:

Cisco SNMP is a library to easily interact with Cisco IOS devices.  Additions to the library are based entirely on my 
network environment so please send pull requests or patches if you need to implement other features.

== FEATURES/PROBLEMS:

* None yet

== LICENSE:

(The MIT License)

Copyright (c) 2008 Jake Howerton

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.