27 lines
920 B
PHP
27 lines
920 B
PHP
<?php
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage discovery
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
// DNOS-ISDP-MIB::agentIsdpCacheAddress.50.1 = STRING: "0.0.0.0"
|
|
// DNOS-ISDP-MIB::agentIsdpCacheLocalIntf.50.1 = STRING: "Fo1/0/2"
|
|
// DNOS-ISDP-MIB::agentIsdpCacheVersion.50.1 = STRING: "6.3.3.10"
|
|
// DNOS-ISDP-MIB::agentIsdpCacheDeviceId.50.1 = STRING: "dc-cores-n4032f"
|
|
// DNOS-ISDP-MIB::agentIsdpCacheDevicePort.50.1 = STRING: "Fo2/1/2"
|
|
// DNOS-ISDP-MIB::agentIsdpCachePlatform.50.1 = STRING: "N4032F"
|
|
// DNOS-ISDP-MIB::agentIsdpCacheCapabilities.50.1 = STRING: "Router "
|
|
// DNOS-ISDP-MIB::agentIsdpCacheLastChange.50.1 = Timeticks: (924574000) 107 days, 0:15:40.00
|
|
// DNOS-ISDP-MIB::agentIsdpCacheProtocolVersion.50.1 = STRING: "2"
|
|
// DNOS-ISDP-MIB::agentIsdpCacheHoldtime.50.1 = INTEGER: -83 seconds
|
|
|
|
include(__DIR__ . "/isdp-mib.inc.php");
|
|
|
|
// EOF
|