Gigamon GigaVUE basic support (#11824)

* Gigamon GigaVUE basic support

* delete os/gigavue.inc.php it is not used

Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
Hans Erasmus 2020-06-14 21:05:54 +02:00 committed by GitHub
parent 15fe63d6b1
commit f8e8dfe3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8005 additions and 0 deletions

41
LibreNMS/OS/Gigavue.php Normal file
View File

@ -0,0 +1,41 @@
<?php
/**
* Gigavue.php
*
* Gigamon GigaVUE OS
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link http://librenms.org
* @copyright 2020 Hans Erasmus
* @author Hans Erasmus <erasmushans27@gmail.com>
*/
namespace LibreNMS\OS;
use LibreNMS\Interfaces\Discovery\OSDiscovery;
use LibreNMS\OS;
class Gigavue extends OS implements OSDiscovery
{
public function discoverOS(): void
{
$device = $this->getDeviceModel();
$info = snmp_getnext_multi($this->getDevice(), 'version serialNumber', '-OQUs', 'GIGAMON-SNMP-MIB');
$device->version = $info['version'];
$device->serial = $info['serialNumber'];
$device->hardware = $device->sysDescr;
}
}

BIN
html/images/os/gigamon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

View File

@ -0,0 +1,13 @@
os: gigavue
text: 'GigaVUE'
type: network
icon: gigamon
group: gigamon
mib_dir: gigamon
over:
- { graph: device_bits, text: 'Device Traffic' }
- { graph: device_processor, text: 'CPU Usage' }
- { graph: device_mempool, text: 'Memory Usage' }
discovery:
- sysObjectID:
- .1.3.6.1.4.1.26866.3.1

View File

@ -0,0 +1,813 @@
GIGAMON-SNMP-MIB DEFINITIONS ::= BEGIN
--
-- Gigamon MIB objects for agent module
--
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, enterprises, Integer32, Unsigned32,
NOTIFICATION-TYPE FROM SNMPv2-SMI
sysLocation FROM RFC1213-MIB
TEXTUAL-CONVENTION, DisplayString,
PhysAddress, TimeStamp FROM SNMPv2-TC;
gigamonSnmp MODULE-IDENTITY
LAST-UPDATED "201805150000Z"
ORGANIZATION "www.gigamon.com"
CONTACT-INFO
"postal: Gigamon LLC
598 Gibraltar Drive
Milpitas, CA 95035
email: support@gigamon.com"
DESCRIPTION
"Top-level infrastructure of Gigamon's MIB objects for
GigaVUE-212, GigaVUE-420, GigaVUE-2404,
GigaVUE-HD and GigaVUE-TA1"
-- HISTORY
REVISION "201805150000Z"
DESCRIPTION
" Fixed smilint errors"
REVISION "201309250000Z"
DESCRIPTION
"Added powerSupply OID to gigamonSystem MIB group"
REVISION "201304150000Z"
DESCRIPTION
"Added 'license-mismatch' to gigamonSnmpNotifModuleOperationType"
REVISION "201212040000Z"
DESCRIPTION
"Added 'up' to gigamonSnmpNotifModuleOperationType"
REVISION "201205090000Z"
DESCRIPTION
"Added new information found under gigamonSystem MIB group
1) Updated GigaVUE product line support:
(a) Added GigaVUE-TA1
(b) Removed G-TAP and GigaVUE-MP
2) Added speed40000 and speed100000 in gigamonSnmpPortLinkSpeed
for representing 40G and 100G port speed"
REVISION "201203270000Z"
DESCRIPTION
"Added 'shutdown' to gigamonSnmpNotifModuleOperationType"
REVISION "201103250000Z"
DESCRIPTION
"Added the following notifications:
- gigamonSnmpCpuUtilHighNotification
- gigamonSnmpUnexpectedShutdownNotification
- gigamonSnmpDiskSpaceLowNotification"
REVISION "201103240000Z"
DESCRIPTION
"Added G-TAP support"
REVISION "201103030000Z"
DESCRIPTION
"Added GigaVUE-HD support"
REVISION "201007101000Z"
DESCRIPTION
"Created notification definitions. First draft"
::= { enterprises 26866 }
--
-- Gigamon's enterprise-specific management objects
--
-- top level structure
--
-- GigaVUE product line - GigaVUE-212, GigaVUE-420, GigaVUE-2404,
-- GigaVUE-HD, GigaVUE-TA1
gigamonSnmpNotifications OBJECT IDENTIFIER ::= { gigamonSnmp 1 }
gigamonGigaVUE OBJECT IDENTIFIER ::= { gigamonSnmpNotifications 1 }
gigamonSnmpNotificationObjects OBJECT IDENTIFIER
::= { gigamonSnmpNotifications 2 }
gigamonSystem OBJECT IDENTIFIER ::= { gigamonSnmp 2 }
------------------------------------------
-- System Information
------------------------------------------
manufacturer OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the manufacturer name of the system."
::= { gigamonSystem 1 }
model OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the model name of the system."
::= { gigamonSystem 2 }
name OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the name of the system."
::= { gigamonSystem 3 }
serialNumber OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the serial number of the system."
::= { gigamonSystem 4 }
systemDescription OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the description of the system."
::= { gigamonSystem 5 }
version OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the software version of the system."
::= { gigamonSystem 6 }
chassisModelNumber OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the chassis model number of the system."
::= { gigamonSystem 7 }
chassisSerialNumber OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the chassis serial number of the system."
::= { gigamonSystem 8 }
bladeSerialNumbers OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the blade serial numbers in the system."
::= { gigamonSystem 9 }
firmwareVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the firmware version of the system."
::= { gigamonSystem 10 }
hardwareVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the hardware version of the system."
::= { gigamonSystem 11 }
cpuRAMSize OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the CPU RAM size of the system."
::= { gigamonSystem 12 }
cpuUtilization OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the CPU utilization of the system."
::= { gigamonSystem 13 }
fans OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the fans in the system."
::= { gigamonSystem 14 }
temperatureSensors OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the temperature sensors in the system."
::= { gigamonSystem 15 }
powerSupply OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Displays the power supplies in the system."
::= { gigamonSystem 16 }
----
-- Product Type Information
gigamonProducts OBJECT IDENTIFIER ::= { gigamonSnmp 3 }
gigamonGV2404 OBJECT IDENTIFIER ::= { gigamonProducts 1 }
gigamonGV420 OBJECT IDENTIFIER ::= { gigamonProducts 2 }
gigamonGV212 OBJECT IDENTIFIER ::= { gigamonProducts 3 }
gigamonGV216 OBJECT IDENTIFIER ::= { gigamonProducts 4 }
----
------------------------------------------
-- Objects used in Gigamon Notifications
------------------------------------------
gigamonSnmpNotifLevel OBJECT-TYPE
SYNTAX INTEGER {
information(1),
minor(2),
major(3),
critical(4)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"It acts as a payload for the level of Gigamon's Notifications."
::= { gigamonSnmpNotificationObjects 1 }
gigamonSnmpNotifDescription OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"It acts as a payload for the description of Gigamon's Notifications.
The value is to describe the reason for the notification."
::= { gigamonSnmpNotificationObjects 2 }
gigamonSnmpNotifOpType OBJECT-TYPE
SYNTAX INTEGER {
read(1),
write(2),
delete(3),
validate(4),
change(5)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"It specifies the type of operation of Gigamon's Notifications."
::= { gigamonSnmpNotificationObjects 3 }
gigamonSnmpNotifPortName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The alpha-numerical name of a port shown in Gigamon's Notifications."
::= { gigamonSnmpNotificationObjects 4 }
gigamonSnmpNotifPortLinkStatus OBJECT-TYPE
SYNTAX INTEGER {
down(0),
up(1)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"It indicates port link status of Gigamon's Notifications."
::= { gigamonSnmpNotificationObjects 5 }
gigamonSnmpNotifTAPRelayStatus OBJECT-TYPE
SYNTAX INTEGER {
none(0),
passive(1),
active(2)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"It indicates TAP relay status of Gigamon's Notifications."
::= { gigamonSnmpNotificationObjects 6 }
gigamonSnmpNotifRxTxType OBJECT-TYPE
SYNTAX INTEGER {
rx(0),
tx(1)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"It indicates Incoming/RX or outgoing/TX packets"
::= { gigamonSnmpNotificationObjects 7 }
gigamonSnmpNotifRxTxErrorType OBJECT-TYPE
SYNTAX INTEGER {
under-size(0),
fragments(1),
obsolete(2),
jabbers(3),
crc-align(4),
unknown(5)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"It indicates RX/TX error type of Gigamon's Notifications."
::= { gigamonSnmpNotificationObjects 8 }
gigamonSnmpNotifCounter OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"32-bit Counter."
::= { gigamonSnmpNotificationObjects 9 }
gigamonSnmpNotifFirmwareName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Name of GigaVUE firmware."
::= { gigamonSnmpNotificationObjects 10 }
gigamonSnmpNotifModuleOperationType OBJECT-TYPE
SYNTAX INTEGER {
removed(0),
inserted(1),
changed(2),
mismatch(3),
shutdown(4),
up(5),
license-mismatch(6)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"It indicates the operation performed on module"
::= { gigamonSnmpNotificationObjects 11 }
gigamonSnmpNotifModuleName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Module name of GigaVUE module"
::= { gigamonSnmpNotificationObjects 12 }
gigamonNotifSlotNumber OBJECT-TYPE
SYNTAX INTEGER {
mid-plane(0),
slot-1(1),
slot-2(2),
slot-3(3),
gigaLink-Back(4),
daughter-Card(5),
slot-4(10),
slot-5(11),
slot-6(12),
slot-7(13),
slot-8(14),
slot-CC1(15),
slot-CC2(16)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Slot number"
::= { gigamonSnmpNotificationObjects 13 }
gigamonSnmpNotifUserName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"User login name typed in"
::= { gigamonSnmpNotificationObjects 14 }
gigamonSnmpNotifFileName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Saved configuration file name"
::= { gigamonSnmpNotificationObjects 15 }
gigamonNotifPowerStatus OBJECT-TYPE
SYNTAX INTEGER {
failure(-1),
abnormal(0),
normal(1)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Power Status"
::= { gigamonSnmpNotificationObjects 16 }
gigamonSnmpNotifHardWareName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Description of Hardware"
::= { gigamonSnmpNotificationObjects 17 }
gigamonSnmpNotifGigaVUE420SlotNumber OBJECT-TYPE
SYNTAX INTEGER {
mid-plane(0),
expansion-slot-1(1),
expansion-slot-2(2),
expansion-slot-3(3),
expansion-slot-4(4),
expansion-slot-5(5),
x1-slot(6),
x2-slot(7),
x3-slot(8),
x4-slot(9)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Slot number"
::= { gigamonSnmpNotificationObjects 18 }
gigamonSnmpNotifFanName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Name of fan"
::= { gigamonSnmpNotificationObjects 19 }
gigamonNotifFanStatus OBJECT-TYPE
SYNTAX INTEGER {
failure(-1),
abnormal(0),
normal(1)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Fan Status"
::= { gigamonSnmpNotificationObjects 20 }
gigamonSnmpNotifUtilizationAlarm OBJECT-TYPE
SYNTAX INTEGER {
below(0),
exceed(1)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"It indicates over-threshold port utilization alarm of Gigamon's Notifications."
::= { gigamonSnmpNotificationObjects 21 }
gigamonSnmpNotifUtilizationThreshold OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Utilization threshold percentage"
::= { gigamonSnmpNotificationObjects 22 }
gigamonSnmpBatteryLevel OBJECT-TYPE
SYNTAX INTEGER {
batteryChargeComplete(0),
downBelow75(1),
downBelow50(2),
downBelow25(3),
shutDownSystem(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
" battery level:
0 - battery charge complete
1 - battery level has been down below 75%
2 - battery level has been down below 50%
3 - battery level has been down below 25%
4 - battery level has down to 15% or below and shutting down the system "
::= { gigamonSnmpNotificationObjects 23 }
gigamonSnmpPortLinkSpeed OBJECT-TYPE
SYNTAX INTEGER {
notApply(0),
speed10(1),
speed100(2),
speed1000(3),
speed10000(4),
speed40000(5),
speed100000(6)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
" port link speed:
0 - Not Apply if link is down
1 - 10 Mbps
2 - 100 Mbps
3 - 1000 Mbps
4 - 10000 Mbps
5 - 40000 Mbps
6 - 100000 Mbps "
::= { gigamonSnmpNotificationObjects 24 }
gigamonSnmpPortLinkDuplex OBJECT-TYPE
SYNTAX INTEGER {
notApply(0),
full(1),
half(2)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
" port link duplex:
0 - Not Apply if link is down
1 - full duplex
2 - half duplex "
::= { gigamonSnmpNotificationObjects 25 }
gigamonSnmpNotifCpuIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Index of CPU, starting from 0"
::= { gigamonSnmpNotificationObjects 26 }
gigamonSnmpNotifFsMountPoint OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Mount point for this filesystem"
::= { gigamonSnmpNotificationObjects 27 }
gigamonSnmpPowerSource OBJECT-TYPE
SYNTAX INTEGER {
mainPower(0),
poe(1),
power48V(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
" power source:
0 - main power
1 - poe(Power over Ethernet)
2 - -48V Power "
::= { gigamonSnmpNotificationObjects 28 }
gigamonSnmpNotifBpsUnitName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Name of BPS unit"
::= { gigamonSnmpNotificationObjects 29 }
gigamonSnmpNotifBpsFailoverStatus OBJECT-TYPE
SYNTAX INTEGER {
primary(0),
secondary(1)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Inline-bypass active unit change"
::= { gigamonSnmpNotificationObjects 30 }
---------------------------
-- Gigamon Notifications
---------------------------
gigamonSnmpResetSystemNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription}
STATUS current
DESCRIPTION
"System reset notification triggered by cold or warm start."
::= { gigamonGigaVUE 1 }
gigamonSnmpUserAuthFailNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifUserName}
STATUS current
DESCRIPTION
"Failure in user login operation is the triggered Event."
::= { gigamonGigaVUE 2 }
gigamonSnmpFirmwareChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifFirmwareName }
STATUS current
DESCRIPTION
"Firmware Change notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 3 }
gigamonSnmpConfigSaveNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifFileName }
STATUS current
DESCRIPTION
"Config save notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 4 }
gigamonSnmpModuleChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifModuleOperationType,
gigamonSnmpNotifModuleName,
gigamonNotifSlotNumber }
STATUS current
DESCRIPTION
"GigaVUE HW module swapping is the triggered Event."
::= { gigamonGigaVUE 5 }
gigamonSnmpPacketDropNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifPortName,
gigamonSnmpNotifCounter }
STATUS current
DESCRIPTION
"Packet Drop notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 6 }
gigamonSnmpTapRelayChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifPortName,
gigamonSnmpNotifTAPRelayStatus }
STATUS current
DESCRIPTION
"TAP relay change notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 7 }
gigamonSnmpPortLinkChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifPortName,
gigamonSnmpNotifPortLinkStatus }
STATUS current
DESCRIPTION
"Port link status change notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 8 }
gigamonSnmpRxTxErrorNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifPortName,
gigamonSnmpNotifRxTxType,
gigamonSnmpNotifRxTxErrorType,
gigamonSnmpNotifCounter }
STATUS current
DESCRIPTION
"Packet receive/transmit error notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 9 }
gigamonPowerChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonNotifPowerStatus }
STATUS current
DESCRIPTION
"Power supply status change notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 10 }
gigamonFanChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifFanName,
gigamonNotifFanStatus }
STATUS current
DESCRIPTION
"Fan status change notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 11 }
gigamonSnmpOverThresholdChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifPortName,
gigamonSnmpNotifUtilizationAlarm,
gigamonSnmpNotifUtilizationThreshold }
STATUS current
DESCRIPTION
"Utilization alarm notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 12 }
gigamonSnmpBatteryLevelChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpBatteryLevel }
STATUS current
DESCRIPTION
"Battery level down notification."
::= { gigamonGigaVUE 13 }
gigamonLinkSpeedStatusChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifPortName,
gigamonSnmpPortLinkSpeed,
gigamonSnmpPortLinkDuplex,
gigamonSnmpNotifPortLinkStatus }
STATUS current
DESCRIPTION
"Link status or speed change notification. "
::= { gigamonGigaVUE 14 }
gigamonPowerSourceChangeNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpPowerSource,
gigamonNotifPowerStatus }
STATUS current
DESCRIPTION
"Power source or status change notification."
::= { gigamonGigaVUE 15 }
gigamonSnmpCpuUtilHighNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifCpuIndex,
gigamonSnmpNotifUtilizationThreshold }
STATUS current
DESCRIPTION
"The average CPU utilization in the past minute has gone
above the acceptable threshold"
::= { gigamonGigaVUE 16 }
gigamonSnmpUnexpectedShutdownNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription }
STATUS current
DESCRIPTION
"The system has shut down unexpectedly"
::= { gigamonGigaVUE 17 }
gigamonSnmpDiskSpaceLowNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifFsMountPoint }
STATUS current
DESCRIPTION
"Free space in one of the filesystems is low"
::= { gigamonGigaVUE 18 }
gigamonSnmpWatchdogResetNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription}
STATUS current
DESCRIPTION
"System reset notification triggered by watchdog timer."
::= { gigamonGigaVUE 19 }
gigamonSnmpBpsFailoverNotification NOTIFICATION-TYPE
OBJECTS { gigamonSnmpNotifHardWareName,
gigamonSnmpNotifLevel,
gigamonSnmpNotifDescription,
gigamonSnmpNotifBpsUnitName,
gigamonSnmpNotifBpsFailoverStatus }
STATUS current
DESCRIPTION
"Inline-bypass active unit change notification is the Edge/Level Triggered Event."
::= { gigamonGigaVUE 20 }
END

6256
tests/data/gigavue.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,882 @@
1.3.6.1.2.1.1.1.0|4|Gigamon GigaVUE-2404 v8.6.07
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.26866.3.1
1.3.6.1.2.1.1.3.0|67|1396963604
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.2.1|4|GigaVUE-2404 Port 1 (Network Port)
1.3.6.1.2.1.2.2.1.2.2|4|GigaVUE-2404 Port 2 (Network Port)
1.3.6.1.2.1.2.2.1.2.3|4|GigaVUE-2404 Port 3 (Network Port)
1.3.6.1.2.1.2.2.1.2.4|4|GigaVUE-2404 Port 4 (Network Port)
1.3.6.1.2.1.2.2.1.2.5|4|GigaVUE-2404 Port 5 (Network Port)
1.3.6.1.2.1.2.2.1.2.6|4|GigaVUE-2404 Port 6 (Tool Port)
1.3.6.1.2.1.2.2.1.2.7|4|GigaVUE-2404 Port 7 (Tool Port)
1.3.6.1.2.1.2.2.1.2.8|4|GigaVUE-2404 Port 8 (Network Port)
1.3.6.1.2.1.2.2.1.2.9|4|GigaVUE-2404 Port 9 (Network Port)
1.3.6.1.2.1.2.2.1.2.10|4|GigaVUE-2404 Port 10 (Network Port)
1.3.6.1.2.1.2.2.1.2.11|4|GigaVUE-2404 Port 11 (Network Port)
1.3.6.1.2.1.2.2.1.2.12|4|GigaVUE-2404 Port 12 (Network Port)
1.3.6.1.2.1.2.2.1.2.13|4|GigaVUE-2404 Port 13 (Network Port)
1.3.6.1.2.1.2.2.1.2.14|4|GigaVUE-2404 Port 14 (Network Port)
1.3.6.1.2.1.2.2.1.2.15|4|GigaVUE-2404 Port 15 (Network Port)
1.3.6.1.2.1.2.2.1.2.16|4|GigaVUE-2404 Port 16 (Network Port)
1.3.6.1.2.1.2.2.1.2.17|4|GigaVUE-2404 Port 17 (Tool Port)
1.3.6.1.2.1.2.2.1.2.18|4|GigaVUE-2404 Port 18 (Tool Port)
1.3.6.1.2.1.2.2.1.2.19|4|GigaVUE-2404 Port 19 (Network Port)
1.3.6.1.2.1.2.2.1.2.20|4|GigaVUE-2404 Port 20 (Network Port)
1.3.6.1.2.1.2.2.1.2.21|4|GigaVUE-2404 Port 21 (Network Port)
1.3.6.1.2.1.2.2.1.2.22|4|GigaVUE-2404 Port 22 (Network Port)
1.3.6.1.2.1.2.2.1.2.23|4|GigaVUE-2404 Port 23 (Network Port)
1.3.6.1.2.1.2.2.1.2.24|4|GigaVUE-2404 Port 24 (Network Port)
1.3.6.1.2.1.2.2.1.2.25|4|GigaVUE-2404 Port g1 (Network Port)
1.3.6.1.2.1.2.2.1.2.26|4|GigaVUE-2404 Port g2 (Network Port)
1.3.6.1.2.1.2.2.1.2.27|4|GigaVUE-2404 Port g3 (Network Port)
1.3.6.1.2.1.2.2.1.2.28|4|GigaVUE-2404 Port g4 (Network Port)
1.3.6.1.2.1.2.2.1.2.29|4|GigaVUE Ethernet Management Port
1.3.6.1.2.1.2.2.1.3.1|2|6
1.3.6.1.2.1.2.2.1.3.2|2|6
1.3.6.1.2.1.2.2.1.3.3|2|6
1.3.6.1.2.1.2.2.1.3.4|2|6
1.3.6.1.2.1.2.2.1.3.5|2|6
1.3.6.1.2.1.2.2.1.3.6|2|6
1.3.6.1.2.1.2.2.1.3.7|2|6
1.3.6.1.2.1.2.2.1.3.8|2|6
1.3.6.1.2.1.2.2.1.3.9|2|6
1.3.6.1.2.1.2.2.1.3.10|2|6
1.3.6.1.2.1.2.2.1.3.11|2|6
1.3.6.1.2.1.2.2.1.3.12|2|6
1.3.6.1.2.1.2.2.1.3.13|2|6
1.3.6.1.2.1.2.2.1.3.14|2|6
1.3.6.1.2.1.2.2.1.3.15|2|6
1.3.6.1.2.1.2.2.1.3.16|2|6
1.3.6.1.2.1.2.2.1.3.17|2|6
1.3.6.1.2.1.2.2.1.3.18|2|6
1.3.6.1.2.1.2.2.1.3.19|2|6
1.3.6.1.2.1.2.2.1.3.20|2|6
1.3.6.1.2.1.2.2.1.3.21|2|6
1.3.6.1.2.1.2.2.1.3.22|2|6
1.3.6.1.2.1.2.2.1.3.23|2|6
1.3.6.1.2.1.2.2.1.3.24|2|6
1.3.6.1.2.1.2.2.1.3.25|2|6
1.3.6.1.2.1.2.2.1.3.26|2|6
1.3.6.1.2.1.2.2.1.3.27|2|6
1.3.6.1.2.1.2.2.1.3.28|2|6
1.3.6.1.2.1.2.2.1.3.29|2|6
1.3.6.1.2.1.2.2.1.4.1|2|9600
1.3.6.1.2.1.2.2.1.4.2|2|9600
1.3.6.1.2.1.2.2.1.4.3|2|9600
1.3.6.1.2.1.2.2.1.4.4|2|9600
1.3.6.1.2.1.2.2.1.4.5|2|9600
1.3.6.1.2.1.2.2.1.4.6|2|9600
1.3.6.1.2.1.2.2.1.4.7|2|9600
1.3.6.1.2.1.2.2.1.4.8|2|9600
1.3.6.1.2.1.2.2.1.4.9|2|9600
1.3.6.1.2.1.2.2.1.4.10|2|9600
1.3.6.1.2.1.2.2.1.4.11|2|9600
1.3.6.1.2.1.2.2.1.4.12|2|9600
1.3.6.1.2.1.2.2.1.4.13|2|9600
1.3.6.1.2.1.2.2.1.4.14|2|9600
1.3.6.1.2.1.2.2.1.4.15|2|9600
1.3.6.1.2.1.2.2.1.4.16|2|9600
1.3.6.1.2.1.2.2.1.4.17|2|9600
1.3.6.1.2.1.2.2.1.4.18|2|9600
1.3.6.1.2.1.2.2.1.4.19|2|9600
1.3.6.1.2.1.2.2.1.4.20|2|9600
1.3.6.1.2.1.2.2.1.4.21|2|9600
1.3.6.1.2.1.2.2.1.4.22|2|9600
1.3.6.1.2.1.2.2.1.4.23|2|9600
1.3.6.1.2.1.2.2.1.4.24|2|9600
1.3.6.1.2.1.2.2.1.4.25|2|9600
1.3.6.1.2.1.2.2.1.4.26|2|9600
1.3.6.1.2.1.2.2.1.4.27|2|9600
1.3.6.1.2.1.2.2.1.4.28|2|9600
1.3.6.1.2.1.2.2.1.4.29|2|1518
1.3.6.1.2.1.2.2.1.6.1|4x|00
1.3.6.1.2.1.2.2.1.6.2|4x|00
1.3.6.1.2.1.2.2.1.6.3|4x|00
1.3.6.1.2.1.2.2.1.6.4|4x|00
1.3.6.1.2.1.2.2.1.6.5|4x|00
1.3.6.1.2.1.2.2.1.6.6|4x|00
1.3.6.1.2.1.2.2.1.6.7|4x|00
1.3.6.1.2.1.2.2.1.6.8|4x|00
1.3.6.1.2.1.2.2.1.6.9|4x|00
1.3.6.1.2.1.2.2.1.6.10|4x|00
1.3.6.1.2.1.2.2.1.6.11|4x|00
1.3.6.1.2.1.2.2.1.6.12|4x|00
1.3.6.1.2.1.2.2.1.6.13|4x|00
1.3.6.1.2.1.2.2.1.6.14|4x|00
1.3.6.1.2.1.2.2.1.6.15|4x|00
1.3.6.1.2.1.2.2.1.6.16|4x|00
1.3.6.1.2.1.2.2.1.6.17|4x|00
1.3.6.1.2.1.2.2.1.6.18|4x|00
1.3.6.1.2.1.2.2.1.6.19|4x|00
1.3.6.1.2.1.2.2.1.6.20|4x|00
1.3.6.1.2.1.2.2.1.6.21|4x|00
1.3.6.1.2.1.2.2.1.6.22|4x|00
1.3.6.1.2.1.2.2.1.6.23|4x|00
1.3.6.1.2.1.2.2.1.6.24|4x|00
1.3.6.1.2.1.2.2.1.6.25|4x|00
1.3.6.1.2.1.2.2.1.6.26|4x|00
1.3.6.1.2.1.2.2.1.6.27|4x|00
1.3.6.1.2.1.2.2.1.6.28|4x|00
1.3.6.1.2.1.2.2.1.6.29|4x|001DAC020711
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.7.2|2|1
1.3.6.1.2.1.2.2.1.7.3|2|1
1.3.6.1.2.1.2.2.1.7.4|2|1
1.3.6.1.2.1.2.2.1.7.5|2|1
1.3.6.1.2.1.2.2.1.7.6|2|1
1.3.6.1.2.1.2.2.1.7.7|2|1
1.3.6.1.2.1.2.2.1.7.8|2|1
1.3.6.1.2.1.2.2.1.7.9|2|1
1.3.6.1.2.1.2.2.1.7.10|2|1
1.3.6.1.2.1.2.2.1.7.11|2|1
1.3.6.1.2.1.2.2.1.7.12|2|1
1.3.6.1.2.1.2.2.1.7.13|2|1
1.3.6.1.2.1.2.2.1.7.14|2|1
1.3.6.1.2.1.2.2.1.7.15|2|1
1.3.6.1.2.1.2.2.1.7.16|2|1
1.3.6.1.2.1.2.2.1.7.17|2|1
1.3.6.1.2.1.2.2.1.7.18|2|1
1.3.6.1.2.1.2.2.1.7.19|2|1
1.3.6.1.2.1.2.2.1.7.20|2|1
1.3.6.1.2.1.2.2.1.7.21|2|1
1.3.6.1.2.1.2.2.1.7.22|2|1
1.3.6.1.2.1.2.2.1.7.23|2|1
1.3.6.1.2.1.2.2.1.7.24|2|1
1.3.6.1.2.1.2.2.1.7.25|2|1
1.3.6.1.2.1.2.2.1.7.26|2|1
1.3.6.1.2.1.2.2.1.7.27|2|1
1.3.6.1.2.1.2.2.1.7.28|2|1
1.3.6.1.2.1.2.2.1.7.29|2|1
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.8.3|2|1
1.3.6.1.2.1.2.2.1.8.4|2|1
1.3.6.1.2.1.2.2.1.8.5|2|2
1.3.6.1.2.1.2.2.1.8.6|2|1
1.3.6.1.2.1.2.2.1.8.7|2|2
1.3.6.1.2.1.2.2.1.8.8|2|2
1.3.6.1.2.1.2.2.1.8.9|2|1
1.3.6.1.2.1.2.2.1.8.10|2|1
1.3.6.1.2.1.2.2.1.8.11|2|1
1.3.6.1.2.1.2.2.1.8.12|2|1
1.3.6.1.2.1.2.2.1.8.13|2|2
1.3.6.1.2.1.2.2.1.8.14|2|2
1.3.6.1.2.1.2.2.1.8.15|2|1
1.3.6.1.2.1.2.2.1.8.16|2|1
1.3.6.1.2.1.2.2.1.8.17|2|1
1.3.6.1.2.1.2.2.1.8.18|2|1
1.3.6.1.2.1.2.2.1.8.19|2|1
1.3.6.1.2.1.2.2.1.8.20|2|1
1.3.6.1.2.1.2.2.1.8.21|2|2
1.3.6.1.2.1.2.2.1.8.22|2|2
1.3.6.1.2.1.2.2.1.8.23|2|2
1.3.6.1.2.1.2.2.1.8.24|2|2
1.3.6.1.2.1.2.2.1.8.25|2|2
1.3.6.1.2.1.2.2.1.8.26|2|2
1.3.6.1.2.1.2.2.1.8.27|2|1
1.3.6.1.2.1.2.2.1.8.28|2|1
1.3.6.1.2.1.2.2.1.8.29|2|1
1.3.6.1.2.1.2.2.1.9.1|67|1122874590
1.3.6.1.2.1.2.2.1.9.2|67|1122875100
1.3.6.1.2.1.2.2.1.9.3|67|1129580215
1.3.6.1.2.1.2.2.1.9.4|67|1129580572
1.3.6.1.2.1.2.2.1.9.5|67|2952
1.3.6.1.2.1.2.2.1.9.6|67|241497042
1.3.6.1.2.1.2.2.1.9.7|67|2952
1.3.6.1.2.1.2.2.1.9.8|67|2952
1.3.6.1.2.1.2.2.1.9.9|67|1099354994
1.3.6.1.2.1.2.2.1.9.10|67|1695320948
1.3.6.1.2.1.2.2.1.9.11|67|1812718161
1.3.6.1.2.1.2.2.1.9.12|67|1812718365
1.3.6.1.2.1.2.2.1.9.13|67|2953
1.3.6.1.2.1.2.2.1.9.14|67|2953
1.3.6.1.2.1.2.2.1.9.15|67|1634670624
1.3.6.1.2.1.2.2.1.9.16|67|1634670420
1.3.6.1.2.1.2.2.1.9.17|67|124190725
1.3.6.1.2.1.2.2.1.9.18|67|124190623
1.3.6.1.2.1.2.2.1.9.19|67|1020454979
1.3.6.1.2.1.2.2.1.9.20|67|995706331
1.3.6.1.2.1.2.2.1.9.21|67|2954
1.3.6.1.2.1.2.2.1.9.22|67|2955
1.3.6.1.2.1.2.2.1.9.23|67|2955
1.3.6.1.2.1.2.2.1.9.24|67|2955
1.3.6.1.2.1.2.2.1.9.25|67|2955
1.3.6.1.2.1.2.2.1.9.26|67|2979
1.3.6.1.2.1.2.2.1.9.27|67|1063975227
1.3.6.1.2.1.2.2.1.9.28|67|1194129188
1.3.6.1.2.1.2.2.1.9.29|67|3085
1.3.6.1.2.1.2.2.1.13.1|65|1769042231
1.3.6.1.2.1.2.2.1.13.2|65|2003226627
1.3.6.1.2.1.2.2.1.13.3|65|405613673
1.3.6.1.2.1.2.2.1.13.4|65|3192160964
1.3.6.1.2.1.2.2.1.13.5|65|0
1.3.6.1.2.1.2.2.1.13.6|65|0
1.3.6.1.2.1.2.2.1.13.7|65|0
1.3.6.1.2.1.2.2.1.13.8|65|0
1.3.6.1.2.1.2.2.1.13.9|65|19055112
1.3.6.1.2.1.2.2.1.13.10|65|3060216115
1.3.6.1.2.1.2.2.1.13.11|65|131103202
1.3.6.1.2.1.2.2.1.13.12|65|3894935006
1.3.6.1.2.1.2.2.1.13.13|65|0
1.3.6.1.2.1.2.2.1.13.14|65|0
1.3.6.1.2.1.2.2.1.13.15|65|3058055628
1.3.6.1.2.1.2.2.1.13.16|65|410018
1.3.6.1.2.1.2.2.1.13.17|65|207
1.3.6.1.2.1.2.2.1.13.18|65|184
1.3.6.1.2.1.2.2.1.13.19|65|802441
1.3.6.1.2.1.2.2.1.13.20|65|0
1.3.6.1.2.1.2.2.1.13.21|65|0
1.3.6.1.2.1.2.2.1.13.22|65|0
1.3.6.1.2.1.2.2.1.13.23|65|0
1.3.6.1.2.1.2.2.1.13.24|65|0
1.3.6.1.2.1.2.2.1.13.25|65|0
1.3.6.1.2.1.2.2.1.13.26|65|0
1.3.6.1.2.1.2.2.1.13.27|65|1343434695
1.3.6.1.2.1.2.2.1.13.28|65|238719243
1.3.6.1.2.1.2.2.1.13.29|65|0
1.3.6.1.2.1.2.2.1.14.1|65|9155
1.3.6.1.2.1.2.2.1.14.2|65|370
1.3.6.1.2.1.2.2.1.14.3|65|0
1.3.6.1.2.1.2.2.1.14.4|65|0
1.3.6.1.2.1.2.2.1.14.5|65|0
1.3.6.1.2.1.2.2.1.14.6|65|0
1.3.6.1.2.1.2.2.1.14.7|65|0
1.3.6.1.2.1.2.2.1.14.8|65|0
1.3.6.1.2.1.2.2.1.14.9|65|0
1.3.6.1.2.1.2.2.1.14.10|65|1
1.3.6.1.2.1.2.2.1.14.11|65|0
1.3.6.1.2.1.2.2.1.14.12|65|0
1.3.6.1.2.1.2.2.1.14.13|65|0
1.3.6.1.2.1.2.2.1.14.14|65|0
1.3.6.1.2.1.2.2.1.14.15|65|0
1.3.6.1.2.1.2.2.1.14.16|65|0
1.3.6.1.2.1.2.2.1.14.17|65|0
1.3.6.1.2.1.2.2.1.14.18|65|0
1.3.6.1.2.1.2.2.1.14.19|65|0
1.3.6.1.2.1.2.2.1.14.20|65|0
1.3.6.1.2.1.2.2.1.14.21|65|0
1.3.6.1.2.1.2.2.1.14.22|65|0
1.3.6.1.2.1.2.2.1.14.23|65|0
1.3.6.1.2.1.2.2.1.14.24|65|0
1.3.6.1.2.1.2.2.1.14.25|65|0
1.3.6.1.2.1.2.2.1.14.26|65|0
1.3.6.1.2.1.2.2.1.14.27|65|0
1.3.6.1.2.1.2.2.1.14.28|65|11
1.3.6.1.2.1.2.2.1.14.29|65|0
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.19.3|65|0
1.3.6.1.2.1.2.2.1.19.4|65|0
1.3.6.1.2.1.2.2.1.19.5|65|0
1.3.6.1.2.1.2.2.1.19.6|65|871168078
1.3.6.1.2.1.2.2.1.19.7|65|0
1.3.6.1.2.1.2.2.1.19.8|65|0
1.3.6.1.2.1.2.2.1.19.9|65|0
1.3.6.1.2.1.2.2.1.19.10|65|0
1.3.6.1.2.1.2.2.1.19.11|65|0
1.3.6.1.2.1.2.2.1.19.12|65|0
1.3.6.1.2.1.2.2.1.19.13|65|0
1.3.6.1.2.1.2.2.1.19.14|65|0
1.3.6.1.2.1.2.2.1.19.15|65|0
1.3.6.1.2.1.2.2.1.19.16|65|0
1.3.6.1.2.1.2.2.1.19.17|65|414864510
1.3.6.1.2.1.2.2.1.19.18|65|2630587627
1.3.6.1.2.1.2.2.1.19.19|65|0
1.3.6.1.2.1.2.2.1.19.20|65|0
1.3.6.1.2.1.2.2.1.19.21|65|0
1.3.6.1.2.1.2.2.1.19.22|65|0
1.3.6.1.2.1.2.2.1.19.23|65|0
1.3.6.1.2.1.2.2.1.19.24|65|0
1.3.6.1.2.1.2.2.1.19.25|65|0
1.3.6.1.2.1.2.2.1.19.26|65|0
1.3.6.1.2.1.2.2.1.19.27|65|0
1.3.6.1.2.1.2.2.1.19.28|65|0
1.3.6.1.2.1.2.2.1.19.29|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.2.2.1.20.3|65|0
1.3.6.1.2.1.2.2.1.20.4|65|0
1.3.6.1.2.1.2.2.1.20.5|65|0
1.3.6.1.2.1.2.2.1.20.6|65|0
1.3.6.1.2.1.2.2.1.20.7|65|0
1.3.6.1.2.1.2.2.1.20.8|65|0
1.3.6.1.2.1.2.2.1.20.9|65|0
1.3.6.1.2.1.2.2.1.20.10|65|0
1.3.6.1.2.1.2.2.1.20.11|65|0
1.3.6.1.2.1.2.2.1.20.12|65|0
1.3.6.1.2.1.2.2.1.20.13|65|0
1.3.6.1.2.1.2.2.1.20.14|65|0
1.3.6.1.2.1.2.2.1.20.15|65|0
1.3.6.1.2.1.2.2.1.20.16|65|0
1.3.6.1.2.1.2.2.1.20.17|65|0
1.3.6.1.2.1.2.2.1.20.18|65|0
1.3.6.1.2.1.2.2.1.20.19|65|0
1.3.6.1.2.1.2.2.1.20.20|65|0
1.3.6.1.2.1.2.2.1.20.21|65|0
1.3.6.1.2.1.2.2.1.20.22|65|0
1.3.6.1.2.1.2.2.1.20.23|65|0
1.3.6.1.2.1.2.2.1.20.24|65|0
1.3.6.1.2.1.2.2.1.20.25|65|0
1.3.6.1.2.1.2.2.1.20.26|65|0
1.3.6.1.2.1.2.2.1.20.27|65|0
1.3.6.1.2.1.2.2.1.20.28|65|0
1.3.6.1.2.1.2.2.1.20.29|65|0
1.3.6.1.2.1.4.20.1.1.10.1.10.9|64|10.1.10.9
1.3.6.1.2.1.4.20.1.2.10.1.10.9|2|29
1.3.6.1.2.1.4.20.1.3.10.1.10.9|64|255.255.255.128
1.3.6.1.2.1.31.1.1.1.1.1|4|GigaVUE-2404 Port 1 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.2|4|GigaVUE-2404 Port 2 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.3|4|GigaVUE-2404 Port 3 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.4|4|GigaVUE-2404 Port 4 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.5|4|GigaVUE-2404 Port 5 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.6|4|GigaVUE-2404 Port 6 (Tool Port)
1.3.6.1.2.1.31.1.1.1.1.7|4|GigaVUE-2404 Port 7 (Tool Port)
1.3.6.1.2.1.31.1.1.1.1.8|4|GigaVUE-2404 Port 8 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.9|4|GigaVUE-2404 Port 9 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.10|4|GigaVUE-2404 Port 10 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.11|4|GigaVUE-2404 Port 11 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.12|4|GigaVUE-2404 Port 12 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.13|4|GigaVUE-2404 Port 13 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.14|4|GigaVUE-2404 Port 14 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.15|4|GigaVUE-2404 Port 15 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.16|4|GigaVUE-2404 Port 16 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.17|4|GigaVUE-2404 Port 17 (Tool Port)
1.3.6.1.2.1.31.1.1.1.1.18|4|GigaVUE-2404 Port 18 (Tool Port)
1.3.6.1.2.1.31.1.1.1.1.19|4|GigaVUE-2404 Port 19 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.20|4|GigaVUE-2404 Port 20 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.21|4|GigaVUE-2404 Port 21 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.22|4|GigaVUE-2404 Port 22 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.23|4|GigaVUE-2404 Port 23 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.24|4|GigaVUE-2404 Port 24 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.25|4|GigaVUE-2404 Port g1 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.26|4|GigaVUE-2404 Port g2 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.27|4|GigaVUE-2404 Port g3 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.28|4|GigaVUE-2404 Port g4 (Network Port)
1.3.6.1.2.1.31.1.1.1.1.29|4|GigaVUE Ethernet Management Port
1.3.6.1.2.1.31.1.1.1.2.1|65|83638438
1.3.6.1.2.1.31.1.1.1.2.2|65|81835785
1.3.6.1.2.1.31.1.1.1.2.3|65|2930748
1.3.6.1.2.1.31.1.1.1.2.4|65|2911216
1.3.6.1.2.1.31.1.1.1.2.5|65|0
1.3.6.1.2.1.31.1.1.1.2.6|65|0
1.3.6.1.2.1.31.1.1.1.2.7|65|0
1.3.6.1.2.1.31.1.1.1.2.8|65|0
1.3.6.1.2.1.31.1.1.1.2.9|65|15869918
1.3.6.1.2.1.31.1.1.1.2.10|65|2831589085
1.3.6.1.2.1.31.1.1.1.2.11|65|0
1.3.6.1.2.1.31.1.1.1.2.12|65|2050525
1.3.6.1.2.1.31.1.1.1.2.13|65|0
1.3.6.1.2.1.31.1.1.1.2.14|65|0
1.3.6.1.2.1.31.1.1.1.2.15|65|2803214084
1.3.6.1.2.1.31.1.1.1.2.16|65|15777849
1.3.6.1.2.1.31.1.1.1.2.17|65|199
1.3.6.1.2.1.31.1.1.1.2.18|65|179
1.3.6.1.2.1.31.1.1.1.2.19|65|500660
1.3.6.1.2.1.31.1.1.1.2.20|65|0
1.3.6.1.2.1.31.1.1.1.2.21|65|0
1.3.6.1.2.1.31.1.1.1.2.22|65|0
1.3.6.1.2.1.31.1.1.1.2.23|65|0
1.3.6.1.2.1.31.1.1.1.2.24|65|0
1.3.6.1.2.1.31.1.1.1.2.25|65|0
1.3.6.1.2.1.31.1.1.1.2.26|65|0
1.3.6.1.2.1.31.1.1.1.2.27|65|81691888
1.3.6.1.2.1.31.1.1.1.2.28|65|83487806
1.3.6.1.2.1.31.1.1.1.2.29|65|0
1.3.6.1.2.1.31.1.1.1.3.1|65|25381
1.3.6.1.2.1.31.1.1.1.3.2|65|25847
1.3.6.1.2.1.31.1.1.1.3.3|65|276
1.3.6.1.2.1.31.1.1.1.3.4|65|280
1.3.6.1.2.1.31.1.1.1.3.5|65|0
1.3.6.1.2.1.31.1.1.1.3.6|65|0
1.3.6.1.2.1.31.1.1.1.3.7|65|0
1.3.6.1.2.1.31.1.1.1.3.8|65|0
1.3.6.1.2.1.31.1.1.1.3.9|65|4
1.3.6.1.2.1.31.1.1.1.3.10|65|19879
1.3.6.1.2.1.31.1.1.1.3.11|65|25794
1.3.6.1.2.1.31.1.1.1.3.12|65|25889
1.3.6.1.2.1.31.1.1.1.3.13|65|0
1.3.6.1.2.1.31.1.1.1.3.14|65|0
1.3.6.1.2.1.31.1.1.1.3.15|65|19693
1.3.6.1.2.1.31.1.1.1.3.16|65|5
1.3.6.1.2.1.31.1.1.1.3.17|65|8
1.3.6.1.2.1.31.1.1.1.3.18|65|5
1.3.6.1.2.1.31.1.1.1.3.19|65|301781
1.3.6.1.2.1.31.1.1.1.3.20|65|0
1.3.6.1.2.1.31.1.1.1.3.21|65|0
1.3.6.1.2.1.31.1.1.1.3.22|65|0
1.3.6.1.2.1.31.1.1.1.3.23|65|0
1.3.6.1.2.1.31.1.1.1.3.24|65|0
1.3.6.1.2.1.31.1.1.1.3.25|65|0
1.3.6.1.2.1.31.1.1.1.3.26|65|0
1.3.6.1.2.1.31.1.1.1.3.27|65|25553
1.3.6.1.2.1.31.1.1.1.3.28|65|25588
1.3.6.1.2.1.31.1.1.1.3.29|65|0
1.3.6.1.2.1.31.1.1.1.4.1|65|0
1.3.6.1.2.1.31.1.1.1.4.2|65|0
1.3.6.1.2.1.31.1.1.1.4.3|65|0
1.3.6.1.2.1.31.1.1.1.4.4|65|0
1.3.6.1.2.1.31.1.1.1.4.5|65|0
1.3.6.1.2.1.31.1.1.1.4.6|65|334466436
1.3.6.1.2.1.31.1.1.1.4.7|65|0
1.3.6.1.2.1.31.1.1.1.4.8|65|0
1.3.6.1.2.1.31.1.1.1.4.9|65|0
1.3.6.1.2.1.31.1.1.1.4.10|65|0
1.3.6.1.2.1.31.1.1.1.4.11|65|0
1.3.6.1.2.1.31.1.1.1.4.12|65|0
1.3.6.1.2.1.31.1.1.1.4.13|65|0
1.3.6.1.2.1.31.1.1.1.4.14|65|0
1.3.6.1.2.1.31.1.1.1.4.15|65|0
1.3.6.1.2.1.31.1.1.1.4.16|65|0
1.3.6.1.2.1.31.1.1.1.4.17|65|625222788
1.3.6.1.2.1.31.1.1.1.4.18|65|632092410
1.3.6.1.2.1.31.1.1.1.4.19|65|0
1.3.6.1.2.1.31.1.1.1.4.20|65|0
1.3.6.1.2.1.31.1.1.1.4.21|65|0
1.3.6.1.2.1.31.1.1.1.4.22|65|0
1.3.6.1.2.1.31.1.1.1.4.23|65|0
1.3.6.1.2.1.31.1.1.1.4.24|65|0
1.3.6.1.2.1.31.1.1.1.4.25|65|0
1.3.6.1.2.1.31.1.1.1.4.26|65|0
1.3.6.1.2.1.31.1.1.1.4.27|65|0
1.3.6.1.2.1.31.1.1.1.4.28|65|0
1.3.6.1.2.1.31.1.1.1.4.29|65|0
1.3.6.1.2.1.31.1.1.1.5.1|65|0
1.3.6.1.2.1.31.1.1.1.5.2|65|0
1.3.6.1.2.1.31.1.1.1.5.3|65|0
1.3.6.1.2.1.31.1.1.1.5.4|65|0
1.3.6.1.2.1.31.1.1.1.5.5|65|0
1.3.6.1.2.1.31.1.1.1.5.6|65|252
1.3.6.1.2.1.31.1.1.1.5.7|65|0
1.3.6.1.2.1.31.1.1.1.5.8|65|0
1.3.6.1.2.1.31.1.1.1.5.9|65|0
1.3.6.1.2.1.31.1.1.1.5.10|65|0
1.3.6.1.2.1.31.1.1.1.5.11|65|0
1.3.6.1.2.1.31.1.1.1.5.12|65|0
1.3.6.1.2.1.31.1.1.1.5.13|65|0
1.3.6.1.2.1.31.1.1.1.5.14|65|0
1.3.6.1.2.1.31.1.1.1.5.15|65|0
1.3.6.1.2.1.31.1.1.1.5.16|65|0
1.3.6.1.2.1.31.1.1.1.5.17|65|0
1.3.6.1.2.1.31.1.1.1.5.18|65|0
1.3.6.1.2.1.31.1.1.1.5.19|65|0
1.3.6.1.2.1.31.1.1.1.5.20|65|0
1.3.6.1.2.1.31.1.1.1.5.21|65|0
1.3.6.1.2.1.31.1.1.1.5.22|65|0
1.3.6.1.2.1.31.1.1.1.5.23|65|0
1.3.6.1.2.1.31.1.1.1.5.24|65|0
1.3.6.1.2.1.31.1.1.1.5.25|65|0
1.3.6.1.2.1.31.1.1.1.5.26|65|0
1.3.6.1.2.1.31.1.1.1.5.27|65|0
1.3.6.1.2.1.31.1.1.1.5.28|65|0
1.3.6.1.2.1.31.1.1.1.5.29|65|0
1.3.6.1.2.1.31.1.1.1.6.1|70|1350689182943266
1.3.6.1.2.1.31.1.1.1.6.2|70|162465910484215
1.3.6.1.2.1.31.1.1.1.6.3|70|17502252068608
1.3.6.1.2.1.31.1.1.1.6.4|70|1857776541305
1.3.6.1.2.1.31.1.1.1.6.5|70|0
1.3.6.1.2.1.31.1.1.1.6.6|70|0
1.3.6.1.2.1.31.1.1.1.6.7|70|0
1.3.6.1.2.1.31.1.1.1.6.8|70|0
1.3.6.1.2.1.31.1.1.1.6.9|70|4229982801177
1.3.6.1.2.1.31.1.1.1.6.10|70|1122742315190623
1.3.6.1.2.1.31.1.1.1.6.11|70|36337606079398
1.3.6.1.2.1.31.1.1.1.6.12|70|287098008889771
1.3.6.1.2.1.31.1.1.1.6.13|70|0
1.3.6.1.2.1.31.1.1.1.6.14|70|0
1.3.6.1.2.1.31.1.1.1.6.15|70|1120111477743455
1.3.6.1.2.1.31.1.1.1.6.16|70|266108220894
1.3.6.1.2.1.31.1.1.1.6.17|70|45950
1.3.6.1.2.1.31.1.1.1.6.18|70|43192
1.3.6.1.2.1.31.1.1.1.6.19|70|146972154
1.3.6.1.2.1.31.1.1.1.6.20|70|0
1.3.6.1.2.1.31.1.1.1.6.21|70|0
1.3.6.1.2.1.31.1.1.1.6.22|70|0
1.3.6.1.2.1.31.1.1.1.6.23|70|0
1.3.6.1.2.1.31.1.1.1.6.24|70|0
1.3.6.1.2.1.31.1.1.1.6.25|70|0
1.3.6.1.2.1.31.1.1.1.6.26|70|0
1.3.6.1.2.1.31.1.1.1.6.27|70|126631953308851
1.3.6.1.2.1.31.1.1.1.6.28|70|2801773341647
1.3.6.1.2.1.31.1.1.1.6.29|70|0
1.3.6.1.2.1.31.1.1.1.7.1|70|1706787387515
1.3.6.1.2.1.31.1.1.1.7.2|70|594626852470
1.3.6.1.2.1.31.1.1.1.7.3|70|21877519131
1.3.6.1.2.1.31.1.1.1.7.4|70|7484216767
1.3.6.1.2.1.31.1.1.1.7.5|70|0
1.3.6.1.2.1.31.1.1.1.7.6|70|0
1.3.6.1.2.1.31.1.1.1.7.7|70|0
1.3.6.1.2.1.31.1.1.1.7.8|70|0
1.3.6.1.2.1.31.1.1.1.7.9|70|10251423791
1.3.6.1.2.1.31.1.1.1.7.10|70|13317360242
1.3.6.1.2.1.31.1.1.1.7.11|70|128980096512
1.3.6.1.2.1.31.1.1.1.7.12|70|278770765711
1.3.6.1.2.1.31.1.1.1.7.13|70|0
1.3.6.1.2.1.31.1.1.1.7.14|70|0
1.3.6.1.2.1.31.1.1.1.7.15|70|630967433
1.3.6.1.2.1.31.1.1.1.7.16|70|474726789
1.3.6.1.2.1.31.1.1.1.7.17|70|0
1.3.6.1.2.1.31.1.1.1.7.18|70|0
1.3.6.1.2.1.31.1.1.1.7.19|70|0
1.3.6.1.2.1.31.1.1.1.7.20|70|0
1.3.6.1.2.1.31.1.1.1.7.21|70|0
1.3.6.1.2.1.31.1.1.1.7.22|70|0
1.3.6.1.2.1.31.1.1.1.7.23|70|0
1.3.6.1.2.1.31.1.1.1.7.24|70|0
1.3.6.1.2.1.31.1.1.1.7.25|70|0
1.3.6.1.2.1.31.1.1.1.7.26|70|0
1.3.6.1.2.1.31.1.1.1.7.27|70|478003087110
1.3.6.1.2.1.31.1.1.1.7.28|70|8745140441
1.3.6.1.2.1.31.1.1.1.7.29|70|0
1.3.6.1.2.1.31.1.1.1.8.1|70|83638438
1.3.6.1.2.1.31.1.1.1.8.2|70|81835785
1.3.6.1.2.1.31.1.1.1.8.3|70|2930748
1.3.6.1.2.1.31.1.1.1.8.4|70|2911216
1.3.6.1.2.1.31.1.1.1.8.5|70|0
1.3.6.1.2.1.31.1.1.1.8.6|70|0
1.3.6.1.2.1.31.1.1.1.8.7|70|0
1.3.6.1.2.1.31.1.1.1.8.8|70|0
1.3.6.1.2.1.31.1.1.1.8.9|70|15869918
1.3.6.1.2.1.31.1.1.1.8.10|70|1020738838237
1.3.6.1.2.1.31.1.1.1.8.11|70|0
1.3.6.1.2.1.31.1.1.1.8.12|70|2050525
1.3.6.1.2.1.31.1.1.1.8.13|70|0
1.3.6.1.2.1.31.1.1.1.8.14|70|0
1.3.6.1.2.1.31.1.1.1.8.15|70|1020710463236
1.3.6.1.2.1.31.1.1.1.8.16|70|15777849
1.3.6.1.2.1.31.1.1.1.8.17|70|199
1.3.6.1.2.1.31.1.1.1.8.18|70|179
1.3.6.1.2.1.31.1.1.1.8.19|70|500660
1.3.6.1.2.1.31.1.1.1.8.20|70|0
1.3.6.1.2.1.31.1.1.1.8.21|70|0
1.3.6.1.2.1.31.1.1.1.8.22|70|0
1.3.6.1.2.1.31.1.1.1.8.23|70|0
1.3.6.1.2.1.31.1.1.1.8.24|70|0
1.3.6.1.2.1.31.1.1.1.8.25|70|0
1.3.6.1.2.1.31.1.1.1.8.26|70|0
1.3.6.1.2.1.31.1.1.1.8.27|70|81691888
1.3.6.1.2.1.31.1.1.1.8.28|70|83487806
1.3.6.1.2.1.31.1.1.1.8.29|70|0
1.3.6.1.2.1.31.1.1.1.9.1|70|25381
1.3.6.1.2.1.31.1.1.1.9.2|70|25847
1.3.6.1.2.1.31.1.1.1.9.3|70|276
1.3.6.1.2.1.31.1.1.1.9.4|70|280
1.3.6.1.2.1.31.1.1.1.9.5|70|0
1.3.6.1.2.1.31.1.1.1.9.6|70|0
1.3.6.1.2.1.31.1.1.1.9.7|70|0
1.3.6.1.2.1.31.1.1.1.9.8|70|0
1.3.6.1.2.1.31.1.1.1.9.9|70|4
1.3.6.1.2.1.31.1.1.1.9.10|70|19879
1.3.6.1.2.1.31.1.1.1.9.11|70|25794
1.3.6.1.2.1.31.1.1.1.9.12|70|25889
1.3.6.1.2.1.31.1.1.1.9.13|70|0
1.3.6.1.2.1.31.1.1.1.9.14|70|0
1.3.6.1.2.1.31.1.1.1.9.15|70|19693
1.3.6.1.2.1.31.1.1.1.9.16|70|5
1.3.6.1.2.1.31.1.1.1.9.17|70|8
1.3.6.1.2.1.31.1.1.1.9.18|70|5
1.3.6.1.2.1.31.1.1.1.9.19|70|301781
1.3.6.1.2.1.31.1.1.1.9.20|70|0
1.3.6.1.2.1.31.1.1.1.9.21|70|0
1.3.6.1.2.1.31.1.1.1.9.22|70|0
1.3.6.1.2.1.31.1.1.1.9.23|70|0
1.3.6.1.2.1.31.1.1.1.9.24|70|0
1.3.6.1.2.1.31.1.1.1.9.25|70|0
1.3.6.1.2.1.31.1.1.1.9.26|70|0
1.3.6.1.2.1.31.1.1.1.9.27|70|25553
1.3.6.1.2.1.31.1.1.1.9.28|70|25588
1.3.6.1.2.1.31.1.1.1.9.29|70|0
1.3.6.1.2.1.31.1.1.1.10.1|70|0
1.3.6.1.2.1.31.1.1.1.10.2|70|0
1.3.6.1.2.1.31.1.1.1.10.3|70|0
1.3.6.1.2.1.31.1.1.1.10.4|70|0
1.3.6.1.2.1.31.1.1.1.10.5|70|0
1.3.6.1.2.1.31.1.1.1.10.6|70|13433778778140
1.3.6.1.2.1.31.1.1.1.10.7|70|0
1.3.6.1.2.1.31.1.1.1.10.8|70|0
1.3.6.1.2.1.31.1.1.1.10.9|70|0
1.3.6.1.2.1.31.1.1.1.10.10|70|0
1.3.6.1.2.1.31.1.1.1.10.11|70|0
1.3.6.1.2.1.31.1.1.1.10.12|70|0
1.3.6.1.2.1.31.1.1.1.10.13|70|0
1.3.6.1.2.1.31.1.1.1.10.14|70|0
1.3.6.1.2.1.31.1.1.1.10.15|70|0
1.3.6.1.2.1.31.1.1.1.10.16|70|0
1.3.6.1.2.1.31.1.1.1.10.17|70|40840891814570
1.3.6.1.2.1.31.1.1.1.10.18|70|37365234214403
1.3.6.1.2.1.31.1.1.1.10.19|70|0
1.3.6.1.2.1.31.1.1.1.10.20|70|0
1.3.6.1.2.1.31.1.1.1.10.21|70|0
1.3.6.1.2.1.31.1.1.1.10.22|70|0
1.3.6.1.2.1.31.1.1.1.10.23|70|0
1.3.6.1.2.1.31.1.1.1.10.24|70|0
1.3.6.1.2.1.31.1.1.1.10.25|70|0
1.3.6.1.2.1.31.1.1.1.10.26|70|0
1.3.6.1.2.1.31.1.1.1.10.27|70|0
1.3.6.1.2.1.31.1.1.1.10.28|70|0
1.3.6.1.2.1.31.1.1.1.10.29|70|0
1.3.6.1.2.1.31.1.1.1.11.1|70|0
1.3.6.1.2.1.31.1.1.1.11.2|70|0
1.3.6.1.2.1.31.1.1.1.11.3|70|0
1.3.6.1.2.1.31.1.1.1.11.4|70|0
1.3.6.1.2.1.31.1.1.1.11.5|70|0
1.3.6.1.2.1.31.1.1.1.11.6|70|391615842
1.3.6.1.2.1.31.1.1.1.11.7|70|0
1.3.6.1.2.1.31.1.1.1.11.8|70|0
1.3.6.1.2.1.31.1.1.1.11.9|70|0
1.3.6.1.2.1.31.1.1.1.11.10|70|0
1.3.6.1.2.1.31.1.1.1.11.11|70|0
1.3.6.1.2.1.31.1.1.1.11.12|70|0
1.3.6.1.2.1.31.1.1.1.11.13|70|0
1.3.6.1.2.1.31.1.1.1.11.14|70|0
1.3.6.1.2.1.31.1.1.1.11.15|70|0
1.3.6.1.2.1.31.1.1.1.11.16|70|0
1.3.6.1.2.1.31.1.1.1.11.17|70|11482789716
1.3.6.1.2.1.31.1.1.1.11.18|70|0
1.3.6.1.2.1.31.1.1.1.11.19|70|0
1.3.6.1.2.1.31.1.1.1.11.20|70|0
1.3.6.1.2.1.31.1.1.1.11.21|70|0
1.3.6.1.2.1.31.1.1.1.11.22|70|0
1.3.6.1.2.1.31.1.1.1.11.23|70|0
1.3.6.1.2.1.31.1.1.1.11.24|70|0
1.3.6.1.2.1.31.1.1.1.11.25|70|0
1.3.6.1.2.1.31.1.1.1.11.26|70|0
1.3.6.1.2.1.31.1.1.1.11.27|70|0
1.3.6.1.2.1.31.1.1.1.11.28|70|0
1.3.6.1.2.1.31.1.1.1.11.29|70|0
1.3.6.1.2.1.31.1.1.1.12.1|70|0
1.3.6.1.2.1.31.1.1.1.12.2|70|0
1.3.6.1.2.1.31.1.1.1.12.3|70|0
1.3.6.1.2.1.31.1.1.1.12.4|70|0
1.3.6.1.2.1.31.1.1.1.12.5|70|0
1.3.6.1.2.1.31.1.1.1.12.6|70|13219368324
1.3.6.1.2.1.31.1.1.1.12.7|70|0
1.3.6.1.2.1.31.1.1.1.12.8|70|0
1.3.6.1.2.1.31.1.1.1.12.9|70|0
1.3.6.1.2.1.31.1.1.1.12.10|70|0
1.3.6.1.2.1.31.1.1.1.12.11|70|0
1.3.6.1.2.1.31.1.1.1.12.12|70|0
1.3.6.1.2.1.31.1.1.1.12.13|70|0
1.3.6.1.2.1.31.1.1.1.12.14|70|0
1.3.6.1.2.1.31.1.1.1.12.15|70|0
1.3.6.1.2.1.31.1.1.1.12.16|70|0
1.3.6.1.2.1.31.1.1.1.12.17|70|73639666820
1.3.6.1.2.1.31.1.1.1.12.18|70|73646536442
1.3.6.1.2.1.31.1.1.1.12.19|70|0
1.3.6.1.2.1.31.1.1.1.12.20|70|0
1.3.6.1.2.1.31.1.1.1.12.21|70|0
1.3.6.1.2.1.31.1.1.1.12.22|70|0
1.3.6.1.2.1.31.1.1.1.12.23|70|0
1.3.6.1.2.1.31.1.1.1.12.24|70|0
1.3.6.1.2.1.31.1.1.1.12.25|70|0
1.3.6.1.2.1.31.1.1.1.12.26|70|0
1.3.6.1.2.1.31.1.1.1.12.27|70|0
1.3.6.1.2.1.31.1.1.1.12.28|70|0
1.3.6.1.2.1.31.1.1.1.12.29|70|0
1.3.6.1.2.1.31.1.1.1.13.1|70|0
1.3.6.1.2.1.31.1.1.1.13.2|70|0
1.3.6.1.2.1.31.1.1.1.13.3|70|0
1.3.6.1.2.1.31.1.1.1.13.4|70|0
1.3.6.1.2.1.31.1.1.1.13.5|70|0
1.3.6.1.2.1.31.1.1.1.13.6|70|252
1.3.6.1.2.1.31.1.1.1.13.7|70|0
1.3.6.1.2.1.31.1.1.1.13.8|70|0
1.3.6.1.2.1.31.1.1.1.13.9|70|0
1.3.6.1.2.1.31.1.1.1.13.10|70|0
1.3.6.1.2.1.31.1.1.1.13.11|70|0
1.3.6.1.2.1.31.1.1.1.13.12|70|0
1.3.6.1.2.1.31.1.1.1.13.13|70|0
1.3.6.1.2.1.31.1.1.1.13.14|70|0
1.3.6.1.2.1.31.1.1.1.13.15|70|0
1.3.6.1.2.1.31.1.1.1.13.16|70|0
1.3.6.1.2.1.31.1.1.1.13.17|70|0
1.3.6.1.2.1.31.1.1.1.13.18|70|0
1.3.6.1.2.1.31.1.1.1.13.19|70|0
1.3.6.1.2.1.31.1.1.1.13.20|70|0
1.3.6.1.2.1.31.1.1.1.13.21|70|0
1.3.6.1.2.1.31.1.1.1.13.22|70|0
1.3.6.1.2.1.31.1.1.1.13.23|70|0
1.3.6.1.2.1.31.1.1.1.13.24|70|0
1.3.6.1.2.1.31.1.1.1.13.25|70|0
1.3.6.1.2.1.31.1.1.1.13.26|70|0
1.3.6.1.2.1.31.1.1.1.13.27|70|0
1.3.6.1.2.1.31.1.1.1.13.28|70|0
1.3.6.1.2.1.31.1.1.1.13.29|70|0
1.3.6.1.2.1.31.1.1.1.14.1|2|1
1.3.6.1.2.1.31.1.1.1.14.2|2|1
1.3.6.1.2.1.31.1.1.1.14.3|2|1
1.3.6.1.2.1.31.1.1.1.14.4|2|1
1.3.6.1.2.1.31.1.1.1.14.5|2|1
1.3.6.1.2.1.31.1.1.1.14.6|2|1
1.3.6.1.2.1.31.1.1.1.14.7|2|1
1.3.6.1.2.1.31.1.1.1.14.8|2|1
1.3.6.1.2.1.31.1.1.1.14.9|2|1
1.3.6.1.2.1.31.1.1.1.14.10|2|1
1.3.6.1.2.1.31.1.1.1.14.11|2|1
1.3.6.1.2.1.31.1.1.1.14.12|2|1
1.3.6.1.2.1.31.1.1.1.14.13|2|1
1.3.6.1.2.1.31.1.1.1.14.14|2|1
1.3.6.1.2.1.31.1.1.1.14.15|2|1
1.3.6.1.2.1.31.1.1.1.14.16|2|1
1.3.6.1.2.1.31.1.1.1.14.17|2|1
1.3.6.1.2.1.31.1.1.1.14.18|2|1
1.3.6.1.2.1.31.1.1.1.14.19|2|1
1.3.6.1.2.1.31.1.1.1.14.20|2|1
1.3.6.1.2.1.31.1.1.1.14.21|2|1
1.3.6.1.2.1.31.1.1.1.14.22|2|1
1.3.6.1.2.1.31.1.1.1.14.23|2|1
1.3.6.1.2.1.31.1.1.1.14.24|2|1
1.3.6.1.2.1.31.1.1.1.14.25|2|1
1.3.6.1.2.1.31.1.1.1.14.26|2|1
1.3.6.1.2.1.31.1.1.1.14.27|2|1
1.3.6.1.2.1.31.1.1.1.14.28|2|1
1.3.6.1.2.1.31.1.1.1.14.29|2|1
1.3.6.1.2.1.31.1.1.1.15.1|66|10000
1.3.6.1.2.1.31.1.1.1.15.2|66|10000
1.3.6.1.2.1.31.1.1.1.15.3|66|10000
1.3.6.1.2.1.31.1.1.1.15.4|66|10000
1.3.6.1.2.1.31.1.1.1.15.5|66|0
1.3.6.1.2.1.31.1.1.1.15.6|66|10000
1.3.6.1.2.1.31.1.1.1.15.7|66|10000
1.3.6.1.2.1.31.1.1.1.15.8|66|10000
1.3.6.1.2.1.31.1.1.1.15.9|66|10000
1.3.6.1.2.1.31.1.1.1.15.10|66|10000
1.3.6.1.2.1.31.1.1.1.15.11|66|10000
1.3.6.1.2.1.31.1.1.1.15.12|66|10000
1.3.6.1.2.1.31.1.1.1.15.13|66|10000
1.3.6.1.2.1.31.1.1.1.15.14|66|10000
1.3.6.1.2.1.31.1.1.1.15.15|66|10000
1.3.6.1.2.1.31.1.1.1.15.16|66|10000
1.3.6.1.2.1.31.1.1.1.15.17|66|10000
1.3.6.1.2.1.31.1.1.1.15.18|66|10000
1.3.6.1.2.1.31.1.1.1.15.19|66|10000
1.3.6.1.2.1.31.1.1.1.15.20|66|10000
1.3.6.1.2.1.31.1.1.1.15.21|66|10000
1.3.6.1.2.1.31.1.1.1.15.22|66|10000
1.3.6.1.2.1.31.1.1.1.15.23|66|10000
1.3.6.1.2.1.31.1.1.1.15.24|66|10000
1.3.6.1.2.1.31.1.1.1.15.25|66|1000
1.3.6.1.2.1.31.1.1.1.15.26|66|0
1.3.6.1.2.1.31.1.1.1.15.27|66|1000
1.3.6.1.2.1.31.1.1.1.15.28|66|1000
1.3.6.1.2.1.31.1.1.1.15.29|66|100
1.3.6.1.2.1.31.1.1.1.16.1|2|1
1.3.6.1.2.1.31.1.1.1.16.2|2|1
1.3.6.1.2.1.31.1.1.1.16.3|2|1
1.3.6.1.2.1.31.1.1.1.16.4|2|1
1.3.6.1.2.1.31.1.1.1.16.5|2|1
1.3.6.1.2.1.31.1.1.1.16.6|2|1
1.3.6.1.2.1.31.1.1.1.16.7|2|1
1.3.6.1.2.1.31.1.1.1.16.8|2|1
1.3.6.1.2.1.31.1.1.1.16.9|2|1
1.3.6.1.2.1.31.1.1.1.16.10|2|1
1.3.6.1.2.1.31.1.1.1.16.11|2|1
1.3.6.1.2.1.31.1.1.1.16.12|2|1
1.3.6.1.2.1.31.1.1.1.16.13|2|1
1.3.6.1.2.1.31.1.1.1.16.14|2|1
1.3.6.1.2.1.31.1.1.1.16.15|2|1
1.3.6.1.2.1.31.1.1.1.16.16|2|1
1.3.6.1.2.1.31.1.1.1.16.17|2|1
1.3.6.1.2.1.31.1.1.1.16.18|2|1
1.3.6.1.2.1.31.1.1.1.16.19|2|1
1.3.6.1.2.1.31.1.1.1.16.20|2|1
1.3.6.1.2.1.31.1.1.1.16.21|2|1
1.3.6.1.2.1.31.1.1.1.16.22|2|1
1.3.6.1.2.1.31.1.1.1.16.23|2|1
1.3.6.1.2.1.31.1.1.1.16.24|2|1
1.3.6.1.2.1.31.1.1.1.16.25|2|1
1.3.6.1.2.1.31.1.1.1.16.26|2|1
1.3.6.1.2.1.31.1.1.1.16.27|2|1
1.3.6.1.2.1.31.1.1.1.16.28|2|1
1.3.6.1.2.1.31.1.1.1.16.29|2|2
1.3.6.1.2.1.31.1.1.1.17.1|2|0
1.3.6.1.2.1.31.1.1.1.17.2|2|0
1.3.6.1.2.1.31.1.1.1.17.3|2|0
1.3.6.1.2.1.31.1.1.1.17.4|2|0
1.3.6.1.2.1.31.1.1.1.17.5|2|0
1.3.6.1.2.1.31.1.1.1.17.6|2|0
1.3.6.1.2.1.31.1.1.1.17.7|2|0
1.3.6.1.2.1.31.1.1.1.17.8|2|0
1.3.6.1.2.1.31.1.1.1.17.9|2|0
1.3.6.1.2.1.31.1.1.1.17.10|2|0
1.3.6.1.2.1.31.1.1.1.17.11|2|0
1.3.6.1.2.1.31.1.1.1.17.12|2|0
1.3.6.1.2.1.31.1.1.1.17.13|2|0
1.3.6.1.2.1.31.1.1.1.17.14|2|0
1.3.6.1.2.1.31.1.1.1.17.15|2|0
1.3.6.1.2.1.31.1.1.1.17.16|2|0
1.3.6.1.2.1.31.1.1.1.17.17|2|0
1.3.6.1.2.1.31.1.1.1.17.18|2|0
1.3.6.1.2.1.31.1.1.1.17.19|2|0
1.3.6.1.2.1.31.1.1.1.17.20|2|0
1.3.6.1.2.1.31.1.1.1.17.21|2|0
1.3.6.1.2.1.31.1.1.1.17.22|2|0
1.3.6.1.2.1.31.1.1.1.17.23|2|0
1.3.6.1.2.1.31.1.1.1.17.24|2|0
1.3.6.1.2.1.31.1.1.1.17.25|2|0
1.3.6.1.2.1.31.1.1.1.17.26|2|0
1.3.6.1.2.1.31.1.1.1.17.27|2|0
1.3.6.1.2.1.31.1.1.1.17.28|2|0
1.3.6.1.2.1.31.1.1.1.17.29|2|0
1.3.6.1.2.1.31.1.1.1.18.1|4|Level3ToEQCH1
1.3.6.1.2.1.31.1.1.1.18.2|4|Level3FromEQCH1
1.3.6.1.2.1.31.1.1.1.18.3|4|XOToEQCH1
1.3.6.1.2.1.31.1.1.1.18.4|4|XOFromEQCH1
1.3.6.1.2.1.31.1.1.1.18.5|4|
1.3.6.1.2.1.31.1.1.1.18.6|4|NTSDC3TAP1Port1
1.3.6.1.2.1.31.1.1.1.18.7|4|NTSDC3TAP1Port2
1.3.6.1.2.1.31.1.1.1.18.8|4|
1.3.6.1.2.1.31.1.1.1.18.9|4|CMEGLinkToCMEAFeed
1.3.6.1.2.1.31.1.1.1.18.10|4|CMEGLinkFromCMEAFeed
1.3.6.1.2.1.31.1.1.1.18.11|4|ZayoFromInternet
1.3.6.1.2.1.31.1.1.1.18.12|4|ZayoToInternet
1.3.6.1.2.1.31.1.1.1.18.13|4|
1.3.6.1.2.1.31.1.1.1.18.14|4|
1.3.6.1.2.1.31.1.1.1.18.15|4|CMEGLinkFromCMEBFeed
1.3.6.1.2.1.31.1.1.1.18.16|4|CMEGLinkToCMEBFeed
1.3.6.1.2.1.31.1.1.1.18.17|4|Valkyrie-ASide
1.3.6.1.2.1.31.1.1.1.18.18|4|Valkyrie-BSide
1.3.6.1.2.1.31.1.1.1.18.19|4|
1.3.6.1.2.1.31.1.1.1.18.20|4|
1.3.6.1.2.1.31.1.1.1.18.21|4|
1.3.6.1.2.1.31.1.1.1.18.22|4|
1.3.6.1.2.1.31.1.1.1.18.23|4|
1.3.6.1.2.1.31.1.1.1.18.24|4|
1.3.6.1.2.1.31.1.1.1.18.25|4|
1.3.6.1.2.1.31.1.1.1.18.26|4|
1.3.6.1.2.1.31.1.1.1.18.27|4|Level3ToEQNY4
1.3.6.1.2.1.31.1.1.1.18.28|4|Level3FromEQNY4
1.3.6.1.2.1.31.1.1.1.18.29|4|
1.3.6.1.2.1.31.1.1.1.19.1|67|0
1.3.6.1.2.1.31.1.1.1.19.2|67|0
1.3.6.1.2.1.31.1.1.1.19.3|67|0
1.3.6.1.2.1.31.1.1.1.19.4|67|0
1.3.6.1.2.1.31.1.1.1.19.5|67|0
1.3.6.1.2.1.31.1.1.1.19.6|67|0
1.3.6.1.2.1.31.1.1.1.19.7|67|0
1.3.6.1.2.1.31.1.1.1.19.8|67|0
1.3.6.1.2.1.31.1.1.1.19.9|67|0
1.3.6.1.2.1.31.1.1.1.19.10|67|0
1.3.6.1.2.1.31.1.1.1.19.11|67|0
1.3.6.1.2.1.31.1.1.1.19.12|67|0
1.3.6.1.2.1.31.1.1.1.19.13|67|0
1.3.6.1.2.1.31.1.1.1.19.14|67|0
1.3.6.1.2.1.31.1.1.1.19.15|67|0
1.3.6.1.2.1.31.1.1.1.19.16|67|0
1.3.6.1.2.1.31.1.1.1.19.17|67|0
1.3.6.1.2.1.31.1.1.1.19.18|67|0
1.3.6.1.2.1.31.1.1.1.19.19|67|0
1.3.6.1.2.1.31.1.1.1.19.20|67|0
1.3.6.1.2.1.31.1.1.1.19.21|67|0
1.3.6.1.2.1.31.1.1.1.19.22|67|0
1.3.6.1.2.1.31.1.1.1.19.23|67|0
1.3.6.1.2.1.31.1.1.1.19.24|67|0
1.3.6.1.2.1.31.1.1.1.19.25|67|0
1.3.6.1.2.1.31.1.1.1.19.26|67|0
1.3.6.1.2.1.31.1.1.1.19.27|67|0
1.3.6.1.2.1.31.1.1.1.19.28|67|0
1.3.6.1.2.1.31.1.1.1.19.29|67|0
1.3.6.1.4.1.26866.2.4.0|4|21327
1.3.6.1.4.1.26866.2.6.0|4|v8.6.07
1.3.6.1.6.3.10.2.1.3.0|2|13951663