mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Changed readme to reflect new changes, added header to cdp class library
git-svn-id: http://www.observium.org/svn/observer/trunk@15 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* SNMP class with CDP functionality
|
||||
*
|
||||
* @author Rick Hodger <rick@fuzzi.org.uk>
|
||||
* @version 1.0
|
||||
* @copyright Copyright © 2006, Rick Hodger
|
||||
* @package snmp-cdp
|
||||
* @filesource
|
||||
*/
|
||||
/**
|
||||
* SNMP class with CDP functionality
|
||||
*
|
||||
* Class is named snmp-cdp. Can retreive a list of ports, and use those
|
||||
* to determine if they are connected to a CDP enabled device.
|
||||
* @package snmp-cdp
|
||||
*/
|
||||
|
||||
class snmpCDP {
|
||||
|
||||
var $community = "public";
|
||||
|
||||
Reference in New Issue
Block a user