From 40e626d487c4bcf803de06935d22fb4a24db55c7 Mon Sep 17 00:00:00 2001 From: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> Date: Sun, 25 Apr 2021 16:24:32 +0200 Subject: [PATCH] Calix (occamos) b6_316 and Calix (calix) 700 (#12744) * Add mibs for CALIX B6 and enable nobulk * sensors * sensors and tests * mibs * Calix700 added * tests * tests suite * rerun tests --- includes/definitions/calix.yaml | 1 + includes/definitions/discovery/calix.yaml | 3 + includes/definitions/discovery/occamos.yaml | 40 + includes/definitions/occamos.yaml | 1 + mibs/calix/AE-ALARM-TABLE-MIB | 621 + mibs/calix/AE-PM-TABLE-MIB | 2176 ++++ mibs/calix/AE-TC | 725 ++ mibs/calix/AE-VOICE-STATS-MIB | 641 + mibs/calix/CALIX-SOAM-EXT-MIB | 1783 +++ mibs/calix/OCCAM-ENTITY-MIB | 386 + mibs/calix/OCCAM-ETHERLIKE-MIB | 219 + mibs/calix/OCCAM-MLT-MIB | 1681 +++ mibs/calix/OCCAM-REG-MODULE | 274 + mibs/calix/OCCAM-SENSOR-MIB | 539 + mibs/calix/OCCAM-SHELF-MIB | 461 + mibs/calix/VDSL-LINE-MIB | 2840 ---- tests/data/calix_716ge.json | 2601 ++++ tests/data/occamos_b6-316.json | 12225 ++++++++++++++++++ tests/snmpsim/calix_716ge.snmprec | 400 + tests/snmpsim/occamos_b6-316.snmprec | 1934 +++ 20 files changed, 26711 insertions(+), 2840 deletions(-) create mode 100644 mibs/calix/AE-ALARM-TABLE-MIB create mode 100644 mibs/calix/AE-PM-TABLE-MIB create mode 100644 mibs/calix/AE-TC create mode 100644 mibs/calix/AE-VOICE-STATS-MIB create mode 100644 mibs/calix/CALIX-SOAM-EXT-MIB create mode 100755 mibs/calix/OCCAM-ENTITY-MIB create mode 100755 mibs/calix/OCCAM-ETHERLIKE-MIB create mode 100755 mibs/calix/OCCAM-MLT-MIB create mode 100755 mibs/calix/OCCAM-REG-MODULE create mode 100755 mibs/calix/OCCAM-SENSOR-MIB create mode 100755 mibs/calix/OCCAM-SHELF-MIB delete mode 100644 mibs/calix/VDSL-LINE-MIB create mode 100644 tests/data/calix_716ge.json create mode 100644 tests/data/occamos_b6-316.json create mode 100644 tests/snmpsim/calix_716ge.snmprec create mode 100644 tests/snmpsim/occamos_b6-316.snmprec diff --git a/includes/definitions/calix.yaml b/includes/definitions/calix.yaml index cc455dd9b5..38a51c19b2 100644 --- a/includes/definitions/calix.yaml +++ b/includes/definitions/calix.yaml @@ -10,3 +10,4 @@ discovery: - sysObjectID: - .1.3.6.1.4.1.6321.1.2.3 + - .1.3.6.1.4.1.6321.2.1.1 diff --git a/includes/definitions/discovery/calix.yaml b/includes/definitions/discovery/calix.yaml index 6ad3b710c3..7cde69be19 100644 --- a/includes/definitions/discovery/calix.yaml +++ b/includes/definitions/discovery/calix.yaml @@ -5,13 +5,16 @@ modules: - E5-120-IESCOMMON-MIB::iesSlotModuleDescr.0.0 - E5-111-IESCOMMON-MIB::iesSlotModuleDescr.0.0 - E5-110-IESCOMMON-MIB::iesSlotModuleDescr.0.0 + - AE-ALARM-TABLE-MIB::aeOntModelNum.0 serial: - E5-121-IESCOMMON-MIB::iesChassisSerialNumber.0 - E5-120-IESCOMMON-MIB::iesChassisSerialNumber.0 - E5-111-IESCOMMON-MIB::iesChassisSerialNumber.0 - E5-110-IESCOMMON-MIB::iesChassisSerialNumber.0 + - AE-ALARM-TABLE-MIB::aeOntFsanSerNum.0 version: - E5-121-IESCOMMON-MIB::iesSlotModuleFWVersion.0.0 - E5-120-IESCOMMON-MIB::iesSlotModuleFWVersion.0.0 - E5-111-IESCOMMON-MIB::iesSlotModuleFWVersion.0.0 - E5-110-IESCOMMON-MIB::iesSlotModuleFWVersion.0.0 + - AE-ALARM-TABLE-MIB::aeOntFirmwareVersion.0 diff --git a/includes/definitions/discovery/occamos.yaml b/includes/definitions/discovery/occamos.yaml index 70deaae93b..2d716ff8e0 100644 --- a/includes/definitions/discovery/occamos.yaml +++ b/includes/definitions/discovery/occamos.yaml @@ -1,3 +1,43 @@ +mib: OCCAM-ENTITY-MIB:OCCAM-SENSOR-MIB modules: os: sysDescr_regex: '/(?.*)/' + serial: + - OCCAM-ENTITY-MIB::entitySerialNum.0 + version: + - OCCAM-ENTITY-MIB::entitySoftwareRev.0 + sensors: + temperature: + data: + - + oid: sensorTable + value: sensorValue + descr: '{{ $sensorName }}' + index: '{{ $index }}' + divisor: 1000 + skip_values: + - + oid: sensorType + op: '!=' + value: '3' + - + oid: sensorScale + op: '!=' + value: '4' + voltage: + data: + - + oid: sensorTable + value: sensorValue + descr: '{{ $sensorName }}' + index: '{{ $index }}' + divisor: 1000 + skip_values: + - + oid: sensorType + op: '!=' + value: '2' + - + oid: sensorScale + op: '!=' + value: '3' diff --git a/includes/definitions/occamos.yaml b/includes/definitions/occamos.yaml index 2bffba44c9..656c1418b7 100644 --- a/includes/definitions/occamos.yaml +++ b/includes/definitions/occamos.yaml @@ -3,6 +3,7 @@ text: Calix B6 System type: network icon: calix mib_dir: calix +nobulk: true over: - { graph: device_bits, text: 'Device Traffic' } discovery: diff --git a/mibs/calix/AE-ALARM-TABLE-MIB b/mibs/calix/AE-ALARM-TABLE-MIB new file mode 100644 index 0000000000..4ebfdc2e5d --- /dev/null +++ b/mibs/calix/AE-ALARM-TABLE-MIB @@ -0,0 +1,621 @@ +AE-ALARM-TABLE-MIB DEFINITIONS ::= BEGIN + +IMPORTS + + MacAddress + FROM SNMPv2-TC + + OBJECT-TYPE, + NOTIFICATION-TYPE, + MODULE-IDENTITY, + Unsigned32, + Integer32, + IpAddress + FROM SNMPv2-SMI + + calixNetworks, + calixRegistrations, + calixProducts, + calixModules + FROM CALIX-SMI + + AeEquipmentType, + AeEquipmentInstance, + AeAlarmType, + AeCondStatus, + AeCondSeverityLevel, + AeCondServiceAffecting, + AeTime, + AeBriefText, + AeText, + AeFsanSerialNumber, + AeMfgSerialNumber, + AeSnmpVersion, + AeOntModelNum, + AeOntFirmwareVersion, + AeOntRegistrationPeriod, + AeOntState, + AeRegistrationID, + AeDeviceClass, + AeConfigMethod, + AeConfigFilename, + AeConfigFileMarker, + AeConfigMIC, + AeDeviceStatus, + AeConfigStatus + FROM AE-TC + ; + +-- ****************************************************************************** +-- +-- GX OID Sstructure +-- +-- ****************************************************************************** + + pSeries OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The definitive identifier of the Calix Networks Active Ethernet ONT" + ::= { calixProducts 5 } + + aeModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree to register the values assigned to the GX ONT modules with the + MODULE-IDENTITY construct." + ::= { pSeries 1 } + + aeNotificationModule MODULE-IDENTITY + LAST-UPDATED "200808270000Z" + ORGANIZATION "Calix" + CONTACT-INFO + "Calix" + DESCRIPTION + "Describes all the notifications related to Calix Active Ethernet ONT product." + ::= { aeModules 1 } + + aeNotification OBJECT IDENTIFIER ::= { pSeries 2 } + aeNotificationObjects OBJECT IDENTIFIER ::= { aeNotification 1 } + + aeNotifications OBJECT IDENTIFIER ::= { aeNotification 2 } + + aeAlarms OBJECT IDENTIFIER ::= { pSeries 3 } + + aeOnt OBJECT IDENTIFIER ::= { pSeries 4 } + +-- aePmModule OBJECT IDENTIFIER ::= { pSeries 5 } + +-- ******************************************************************************* +-- +-- GX ONT +-- +-- ******************************************************************************* + +------------------------------------------------------------------------------- + +aeOntMIBVersion OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object indicates the current MIB version. + History log: + Version 1: Initial version. + Version 2: AE release 2.0 + T1 and PWE3 alarms added. + T1 and PWE3 PM MIBs added." + ::= { aeOnt 1 } + +aeOntModelNum OBJECT-TYPE + SYNTAX AeOntModelNum + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object identifies the ONT Model Number." + ::= { aeOnt 2 } + +aeOntFsanSerNum OBJECT-TYPE + SYNTAX AeFsanSerialNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object identifies the FSAN serial number." + ::= { aeOnt 3 } + +aeOntFirmwareVersion OBJECT-TYPE + SYNTAX AeOntFirmwareVersion + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object identifies the firmware version + currently running on the ONT." + ::= { aeOnt 4 } + +aeOntRegistrationPeriod OBJECT-TYPE + SYNTAX AeOntRegistrationPeriod + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the time period (in seconds) between + the sending of recurring ONT registraion SNMP traps." + ::= { aeOnt 5 } + +aeOntReset OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Write to this object would reinitialize the ONT" + ::= { aeOnt 6 } + +aeOntRegistrationID OBJECT-TYPE + SYNTAX AeRegistrationID + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object identifies the Registration ID." + ::= { aeOnt 7 } + +aeOntRegisterState OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Write to this object would transition the ONT to registered state" + ::= { aeOnt 8 } + +aeOntLabel OBJECT-TYPE + SYNTAX AeBriefText + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The descriptive label assigned to the ONT." + ::= { aeOnt 9 } + +aeOntConfigMethod OBJECT-TYPE + SYNTAX AeConfigMethod + MAX-ACCESS read-only + STATUS current + DESCRIPTION "ONT configuration method, i.e. config file, TR69, SNMP, etc" + ::= { aeOnt 10 } + +aeOntConfigFilename OBJECT-TYPE + SYNTAX AeConfigFilename + MAX-ACCESS read-only + STATUS current + DESCRIPTION "ONT configuration filename in used" + ::= { aeOnt 11 } + +aeOntConfigFileMarker OBJECT-TYPE + SYNTAX AeConfigFileMarker + MAX-ACCESS read-only + STATUS current + DESCRIPTION "ONT configuration filename marker" + ::= { aeOnt 12 } + +aeOntConfigFileMIC OBJECT-TYPE + SYNTAX AeConfigMIC + MAX-ACCESS read-only + STATUS current + DESCRIPTION "ONT configuration filename message integrity code" + ::= { aeOnt 13 } + +aeOntPrimaryManagementServer OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Primary management server IP address" + ::= { aeOnt 14 } + +aeOntDeviceStatus OBJECT-TYPE + SYNTAX AeDeviceStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Device status, i.e., acquired IP address, configured with ONT specific + file, generic file, cached file, etc" + ::= { aeOnt 15 } + +aeOntConfigStatus OBJECT-TYPE + SYNTAX AeConfigStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Configuration status, i.e., no errors, configured with errors, not configured" + ::= { aeOnt 16 } + +aeOntManagementVlanId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Management VLAN ID" + ::= { aeOnt 17 } + +aeOntMfgSerNum OBJECT-TYPE + SYNTAX AeMfgSerialNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object identifies the MFG serial number." + ::= { aeOnt 18 } + +-- ******************************************************************************* +-- +-- Notification Objects +-- +-- ******************************************************************************* + +-- Notification objects for ONT Alarm Traps + +aeTrapSequenceNo OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "Uniquely identifies each alarm trap that is transmitted by the ONT. + The value Increment for each alarm trap that is transmitted. + The first trap has a sequence number of one (1)." + ::= { aeNotificationObjects 1 } + +aeTrapEquipmentType OBJECT-TYPE + SYNTAX AeEquipmentType + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The type of physical equipment the ONT Alarm is associated with." + ::= { aeNotificationObjects 2 } + +aeTrapEquipmentInstance OBJECT-TYPE + SYNTAX AeEquipmentInstance + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The instance of the physical equipment the ONT Alarm is assocaited with." + ::= { aeNotificationObjects 3 } + +aeTrapAlarmType OBJECT-TYPE + SYNTAX AeAlarmType + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The type of the ONT Alarm." + ::= { aeNotificationObjects 4 } + +aeTrapAlarmStatus OBJECT-TYPE + SYNTAX AeCondStatus + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The status of the ONT alarm - on/off." + ::= { aeNotificationObjects 5 } + +aeTrapAlarmSeverityLevel OBJECT-TYPE + SYNTAX AeCondSeverityLevel + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The severity level of the ONT Alarm." + ::= { aeNotificationObjects 6 } + +aeTrapServiceAffecting OBJECT-TYPE + SYNTAX AeCondServiceAffecting + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "This value indicated whether the ONT Alarm is service affecting or not." + ::= { aeNotificationObjects 7 } + +aeTrapText OBJECT-TYPE + SYNTAX AeText + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "This object contains the brief description about the ONT Alarm." + ::= { aeNotificationObjects 8 } + +aeTrapTimeStamp OBJECT-TYPE + SYNTAX AeBriefText + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "Local time string for the ONT Alarm." + ::= { aeNotificationObjects 9 } + +aeTrapTime OBJECT-TYPE + SYNTAX AeTime + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "UTC time integer of the ONT Alarm." + ::= { aeNotificationObjects 10 } + +-- Notificaiton objects for ONT Registration Traps + +aeTrapFsanSerialNumber OBJECT-TYPE + SYNTAX AeFsanSerialNumber + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The FSAN Serial Number of the ONT expressed as 4 charaters and 8 hex digits." + ::= { aeNotificationObjects 12 } + +aeTrapIpAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The IP Address assigned to the ONT." + ::= { aeNotificationObjects 13 } + +aeTrapMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "External MAC Address of the ONT." + ::= { aeNotificationObjects 14 } + +aeTrapOntState OBJECT-TYPE + SYNTAX AeOntState + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "ONT SNMP provisioning state." + ::= { aeNotificationObjects 15 } + +aeTrapOntLabel OBJECT-TYPE + SYNTAX AeText + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The descriptive label assigned to the ONT." + ::= { aeNotificationObjects 16 } + +aeTrapRegistrationID OBJECT-TYPE + SYNTAX AeRegistrationID + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The Registration ID of the ONT expressed as max 10 char numerical string." + ::= { aeNotificationObjects 17 } + +aeTrapDeviceClass OBJECT-TYPE + SYNTAX AeDeviceClass + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "Device class (ONT)" + ::= { aeNotificationObjects 18 } + +aeTrapDeviceModel OBJECT-TYPE + SYNTAX AeOntModelNum + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "Device model, i.e. ONT model number 710GX, etc" + ::= { aeNotificationObjects 19 } + +aeTrapFirmwareRevision OBJECT-TYPE + SYNTAX AeOntFirmwareVersion + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "This object identifies the firmware version + currently running on the ONT." + ::= { aeNotificationObjects 20 } + +aeTrapConfigMethod OBJECT-TYPE + SYNTAX AeConfigMethod + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "ONT configuration method, i.e. config file, TR69, SNMP, etc" + ::= { aeNotificationObjects 21 } + +aeTrapConfigFilename OBJECT-TYPE + SYNTAX AeConfigFilename + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "ONT configuration filename in used" + ::= { aeNotificationObjects 22 } + +aeTrapConfigFileMarker OBJECT-TYPE + SYNTAX AeConfigFileMarker + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "ONT configuration filename marker" + ::= { aeNotificationObjects 23 } + +aeTrapConfigFileMIC OBJECT-TYPE + SYNTAX AeConfigMIC + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "ONT configuration filename message integrity code" + ::= { aeNotificationObjects 24 } + +aeTrapPrimaryManagementServer OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "Primary management server IP address" + ::= { aeNotificationObjects 25 } + +aeTrapDeviceStatus OBJECT-TYPE + SYNTAX AeDeviceStatus + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "Device status, i.e., acquired IP address, configured with ONT specific + file, generic file, cached file, etc" + ::= { aeNotificationObjects 26 } + +aeTrapConfigStatus OBJECT-TYPE + SYNTAX AeConfigStatus + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "Configuration status, i.e., no errors, configured with errors, not configured" + ::= { aeNotificationObjects 27 } + +aeTrapManagementVlanId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "Management VLAN ID" + ::= { aeNotificationObjects 28 } + +aeTrapMfgSerialNumber OBJECT-TYPE + SYNTAX AeMfgSerialNumber + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The MFG Serial Number of the ONT expressed as decimal digits." + ::= { aeNotificationObjects 29 } + +-- ******************************************************************************* +-- +-- Traps +-- +-- ******************************************************************************* +aeTrapRegistration NOTIFICATION-TYPE + OBJECTS { + aeTrapFsanSerialNumber, + aeTrapIpAddr, + aeTrapMacAddress, + aeTrapOntState, + aeTrapOntLabel, + aeTrapRegistrationID, + aeTrapDeviceClass, + aeTrapDeviceModel, + aeTrapFirmwareRevision, + aeTrapConfigMethod, + aeTrapConfigFilename, + aeTrapConfigFileMarker, + aeTrapConfigFileMIC, + aeTrapPrimaryManagementServer, + aeTrapDeviceStatus, + aeTrapConfigStatus, + aeTrapManagementVlanId, + aeTrapSequenceNo, + aeTrapMfgSerialNumber, + } + STATUS current + DESCRIPTION "aeTrapRegistration is generated periodically after the ONT boots. + It is sent more frequently before it is pinged and slows down afterwards." + ::= { aeNotifications 1 } + +aeTrapAlarm NOTIFICATION-TYPE + OBJECTS { + aeTrapSequenceNo, + aeTrapEquipmentType, + aeTrapEquipmentInstance, + aeTrapAlarmType, + aeTrapAlarmStatus, + aeTrapAlarmSeverityLevel, + aeTrapServiceAffecting, + aeTrapText, + aeTrapTimeStamp, + aeTrapTime, + aeTrapFsanSerialNumber, + aeTrapRegistrationID + } + STATUS current + DESCRIPTION "aeTrapAlarm is generated whenever an alarm is raised or cleared." + ::= { aeNotifications 2 } + +-- ******************************************************************************* +-- +-- Alarm Table +-- +-- ******************************************************************************* +aeAlarmTable OBJECT-TYPE + SYNTAX SEQUENCE OF AeAlarmEntrySeq + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The Current Alarm Table." + ::= { aeAlarms 1 } + +aeAlarmEntry OBJECT-TYPE + SYNTAX AeAlarmEntrySeq + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Each entry corresponds to one active Alarm." + INDEX { aeAlarmIndex } + ::= { aeAlarmTable 1 } + +AeAlarmEntrySeq ::= + SEQUENCE { + aeAlarmIndex + INTEGER, + aeAlarmSequence + Integer32, + aeAlarmEquipmentType + AeEquipmentType, + aeAlarmEquipmentInstance + AeEquipmentInstance, + aeAlarmAlarmType + AeAlarmType, + aeAlarmStatus + AeCondStatus, + aeAlarmSeverityLevel + AeCondSeverityLevel, + aeAlarmServiceAffecting + AeCondServiceAffecting, + aeAlarmTimeStamp + AeBriefText, + aeAlarmTime + AeTime, + aeAlarmText + AeBriefText + } + +aeAlarmIndex OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The ONT's Alarm Identifier index number" + ::= { aeAlarmEntry 1 } + +aeAlarmSequence OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The Sequence number the Alarm Trap was sent with." + ::= { aeAlarmEntry 2 } + +aeAlarmEquipmentType OBJECT-TYPE + SYNTAX AeEquipmentType + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The type of physical equipment the ONT Alarm is associated with." + ::= { aeAlarmEntry 3 } + +aeAlarmEquipmentInstance OBJECT-TYPE + SYNTAX AeEquipmentInstance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The instance of the physical equipment the ONT Alarm is assocaited with." + ::= { aeAlarmEntry 4 } + +aeAlarmAlarmType OBJECT-TYPE + SYNTAX AeAlarmType + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The type of the ONT Alarm." + ::= { aeAlarmEntry 5 } + +aeAlarmStatus OBJECT-TYPE + SYNTAX AeCondStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The status of the ONT alarm - on/off." + ::= { aeAlarmEntry 6 } + +aeAlarmSeverityLevel OBJECT-TYPE + SYNTAX AeCondSeverityLevel + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The severity level of the ONT Alarm." + ::= { aeAlarmEntry 7 } + +aeAlarmServiceAffecting OBJECT-TYPE + SYNTAX AeCondServiceAffecting + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This value indicated wether this alarm is service affecting or not." + ::= { aeAlarmEntry 8 } + +aeAlarmTimeStamp OBJECT-TYPE + SYNTAX AeBriefText + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Local time string for the ONT Alarm." + ::= { aeAlarmEntry 9 } + +aeAlarmTime OBJECT-TYPE + SYNTAX AeTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION "UTC time integer of the ONT Alarm" + ::= { aeAlarmEntry 10 } + +aeAlarmText OBJECT-TYPE + SYNTAX AeText + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object contains the brief description about the ONT Alarm." + ::= { aeAlarmEntry 11 } + +END diff --git a/mibs/calix/AE-PM-TABLE-MIB b/mibs/calix/AE-PM-TABLE-MIB new file mode 100644 index 0000000000..bf57fdd7c6 --- /dev/null +++ b/mibs/calix/AE-PM-TABLE-MIB @@ -0,0 +1,2176 @@ +AE-PM-TABLE-MIB DEFINITIONS ::= BEGIN + +IMPORTS + OBJECT-TYPE, + MODULE-IDENTITY, + Counter32 + FROM SNMPv2-SMI + + RowStatus + FROM SNMPv2-TC + + AePwe3AggInstance, + AePwe3T1Instance, + AePwe3BundleInstance, + PerfCurrentCount, + PerfInvalidFlag, + AeThresholdCrossingIndex, + AeThresholdCrossingPointer + FROM AE-TC + + pSeries + FROM AE-ALARM-TABLE-MIB + ; + +aePmModule MODULE-IDENTITY + LAST-UPDATED "201001150000Z" + ORGANIZATION "Calix Networks, Inc." + CONTACT-INFO + " Calix Networks, Inc. + + Postal: 1035 North McDowell Boulevard + Petaluma, CA 94954-1173 + USA + + Phone: +1 707 766 3000 + Fax: +1 707 766 3100 + + E-mail: mib-info@calix.com" + DESCRIPTION "This management information module contains AE ONT performance statistics." + + REVISION "201001150000Z" + DESCRIPTION "Initial release." + ::= { pSeries 5 } + + aePmTCModule OBJECT IDENTIFIER ::= { aePmModule 1 } + aePwe3PmModule OBJECT IDENTIFIER ::= { aePmModule 2 } + +-------------------------------------------------------------------------- +-- +-- General PM Design: +-- Each group of stats requires 4 tables: +-- 1 current 15-minute bucket +-- 1..n interval 15-minute buckets (typically 96 of these to cover a 24-hour period) +-- 1 current 24-hour bucket +-- 1..n interval 24-hour buckets (typically 1 of these buckets for yesterday) +-- +-------------------------------------------------------------------------- + +--************************************************************************ +-- +-- AE PM TC (threshold crossing) Module +-- Placeholder. Not currently implemented. +-- +--************************************************************************ +aeThresholdCrossingTable OBJECT-TYPE + SYNTAX SEQUENCE OF AeThresholdCrossingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains threshold values for the + performance monitoring parameters maintained by other + entities. Other entities may point to this table. + Multiple other entities may point to a single entry in + this table. + + The convention for threshold crossing values is a + value of 0 means the threshold value is not being + checked, i.e., the TCA is disabled." + ::= { aePmTCModule 1 } + +aeThresholdCrossingEntry OBJECT-TYPE + SYNTAX AeThresholdCrossingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each entry contains one set of threshold crossing + values." + INDEX { aeThresholdCrossingIndex } + ::= { aeThresholdCrossingTable 1 } + +AeThresholdCrossingEntry ::= + SEQUENCE { + aeThresholdCrossingIndex + AeThresholdCrossingIndex, + aeThresholdCrossingValue1 + PerfCurrentCount, + aeThresholdCrossingValue2 + PerfCurrentCount, + aeThresholdCrossingValue3 + PerfCurrentCount, + aeThresholdCrossingValue4 + PerfCurrentCount, + aeThresholdCrossingValue5 + PerfCurrentCount, + aeThresholdCrossingValue6 + PerfCurrentCount, + aeThresholdCrossingValue7 + PerfCurrentCount, + aeThresholdCrossingValue8 + PerfCurrentCount, + aeThresholdCrossingValue9 + PerfCurrentCount, + aeThresholdCrossingValue10 + PerfCurrentCount, + aeThresholdCrossingValue11 + PerfCurrentCount, + aeThresholdCrossingValue12 + PerfCurrentCount, + aeThresholdCrossingValue13 + PerfCurrentCount, + aeThresholdCrossingValue14 + PerfCurrentCount, + aeThresholdCrossingValue15 + PerfCurrentCount, + aeThresholdCrossingValue16 + PerfCurrentCount, + aeThresholdCrossingRowStatus + RowStatus + } + +aeThresholdCrossingIndex OBJECT-TYPE + SYNTAX AeThresholdCrossingIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object identifies the index info the + threshold crossing table." + ::= { aeThresholdCrossingEntry 1 } + +aeThresholdCrossingValue1 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 1st thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 2 } + +aeThresholdCrossingValue2 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 2nd thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 3 } + +aeThresholdCrossingValue3 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 3rd thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 4 } + +aeThresholdCrossingValue4 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 4th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 5 } + +aeThresholdCrossingValue5 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 5th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 6 } + +aeThresholdCrossingValue6 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 6th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 7 } + +aeThresholdCrossingValue7 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 7th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 8 } + +aeThresholdCrossingValue8 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 8th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 9 } + +aeThresholdCrossingValue9 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 9th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 10 } + +aeThresholdCrossingValue10 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 10th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 11 } + +aeThresholdCrossingValue11 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 11th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 12 } + +aeThresholdCrossingValue12 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 12th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 13 } + +aeThresholdCrossingValue13 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 13th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 14 } + +aeThresholdCrossingValue14 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 14th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 15 } + +aeThresholdCrossingValue15 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 15th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 16 } + +aeThresholdCrossingValue16 OBJECT-TYPE + SYNTAX PerfCurrentCount + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object identifies the threshold value + for the 16th thresholded counter. A value of + zero indicates no threshold value." + DEFVAL { 0 } + ::= { aeThresholdCrossingEntry 17 } + +aeThresholdCrossingRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "This object is used for row creation." + ::= { aeThresholdCrossingEntry 18 } + +--************************************************************************ +-- +-- AE PWE3 PM Module +-- 1. Bundle Interface PM Tables (Individual packet pseudowires) +-- 2. T1 Interface PM Tables (TDM T1 ports) +-- 3. Aggregate Bundle Interface PM Tables (PWE3 Ethernet interface) +-- +-- 12 tables total +-- +--************************************************************************ + +-------------------------------------------------------------------------- +-- +-- Current 15-minute PWE3 Bundle (individual pseudowire) PM Table +-- +-------------------------------------------------------------------------- +aePwe3BunCurrent15Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3BunCurrent15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The bundle table contains statistics for the pseudowire connection (i.e. bundle)." + ::= { aePwe3PmModule 1 } + +aePwe3BunCurrent15Entry OBJECT-TYPE + SYNTAX AePwe3BunCurrent15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3BunCurrent15Port, + aePwe3BunCurrent15Bundle } + ::= { aePwe3BunCurrent15Table 1 } + +AePwe3BunCurrent15Entry ::= + SEQUENCE { + aePwe3BunCurrent15Port + AePwe3T1Instance, + aePwe3BunCurrent15Bundle + AePwe3BundleInstance, + aePwe3BunCurrent15RxPacket + Counter32, + aePwe3BunCurrent15TxPacket + Counter32, + aePwe3BunCurrent15LostPacket + Counter32, + aePwe3BunCurrent15DiscardPacket + Counter32, + aePwe3BunCurrent15ReorderPacket + Counter32, + aePwe3BunCurrent15JumpedPacket + Counter32, + aePwe3BunCurrent15MalformedSec + Counter32, + aePwe3BunCurrent15TxRbitSec + Counter32, + aePwe3BunCurrent15TxLbitSec + Counter32, + aePwe3BunCurrent15RxRbitSec + Counter32, + aePwe3BunCurrent15RxLbitSec + Counter32, + aePwe3BunCurrent15JitterBufferUnderrun + Counter32, + aePwe3BunCurrent15JitterBufferOverrun + Counter32, + aePwe3BunCurrent15ES + Counter32, + aePwe3BunCurrent15UAS + Counter32, + aePwe3BunCurrent15ValidData + PerfInvalidFlag, + aePwe3BunCurrent15ThresholdCrossingPointer + AeThresholdCrossingPointer + } + +aePwe3BunCurrent15Port OBJECT-TYPE + SYNTAX AePwe3T1Instance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The T1 port instance associated with this bundle." + ::= { aePwe3BunCurrent15Entry 1 } + +aePwe3BunCurrent15Bundle OBJECT-TYPE + SYNTAX AePwe3BundleInstance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The bundle instance (identifier) associated with this pseudowire." + ::= { aePwe3BunCurrent15Entry 2 } + +aePwe3BunCurrent15RxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received. Under normal conditions, the received + and transmitted counts will increment at the same rate." + ::= { aePwe3BunCurrent15Entry 3 } + +aePwe3BunCurrent15TxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets transmitted. Under normal conditions, the received + and transmitted counts will increment at the same rate." + ::= { aePwe3BunCurrent15Entry 4 } + +aePwe3BunCurrent15LostPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets lost. These are packets that were never received as + determined by gaps in the packet sequence numbers." + ::= { aePwe3BunCurrent15Entry 5 } + +aePwe3BunCurrent15DiscardPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received but discarded. Packets may be discarded + if they are received too far out of order to be reordered." + ::= { aePwe3BunCurrent15Entry 6 } + +aePwe3BunCurrent15ReorderPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received and reordered. If packets are received out + of order, an attempt is made to reorder. Reordering packets does + not result in an error on the T1. However, this could be used as an + indication that there is congestion within the network." + ::= { aePwe3BunCurrent15Entry 7 } + +aePwe3BunCurrent15JumpedPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets jumped. A jump occurs when there is a gap in the sequence + numbers. As such, lost = jumped - reordered. If packets are not arriving out of + order, then the lost = jumped. This is an indication that packet(s) are dropping + somewhere within the network." + ::= { aePwe3BunCurrent15Entry 8 } + +aePwe3BunCurrent15MalformedSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds a packet length mismatch has been detected. The packet + size must be the same at each end of the pseudowire. This is an indication + of a configuration problem." + ::= { aePwe3BunCurrent15Entry 9 } + +aePwe3BunCurrent15TxRbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been transmitted with the R-bit asserted. + The R-bit is asserted in the transmit packets when a bundle stops receiving + packets. This could indicate that the other end of the pseudowire is not + configured." + ::= { aePwe3BunCurrent15Entry 10 } + +aePwe3BunCurrent15TxLbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been transmitted with the L-bit asserted. + The L-bit is asserted in the transmit packets when there is a local T1 LOS + condition." + ::= { aePwe3BunCurrent15Entry 11 } + +aePwe3BunCurrent15RxRbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been received with the R-bit asserted. + This is an indication that the other end of the pseudowire is not receiving + packets." + ::= { aePwe3BunCurrent15Entry 12 } + +aePwe3BunCurrent15RxLbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been received with the L-bit asserted. + This is an indication that there is a far-end T1 LOS condition." + ::= { aePwe3BunCurrent15Entry 13 } + +aePwe3BunCurrent15JitterBufferUnderrun OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of jitter buffer underruns that have been detected. The jitter buffer + has emptied (packet reception is too slow). This could be an indication that the + jitter buffer is not configured big enough to accommodate the network packet + delay variation." + ::= { aePwe3BunCurrent15Entry 14 } + +aePwe3BunCurrent15JitterBufferOverrun OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of jitter buffer overruns that have been detected. The jitter buffer + is full and there is no room for addition packets. This could be an indication + of a timing problem (T1 timing at each end of the pseudowire is not synchronous)." + ::= { aePwe3BunCurrent15Entry 15 } + +aePwe3BunCurrent15ES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errored seconds. + An errored second is counted for any of the following conditions: + Lost Packets + Discarded Packets + Jitter Buffer Underrun + Jitter Buffer Overrun" + ::= { aePwe3BunCurrent15Entry 16 } + +aePwe3BunCurrent15UAS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of unavailable seconds. + An unavailable second is counted for any of the following conditions: + Packet Size Mismatch + R-bit is being transmitted + L-bit is being transmitted + R-bit is being received + L-bit is being received + Not receiving any packets + Not transmitting any packets + Bundle is not yet connected (e.g. ARP is not resolved)" + ::= { aePwe3BunCurrent15Entry 17 } + +aePwe3BunCurrent15ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the validity of the data in the bucket." + ::= { aePwe3BunCurrent15Entry 18 } + +aePwe3BunCurrent15ThresholdCrossingPointer OBJECT-TYPE + SYNTAX AeThresholdCrossingPointer + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the index of the threshold crossing entry. + Threshold crossings are not implemented." + DEFVAL { 0 } + ::= { aePwe3BunCurrent15Entry 19 } + +-------------------------------------------------------------------------- +-- +-- Interval 15-minute PWE3 Bundle (individual pseudowire) PM Table +-- +-------------------------------------------------------------------------- +aePwe3BunInterval15Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3BunInterval15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The bundle table contains statistics for the pseudowire connection (i.e. bundle)." + ::= { aePwe3PmModule 2 } + +aePwe3BunInterval15Entry OBJECT-TYPE + SYNTAX AePwe3BunInterval15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3BunInterval15Port, + aePwe3BunInterval15Bundle, + aePwe3BunInterval15Interval } + ::= { aePwe3BunInterval15Table 1 } + +AePwe3BunInterval15Entry ::= + SEQUENCE { + aePwe3BunInterval15Port + AePwe3T1Instance, + aePwe3BunInterval15Bundle + AePwe3BundleInstance, + aePwe3BunInterval15Interval + INTEGER, + aePwe3BunInterval15RxPacket + Counter32, + aePwe3BunInterval15TxPacket + Counter32, + aePwe3BunInterval15LostPacket + Counter32, + aePwe3BunInterval15DiscardPacket + Counter32, + aePwe3BunInterval15ReorderPacket + Counter32, + aePwe3BunInterval15JumpedPacket + Counter32, + aePwe3BunInterval15MalformedSec + Counter32, + aePwe3BunInterval15TxRbitSec + Counter32, + aePwe3BunInterval15TxLbitSec + Counter32, + aePwe3BunInterval15RxRbitSec + Counter32, + aePwe3BunInterval15RxLbitSec + Counter32, + aePwe3BunInterval15JitterBufferUnderrun + Counter32, + aePwe3BunInterval15JitterBufferOverrun + Counter32, + aePwe3BunInterval15ES + Counter32, + aePwe3BunInterval15UAS + Counter32, + aePwe3BunInterval15ValidData + PerfInvalidFlag + } + +aePwe3BunInterval15Port OBJECT-TYPE + SYNTAX AePwe3T1Instance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The T1 port instance associated with this bundle." + ::= { aePwe3BunInterval15Entry 1 } + +aePwe3BunInterval15Bundle OBJECT-TYPE + SYNTAX AePwe3BundleInstance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The bundle instance (identifier) associated with this pseudowire." + ::= { aePwe3BunInterval15Entry 2 } + +aePwe3BunInterval15Interval OBJECT-TYPE + SYNTAX INTEGER(1..96) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "There are 32 15-minute bucket intervals." + ::= { aePwe3BunInterval15Entry 3 } + +aePwe3BunInterval15RxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received. Under normal conditions, the received + and transmitted counts will increment at the same rate." + ::= { aePwe3BunInterval15Entry 4 } + +aePwe3BunInterval15TxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets transmitted. Under normal conditions, the received + and transmitted counts will increment at the same rate." + ::= { aePwe3BunInterval15Entry 5 } + +aePwe3BunInterval15LostPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets lost. These are packets that were never received as + determined by gaps in the packet sequence numbers." + ::= { aePwe3BunInterval15Entry 6 } + +aePwe3BunInterval15DiscardPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received but discarded. Packets may be discarded + if they are received too far out of order to be reordered." + ::= { aePwe3BunInterval15Entry 7 } + +aePwe3BunInterval15ReorderPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received and reordered. If packets are received out + of order, an attempt is made to reorder. Reordering packets does + not result in an error on the T1. However, this could be used as an + indication that there is congestion within the network." + ::= { aePwe3BunInterval15Entry 8 } + +aePwe3BunInterval15JumpedPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets jumped. A jump occurs when there is a gap in the sequence + numbers. As such, lost = jumped - reordered. If packets are not arriving out of + order, then the lost = jumped. This is an indication that packet(s) are dropping + somewhere within the network." + ::= { aePwe3BunInterval15Entry 9 } + +aePwe3BunInterval15MalformedSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds a packet length mismatch has been detected. The packet + size must be the same at each end of the pseudowire. This is an indication + of a configuration problem." + ::= { aePwe3BunInterval15Entry 10 } + +aePwe3BunInterval15TxRbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been transmitted with the R-bit asserted. + The R-bit is asserted in the transmit packets when a bundle stops receiving + packets. This could indicate that the other end of the pseudowire is not + configured." + ::= { aePwe3BunInterval15Entry 11 } + +aePwe3BunInterval15TxLbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been transmitted with the L-bit asserted. + The L-bit is asserted in the transmit packets when there is a local T1 LOS + condition." + ::= { aePwe3BunInterval15Entry 12 } + +aePwe3BunInterval15RxRbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been received with the R-bit asserted. + This is an indication that the other end of the pseudowire is not receiving + packets." + ::= { aePwe3BunInterval15Entry 13 } + +aePwe3BunInterval15RxLbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been received with the L-bit asserted. + This is an indication that there is a far-end T1 LOS condition." + ::= { aePwe3BunInterval15Entry 14 } + +aePwe3BunInterval15JitterBufferUnderrun OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of jitter buffer underruns that have been detected. The jitter buffer + has emptied (packet reception is too slow). This could be an indication that the + jitter buffer is not configured big enough to accommodate the network packet + delay variation." + ::= { aePwe3BunInterval15Entry 15 } + +aePwe3BunInterval15JitterBufferOverrun OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of jitter buffer overruns that have been detected. The jitter buffer + is full and there is no room for addition packets. This could be an indication + of a timing problem (T1 timing at each end of the pseudowire is not synchronous)." + ::= { aePwe3BunInterval15Entry 16 } + +aePwe3BunInterval15ES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errored seconds. + See current15 table description." + ::= { aePwe3BunInterval15Entry 17 } + +aePwe3BunInterval15UAS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of unavailable seconds. + See current15 table description." + ::= { aePwe3BunInterval15Entry 18 } + +aePwe3BunInterval15ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the validity of the data in the bucket." + ::= { aePwe3BunInterval15Entry 19 } + +-------------------------------------------------------------------------- +-- +-- Current 24-hour PWE3 Bundle (individual pseudowire) PM Table +-- +-------------------------------------------------------------------------- +aePwe3BunCurrent24Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3BunCurrent24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The bundle table contains statistics for the pseudowire connection (i.e. bundle)." + ::= { aePwe3PmModule 3 } + +aePwe3BunCurrent24Entry OBJECT-TYPE + SYNTAX AePwe3BunCurrent24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3BunCurrent24Port, + aePwe3BunCurrent24Bundle } + ::= { aePwe3BunCurrent24Table 1 } + +AePwe3BunCurrent24Entry ::= + SEQUENCE { + aePwe3BunCurrent24Port + AePwe3T1Instance, + aePwe3BunCurrent24Bundle + AePwe3BundleInstance, + aePwe3BunCurrent24RxPacket + Counter32, + aePwe3BunCurrent24TxPacket + Counter32, + aePwe3BunCurrent24LostPacket + Counter32, + aePwe3BunCurrent24DiscardPacket + Counter32, + aePwe3BunCurrent24ReorderPacket + Counter32, + aePwe3BunCurrent24JumpedPacket + Counter32, + aePwe3BunCurrent24MalformedSec + Counter32, + aePwe3BunCurrent24TxRbitSec + Counter32, + aePwe3BunCurrent24TxLbitSec + Counter32, + aePwe3BunCurrent24RxRbitSec + Counter32, + aePwe3BunCurrent24RxLbitSec + Counter32, + aePwe3BunCurrent24JitterBufferUnderrun + Counter32, + aePwe3BunCurrent24JitterBufferOverrun + Counter32, + aePwe3BunCurrent24ES + Counter32, + aePwe3BunCurrent24UAS + Counter32, + aePwe3BunCurrent24ValidData + PerfInvalidFlag, + aePwe3BunCurrent24ThresholdCrossingPointer + AeThresholdCrossingPointer + } + +aePwe3BunCurrent24Port OBJECT-TYPE + SYNTAX AePwe3T1Instance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The T1 port instance associated with this bundle." + ::= { aePwe3BunCurrent24Entry 1 } + +aePwe3BunCurrent24Bundle OBJECT-TYPE + SYNTAX AePwe3BundleInstance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The bundle instance (identifier) associated with this pseudowire." + ::= { aePwe3BunCurrent24Entry 2 } + +aePwe3BunCurrent24RxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received. Under normal conditions, the received + and transmitted counts will increment at the same rate." + ::= { aePwe3BunCurrent24Entry 3 } + +aePwe3BunCurrent24TxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets transmitted. Under normal conditions, the received + and transmitted counts will increment at the same rate." + ::= { aePwe3BunCurrent24Entry 4 } + +aePwe3BunCurrent24LostPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets lost. These are packets that were never received as + determined by gaps in the packet sequence numbers." + ::= { aePwe3BunCurrent24Entry 5 } + +aePwe3BunCurrent24DiscardPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received but discarded. Packets may be discarded + if they are received too far out of order to be reordered." + ::= { aePwe3BunCurrent24Entry 6 } + +aePwe3BunCurrent24ReorderPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received and reordered. If packets are received out + of order, an attempt is made to reorder. Reordering packets does + not result in an error on the T1. However, this could be used as an + indication that there is congestion within the network." + ::= { aePwe3BunCurrent24Entry 7 } + +aePwe3BunCurrent24JumpedPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets jumped. A jump occurs when there is a gap in the sequence + numbers. As such, lost = jumped - reordered. If packets are not arriving out of + order, then the lost = jumped. This is an indication that packet(s) are dropping + somewhere within the network." + ::= { aePwe3BunCurrent24Entry 8 } + +aePwe3BunCurrent24MalformedSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds a packet length mismatch has been detected. The packet + size must be the same at each end of the pseudowire. This is an indication + of a configuration problem." + ::= { aePwe3BunCurrent24Entry 9 } + +aePwe3BunCurrent24TxRbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been transmitted with the R-bit asserted. + The R-bit is asserted in the transmit packets when a bundle stops receiving + packets. This could indicate that the other end of the pseudowire is not + configured." + ::= { aePwe3BunCurrent24Entry 10 } + +aePwe3BunCurrent24TxLbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been transmitted with the L-bit asserted. + The L-bit is asserted in the transmit packets when there is a local T1 LOS + condition." + ::= { aePwe3BunCurrent24Entry 11 } + +aePwe3BunCurrent24RxRbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been received with the R-bit asserted. + This is an indication that the other end of the pseudowire is not receiving + packets." + ::= { aePwe3BunCurrent24Entry 12 } + +aePwe3BunCurrent24RxLbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been received with the L-bit asserted. + This is an indication that there is a far-end T1 LOS condition." + ::= { aePwe3BunCurrent24Entry 13 } + +aePwe3BunCurrent24JitterBufferUnderrun OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of jitter buffer underruns that have been detected. The jitter buffer + has emptied (packet reception is too slow). This could be an indication that the + jitter buffer is not configured big enough to accommodate the network packet + delay variation." + ::= { aePwe3BunCurrent24Entry 14 } + +aePwe3BunCurrent24JitterBufferOverrun OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of jitter buffer overruns that have been detected. The jitter buffer + is full and there is no room for addition packets. This could be an indication + of a timing problem (T1 timing at each end of the pseudowire is not synchronous)." + ::= { aePwe3BunCurrent24Entry 15 } + +aePwe3BunCurrent24ES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errored seconds. + See current15 table description." + ::= { aePwe3BunCurrent24Entry 16 } + +aePwe3BunCurrent24UAS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of unavailable seconds. + See current15 table description." + ::= { aePwe3BunCurrent24Entry 17 } + +aePwe3BunCurrent24ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the validity of the data in the bucket." + ::= { aePwe3BunCurrent24Entry 18 } + +aePwe3BunCurrent24ThresholdCrossingPointer OBJECT-TYPE + SYNTAX AeThresholdCrossingPointer + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the index of the threshold crossing entry. + Threshold crossings are not implemented." + DEFVAL { 0 } + ::= { aePwe3BunCurrent24Entry 19 } + +-------------------------------------------------------------------------- +-- +-- Interval 24-hour PWE3 Bundle (individual pseudowire) PM Table +-- +-------------------------------------------------------------------------- +aePwe3BunInterval24Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3BunInterval24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The bundle table contains statistics for the pseudowire connection (i.e. bundle)." + ::= { aePwe3PmModule 4 } + +aePwe3BunInterval24Entry OBJECT-TYPE + SYNTAX AePwe3BunInterval24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3BunInterval24Port, + aePwe3BunInterval24Bundle, + aePwe3BunInterval24Interval } + ::= { aePwe3BunInterval24Table 1 } + +AePwe3BunInterval24Entry ::= + SEQUENCE { + aePwe3BunInterval24Port + AePwe3T1Instance, + aePwe3BunInterval24Bundle + AePwe3BundleInstance, + aePwe3BunInterval24Interval + INTEGER, + aePwe3BunInterval24RxPacket + Counter32, + aePwe3BunInterval24TxPacket + Counter32, + aePwe3BunInterval24LostPacket + Counter32, + aePwe3BunInterval24DiscardPacket + Counter32, + aePwe3BunInterval24ReorderPacket + Counter32, + aePwe3BunInterval24JumpedPacket + Counter32, + aePwe3BunInterval24MalformedSec + Counter32, + aePwe3BunInterval24TxRbitSec + Counter32, + aePwe3BunInterval24TxLbitSec + Counter32, + aePwe3BunInterval24RxRbitSec + Counter32, + aePwe3BunInterval24RxLbitSec + Counter32, + aePwe3BunInterval24JitterBufferUnderrun + Counter32, + aePwe3BunInterval24JitterBufferOverrun + Counter32, + aePwe3BunInterval24ES + Counter32, + aePwe3BunInterval24UAS + Counter32, + aePwe3BunInterval24ValidData + PerfInvalidFlag + } + +aePwe3BunInterval24Port OBJECT-TYPE + SYNTAX AePwe3T1Instance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The T1 port instance associated with this bundle." + ::= { aePwe3BunInterval24Entry 1 } + +aePwe3BunInterval24Bundle OBJECT-TYPE + SYNTAX AePwe3BundleInstance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The bundle instance (identifier) associated with this pseudowire." + ::= { aePwe3BunInterval24Entry 2 } + +aePwe3BunInterval24Interval OBJECT-TYPE + SYNTAX INTEGER(1..1) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "There is 1 24-hour interval (yesterday)." + ::= { aePwe3BunInterval24Entry 3 } + +aePwe3BunInterval24RxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received. Under normal conditions, the received + and transmitted counts will increment at the same rate." + ::= { aePwe3BunInterval24Entry 4 } + +aePwe3BunInterval24TxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets transmitted. Under normal conditions, the received + and transmitted counts will increment at the same rate." + ::= { aePwe3BunInterval24Entry 5 } + +aePwe3BunInterval24LostPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets lost. These are packets that were never received as + determined by gaps in the packet sequence numbers." + ::= { aePwe3BunInterval24Entry 6 } + +aePwe3BunInterval24DiscardPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received but discarded. Packets may be discarded + if they are received too far out of order to be reordered." + ::= { aePwe3BunInterval24Entry 7 } + +aePwe3BunInterval24ReorderPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received and reordered. If packets are received out + of order, an attempt is made to reorder. Reordering packets does + not result in an error on the T1. However, this could be used as an + indication that there is congestion within the network." + ::= { aePwe3BunInterval24Entry 8 } + +aePwe3BunInterval24JumpedPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets jumped. A jump occurs when there is a gap in the sequence + numbers. As such, lost = jumped - reordered. If packets are not arriving out of + order, then the lost = jumped. This is an indication that packet(s) are dropping + somewhere within the network." + ::= { aePwe3BunInterval24Entry 9 } + +aePwe3BunInterval24MalformedSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds a packet length mismatch has been detected. The packet + size must be the same at each end of the pseudowire. This is an indication + of a configuration problem." + ::= { aePwe3BunInterval24Entry 10 } + +aePwe3BunInterval24TxRbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been transmitted with the R-bit asserted. + The R-bit is asserted in the transmit packets when a bundle stops receiving + packets. This could indicate that the other end of the pseudowire is not + configured." + ::= { aePwe3BunInterval24Entry 11 } + +aePwe3BunInterval24TxLbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been transmitted with the L-bit asserted. + The L-bit is asserted in the transmit packets when there is a local T1 LOS + condition." + ::= { aePwe3BunInterval24Entry 12 } + +aePwe3BunInterval24RxRbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been received with the R-bit asserted. + This is an indication that the other end of the pseudowire is not receiving + packets." + ::= { aePwe3BunInterval24Entry 13 } + +aePwe3BunInterval24RxLbitSec OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds packets have been received with the L-bit asserted. + This is an indication that there is a far-end T1 LOS condition." + ::= { aePwe3BunInterval24Entry 14 } + +aePwe3BunInterval24JitterBufferUnderrun OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of jitter buffer underruns that have been detected. The jitter buffer + has emptied (packet reception is too slow). This could be an indication that the + jitter buffer is not configured big enough to accommodate the network packet + delay variation." + ::= { aePwe3BunInterval24Entry 15 } + +aePwe3BunInterval24JitterBufferOverrun OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of jitter buffer overruns that have been detected. The jitter buffer + is full and there is no room for addition packets. This could be an indication + of a timing problem (T1 timing at each end of the pseudowire is not synchronous)." + ::= { aePwe3BunInterval24Entry 16 } + +aePwe3BunInterval24ES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errored seconds. + See current15 table description." + ::= { aePwe3BunInterval24Entry 17 } + +aePwe3BunInterval24UAS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of unavailable seconds. + See current15 table description." + ::= { aePwe3BunInterval24Entry 18 } + +aePwe3BunInterval24ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the validity of the data in the bucket." + ::= { aePwe3BunInterval24Entry 19 } + +-------------------------------------------------------------------------- +-- +-- Current 15-minute PWE3 T1 PM Table +-- +-------------------------------------------------------------------------- +aePwe3T1Current15Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3T1Current15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The PWE3 T1 table contains statistics for the T1 TDM interface." + ::= { aePwe3PmModule 5 } + +aePwe3T1Current15Entry OBJECT-TYPE + SYNTAX AePwe3T1Current15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3T1Current15Port } + ::= { aePwe3T1Current15Table 1 } + +AePwe3T1Current15Entry ::= + SEQUENCE { + aePwe3T1Current15Port + AePwe3T1Instance, + aePwe3T1Current15LCV + Counter32, + aePwe3T1Current15ES + Counter32, + aePwe3T1Current15SES + Counter32, + aePwe3T1Current15UAS + Counter32, + aePwe3T1Current15CSS + Counter32, + aePwe3T1Current15ValidData + PerfInvalidFlag, + aePwe3T1Current15ThresholdCrossingPointer + AeThresholdCrossingPointer + } + +aePwe3T1Current15Port OBJECT-TYPE + SYNTAX AePwe3T1Instance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The T1 port instance." + ::= { aePwe3T1Current15Entry 1 } + +aePwe3T1Current15LCV OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of line code violations." + ::= { aePwe3T1Current15Entry 2 } + +aePwe3T1Current15ES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of errored seconds." + ::= { aePwe3T1Current15Entry 3 } + +aePwe3T1Current15SES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of severely errored seconds." + ::= { aePwe3T1Current15Entry 4 } + +aePwe3T1Current15UAS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of unavailable seconds." + ::= { aePwe3T1Current15Entry 5 } + +aePwe3T1Current15CSS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of controlled slip seconds." + ::= { aePwe3T1Current15Entry 6 } + +aePwe3T1Current15ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the validity of the data in the bucket." + ::= { aePwe3T1Current15Entry 7 } + +aePwe3T1Current15ThresholdCrossingPointer OBJECT-TYPE + SYNTAX AeThresholdCrossingPointer + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the index of the threshold crossing entry. + Threshold crossings are not implemented." + DEFVAL { 0 } + ::= { aePwe3T1Current15Entry 8 } + +-------------------------------------------------------------------------- +-- +-- Interval 15-minute PWE3 T1 PM Table +-- +-------------------------------------------------------------------------- +aePwe3T1Interval15Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3T1Interval15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The PWE3 T1 table contains statistics for the specified interval + and T1 TDM interface." + ::= { aePwe3PmModule 6 } + +aePwe3T1Interval15Entry OBJECT-TYPE + SYNTAX AePwe3T1Interval15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3T1Interval15Port, + aePwe3T1Interval15Interval } + ::= { aePwe3T1Interval15Table 1 } + +AePwe3T1Interval15Entry ::= + SEQUENCE { + aePwe3T1Interval15Port + AePwe3T1Instance, + aePwe3T1Interval15Interval + INTEGER, + aePwe3T1Interval15LCV + Counter32, + aePwe3T1Interval15ES + Counter32, + aePwe3T1Interval15SES + Counter32, + aePwe3T1Interval15UAS + Counter32, + aePwe3T1Interval15CSS + Counter32, + aePwe3T1Interval15ValidData + PerfInvalidFlag + } + +aePwe3T1Interval15Port OBJECT-TYPE + SYNTAX AePwe3T1Instance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The T1 port instance." + ::= { aePwe3T1Interval15Entry 1 } + +aePwe3T1Interval15Interval OBJECT-TYPE + SYNTAX INTEGER(1..96) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "There are 32 15-minute T1 PM buckets." + ::= { aePwe3T1Interval15Entry 2 } + +aePwe3T1Interval15LCV OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of line code violations." + ::= { aePwe3T1Interval15Entry 3 } + +aePwe3T1Interval15ES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of errored seconds." + ::= { aePwe3T1Interval15Entry 4 } + +aePwe3T1Interval15SES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of severely errored seconds." + ::= { aePwe3T1Interval15Entry 5 } + +aePwe3T1Interval15UAS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of unavailable seconds." + ::= { aePwe3T1Interval15Entry 6 } + +aePwe3T1Interval15CSS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of controlled slip seconds." + ::= { aePwe3T1Interval15Entry 7 } + +aePwe3T1Interval15ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the validity of the data in the bucket." + ::= { aePwe3T1Interval15Entry 8 } + +-------------------------------------------------------------------------- +-- +-- Current 24-hour PWE3 T1 PM Table +-- +-------------------------------------------------------------------------- +aePwe3T1Current24Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3T1Current24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The PWE3 T1 table contains statistics for the T1 TDM interface." + ::= { aePwe3PmModule 7 } + +aePwe3T1Current24Entry OBJECT-TYPE + SYNTAX AePwe3T1Current24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3T1Current24Port } + ::= { aePwe3T1Current24Table 1 } + +AePwe3T1Current24Entry ::= + SEQUENCE { + aePwe3T1Current24Port + AePwe3T1Instance, + aePwe3T1Current24LCV + Counter32, + aePwe3T1Current24ES + Counter32, + aePwe3T1Current24SES + Counter32, + aePwe3T1Current24UAS + Counter32, + aePwe3T1Current24CSS + Counter32, + aePwe3T1Current24ValidData + PerfInvalidFlag, + aePwe3T1Current24ThresholdCrossingPointer + AeThresholdCrossingPointer + } + +aePwe3T1Current24Port OBJECT-TYPE + SYNTAX AePwe3T1Instance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The T1 port instance." + ::= { aePwe3T1Current24Entry 1 } + +aePwe3T1Current24LCV OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of line code violations." + ::= { aePwe3T1Current24Entry 2 } + +aePwe3T1Current24ES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of errored seconds." + ::= { aePwe3T1Current24Entry 3 } + +aePwe3T1Current24SES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of severely errored seconds." + ::= { aePwe3T1Current24Entry 4 } + +aePwe3T1Current24UAS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of unavailable seconds." + ::= { aePwe3T1Current24Entry 5 } + +aePwe3T1Current24CSS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of controlled slip seconds." + ::= { aePwe3T1Current24Entry 6 } + +aePwe3T1Current24ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the validity of the data in the bucket." + ::= { aePwe3T1Current24Entry 7 } + +aePwe3T1Current24ThresholdCrossingPointer OBJECT-TYPE + SYNTAX AeThresholdCrossingPointer + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the index of the threshold crossing entry. + Threshold crossings are not implemented." + DEFVAL { 0 } + ::= { aePwe3T1Current24Entry 8 } + +-------------------------------------------------------------------------- +-- +-- Interval 24-hour PWE3 T1 PM Table +-- +-------------------------------------------------------------------------- +aePwe3T1Interval24Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3T1Interval24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The PWE3 T1 table contains statistics for the specified interval + and T1 TDM interface." + ::= { aePwe3PmModule 8 } + +aePwe3T1Interval24Entry OBJECT-TYPE + SYNTAX AePwe3T1Interval24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3T1Interval24Port, + aePwe3T1Interval24Interval } + ::= { aePwe3T1Interval24Table 1 } + +AePwe3T1Interval24Entry ::= + SEQUENCE { + aePwe3T1Interval24Port + AePwe3T1Instance, + aePwe3T1Interval24Interval + INTEGER, + aePwe3T1Interval24LCV + Counter32, + aePwe3T1Interval24ES + Counter32, + aePwe3T1Interval24SES + Counter32, + aePwe3T1Interval24UAS + Counter32, + aePwe3T1Interval24CSS + Counter32, + aePwe3T1Interval24ValidData + PerfInvalidFlag + } + +aePwe3T1Interval24Port OBJECT-TYPE + SYNTAX AePwe3T1Instance + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The T1 port instance." + ::= { aePwe3T1Interval24Entry 1 } + +aePwe3T1Interval24Interval OBJECT-TYPE + SYNTAX INTEGER(1..1) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "There is 1 24-hour interval (yesterday)." + ::= { aePwe3T1Interval24Entry 2 } + +aePwe3T1Interval24LCV OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of line code violations." + ::= { aePwe3T1Interval24Entry 3 } + +aePwe3T1Interval24ES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of errored seconds." + ::= { aePwe3T1Interval24Entry 4 } + +aePwe3T1Interval24SES OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of severely errored seconds." + ::= { aePwe3T1Interval24Entry 5 } + +aePwe3T1Interval24UAS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of unavailable seconds." + ::= { aePwe3T1Interval24Entry 6 } + +aePwe3T1Interval24CSS OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of controlled slip seconds." + ::= { aePwe3T1Interval24Entry 7 } + +aePwe3T1Interval24ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the validity of the data in the bucket." + ::= { aePwe3T1Interval24Entry 8 } + +-------------------------------------------------------------------------- +-- +-- Current 15-minute PWE3 Aggregate Bundle (Ethernet) Interface PM Table +-- +-------------------------------------------------------------------------- +aePwe3AggCurrent15Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3AggCurrent15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The aggregate bundle table contains statistics for the aggregate (i.e. Ethernet) PWE3 interface." + ::= { aePwe3PmModule 9 } + +aePwe3AggCurrent15Entry OBJECT-TYPE + SYNTAX AePwe3AggCurrent15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3AggCurrent15Instance } + ::= { aePwe3AggCurrent15Table 1 } + +AePwe3AggCurrent15Entry ::= + SEQUENCE { + aePwe3AggCurrent15Instance + AePwe3AggInstance, + aePwe3AggCurrent15RxPacket + Counter32, + aePwe3AggCurrent15RxByte + Counter32, + aePwe3AggCurrent15TxPacket + Counter32, + aePwe3AggCurrent15TxByte + Counter32, + aePwe3AggCurrent15ClassifiedPacket + Counter32, + aePwe3AggCurrent15ValidData + PerfInvalidFlag, + aePwe3AggCurrent15ThresholdCrossingPointer + AeThresholdCrossingPointer + } + +aePwe3AggCurrent15Instance OBJECT-TYPE + SYNTAX AePwe3AggInstance + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index for the aggregate PWE3 interface." + ::= { aePwe3AggCurrent15Entry 1 } + +aePwe3AggCurrent15RxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received. Under normal conditions, the received + and transmitted counts will be incrementing at the same rate." + ::= { aePwe3AggCurrent15Entry 2 } + +aePwe3AggCurrent15RxByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of bytes received." + ::= { aePwe3AggCurrent15Entry 3 } + +aePwe3AggCurrent15TxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets transmitted. Under normal conditions, the received + and transmitted counts will be incrementing at the same rate." + ::= { aePwe3AggCurrent15Entry 4 } + +aePwe3AggCurrent15TxByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of bytes transmitted." + ::= { aePwe3AggCurrent15Entry 5 } + +aePwe3AggCurrent15ClassifiedPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of received packets that have passed classification. Packet + classification is performed on each packet received to determine if the packet + is truly intended for this interface. If the packet passes classification, it + is passed through to the intended T1 interface. + + Under normal conditions, the received packet count and the classified packet + count will be incrementing at the same rate. If the received packet count is + increasing faster than the classified packet count, this is an indication that + stray packets are being received by the interface." + ::= { aePwe3AggCurrent15Entry 6 } + +aePwe3AggCurrent15ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the validity of the data in the bucket." + ::= { aePwe3AggCurrent15Entry 7 } + +aePwe3AggCurrent15ThresholdCrossingPointer OBJECT-TYPE + SYNTAX AeThresholdCrossingPointer + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the index of the threshold crossing entry. + Threshold crossings are not implemented." + DEFVAL { 0 } + ::= { aePwe3AggCurrent15Entry 8 } + +-------------------------------------------------------------------------- +-- +-- Interval 15-minute PWE3 Aggregate Bundle (Ethernet) Interface PM Table +-- +-------------------------------------------------------------------------- +aePwe3AggInterval15Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3AggInterval15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The aggregate bundle table contains statistics for the specified interval + and aggregate (i.e. Ethernet) PWE3 interface." + ::= { aePwe3PmModule 10 } + +aePwe3AggInterval15Entry OBJECT-TYPE + SYNTAX AePwe3AggInterval15Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3AggInterval15Instance, + aePwe3AggInterval15Interval } + ::= { aePwe3AggInterval15Table 1 } + +AePwe3AggInterval15Entry ::= + SEQUENCE { + aePwe3AggInterval15Instance + AePwe3AggInstance, + aePwe3AggInterval15Interval + INTEGER, + aePwe3AggInterval15RxPacket + Counter32, + aePwe3AggInterval15RxByte + Counter32, + aePwe3AggInterval15TxPacket + Counter32, + aePwe3AggInterval15TxByte + Counter32, + aePwe3AggInterval15ClassifiedPacket + Counter32, + aePwe3AggInterval15ValidData + PerfInvalidFlag + } + +aePwe3AggInterval15Instance OBJECT-TYPE + SYNTAX AePwe3AggInstance + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index for the aggregate PWE3 interface." + ::= { aePwe3AggInterval15Entry 1 } + +aePwe3AggInterval15Interval OBJECT-TYPE + SYNTAX INTEGER(1..96) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "There are 32 15-minute bucket intervals." + ::= { aePwe3AggInterval15Entry 2 } + +aePwe3AggInterval15RxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received. Under normal conditions, the received + and transmitted counts will be incrementing at the same rate." + ::= { aePwe3AggInterval15Entry 3 } + +aePwe3AggInterval15RxByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of bytes received." + ::= { aePwe3AggInterval15Entry 4 } + +aePwe3AggInterval15TxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets transmitted. Under normal conditions, the received + and transmitted counts will be incrementing at the same rate." + ::= { aePwe3AggInterval15Entry 5 } + +aePwe3AggInterval15TxByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of bytes transmitted." + ::= { aePwe3AggInterval15Entry 6 } + +aePwe3AggInterval15ClassifiedPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of received packets that have passed classification. Packet + classification is performed on each packet received to determine if the packet + is truly intended for this interface. If the packet passes classification, it + is passed through to the intended T1 interface. + + Under normal conditions, the received packet count and the classified packet + count will be incrementing at the same rate. If the received packet count is + increasing faster than the classified packet count, this is an indication that + stray packets are being received by the interface." + ::= { aePwe3AggInterval15Entry 7 } + +aePwe3AggInterval15ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the validity of the data in the bucket." + ::= { aePwe3AggInterval15Entry 8 } + +-------------------------------------------------------------------------- +-- +-- Current 24-hour PWE3 Aggregate Bundle (Ethernet) Interface PM Table +-- +-------------------------------------------------------------------------- +aePwe3AggCurrent24Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3AggCurrent24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The aggregate bundle table contains statistics for the aggregate (i.e. Ethernet) PWE3 interface." + ::= { aePwe3PmModule 11 } + +aePwe3AggCurrent24Entry OBJECT-TYPE + SYNTAX AePwe3AggCurrent24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3AggCurrent24Instance } + ::= { aePwe3AggCurrent24Table 1 } + +AePwe3AggCurrent24Entry ::= + SEQUENCE { + aePwe3AggCurrent24Instance + AePwe3AggInstance, + aePwe3AggCurrent24RxPacket + Counter32, + aePwe3AggCurrent24RxByte + Counter32, + aePwe3AggCurrent24TxPacket + Counter32, + aePwe3AggCurrent24TxByte + Counter32, + aePwe3AggCurrent24ClassifiedPacket + Counter32, + aePwe3AggCurrent24ValidData + PerfInvalidFlag, + aePwe3AggCurrent24ThresholdCrossingPointer + AeThresholdCrossingPointer + } + +aePwe3AggCurrent24Instance OBJECT-TYPE + SYNTAX AePwe3AggInstance + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index for the aggregate PWE3 interface." + ::= { aePwe3AggCurrent24Entry 1 } + +aePwe3AggCurrent24RxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received. Under normal conditions, the received + and transmitted counts will be incrementing at the same rate." + ::= { aePwe3AggCurrent24Entry 2 } + +aePwe3AggCurrent24RxByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of bytes received." + ::= { aePwe3AggCurrent24Entry 3 } + +aePwe3AggCurrent24TxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets transmitted. Under normal conditions, the received + and transmitted counts will be incrementing at the same rate." + ::= { aePwe3AggCurrent24Entry 4 } + +aePwe3AggCurrent24TxByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of bytes transmitted." + ::= { aePwe3AggCurrent24Entry 5 } + +aePwe3AggCurrent24ClassifiedPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of received packets that have passed classification. Packet + classification is performed on each packet received to determine if the packet + is truly intended for this interface. If the packet passes classification, it + is passed through to the intended T1 interface. + + Under normal conditions, the received packet count and the classified packet + count will be incrementing at the same rate. If the received packet count is + increasing faster than the classified packet count, this is an indication that + stray packets are being received by the interface." + ::= { aePwe3AggCurrent24Entry 6 } + +aePwe3AggCurrent24ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the validity of the data in the bucket." + ::= { aePwe3AggCurrent24Entry 7 } + +aePwe3AggCurrent24ThresholdCrossingPointer OBJECT-TYPE + SYNTAX AeThresholdCrossingPointer + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the index of the threshold crossing entry. + Threshold crossings are not implemented." + DEFVAL { 0 } + ::= { aePwe3AggCurrent24Entry 8 } + +-------------------------------------------------------------------------- +-- +-- Interval 24-hour PWE3 Aggregate Bundle (Ethernet) Interface PM Table +-- +-------------------------------------------------------------------------- +aePwe3AggInterval24Table OBJECT-TYPE + SYNTAX SEQUENCE OF AePwe3AggInterval24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The aggregate bundle table contains statistics for the specified interval + and aggregate (i.e. Ethernet) PWE3 interface." + ::= { aePwe3PmModule 12 } + +aePwe3AggInterval24Entry OBJECT-TYPE + SYNTAX AePwe3AggInterval24Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aePwe3AggInterval24Instance, + aePwe3AggInterval24Interval } + ::= { aePwe3AggInterval24Table 1 } + +AePwe3AggInterval24Entry ::= + SEQUENCE { + aePwe3AggInterval24Instance + AePwe3AggInstance, + aePwe3AggInterval24Interval + INTEGER, + aePwe3AggInterval24RxPacket + Counter32, + aePwe3AggInterval24RxByte + Counter32, + aePwe3AggInterval24TxPacket + Counter32, + aePwe3AggInterval24TxByte + Counter32, + aePwe3AggInterval24ClassifiedPacket + Counter32, + aePwe3AggInterval24ValidData + PerfInvalidFlag + } +aePwe3AggInterval24Instance OBJECT-TYPE + SYNTAX AePwe3AggInstance + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index for the aggregate PWE3 interface." + ::= { aePwe3AggInterval24Entry 1 } + +aePwe3AggInterval24Interval OBJECT-TYPE + SYNTAX INTEGER(1..1) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "There are 2 24-hour interval (yesterday)." + ::= { aePwe3AggInterval24Entry 2 } + +aePwe3AggInterval24RxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets received. Under normal conditions, the received + and transmitted counts will be incrementing at the same rate." + ::= { aePwe3AggInterval24Entry 3 } + +aePwe3AggInterval24RxByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of bytes received." + ::= { aePwe3AggInterval24Entry 4 } + +aePwe3AggInterval24TxPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of packets transmitted. Under normal conditions, the received + and transmitted counts will be incrementing at the same rate." + ::= { aePwe3AggInterval24Entry 5 } + +aePwe3AggInterval24TxByte OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of bytes transmitted." + ::= { aePwe3AggInterval24Entry 6 } + +aePwe3AggInterval24ClassifiedPacket OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of received packets that have passed classification. Packet + classification is performed on each packet received to determine if the packet + is truly intended for this interface. If the packet passes classification, it + is passed through to the intended T1 interface. + + Under normal conditions, the received packet count and the classified packet + count will be incrementing at the same rate. If the received packet count is + increasing faster than the classified packet count, this is an indication that + stray packets are being received by the interface." + ::= { aePwe3AggInterval24Entry 7 } + +aePwe3AggInterval24ValidData OBJECT-TYPE + SYNTAX PerfInvalidFlag + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the validity of the data in the bucket." + ::= { aePwe3AggInterval24Entry 8 } + +--************************************************************************ +-- +-- End of AE PWE3 PM Module +-- +--************************************************************************ + +END diff --git a/mibs/calix/AE-TC b/mibs/calix/AE-TC new file mode 100644 index 0000000000..4b8bdb811c --- /dev/null +++ b/mibs/calix/AE-TC @@ -0,0 +1,725 @@ +-- ***************************************************************** +-- AE-TC.mib: CALIX Active Ethernet ONT Textual Conventions +-- +-- Calix confidential and proprietary. +-- +-- Copyright (c) 2008 Calix Networks, Inc. +-- All rights reserved. +-- ***************************************************************** + +AE-TC DEFINITIONS ::= BEGIN + +IMPORTS + TEXTUAL-CONVENTION + FROM SNMPv2-TC + + Gauge32 + FROM SNMPv2-SMI + ; + +AeEquipmentType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The physical equipment of an ONT, from the ONT + itself to the user side interface ports it contains." + SYNTAX INTEGER { + ont(1), + ethernet(2), + pots(3), + video(4), + t1e1(5), + rfReturn(6), + wan(7), + iphost(8) + } + +AeEquipmentInstance ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The instance of the physical equipment the alarm is assocaited with. + The ONT itself is always instance 0. The port type equipment ave + values from 1 to however may ports are present on the ONT" + SYNTAX INTEGER (0..24) + +AeAlarmType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The type of the ONT alarm abstracted from a particular + piece of equipment. The value eventOnly(1) is special as + it indicates the trap as a simple event, not tied to + a specific alarm." + SYNTAX INTEGER { + eventOnly(1), + onBattery(2), + badBattery(3), + missingBattery(4), + laserEOL(5), + lowSigLevel(6), + linkDownPort1(7), + mgmtDhcpRenewal(8), + firmwareUpgradeFail(9), + timeUpdateFail(10), + voipDhcpRenewal(11), + voipRegistration(12), + voipRegAuth(13), + linkDownPort2(14), + linkDownPort3(15), + linkDownPort4(16), + linkDownPort5(17), + linkDownPort6(18), + linkDownPort7(19), + linkDownPort8(20), + voipConfigTftpFail(21), + upsMissing(22), + lowBattery(23), + ontT1E1HardwareFail(24), + tdmPort1LOS(25), -- local T1/E1 Loss of Signal (transmitting L-bit) + tdmPort1AIS(26), -- local T1/E1 Alarm Indication Signal + tdmPort1Loopback(27), -- local T1/E1 Loopback + tdmPort1Powerdown(28), -- local T1/E1 Power Conservation + tdmPort1PWE3LOS(29), -- local PWE3 Loss of Signal (packet loss; transmitting R-bit) + tdmPort1PWE3FELOS(30), -- remote PWE3 Loss of Signal (receiving R-bit) + tdmPort1FELOS(31), -- remote T1/E1 Loss of Signal (receiving L-bit) + tdmPort1PWE3Malformed(32), -- packet size mismatch between local and remote PWE3 + tdmPort1PWE3Mismatch(33), -- PWE3 provisioning mismatch + tdmPort2LOS(34), + tdmPort2AIS(35), + tdmPort2Loopback(36), + tdmPort2Powerdown(37), + tdmPort2PWE3LOS(38), + tdmPort2PWE3FELOS(39), + tdmPort2FELOS(40), + tdmPort2PWE3Malformed(41), + tdmPort2PWE3Mismatch(42), + tdmPort3LOS(43), + tdmPort3AIS(44), + tdmPort3Loopback(45), + tdmPort3Powerdown(46), + tdmPort3PWE3LOS(47), + tdmPort3PWE3FELOS(48), + tdmPort3FELOS(49), + tdmPort3PWE3Malformed(50), + tdmPort3PWE3Mismatch(51), + tdmPort4LOS(52), + tdmPort4AIS(53), + tdmPort4Loopback(54), + tdmPort4Powerdown(55), + tdmPort4PWE3LOS(56), + tdmPort4PWE3FELOS(57), + tdmPort4FELOS(58), + tdmPort4PWE3Malformed(59), + tdmPort4PWE3Mismatch(60), + tdmPort5LOS(61), + tdmPort5AIS(62), + tdmPort5Loopback(63), + tdmPort5Powerdown(64), + tdmPort5PWE3LOS(65), + tdmPort5PWE3FELOS(66), + tdmPort5FELOS(67), + tdmPort5PWE3Malformed(68), + tdmPort5PWE3Mismatch(69), + tdmPort6LOS(70), + tdmPort6AIS(71), + tdmPort6Loopback(72), + tdmPort6Powerdown(73), + tdmPort6PWE3LOS(74), + tdmPort6PWE3FELOS(75), + tdmPort6FELOS(76), + tdmPort6PWE3Malformed(77), + tdmPort6PWE3Mismatch(78), + tdmPort7LOS(79), + tdmPort7AIS(80), + tdmPort7Loopback(81), + tdmPort7Powerdown(82), + tdmPort7PWE3LOS(83), + tdmPort7PWE3FELOS(84), + tdmPort7FELOS(85), + tdmPort7PWE3Malformed(86), + tdmPort7PWE3Mismatch(87), + tdmPort8LOS(88), + tdmPort8AIS(89), + tdmPort8Loopback(90), + tdmPort8Powerdown(91), + tdmPort8PWE3LOS(92), + tdmPort8PWE3FELOS(93), + tdmPort8FELOS(94), + tdmPort8PWE3Malformed(95), + tdmPort8PWE3Mismatch(96), + configFileCommandError(97), + configFileMicError(98), + cachedConfigFileInUse(99), + cachedVoipConfigInUse(100), + mep1NeMaxLoss(101), + mep1NeAvgLoss(102), + mep1FeMaxLoss(103), + mep1FeAvgLoss(104), + mep1MaxDM(105), + mep1AvgDM(106), + mep1MaxDMVar(107), + mep1AvgDMVar(108), + mep1CcmLoc(109), + mep1CcmMac(110), + mep1CcmMeg(111), + mep1CcmMep(112), + mep1CcmPeriod(113), + mep1CcmRdi(114), + mep2NeMaxLoss(115), + mep2NeAvgLoss(116), + mep2FeMaxLoss(117), + mep2FeAvgLoss(118), + mep2MaxDM(119), + mep2AvgDM(120), + mep2MaxDMVar(121), + mep2AvgDMVar(122), + mep2CcmLoc(123), + mep2CcmMac(124), + mep2CcmMeg(125), + mep2CcmMep(126), + mep2CcmPeriod(127), + mep2CcmRdi(128), + mep3NeMaxLoss(129), + mep3NeAvgLoss(130), + mep3FeMaxLoss(131), + mep3FeAvgLoss(132), + mep3MaxDM(133), + mep3AvgDM(134), + mep3MaxDMVar(135), + mep3AvgDMVar(136), + mep3CcmLoc(137), + mep3CcmMac(138), + mep3CcmMeg(139), + mep3CcmMep(140), + mep3CcmPeriod(141), + mep3CcmRdi(142), + mep4NeMaxLoss(143), + mep4NeAvgLoss(144), + mep4FeMaxLoss(145), + mep4FeAvgLoss(146), + mep4MaxDM(147), + mep4AvgDM(148), + mep4MaxDMVar(149), + mep4AvgDMVar(150), + mep4CcmLoc(151), + mep4CcmMac(152), + mep4CcmMeg(153), + mep4CcmMep(154), + mep4CcmPeriod(155), + mep4CcmRdi(156), + mep5NeMaxLoss(157), + mep5NeAvgLoss(158), + mep5FeMaxLoss(159), + mep5FeAvgLoss(160), + mep5MaxDM(161), + mep5AvgDM(162), + mep5MaxDMVar(163), + mep5AvgDMVar(164), + mep5CcmLoc(165), + mep5CcmMac(166), + mep5CcmMeg(167), + mep5CcmMep(168), + mep5CcmPeriod(169), + mep5CcmRdi(170), + mep6NeMaxLoss(171), + mep6NeAvgLoss(172), + mep6FeMaxLoss(173), + mep6FeAvgLoss(174), + mep6MaxDM(175), + mep6AvgDM(176), + mep6MaxDMVar(177), + mep6AvgDMVar(178), + mep6CcmLoc(179), + mep6CcmMac(180), + mep6CcmMeg(181), + mep6CcmMep(182), + mep6CcmPeriod(183), + mep6CcmRdi(184), + mep7NeMaxLoss(185), + mep7NeAvgLoss(186), + mep7FeMaxLoss(187), + mep7FeAvgLoss(188), + mep7MaxDM(189), + mep7AvgDM(190), + mep7MaxDMVar(191), + mep7AvgDMVar(192), + mep7CcmLoc(193), + mep7CcmMac(194), + mep7CcmMeg(195), + mep7CcmMep(196), + mep7CcmPeriod(197), + mep7CcmRdi(198), + mep8NeMaxLoss(199), + mep8NeAvgLoss(200), + mep8FeMaxLoss(201), + mep8FeAvgLoss(202), + mep8MaxDM(203), + mep8AvgDM(204), + mep8MaxDMVar(205), + mep8AvgDMVar(206), + mep8CcmLoc(207), + mep8CcmMac(208), + mep8CcmMeg(209), + mep8CcmMep(210), + mep8CcmPeriod(211), + mep8CcmRdi(212), + mep9NeMaxLoss(213), + mep9NeAvgLoss(214), + mep9FeMaxLoss(215), + mep9FeAvgLoss(216), + mep9MaxDM(217), + mep9AvgDM(218), + mep9MaxDMVar(219), + mep9AvgDMVar(220), + mep9CcmLoc(221), + mep9CcmMac(222), + mep9CcmMeg(223), + mep9CcmMep(224), + mep9CcmPeriod(225), + mep9CcmRdi(226), + mep10NeMaxLoss(227), + mep10NeAvgLoss(228), + mep10FeMaxLoss(229), + mep10FeAvgLoss(230), + mep10MaxDM(231), + mep10AvgDM(232), + mep10MaxDMVar(233), + mep10AvgDMVar(234), + mep10CcmLoc(235), + mep10CcmMac(236), + mep10CcmMeg(237), + mep10CcmMep(238), + mep10CcmPeriod(239), + mep10CcmRdi(240), + rfc2544SvcAff(241), + rxLinkFltEth1(242), + rxLinkFltEth2(243), + rxLinkFltEth3(244), + rxLinkFltEth4(245), + rxLinkFltEth5(246), + rxLinkFltEth6(247), + rxLinkFltEth7(248), + rxLinkFltEth8(249), + rxLinkFltWan1(250), + rxLinkFltWan2(251), + rxDyingGaspEth1(252), + rxDyingGaspEth2(253), + rxDyingGaspEth3(254), + rxDyingGaspEth4(255), + rxDyingGaspEth5(256), + rxDyingGaspEth6(257), + rxDyingGaspEth7(258), + rxDyingGaspEth8(259), + rxDyingGaspWan1(260), + rxDyingGaspWan2(261), + rxCritEventEth1(262), + rxCritEventEth2(263), + rxCritEventEth3(264), + rxCritEventEth4(265), + rxCritEventEth5(266), + rxCritEventEth6(267), + rxCritEventEth7(268), + rxCritEventEth8(269), + rxCritEventWan1(270), + rxCritEventWan2(271), + loamOperDownEth1(272), + loamOperDownEth2(273), + loamOperDownEth3(274), + loamOperDownEth4(275), + loamOperDownEth5(276), + loamOperDownEth6(277), + loamOperDownEth7(278), + loamOperDownEth8(279), + loamOperDownWan1(280), + loamOperDownWan2(281), + sipCfgFileRetrieve(282), + sipCfgFileInvalid(283) + } + +AeCondStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The status of the ONT alarm - on/off" + SYNTAX INTEGER { + on(1), + off(2) + } +AeCondSeverityLevel ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The severity level of the ONT Alarm" + SYNTAX INTEGER { + critical(1), + major(2), + minor(3), + warning(4), + info(5), + unknown(6), + clear(7) -- used when aeAlarmStatus is off(2) + } + +AeCondServiceAffecting ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This value indicated whether this alarm is service affecting or not" + SYNTAX INTEGER { + yes(1), + no(2) + } + +AeBriefText ::= TEXTUAL-CONVENTION + DISPLAY-HINT "40a" + STATUS current + DESCRIPTION + "generic text field of moderate size" + SYNTAX OCTET STRING (SIZE (0..40)) + +AeText ::= TEXTUAL-CONVENTION + DISPLAY-HINT "128a" + STATUS current + DESCRIPTION + "generic text field" + SYNTAX OCTET STRING (SIZE (0..128)) + +AeTime ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "UTC time integer of the ONT Alarm." + SYNTAX Integer32 + +AeFsanSerialNumber ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The FSAN Serial Number of the ONT expressed as 4 charaters and 8 hex digits." + SYNTAX OCTET STRING (SIZE(12)) + +AeMfgSerialNumber ::= TEXTUAL-CONVENTION + DISPLAY-HINT "16a" + STATUS current + DESCRIPTION + "The MFG Serial Number of the ONT expressed as decimal digits." + SYNTAX OCTET STRING (SIZE(16)) + +AeRegistrationID ::= TEXTUAL-CONVENTION + DISPLAY-HINT "10a" + STATUS current + DESCRIPTION + "The Registration ID of the ONT expressed as max 10 char numerical string." + SYNTAX OCTET STRING (SIZE(0..10)) + +AeOntState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "State of ONT SNMP provisioning + booting(1) -- ONT initializing and not yet provisioned, SNMP agent not + fully operational + unregistered(2) -- SNMP agent operational, ONT not yet registered by CMS + registered(3) -- SNMP agent operational, ONT has been registered by CMS" + SYNTAX INTEGER { + booting(1), + unregistered(2), + registered(3) + } + +AeSnmpVersion ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "SNMP Version" + SYNTAX INTEGER { + unknown(1), + v2c(2), + v3(3) + } + +AeOntModelNum ::= TEXTUAL-CONVENTION + DISPLAY-HINT "8a" + STATUS current + DESCRIPTION + "The model number of the ONT." + SYNTAX OCTET STRING (SIZE(1..8)) + +AeOntFirmwareVersion ::= TEXTUAL-CONVENTION + DISPLAY-HINT "20a" + STATUS current + DESCRIPTION + "The Firmware version of the ONT" + SYNTAX OCTET STRING (SIZE(1..20)) + +AeOntRegistrationPeriod ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The time period (in seconds) between the sending of recurring ONT + registraion SNMP traps. (0 to disable)" + SYNTAX INTEGER (0..3600) + +AeDeviceClass ::= TEXTUAL-CONVENTION + DISPLAY-HINT "8a" + STATUS current + DESCRIPTION + "Device class (ONT)" + SYNTAX OCTET STRING (SIZE(1..8)) + +AeConfigMethod ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ONT configuration method, i.e. config file, TR69, SNMP, etc" + SYNTAX INTEGER { + file(1), + snmp(2), + tr69(3), + dynfile(4) + } + +AeConfigFilename ::= TEXTUAL-CONVENTION + DISPLAY-HINT "80a" + STATUS current + DESCRIPTION + "ONT configuration filename in used" + SYNTAX OCTET STRING (SIZE(0..80)) + +AeConfigFileMarker ::= TEXTUAL-CONVENTION + DISPLAY-HINT "80a" + STATUS current + DESCRIPTION + "ONT configuration filename marker" + SYNTAX OCTET STRING (SIZE(0..80)) + +AeConfigMIC ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ONT configuration file MIC" + SYNTAX OCTET STRING (SIZE(16)) + +AeDeviceStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "Device status, i.e., acquired IP address, configured with ONT specific + file, generic file, cached file, etc" + SYNTAX INTEGER { + acquiredIp(1), + specificFile(2), + genericFile(3), + cachedFile(4) + } + +AeConfigStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "Configuration status, i.e., no errors, configured with errors, not configured" + SYNTAX INTEGER { + notConfigured(1), + manufacturing(2), + noErrors(3), + withErrors(4) + } + +AePwe3AggInstance ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The instance for the PWE3 aggregate interface. This is the Ethernet + interface for the PWE3 subsystem. The ONT only supports a single + instance of this interface." + SYNTAX INTEGER (1..1) + +AePwe3T1Instance ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The instance for the PWE3 T1 port." + SYNTAX INTEGER (1..8) + +AePwe3BundleInstance ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The instance for the PWE3 T1 bundle (packet stream). Initially, there + is only a single bundle per T1 port (SAToP)." + SYNTAX INTEGER (0..4095) + +PerfCurrentCount ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX Gauge32 + +PerfInvalidFlag ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Indicates if the PM data valid." + SYNTAX INTEGER { + invalid(0), + ok(1), + pending(2) + } + +AeThresholdCrossingIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This represents the index into the threshold crossing table. + + Note that the threshold crossing table is not currently implemented." + SYNTAX INTEGER(1..64) + +AeThresholdCrossingPointer ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This represents the index into the threshold crossing table. + A value of zero is invalid and indicates threshold crossings + are not used. + + Note that the threshold crossing table is not currently implemented." + SYNTAX INTEGER(0..64) + +---------------------------------------------------------------------- +-- Voice (VoIP/SIP) related items +-- may copied from OMCI-TC.mib and MUST share the same SYNTAX +---------------------------------------------------------------------- + +AeVoiceSvcIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Uniquely identifies a Voice (VoIP/SIP) service instance on the ONT. + Same as the POTS Port number because only one Voice Service can be + applied to a POTS Port. Historically there have been as many as 20 + POTS Ports per Calix ONT." + SYNTAX INTEGER (1..20) + +AeVoipCfgState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Indicates the VoIP service status of the ONT VoIP Service" + SYNTAX INTEGER { + inactive(0), + active(1), + initializing(2), + fault(3), + reserved1(4), + reserved2(5), + reserved3(6), + reserved4(7), + reserved5(8), + reserved6(9), + reserved7(10), + reserved8(11), + reserved9(12), + reserved10(13), + reserved11(14), + reserved12(15), + mac(16), + presence(17), + nohost(18), + static(19), + dhcpconfig(20), + dhcpacquire(21), + configpend(22), + tftpfail(23), + tftpfilenotfound(24), + proxyfail(25), + running(26), + enabled(27), + assnconnected(28), + disabled(29), + assndisconnected(30) + } + +AeVoipServerStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This attribute indicates the VoIP Server Status of the VoIP service on + a Voice Port." + SYNTAX INTEGER { + none(0), + registered(1), + insession(2), + failregicmp(3), + failregtcp(4), + failregauth(5), + failregtimeout(6), + failregserver(7), + failinviteicmp(8), + failinvitetcp(9), + failinviteauth(10), + failinvitetimeout(11), + failinviteserver(12), + notconfigured(13), + configdone(14), + oos(15), + rsip(16), + quarantine(17), + active(18) + } + +AeSipCallStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This attribute indicates the SIP Call Status of the VoIP service on + a Voice Port." + SYNTAX INTEGER { + disabled(0), + idle(1), + dialing(2), + invite(3), + ringback(4), + busy(5), + ringing(6), + active(7), + hold(8), + disconnecting(9), + disconnected(10) + } + + +AeHookState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "Values for POTS hook state." + SYNTAX INTEGER { + onHook(0), + offHook(1) + } + +AeVoipIpLineStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This attribute indicates, using a bitmap, the current IP line status of the voip port: + 0x00 indicates that the line is administratively turned off. + 0x01 indicates that the line is administratively turned on. + 0x02 indicates that the line has RTP transmit enabled. + 0x04 indicates that the line has RTP receive enabled. + 0x08 indicates that the line has been put on hold. + 0x16 indicates that the line is in 3way conference call. + 0x32 indicates that the call is waiting on the line." + SYNTAX INTEGER { + inactive(0), + active(1), + snd(2), + rec(4), + sndRec(6), + hold(8), + threeway(16), + callwait(32) + } + +AeRtpEncodeType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This attribute indicates the RTP encode type received: + 0 G.711 u-law. + NOTE: only mu-law support in these ONTs at this time." + SYNTAX INTEGER { + ulaw(0) + } + +AeRtpPacketSize ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This attribute indicates the last RTP packet type received: + 80 10ms packet size. + 160 20ms packet size." + SYNTAX INTEGER { + tenMS(80), + twentyMS(160) + } + +AeClearAction ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Indicates if the PM data valid." + SYNTAX INTEGER { + idle(0), + clear(1) + } + +END diff --git a/mibs/calix/AE-VOICE-STATS-MIB b/mibs/calix/AE-VOICE-STATS-MIB new file mode 100644 index 0000000000..c73697cb18 --- /dev/null +++ b/mibs/calix/AE-VOICE-STATS-MIB @@ -0,0 +1,641 @@ +AE-VOICE-STATS-MIB DEFINITIONS ::= BEGIN + + +IMPORTS + OBJECT-TYPE, + MODULE-IDENTITY, + Counter32 + FROM SNMPv2-SMI + + TruthValue, RowStatus + FROM SNMPv2-TC + + AeVoiceSvcIndex, + AeVoipCfgState, + AeVoipServerStatus, + AeSipCallStatus, + AeHookState, + AeVoipIpLineStatus, + AeRtpEncodeType, + AeRtpPacketSize, + AeClearAction + FROM AE-TC + + pSeries + FROM AE-ALARM-TABLE-MIB + ; + +aeVoiceStatsModule MODULE-IDENTITY + LAST-UPDATED "201006290000Z" + ORGANIZATION "Calix Networks, Inc." + CONTACT-INFO + " Calix Networks, Inc. + + Postal: 1035 North McDowell Boulevard + Petaluma, CA 94954-1173 + USA + + Phone: +1 707 766 3000 + Fax: +1 707 766 3100 + + E-mail: mib-info@calix.com" + DESCRIPTION "This management information module contains Voice status and statistics." + + REVISION "201006290000Z" + DESCRIPTION "Initial release." + ::= { pSeries 6 } + + +-------------------------------------------------------------------------- +-- +-- General Design: +-- There is a pair of tables (counters/status) for each Voice Port that uses VoIP(SIP) service +-- These tables are auto-instantiated by the ONT +-- Each table has a clearing object that clears all object in its instance of table +-- +-------------------------------------------------------------------------- + +-------------------------------------------------------------- +-- aeVoiceStatusTable definition +-------------------------------------------------------------- + +aeVoiceStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF AeVoiceStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatsModule 1 } + +aeVoiceStatusEntry OBJECT-TYPE + SYNTAX AeVoiceStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aeVoiceStatusServiceIndex } + ::= { aeVoiceStatusTable 1 } + +AeVoiceStatusEntry ::= + SEQUENCE { + aeVoiceStatusServiceIndex + AeVoiceSvcIndex, + aeVoiceStatusConfigStatus + AeVoipCfgState, + aeVoiceStatusServerStatus + AeVoipServerStatus, + aeVoiceStatusCallState + AeSipCallStatus, + aeVoiceStatusHookState + AeHookState, + aeVoiceStatusIpLineStatus + AeVoipIpLineStatus, + aeVoiceStatusEncodeType + AeRtpEncodeType, + aeVoiceStatusRtpPacketSize + AeRtpPacketSize, + aeVoiceStatusActive911Call + TruthValue, + aeVoiceStatusLocalUdpPort + INTEGER, + aeVoiceStatusRemIpAddr + IpAddress, + aeVoiceStatusRemUdpPort + INTEGER, + aeVoiceStatusSecRemIpAddr + IpAddress, + aeVoiceStatusSecRemUdpPort + INTEGER, + aeVoiceStatusQos + Unsigned32 + } + +aeVoiceStatusServiceIndex OBJECT-TYPE + SYNTAX AeVoiceSvcIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 1 } + +aeVoiceStatusConfigStatus OBJECT-TYPE + SYNTAX AeVoipCfgState + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 2 } + +aeVoiceStatusServerStatus OBJECT-TYPE + SYNTAX AeVoipServerStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 3 } + +aeVoiceStatusCallState OBJECT-TYPE + SYNTAX AeSipCallStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 4 } + +aeVoiceStatusHookState OBJECT-TYPE + SYNTAX AeHookState + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 5 } + +aeVoiceStatusIpLineStatus OBJECT-TYPE + SYNTAX AeVoipIpLineStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 6 } + +aeVoiceStatusEncodeType OBJECT-TYPE + SYNTAX AeRtpEncodeType + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 7 } + +aeVoiceStatusRtpPacketSize OBJECT-TYPE + SYNTAX AeRtpPacketSize + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 8 } + +aeVoiceStatusActive911Call OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 9 } + +aeVoiceStatusLocalUdpPort OBJECT-TYPE + SYNTAX INTEGER (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 10 } + +aeVoiceStatusRemIpAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 11 } + +aeVoiceStatusRemUdpPort OBJECT-TYPE + SYNTAX INTEGER (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 12 } + +aeVoiceStatusSecRemIpAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 13 } + +aeVoiceStatusSecRemUdpPort OBJECT-TYPE + SYNTAX INTEGER (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 14 } + +aeVoiceStatusQos OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatusEntry 15 } + +-------------------------------------------------------------- +-- aeVoiceCountersTable definition +-------------------------------------------------------------- + +aeVoiceCountersTable OBJECT-TYPE + SYNTAX SEQUENCE OF AeVoiceCountersEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatsModule 2 } + +aeVoiceCountersEntry OBJECT-TYPE + SYNTAX AeVoiceCountersEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aeVoiceCountersServiceIndex } + ::= { aeVoiceCountersTable 1 } + +AeVoiceCountersEntry ::= + SEQUENCE { + aeVoiceCountersServiceIndex + AeVoiceSvcIndex, + aeVoiceCountersDhcpAttempts + Counter32, + aeVoiceCountersDhcpAcks + Counter32, + aeVoiceCountersDhcpNacks + Counter32, + aeVoiceCountersRegAttempts + Counter32, + aeVoiceCountersRegChallenges + Counter32, + aeVoiceCountersRegRejects + Counter32, + aeVoiceCountersRegGrants + Counter32, + aeVoiceCountersInCallAttempts + Counter32, + aeVoiceCountersInCallCompletions + Counter32, + aeVoiceCountersInCallBusy + Counter32, + aeVoiceCountersInCallPeerDisconnects + Counter32, + aeVoiceCountersInCallOntDisconnects + Counter32, + aeVoiceCountersOutCallAttempts + Counter32, + aeVoiceCountersOutCallCompletions + Counter32, + aeVoiceCountersOutCallBusy + Counter32, + aeVoiceCountersOutCallPeerDisconnects + Counter32, + aeVoiceCountersOutCallOntDisconnects + Counter32, + aeVoiceCountersE911CallAttempts + Counter32, + aeVoiceCountersE911CallCompletions + Counter32, + aeVoiceCountersE911CallBusy + Counter32, + aeVoiceCountersE911CallPeerDisconnects + Counter32, + aeVoiceCountersE911CallOnHooks + Counter32, + aeVoiceCountersVmwiNotifyMsgsWaiting + Counter32, + aeVoiceCountersVmwiNotifyNoMsgsWaiting + Counter32, + aeVoiceCountersRtpPktsSent + Counter32, + aeVoiceCountersRtpPktsRecv + Counter32, + aeVoiceCountersRtpNullIPSent + Counter32, + aeVoiceCountersRtpNullIPRecv + Counter32, + aeVoiceCountersActiveCallCntr + Counter32, + aeVoiceCountersClearCounters + AeClearAction + } + +aeVoiceCountersServiceIndex OBJECT-TYPE + SYNTAX AeVoiceSvcIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 1 } + +aeVoiceCountersDhcpAttempts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 2 } + +aeVoiceCountersDhcpAcks OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 3 } + +aeVoiceCountersDhcpNacks OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 4 } + +aeVoiceCountersRegAttempts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 5 } + +aeVoiceCountersRegChallenges OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 6 } + +aeVoiceCountersRegRejects OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 7 } + +aeVoiceCountersRegGrants OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 8 } + +aeVoiceCountersInCallAttempts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 9 } + +aeVoiceCountersInCallCompletions OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 10 } + +aeVoiceCountersInCallBusy OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 11 } + +aeVoiceCountersInCallPeerDisconnects OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 12 } + +aeVoiceCountersInCallOntDisconnects OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 13 } + +aeVoiceCountersOutCallAttempts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 14 } + +aeVoiceCountersOutCallCompletions OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 15 } + +aeVoiceCountersOutCallBusy OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 16 } + +aeVoiceCountersOutCallPeerDisconnects OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 17 } + +aeVoiceCountersOutCallOntDisconnects OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 18 } + +aeVoiceCountersE911CallAttempts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 19 } + +aeVoiceCountersE911CallCompletions OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 20 } + +aeVoiceCountersE911CallBusy OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 21 } + +aeVoiceCountersE911CallPeerDisconnects OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 22 } + +aeVoiceCountersE911CallOnHooks OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 23 } + +aeVoiceCountersVmwiNotifyMsgsWaiting OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 24 } + +aeVoiceCountersVmwiNotifyNoMsgsWaiting OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 25 } + +aeVoiceCountersRtpPktsSent OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 26 } + +aeVoiceCountersRtpPktsRecv OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 27 } + +aeVoiceCountersRtpNullIPSent OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 28 } + +aeVoiceCountersRtpNullIPRecv OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 29 } + +aeVoiceCountersActiveCallCntr OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 30 } + +aeVoiceCountersClearCounters OBJECT-TYPE + SYNTAX AeClearAction + MAX-ACCESS read-write + STATUS current + DESCRIPTION "" + ::= { aeVoiceCountersEntry 31 } + +-------------------------------------------------------------- +-- aeVoiceErrorsTable definition +-------------------------------------------------------------- + +aeVoiceErrorsTable OBJECT-TYPE + SYNTAX SEQUENCE OF AeVoiceErrorsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + ::= { aeVoiceStatsModule 3 } + +aeVoiceErrorsEntry OBJECT-TYPE + SYNTAX AeVoiceErrorsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { aeVoiceErrorsServiceIndex } + ::= { aeVoiceErrorsTable 1 } + +AeVoiceErrorsEntry ::= + SEQUENCE { + aeVoiceErrorsServiceIndex + AeVoiceSvcIndex, + aeVoiceErrorsRecvErrors + Counter32, + aeVoiceErrorsXmitErrors + Counter32, + aeVoiceErrorsMissingRtp + Counter32, + aeVoiceErrorsSequenceErr + Counter32, + aeVoiceErrorsDropOuts + Counter32, + aeVoiceErrorsUnderRuns + Counter32, + aeVoiceErrorsListens + Counter32, + aeVoiceErrorsRecvComfortNoisePkts + Counter32, + aeVoiceErrorsRecvBadSrcPorts + Counter32, + aeVoiceErrorsClearErrors + AeClearAction + } + +aeVoiceErrorsServiceIndex OBJECT-TYPE + SYNTAX AeVoiceSvcIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 1 } + +aeVoiceErrorsRecvErrors OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 2 } + +aeVoiceErrorsXmitErrors OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 3 } + +aeVoiceErrorsMissingRtp OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 4 } + +aeVoiceErrorsSequenceErr OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 5 } + +aeVoiceErrorsDropOuts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 6 } + +aeVoiceErrorsUnderRuns OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 7 } + +aeVoiceErrorsListens OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 8 } + +aeVoiceErrorsRecvComfortNoisePkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 9 } + +aeVoiceErrorsRecvBadSrcPorts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 10 } + +aeVoiceErrorsClearErrors OBJECT-TYPE + SYNTAX AeClearAction + MAX-ACCESS read-write + STATUS current + DESCRIPTION "" + ::= { aeVoiceErrorsEntry 11 } + + +END diff --git a/mibs/calix/CALIX-SOAM-EXT-MIB b/mibs/calix/CALIX-SOAM-EXT-MIB new file mode 100644 index 0000000000..7b05a5fdf6 --- /dev/null +++ b/mibs/calix/CALIX-SOAM-EXT-MIB @@ -0,0 +1,1783 @@ +CALIX-EOAM-EXT-MIB DEFINITIONS ::= BEGIN + + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, enterprises, IpAddress, Counter32 + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, RowStatus, DisplayString, TruthValue, MacAddress, TDomain, TAddress + FROM SNMPv2-TC + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + InterfaceIndex, InterfaceIndexOrZero + FROM IF-MIB -- [RFC2863] + VlanIdOrNone, VlanId + FROM Q-BRIDGE-MIB -- [RFC4363] + LldpChassisId, LldpChassisIdSubtype, LldpPortId, LldpPortIdSubtype + FROM LLDP-MIB -- [IEEE802.1AB] + Dot1agCfmPbbComponentIdentifier, + Dot1agCfmMDLevel, Dot1agCfmCcmInterval, Dot1agCfmMepId, Dot1agCfmIdPermission, Dot1agCfmMepIdOrZero, + dot1agCfmMdIndex, dot1agCfmMaIndex, dot1agCfmMepIdentifier, dot1agCfmMepDbRMepIdentifier, + dot1agCfmLtrSeqNumber, dot1agCfmLtrReceiveOrder, dot1agCfmMaComponentId, dot1agCfmMaMepListIdentifier, + Dot1agCfmMpDirection + FROM IEEE8021-CFM-MIB; + +calixEoamExtMIB MODULE-IDENTITY + LAST-UPDATED "201101240000Z" + ORGANIZATION "CALIX, Inc" + CONTACT-INFO + "Technical Support + + Calix Networks + 1035 North McDowell Blvd. + Petaluma CA 94954 + UNITED STATES + Tel: +1 707-766-3100 + + E-mail: + " + DESCRIPTION + "A MIB module that extends the support of Ethernet OAM standards. + Extensions are made to IEEE 802.3ah MIB for Link OAM or EFM (Ethernet + First Mile) functionality, IEEE 802.1ag MIB for Service OAM + or CFM (Connection Fault Management) functionality, including + ITU-T Y.1731 entities. This version is compatible with Interport + SOAM release 3.0. + " + ::= { iso(1) org(3) dod(6) + internet(1) private(4) enterprises(1) calix (6321) calixMibs (1) 99 } + +calixEoamExtConfig OBJECT IDENTIFIER ::= { calixEoamExtMIB 1 } + +CalixEoamEnableType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Enable/disable state." + SYNTAX INTEGER { + enable (1), + disable (2) + } + +CalixSoamLmType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Single/Dual Frame Loss Measurement Type." + SYNTAX INTEGER { + single (1), + dual (2) + } + +-- ****************************************************************** +-- ITU-T Y.1731 MEG Object +-- ****************************************************************** + +calixSoamExtMegTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtMegEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains all ITU-T Y.1731 MEG entries in the system." + ::= { calixEoamExtConfig 1 } + +calixSoamExtMegEntry OBJECT-TYPE + SYNTAX CalixSoamExtMegEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The ITU-T Y.1731 MEG entry." + INDEX { calixSoamExtMegIdentifier } + ::= { calixSoamExtMegTable 1} + +CalixSoamExtMegEntry ::= SEQUENCE { + calixSoamExtMegIdentifier Unsigned32, + calixSoamExtMegName OCTET STRING, + calixSoamExtMegLevel Dot1agCfmMDLevel, + calixSoamExtMegCcmInterval Dot1agCfmCcmInterval, + calixSoamExtMegVid Unsigned32, + calixSoamExtMegAutoDiscovery CalixEoamEnableType, + calixSoamExtMegAutoDiscoveryTimeout Unsigned32, + calixSoamExtMegCciInterworking CalixEoamEnableType, + calixSoamExtMegIdPermission Dot1agCfmIdPermission, + calixSoamExtMegRowStatus RowStatus + } + +calixSoamExtMegIdentifier OBJECT-TYPE + SYNTAX Unsigned32(1..4294967295) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of the MEG entry in the MEG table. There is a common + indexing space shared between MAs (IEEE 802.1ag) and MEGs(ITU-T Y.1731). + " + ::= { calixSoamExtMegEntry 1 } + +calixSoamExtMegName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..44)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Textual name of the MEG." + ::= { calixSoamExtMegEntry 2 } + +calixSoamExtMegLevel OBJECT-TYPE + SYNTAX Dot1agCfmMDLevel + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Level for the MEG." + DEFVAL { 0 } + ::= { calixSoamExtMegEntry 3 } + +calixSoamExtMegCcmInterval OBJECT-TYPE + SYNTAX Dot1agCfmCcmInterval + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Interval between CCM transmissions to be used by all MEPs + in the MEG. + " + DEFVAL { interval1s } + ::= { calixSoamExtMegEntry 4 } + +calixSoamExtMegVid OBJECT-TYPE + SYNTAX Unsigned32 (0..4095) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Primary VLAN ID with which the MEG is + associated, or 0 if the MEG is not attached to any VID. If + the MEG is associated with more than one VID, the + dot1agCfmVlanTable lists them. + " + ::= { calixSoamExtMegEntry 5 } + +calixSoamExtMegAutoDiscovery OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies if MEP autodiscovery feature is enabled or not + for this particular MEG. + " + ::= { calixSoamExtMegEntry 6 } + +calixSoamExtMegAutoDiscoveryTimeout OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The timeout value for removal of peer MEPs added through autodetection + if no CCM frames are received from that peer MEP. + " + ::= { calixSoamExtMegEntry 7 } + + calixSoamExtMegCciInterworking OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies if IEEE 802.1ag compatibility mode is enabled on + this MEG. + " + ::= { calixSoamExtMegEntry 8 } + +calixSoamExtMegIdPermission OBJECT-TYPE + SYNTAX Dot1agCfmIdPermission + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Enumerated value indicating what, if anything, is to be + included in the Sender ID TLV transmitted by MPs + configured in this MEG. The value sendIdDefer is not allowed. + " + DEFVAL { sendIdNone } + ::= { calixSoamExtMegEntry 9 } + +calixSoamExtMegRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The status of the row. + This field should be used to create or remove a MEG from the system. + " + ::= { calixSoamExtMegEntry 10 } + +-- ****************************************************************** +-- MIP configuration +-- ****************************************************************** + +calixSoamExtMipTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtMipEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains all MIPs configured in the system." + ::= { calixEoamExtConfig 2 } + +calixSoamExtMipEntry OBJECT-TYPE + SYNTAX CalixSoamExtMipEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each MIP in the system shall have an entry in this table." + INDEX { calixSoamExtMegIdentifier, + calixSoamExtMipIdentifier } + ::= { calixSoamExtMipTable 1 } + +CalixSoamExtMipEntry ::= SEQUENCE { + calixSoamExtMipIdentifier Unsigned32, + calixSoamExtMipIfIndex InterfaceIndex, + calixSoamExtMipAdminState CalixEoamEnableType, + calixSoamExtMipMacAddress MacAddress, + calixSoamExtMipResetStat TruthValue, + calixSoamExtMipRowStatus RowStatus + } + +calixSoamExtMipIdentifier OBJECT-TYPE + SYNTAX Unsigned32(1..4294967295) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Unique numerical identifier for the MIP." + ::= { calixSoamExtMipEntry 1 } + +calixSoamExtMipIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "This attributes specifies the interface index for the port + on which the MIP is attached. + " + ::= { calixSoamExtMipEntry 3 } + +calixSoamExtMipAdminState OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Administrative state of the MIP." + ::= { calixSoamExtMipEntry 4 } + +calixSoamExtMipMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "MAC address of the MIP." + ::= { calixSoamExtMipEntry 5 } + +calixSoamExtMipResetStat OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "True indicates MIPs statistics should be cleared." + ::= { calixSoamExtMipEntry 6 } + +calixSoamExtMipRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The status of the row. + This attribute is used to create and delete a MIP in the system. + " + ::= { calixSoamExtMipEntry 7 } + +-- ****************************************************************** +-- MIP statistics +-- ****************************************************************** + +calixSoamExtMipStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtMipStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains Stats for all MIPs configured in the system." + ::= { calixEoamExtConfig 3 } + +calixSoamExtMipStatsEntry OBJECT-TYPE + SYNTAX CalixSoamExtMipStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Stats for a MIP entity." + INDEX { calixSoamExtMegIdentifier, + calixSoamExtMipIdentifier } + ::= { calixSoamExtMipStatsTable 1 } + +CalixSoamExtMipStatsEntry ::= SEQUENCE { + calixSoamExtMipStatsDirection Dot1agCfmMpDirection, + calixSoamExtMipStatsLbmIn Counter32, + calixSoamExtMipStatsLbrOut Counter32, + calixSoamExtMipStatsLtmIn Counter32, + calixSoamExtMipStatsLtmForwarded Counter32, + calixSoamExtMipStatsLtrOut Counter32, + calixSoamExtMipStatsLbmInvalidSenderId Counter32, + calixSoamExtMipStatsDiscards Counter32, + calixSoamExtMipStatsResetStat TruthValue + } + +calixSoamExtMipStatsDirection OBJECT-TYPE + SYNTAX Dot1agCfmMpDirection + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The direction in which the MHF faces for statistics." + ::= { calixSoamExtMipStatsEntry 1 } + +calixSoamExtMipStatsLbmIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of LBMs received by this MIP." + ::= { calixSoamExtMipStatsEntry 2 } + +calixSoamExtMipStatsLbrOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of LBRs sent by this MIP." + ::= { calixSoamExtMipStatsEntry 3 } + +calixSoamExtMipStatsLtmIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of LTMs received by this MIP." + ::= { calixSoamExtMipStatsEntry 4 } + +calixSoamExtMipStatsLtmForwarded OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of LTM messages forwarded by MIP." + ::= { calixSoamExtMipStatsEntry 5 } + +calixSoamExtMipStatsLtrOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of LTR responses sent by this MIP." + ::= { calixSoamExtMipStatsEntry 6 } + +calixSoamExtMipStatsLbmInvalidSenderId + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received LBM with a bad Sender ID. + " + ::= { calixSoamExtMipStatsEntry 7 } + +calixSoamExtMipStatsDiscards + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of discarded OAM frames. + " + ::= { calixSoamExtMipStatsEntry 8 } + +calixSoamExtMipStatsResetStat OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "True indicates MEP statistics should be cleared." + ::= { calixSoamExtMipStatsEntry 9 } + + +-- ****************************************************************** +-- MEP extension for Delay Measurement and DVM +-- ****************************************************************** + +calixSoamExtMepDmExtTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtMepDmExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains extended attributes and counters for the standard + MEP table dot1agCfmMepTable, in order to support Delay Measurement and + Delay Variation Measurment functionality. + " + ::= { calixEoamExtConfig 4 } + +calixSoamExtMepDmExtEntry OBJECT-TYPE + SYNTAX CalixSoamExtMepDmExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "MEP Extension (DM and DVM) table for a given MEP object." + INDEX { dot1agCfmMdIndex, + dot1agCfmMaIndex, + dot1agCfmMepIdentifier } + ::= { calixSoamExtMepDmExtTable 1 } + +CalixSoamExtMepDmExtEntry ::= SEQUENCE { + calixSoamExtMepDmExtActive CalixEoamEnableType, + calixSoamExtMepDmExtDestMacAddress MacAddress, + calixSoamExtMepDmExtDestMepId Dot1agCfmMepIdOrZero, + calixSoamExtMepDmExtDestIsMepId TruthValue, + calixSoamExtMepDmExtClassOfService Unsigned32, + calixSoamExtMepDmExtDmPeriod INTEGER, + calixSoamExtMepDmExtMaxRtdThrSet Unsigned32, + calixSoamExtMepDmExtMaxRtdThrClr Unsigned32, + calixSoamExtMepDmExtAvgRtdThrSet Unsigned32, + calixSoamExtMepDmExtAvgRtdThrClr Unsigned32, + calixSoamExtMepDmExtMaxRtdVarThrSet Unsigned32, + calixSoamExtMepDmExtMaxRtdVarThrClr Unsigned32, + calixSoamExtMepDmExtAvgRtdVarThrSet Unsigned32, + calixSoamExtMepDmExtAvgRtdVarThrClr Unsigned32, + calixSoamExtMepDmExtAvgRoundTripDelay Unsigned32, + calixSoamExtMepDmExtMinRoundTripDelay Unsigned32, + calixSoamExtMepDmExtMaxRoundTripDelay Unsigned32, + calixSoamExtMepDmExtAvgRoundTripDelayVariation Unsigned32, + calixSoamExtMepDmExtMinRoundTripDelayVariation Unsigned32, + calixSoamExtMepDmExtMaxRoundTripDelayVariation Unsigned32, + calixSoamExtMepDmExtAvgRoundTripProcessingDelay Unsigned32, + calixSoamExtMepDmExtMinRoundTripProcessingDelay Unsigned32, + calixSoamExtMepDmExtMaxRoundTripProcessingDelay Unsigned32, + calixSoamExtMepDmExtDataLength Unsigned32, + calixSoamExtMepDmExtDataPattern Unsigned32 + } + +calixSoamExtMepDmExtActive OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Use to enable delay measurement." + ::= { calixSoamExtMepDmExtEntry 1 } + +calixSoamExtMepDmExtDestMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Target MAC Address field to be transmitted: A unicast + destination MAC address. + This address will be used if the value of the column + calixSoamExtMepDmExtDestIsMepId is 'False'. + " + ::= { calixSoamExtMepDmExtEntry 2 } + +calixSoamExtMepDmExtDestMepId OBJECT-TYPE + SYNTAX Dot1agCfmMepIdOrZero + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The MEP ID of remote MEP to which the DM is to be sent. + This address will be used if the value of the column + calixSoamExtMepDmExtDestIsMepId is 'True'. + " + ::= { calixSoamExtMepDmExtEntry 3 } + +calixSoamExtMepDmExtDestIsMepId OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "True indicates that MEP ID of the target MEP is used for + DM transmission. + False indicates that unicast destination MAC address of the + target MEP is used for DM transmission. + " + ::= { calixSoamExtMepDmExtEntry 4 } + +calixSoamExtMepDmExtClassOfService OBJECT-TYPE + SYNTAX Unsigned32(0..8) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies the class of service for which the DMM is requested. + A value of 8 indicates a full MEP level (CoS agnostic) request. + " + ::= { calixSoamExtMepDmExtEntry 5 } + +calixSoamExtMepDmExtDmPeriod OBJECT-TYPE + SYNTAX INTEGER { + dm1sec(3), + dm10sec(4) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies the delay between two consecutive DM messages." + ::= { calixSoamExtMepDmExtEntry 6 } + + calixSoamExtMepDmExtMaxRtdThrSet OBJECT-TYPE + SYNTAX Unsigned32(0..100000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum round trip delay threshold upon which an alarm is to be raised. + " + ::= { calixSoamExtMepDmExtEntry 7 } + + calixSoamExtMepDmExtMaxRtdThrClr OBJECT-TYPE + SYNTAX Unsigned32(0..100000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum round trip delay threshold upon which an alarm is to be cleared. + " + ::= { calixSoamExtMepDmExtEntry 8 } + + calixSoamExtMepDmExtAvgRtdThrSet OBJECT-TYPE + SYNTAX Unsigned32(0..100000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The average round trip delay threshold upon which an alarm is to be raised. + " + ::= { calixSoamExtMepDmExtEntry 9 } + + calixSoamExtMepDmExtAvgRtdThrClr OBJECT-TYPE + SYNTAX Unsigned32(0..100000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The average round trip delay threshold upon which an alarm is to be cleared. + " + ::= { calixSoamExtMepDmExtEntry 10 } + + calixSoamExtMepDmExtMaxRtdVarThrSet OBJECT-TYPE + SYNTAX Unsigned32(0..100000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum round trip delay variation threshold upon which an alarm is to be raised. + " + ::= { calixSoamExtMepDmExtEntry 11 } + + calixSoamExtMepDmExtMaxRtdVarThrClr OBJECT-TYPE + SYNTAX Unsigned32(0..100000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum round trip delay variation threshold upon which an alarm is to be cleared. + " + ::= { calixSoamExtMepDmExtEntry 12 } + + calixSoamExtMepDmExtAvgRtdVarThrSet OBJECT-TYPE + SYNTAX Unsigned32(0..100000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The average round trip delay variation threshold upon which an alarm is to be raised. + " + ::= { calixSoamExtMepDmExtEntry 13 } + + calixSoamExtMepDmExtAvgRtdVarThrClr OBJECT-TYPE + SYNTAX Unsigned32(0..100000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The average round trip delay variation threshold upon which an alarm is to be cleared. + " + ::= { calixSoamExtMepDmExtEntry 14 } + +calixSoamExtMepDmExtAvgRoundTripDelay OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average round trip delay for the session, expressed in 1/100th of + miliseconds. + " + ::= { calixSoamExtMepDmExtEntry 15 } + +calixSoamExtMepDmExtMinRoundTripDelay OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum round trip delay for the session, expressed in 1/100th of + miliseconds." + ::= { calixSoamExtMepDmExtEntry 16 } + +calixSoamExtMepDmExtMaxRoundTripDelay OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum round trip delay for the session, expressed in 1/100th of + miliseconds. + " + ::= { calixSoamExtMepDmExtEntry 17 } + +calixSoamExtMepDmExtAvgRoundTripDelayVariation OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average round trip delay variation for the session, + expressed in 1/100th of miliseconds." + ::= { calixSoamExtMepDmExtEntry 18 } + +calixSoamExtMepDmExtMinRoundTripDelayVariation OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum round trip delay variation for the session, + expressed in 1/100th of miliseconds." + ::= { calixSoamExtMepDmExtEntry 19 } + +calixSoamExtMepDmExtMaxRoundTripDelayVariation OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum round trip delay variation for the session, + expressed in 1/100th of miliseconds." + ::= { calixSoamExtMepDmExtEntry 20 } + +calixSoamExtMepDmExtAvgRoundTripProcessingDelay OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average processing delay for the session, + expressed in 1/100th of miliseconds. + " + ::= { calixSoamExtMepDmExtEntry 21 } + +calixSoamExtMepDmExtMinRoundTripProcessingDelay OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum round trip delay variation for the session, + expressed in 1/100th of miliseconds. + " + ::= { calixSoamExtMepDmExtEntry 22 } + +calixSoamExtMepDmExtMaxRoundTripProcessingDelay OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum round trip delay variation for the session, + expressed in 1/100th of miliseconds. + " + ::= { calixSoamExtMepDmExtEntry 23} + +calixSoamExtMepDmExtDataLength OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Length of data TLV in delay measurement frame. + " + ::= { calixSoamExtMepDmExtEntry 24 } + +calixSoamExtMepDmExtDataPattern OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Data pattern copied into data TLV. + " + ::= { calixSoamExtMepDmExtEntry 25 } + + +-- ****************************************************************** +-- MEP extension for Frame Loss Measurement +-- ****************************************************************** + +calixSoamExtMepLmExtTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtMepLmExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains extended attributes and counters for the standard + MEP table dot1agCfmMepTable, in order to support FLM on demand functionality. + " + ::= { calixEoamExtConfig 5 } + +calixSoamExtMepLmExtEntry OBJECT-TYPE + SYNTAX CalixSoamExtMepLmExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "MEP Extension (FLM) table for a given MEP object" + INDEX { dot1agCfmMdIndex, + dot1agCfmMaIndex, + dot1agCfmMepIdentifier } + ::= { calixSoamExtMepLmExtTable 1 } + +CalixSoamExtMepLmExtEntry ::= SEQUENCE { + calixSoamExtMepLmExtActive CalixEoamEnableType, + calixSoamExtMepLmExtDestMacAddress MacAddress, + calixSoamExtMepLmExtDestMepId Dot1agCfmMepIdOrZero, + calixSoamExtMepLmExtDestIsMepId TruthValue, + calixSoamExtMepLmExtLmType CalixSoamLmType, + calixSoamExtMepLmExtClassOfService Unsigned32, + calixSoamExtMepLmExtLmPeriod INTEGER, + calixSoamExtMepLmExtMaxNearEndLossThrSet Unsigned32, + calixSoamExtMepLmExtMaxNearEndLossThrClr Unsigned32, + calixSoamExtMepLmExtAvgNearEndLossThrSet Unsigned32, + calixSoamExtMepLmExtAvgNearEndLossThrClr Unsigned32, + calixSoamExtMepLmExtMaxFarEndLossThrSet Unsigned32, + calixSoamExtMepLmExtMaxFarEndLossThrClr Unsigned32, + calixSoamExtMepLmExtAvgFarEndLossThrSet Unsigned32, + calixSoamExtMepLmExtAvgFarEndLossThrClr Unsigned32, + calixSoamExtMepLmExtNearEndLostPkts Counter32, + calixSoamExtMepLmExtNearEndLossRatio Unsigned32, + calixSoamExtMepLmExtMaxNearEndLossRatio Unsigned32, + calixSoamExtMepLmExtMinNearEndLossRatio Unsigned32, + calixSoamExtMepLmExtAvgNearEndLossRatio Unsigned32, + calixSoamExtMepLmExtFarEndLostPkts Counter32, + calixSoamExtMepLmExtFarEndLossRatio Unsigned32, + calixSoamExtMepLmExtMaxFarEndLossRatio Unsigned32, + calixSoamExtMepLmExtMinFarEndLossRatio Unsigned32, + calixSoamExtMepLmExtAvgFarEndLossRatio Unsigned32 + } + +calixSoamExtMepLmExtActive OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Use to enable frame delay measurement." + ::= { calixSoamExtMepLmExtEntry 1 } + +calixSoamExtMepLmExtDestMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The Target MAC Address Field to be transmitted: A unicast + destination MAC address. + This address will be used if the value of the column + calixSoamExtMepLmExtDestIsMepId is 'False'. + " + ::= { calixSoamExtMepLmExtEntry 2 } + +calixSoamExtMepLmExtDestMepId OBJECT-TYPE + SYNTAX Dot1agCfmMepIdOrZero + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The MEP ID of remote MEP to which the FLM is to be sent. + This address will be used if the value of the column + calixSoamExtMepLmExtDestIsMepId is 'True'. + " + ::= { calixSoamExtMepLmExtEntry 3 } + +calixSoamExtMepLmExtDestIsMepId OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "True indicates that MEPID is used for FLM transmission. + False indicates that unicast destination MAC address is used for FLM transmission. + " + ::= { calixSoamExtMepLmExtEntry 4} + +calixSoamExtMepLmExtLmType OBJECT-TYPE + SYNTAX CalixSoamLmType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies the type of Frame Loss Measurement: Single or Dual. + " + ::= { calixSoamExtMepLmExtEntry 5 } + +calixSoamExtMepLmExtClassOfService OBJECT-TYPE + SYNTAX Unsigned32(0..8) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies the class of service for which the FLM is requested. + A value of 8 indicates a full MEP level (CoS agnostic) request. + " + ::= { calixSoamExtMepLmExtEntry 6 } + +calixSoamExtMepLmExtLmPeriod OBJECT-TYPE + SYNTAX INTEGER { + lm100ms(1), + lm1sec(2), + lm10sec(3) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies the delay between two consecutive FLM messages" + ::= { calixSoamExtMepLmExtEntry 7 } + + + calixSoamExtMepLmExtMaxNearEndLossThrSet OBJECT-TYPE + SYNTAX Unsigned32(0..1000000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum near end frame loss threshold upon which an alarm is to be raised. + " + ::= { calixSoamExtMepLmExtEntry 8 } + + calixSoamExtMepLmExtMaxNearEndLossThrClr OBJECT-TYPE + SYNTAX Unsigned32(0..1000000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum near end frame loss threshold upon which an alarm is to be cleared. + " + ::= { calixSoamExtMepLmExtEntry 9 } + + calixSoamExtMepLmExtAvgNearEndLossThrSet OBJECT-TYPE + SYNTAX Unsigned32(0..1000000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The average near end frame loss threshold upon which an alarm is to be raised. + " + ::= { calixSoamExtMepLmExtEntry 10 } + + calixSoamExtMepLmExtAvgNearEndLossThrClr OBJECT-TYPE + SYNTAX Unsigned32(0..1000000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The average near end frame loss threshold upon which an alarm is to be cleared. + " + ::= { calixSoamExtMepLmExtEntry 11 } + + calixSoamExtMepLmExtMaxFarEndLossThrSet OBJECT-TYPE + SYNTAX Unsigned32(0..1000000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum far end loss threshold upon which an alarm is to be raised. + " + ::= { calixSoamExtMepLmExtEntry 12 } + + calixSoamExtMepLmExtMaxFarEndLossThrClr OBJECT-TYPE + SYNTAX Unsigned32(0..1000000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The maximum far end loss threshold upon which an alarm is to be cleared. + " + ::= { calixSoamExtMepLmExtEntry 13 } + + calixSoamExtMepLmExtAvgFarEndLossThrSet OBJECT-TYPE + SYNTAX Unsigned32(0..1000000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The average far end loss threshold upon which an alarm is to be raised. + " + ::= { calixSoamExtMepLmExtEntry 14 } + + calixSoamExtMepLmExtAvgFarEndLossThrClr OBJECT-TYPE + SYNTAX Unsigned32(0..1000000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The average far end loss threshold upon which an alarm is to be cleared. + " + ::= { calixSoamExtMepLmExtEntry 15 } + +calixSoamExtMepLmExtNearEndLostPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of frames lost at the near end." + ::= { calixSoamExtMepLmExtEntry 16 } + +calixSoamExtMepLmExtNearEndLossRatio OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Frame loss ratio at near end, in 1/1000000th of percentage points. + A value of 10000 means 1% loss ratio. + " + ::= { calixSoamExtMepLmExtEntry 17 } + +calixSoamExtMepLmExtMaxNearEndLossRatio OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum frame loss ratio at near end, in 1/1000000th of percentage + points. A value of 10000 means 1% loss ratio. + " + ::= { calixSoamExtMepLmExtEntry 18 } + +calixSoamExtMepLmExtMinNearEndLossRatio OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Minimum frame loss ratio at near end, in 1/1000000th of percentage + points. A value of 10000 means 1% loss ratio. + " + ::= { calixSoamExtMepLmExtEntry 19 } + +calixSoamExtMepLmExtAvgNearEndLossRatio OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Average frame loss ratio at near end, in 1/1000000th of percentage + points. A value of 10000 means 1% loss ratio. + " + ::= { calixSoamExtMepLmExtEntry 20 } + +calixSoamExtMepLmExtFarEndLostPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of frames lost at the far end." + ::= { calixSoamExtMepLmExtEntry 21 } + +calixSoamExtMepLmExtFarEndLossRatio OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Frame loss ratio at far end, in 1/1000000th of percentage points. + A value of 10000 means 1% loss ratio. + " + ::= { calixSoamExtMepLmExtEntry 22 } + +calixSoamExtMepLmExtMaxFarEndLossRatio OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum frame loss ratio at far end, in 1/1000000th of percentage + points. A value of 10000 means 1% loss ratio. + " + ::= { calixSoamExtMepLmExtEntry 23 } + +calixSoamExtMepLmExtMinFarEndLossRatio OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Minimum frame loss ratio at far end, in 1/1000000th of percentage + points. A value of 10000 means 1% loss ratio. + " + ::= { calixSoamExtMepLmExtEntry 24 } + +calixSoamExtMepLmExtAvgFarEndLossRatio OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Average frame loss ratio at far end, in 1/1000000th of percentage + points. A value of 10000 means 1% loss ratio. + " + ::= { calixSoamExtMepLmExtEntry 25 } + + +-- ****************************************************************** +-- MEP extension for Multicast Loopback +-- ****************************************************************** + +calixSoamExtMepMcastLoopbackSessionTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtMepMcastLoopbackSessionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table is used to initiate a multicast loopback request for + a given MEP. + " + ::= { calixEoamExtConfig 6 } + +calixSoamExtMepMcastLoopbackSessionEntry OBJECT-TYPE + SYNTAX CalixSoamExtMepMcastLoopbackSessionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each MEP can have only one active Multicast Loopback Request + at a given time. + " + INDEX { dot1agCfmMdIndex, + dot1agCfmMaIndex, + dot1agCfmMepIdentifier } + ::= { calixSoamExtMepMcastLoopbackSessionTable 1 } + +CalixSoamExtMepMcastLoopbackSessionEntry ::= SEQUENCE { + calixSoamExtMepMcastLoopbackSessionStatus INTEGER, + calixSoamExtMepMcastLoopbackSessionReplies Unsigned32 + } + +calixSoamExtMepMcastLoopbackSessionStatus OBJECT-TYPE + SYNTAX INTEGER { + none(1), + inProgress(2), + completed(3), + activate(4), + failed(5) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies the status of the Multicast Loopback request + for the particular ITU-T Y.1731 MEP. In order to activate a new + session, write 'activate' in this variable. + " + ::= { calixSoamExtMepMcastLoopbackSessionEntry 1 } + +calixSoamExtMepMcastLoopbackSessionReplies OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the number of replies received for this multicast loopback + session. + " + ::= { calixSoamExtMepMcastLoopbackSessionEntry 2 } + +-- ****************************************************************** +-- Multicast Loopback Results table +-- ****************************************************************** + +calixSoamExtMepMcastLoopbackResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtMepMcastLoopbackResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table is used to read the results of a multicast + loopback request for a given MEP. + " + ::= { calixEoamExtConfig 7 } + +calixSoamExtMepMcastLoopbackResultsEntry OBJECT-TYPE + SYNTAX CalixSoamExtMepMcastLoopbackResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Each MEP can have only one active Multicast Loopback Request + at a given time. This table presents the results of the last request + indexed by the reply order. + " + INDEX { dot1agCfmMdIndex, + dot1agCfmMaIndex, + dot1agCfmMepIdentifier, + calixSoamExtMepMcastLoopbackResultsIndex } + ::= { calixSoamExtMepMcastLoopbackResultsTable 1 } + +CalixSoamExtMepMcastLoopbackResultsEntry ::= SEQUENCE { + calixSoamExtMepMcastLoopbackResultsIndex Unsigned32, + calixSoamExtMepMcastLoopbackResultsMacAddress MacAddress + } + +calixSoamExtMepMcastLoopbackResultsIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Specifies the index of the multicast loopback result." + ::= { calixSoamExtMepMcastLoopbackResultsEntry 1 } + +calixSoamExtMepMcastLoopbackResultsMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "MAC address for the received reply." + ::= { calixSoamExtMepMcastLoopbackResultsEntry 2 } + +-- ****************************************************************** +-- MEP extension for Statistics +-- ****************************************************************** + +calixSoamExtMepStatsExtTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtMepStatsExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains extensions of the dot1agCfmMepTable for MEP Statistics." + ::= { calixEoamExtConfig 8 } + +calixSoamExtMepStatsExtEntry OBJECT-TYPE + SYNTAX CalixSoamExtMepStatsExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Extended counters and attributes for MEP configuration." + INDEX { dot1agCfmMdIndex, + dot1agCfmMaIndex, + dot1agCfmMepIdentifier + } + ::= { calixSoamExtMepStatsExtTable 1} + +CalixSoamExtMepStatsExtEntry ::= SEQUENCE { + calixSoamExtMepStatsExtCcmRdiSent Counter32, + calixSoamExtMepStatsExtCcmReceived Counter32, + calixSoamExtMepStatsExtCcmInvalidSenderId Counter32, + calixSoamExtMepStatsExtCcmInvalidPortStatus Counter32, + calixSoamExtMepStatsExtCcmInvalidIfStatus Counter32, + calixSoamExtMepStatsExtCcmRdiReceived Counter32, + calixSoamExtMepStatsExtLbmReceived Counter32, + calixSoamExtMepStatsExtLbmSent Counter32, + calixSoamExtMepStatsExtLbmInvalidSenderId Counter32, + calixSoamExtMepStatsExtLbrInvalidSenderId Counter32, + calixSoamExtMepStatsExtLtmReceived Counter32, + calixSoamExtMepStatsExtLtmSent Counter32, + calixSoamExtMepStatsExtLtrInvalidMac Counter32, + calixSoamExtMepStatsExtLtrReceived Counter32, + calixSoamExtMepStatsExtLtrSent Counter32, + calixSoamExtMepStatsExtLmmReceived Counter32, + calixSoamExtMepStatsExtLmmSent Counter32, + calixSoamExtMepStatsExtLmrReceived Counter32, + calixSoamExtMepStatsExtLmrSent Counter32, + calixSoamExtMepStatsExtDmmReceived Counter32, + calixSoamExtMepStatsExtDmmSent Counter32, + calixSoamExtMepStatsExtDmrReceived Counter32, + calixSoamExtMepStatsExtDmrSent Counter32, + calixSoamExtMepStatsExtResetStat TruthValue + } + +calixSoamExtMepStatsExtCcmRdiSent + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of sent CCMs with RDI bit set." + ::= { calixSoamExtMepStatsExtEntry 1 } + +calixSoamExtMepStatsExtCcmReceived + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CCMs received from all remote MEPs." + ::= { calixSoamExtMepStatsExtEntry 2 } + +calixSoamExtMepStatsExtCcmInvalidSenderId + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CCMs with invalid Sender ID TLV received from all + remote MEPs. + " + ::= { calixSoamExtMepStatsExtEntry 3 } + +calixSoamExtMepStatsExtCcmInvalidPortStatus + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CCMs with invalid Port Status TLV received from all + remote MEPs. + " + ::= { calixSoamExtMepStatsExtEntry 4 } + +calixSoamExtMepStatsExtCcmInvalidIfStatus + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CCMs with invalid Interface Status TLV received from all + remote MEPs. + " + ::= { calixSoamExtMepStatsExtEntry 5 } + +calixSoamExtMepStatsExtCcmRdiReceived + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CCMs with RDI bit set received from all + remote MEPs. + " + ::= { calixSoamExtMepStatsExtEntry 6 } + +calixSoamExtMepStatsExtLbmReceived + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LBM messages received. + " + ::= { calixSoamExtMepStatsExtEntry 7 } + +calixSoamExtMepStatsExtLbmSent + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LBM messages sent. + " + ::= { calixSoamExtMepStatsExtEntry 8 } + + +calixSoamExtMepStatsExtLbmInvalidSenderId + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LBM messages received with + a bad sender ID. + " + ::= { calixSoamExtMepStatsExtEntry 9 } + + +calixSoamExtMepStatsExtLbrInvalidSenderId + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LBR messages received with + a bad sender ID. + " + ::= { calixSoamExtMepStatsExtEntry 10 } + + +calixSoamExtMepStatsExtLtmReceived + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LTM messages received. + " + ::= { calixSoamExtMepStatsExtEntry 11 } + + +calixSoamExtMepStatsExtLtmSent + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LTM messages sent. + " + ::= { calixSoamExtMepStatsExtEntry 12 } + + +calixSoamExtMepStatsExtLtrInvalidMac + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LTR messages received with + a bad MAC address. + " + ::= { calixSoamExtMepStatsExtEntry 13 } + + +calixSoamExtMepStatsExtLtrReceived + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LTR messages received. + " + ::= { calixSoamExtMepStatsExtEntry 14 } + + +calixSoamExtMepStatsExtLtrSent + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LTR messages sent. + " + ::= { calixSoamExtMepStatsExtEntry 15 } + + +calixSoamExtMepStatsExtLmmReceived + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LMM messages received. + " + ::= { calixSoamExtMepStatsExtEntry 16 } + + +calixSoamExtMepStatsExtLmmSent + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LMM messages sent. + " + ::= { calixSoamExtMepStatsExtEntry 17 } + +calixSoamExtMepStatsExtLmrReceived + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LMR messages received. + " + ::= { calixSoamExtMepStatsExtEntry 18 } + + +calixSoamExtMepStatsExtLmrSent + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of LMR messages sent. + " + ::= { calixSoamExtMepStatsExtEntry 19 } + +calixSoamExtMepStatsExtDmmReceived + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DMM messages received. + " + ::= { calixSoamExtMepStatsExtEntry 20 } + + +calixSoamExtMepStatsExtDmmSent + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DMM messages sent. + " + ::= { calixSoamExtMepStatsExtEntry 21 } + +calixSoamExtMepStatsExtDmrReceived + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DMR messages received. + " + ::= { calixSoamExtMepStatsExtEntry 22 } + + +calixSoamExtMepStatsExtDmrSent + OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DMR messages sent. + " + ::= { calixSoamExtMepStatsExtEntry 23 } + +calixSoamExtMepStatsExtResetStat OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "True indicates MEP statistics should be cleared." + ::= { calixSoamExtMepStatsExtEntry 24 } + + +-- ****************************************************************** +-- MEP Extension for Unicast Loopback Result Table +-- ****************************************************************** + +calixSoamExtMepUcastLoopbackResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtMepUcastLoopbackResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains Unicast Loopback protocol results for corresponding MEP." + ::= { calixEoamExtConfig 9 } + +calixSoamExtMepUcastLoopbackResultsEntry OBJECT-TYPE + SYNTAX CalixSoamExtMepUcastLoopbackResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Unicast Loopback result for corresponding MEP." + INDEX { dot1agCfmMdIndex, + dot1agCfmMaIndex, + dot1agCfmMepIdentifier + } + ::= { calixSoamExtMepUcastLoopbackResultsTable 1} + +CalixSoamExtMepUcastLoopbackResultsEntry ::= SEQUENCE { + calixSoamExtMepUcastLoopbackResultsLbmFirstSeqNumber Unsigned32, + calixSoamExtMepUcastLoopbackResultsDestMacAddress MacAddress, + calixSoamExtMepUcastLoopbackResultsStatus INTEGER, + calixSoamExtMepUcastLoopbackResultsLbmOut Counter32, + calixSoamExtMepUcastLoopbackResultsLbrIn Counter32 + } + +calixSoamExtMepUcastLoopbackResultsLbmFirstSeqNumber OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Loopback Transaction Identifier of the first LBM sent. This value can be obtained + from dot1agCfmMepTransmitLbmSeqNumber of dot1agCfmMepTable table after Loopback transmitting. + " + ::= { calixSoamExtMepUcastLoopbackResultsEntry 1 } + +calixSoamExtMepUcastLoopbackResultsDestMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC Address of destination MP." + ::= { calixSoamExtMepUcastLoopbackResultsEntry 2 } + +calixSoamExtMepUcastLoopbackResultsStatus OBJECT-TYPE + SYNTAX INTEGER { + none(0), + inProgress(1), + failed(2), + succeeded(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the state of the current Loopback request." + ::= { calixSoamExtMepUcastLoopbackResultsEntry 3 } + +calixSoamExtMepUcastLoopbackResultsLbmOut OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loopback Messages sent." + ::= { calixSoamExtMepUcastLoopbackResultsEntry 4 } + +calixSoamExtMepUcastLoopbackResultsLbrIn OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loopback replies received." + ::= { calixSoamExtMepUcastLoopbackResultsEntry 5 } + +-- ****************************************************************** +-- System Level MIB extensions for SOAM +-- ****************************************************************** + +-- ****************************************************************** +-- SOAM Configration Extension +-- ****************************************************************** + +calixSoamExtCfgTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixSoamExtCfgEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains Unicast Loopback protocol results for corresponding MEP." + ::= { calixEoamExtConfig 10 } + +calixSoamExtCfgEntry OBJECT-TYPE + SYNTAX CalixSoamExtCfgEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General Service OAM Configuration Table." + INDEX { calixSoamExtCfgIndex + } + ::= { calixSoamExtCfgTable 1} + +CalixSoamExtCfgEntry ::= SEQUENCE { + calixSoamExtCfgIndex Unsigned32, + calixSoamExtCfgAdminState CalixEoamEnableType, + calixSoamExtCfgPermission Dot1agCfmIdPermission, + calixSoamExtCfgChassisIdSubtype LldpChassisIdSubtype, + calixSoamExtCfgChassisId LldpChassisId, + calixSoamExtCfgManAddressDomain TDomain, + calixSoamExtCfgManAddress TAddress, + calixSoamExtCfgCcmOptTlvSenderId CalixEoamEnableType, + calixSoamExtCfgCcmOptTlvPortStatus CalixEoamEnableType, + calixSoamExtCfgCcmOptTlvIfStatus CalixEoamEnableType, + calixSoamExtCfgLtmOptTlvSenderId CalixEoamEnableType, + calixSoamExtCfgLbmOptTlvSenderId CalixEoamEnableType, + calixSoamExtCfgLbmOptTlvIfStatus CalixEoamEnableType, + calixSoamExtCfgLbmOptTlvData CalixEoamEnableType, + calixSoamExtCfgDmmOptTlvData CalixEoamEnableType + } + +calixSoamExtCfgIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Index of auto instantited configuration MIB. Must be 1. + " + ::= { calixSoamExtCfgEntry 1 } + + +calixSoamExtCfgAdminState OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "State of Service level Ethernet OAM. Set this to enable to begin transmitting Ethernet OAM + frames from configures MEG/MEPs. + " + ::= { calixSoamExtCfgEntry 2 } + +calixSoamExtCfgPermission OBJECT-TYPE + SYNTAX Dot1agCfmIdPermission + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Default permission level determining which optional TLVs to include. + " + ::= { calixSoamExtCfgEntry 3 } + +calixSoamExtCfgChassisIdSubtype OBJECT-TYPE + SYNTAX LldpChassisIdSubtype + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Chassis ID Subtype. + " + ::= { calixSoamExtCfgEntry 4 } + +calixSoamExtCfgChassisId OBJECT-TYPE + SYNTAX LldpChassisId + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Chassis ID. + " + ::= { calixSoamExtCfgEntry 5 } + +calixSoamExtCfgManAddressDomain OBJECT-TYPE + SYNTAX TDomain + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Management Domain. + " + ::= { calixSoamExtCfgEntry 6 } + +calixSoamExtCfgManAddress OBJECT-TYPE + SYNTAX TAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Management Address. + " + ::= { calixSoamExtCfgEntry 7 } + +calixSoamExtCfgCcmOptTlvSenderId OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Enable to include sender ID TLV in CCM messages. + " + ::= { calixSoamExtCfgEntry 8 } + +calixSoamExtCfgCcmOptTlvPortStatus OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Enable to include Port Status TLV in CCM messages. + " + ::= { calixSoamExtCfgEntry 9 } + +calixSoamExtCfgCcmOptTlvIfStatus OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Enable to include Interface Status TLV in CCM messages. + " + ::= { calixSoamExtCfgEntry 10 } + +calixSoamExtCfgLtmOptTlvSenderId OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Enable to include Sender ID TLV in LTM messages. + " + ::= { calixSoamExtCfgEntry 11 } + +calixSoamExtCfgLbmOptTlvSenderId OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Enable to include Sender ID TLV in LBM messages. + " + ::= { calixSoamExtCfgEntry 12 } + +calixSoamExtCfgLbmOptTlvIfStatus OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Enable to include Interface Status TLV in LBM messages. + " + ::= { calixSoamExtCfgEntry 13 } + +calixSoamExtCfgLbmOptTlvData OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Enable to include Data TLV in LBM messages. + " + ::= { calixSoamExtCfgEntry 14 } + +calixSoamExtCfgDmmOptTlvData OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Enable to include Data TLV in DMM messages. + " + ::= { calixSoamExtCfgEntry 15 } + +-- ****************************************************************** +-- LOAM Configration Extension +-- ****************************************************************** + +calixLoamExtCfgTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixLoamExtCfgEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains settings for enabling/disabling the Link OAM feature." + ::= { calixEoamExtConfig 11 } + +calixLoamExtCfgEntry OBJECT-TYPE + SYNTAX CalixLoamExtCfgEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General Link OAM Configuration Table." + INDEX { calixLoamExtCfgIndex + } + ::= { calixLoamExtCfgTable 1} + +CalixLoamExtCfgEntry ::= SEQUENCE { + calixLoamExtCfgIndex Unsigned32, + calixLoamExtCfgAdminState CalixEoamEnableType + } + +calixLoamExtCfgIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Index of auto instantiated configuration MIB. Must be 1. + " + ::= { calixLoamExtCfgEntry 1 } + +calixLoamExtCfgAdminState OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "State of Service level Ethernet OAM. Set this to enable to begin transmitting Ethernet OAM + frames from configures MEG/MEPs. + " + ::= { calixLoamExtCfgEntry 2 } + +-- ****************************************************************** +-- RFC 2544 configuration +-- ****************************************************************** + +calixRfc2544CfgTable OBJECT-TYPE + SYNTAX SEQUENCE OF CalixRfc2544CfgEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table places a port in RFC2544 Reflector Mode." + ::= { calixEoamExtConfig 12 } + +calixRfc2544CfgEntry OBJECT-TYPE + SYNTAX CalixRfc2544CfgEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Only one port can be in RFC 2544 Reflector Mode at any given time." + INDEX { calixRfc2544CfgIndex } + ::= { calixRfc2544CfgTable 1 } + +CalixRfc2544CfgEntry ::= SEQUENCE { + calixRfc2544CfgIndex Unsigned32, + calixRfc2544CfgIfIndex InterfaceIndex, + calixRfc2544CfgAdminState CalixEoamEnableType, + calixRfc2544CfgVlanId VlanId, + calixRfc2544CfgMacAddress MacAddress + } + +calixRfc2544CfgIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Index of auto instantiated RFC 2544 configuration MIB. Must be 1. + " + ::= { calixRfc2544CfgEntry 1 } + +calixRfc2544CfgAdminState OBJECT-TYPE + SYNTAX CalixEoamEnableType + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Administrative state of the RFC 2544 Reflector." + ::= { calixRfc2544CfgEntry 2 } + +calixRfc2544CfgIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This attributes specifies the interface index for the port + in RFC 2544 Reflector Mode. + " + ::= { calixRfc2544CfgEntry 3 } + +calixRfc2544CfgVlanId OBJECT-TYPE + SYNTAX VlanId + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "VLAN ID of Service." + ::= { calixRfc2544CfgEntry 4 } + +calixRfc2544CfgMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Destination MAC address of frames to reflect." + ::= { calixRfc2544CfgEntry 5 } + +END diff --git a/mibs/calix/OCCAM-ENTITY-MIB b/mibs/calix/OCCAM-ENTITY-MIB new file mode 100755 index 0000000000..4e376547fb --- /dev/null +++ b/mibs/calix/OCCAM-ENTITY-MIB @@ -0,0 +1,386 @@ + +--This MIB has been extracted from RFC 2737 +OCCAM-ENTITY-MIB DEFINITIONS ::= BEGIN + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, mib-2, NOTIFICATION-TYPE, + enterprises, OBJECT-IDENTITY, Integer32 + FROM SNMPv2-SMI + TDomain, TAddress, TEXTUAL-CONVENTION, AutonomousType, + RowPointer, TimeStamp, TruthValue, MacAddress, DateAndTime, + PhysAddress + FROM SNMPv2-TC + SnmpAdminString + FROM SNMP-FRAMEWORK-MIB + MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP + FROM SNMPv2-CONF + occamGenericHardwareModules + FROM OCCAM-REG-MODULE; + + entityMIB MODULE-IDENTITY + LAST-UPDATED "200710020000Z" + ORGANIZATION "Occam Networks" + CONTACT-INFO "email support@occamnetworks.com" + + DESCRIPTION + "The MIB module for representing multiple + logical entities supported by a single + SNMP agent." + + REVISION "200909100000Z" + DESCRIPTION "Realigned objects and indices ordering" + + REVISION "200710020000Z" + DESCRIPTION "modified entitySoftwareRevExt object OID" + + REVISION "200709200000Z" + DESCRIPTION "added entitySoftwareRevExt object" + + REVISION "9912070000Z" + DESCRIPTION "Initial Version of Entity MIB (Version 2). + This revision obsoletes RFC 2037." + + ::= { occamGenericHardwareModules 1 } + +-- TEXTUAL-CONVENTIONS -- + PhysicalIndex ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d" + STATUS current + DESCRIPTION "An arbitrary value which uniquely + identifies the physical entity. The + value should be a small non-negative + integer; index values for different + physical entities are not necessarily + contiguous." + SYNTAX Integer32 ( 0 .. 2147483647 ) + + org OBJECT IDENTIFIER + ::= { iso 3 } + + dod OBJECT IDENTIFIER + ::= { org 6 } + + +-- MIB variables + + internet OBJECT IDENTIFIER + ::= { dod 1 } + + mgmt OBJECT IDENTIFIER + ::= { internet 2 } + + + +--identifiers + + entityMIBObjects OBJECT IDENTIFIER + ::= { entityMIB 1 } + + +-- Entity MIB Trap Definitions + + entityMIBTraps OBJECT IDENTIFIER + ::= { entityMIB 2 } + +--scalar Objects + + entityCompanyName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the Company which built the + product. In our case it is Occam + Networks Inc." + ::= { entityMIBObjects 1 } + + entityMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object contains the MAC Address of + an ethernet interface. For other physical + entities it is an octet string of length 0" + ::= { entityMIBObjects 2 } + + entityBoardName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The textual name of the Board." + ::= { entityMIBObjects 3 } + + entityBoardAssembly OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An in-house classification of the board." + ::= { entityMIBObjects 4 } + + entityBoardType OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of board that is present." + ::= { entityMIBObjects 5 } + + entitySerialNum OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE(0 .. 32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The vendor-specific serial number + string for the physical entity." + + ::= { entityMIBObjects 6 } + + entityHardwareRev OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The vendor-specific hardware revision + string for the physical entity. The + preferred value is the hardware revision + identifier actually printed on the + component itself (if present). + + Note that if revision information is + stored internally in a non-printable + (e.g., binary) format, then the agent + must convert such information to a + printable format, in an implementation- + specific manner. + + If no specific hardware revision string + is associated with the physical component, + or this information is unknown to the + agent, then this object will contain a + zero-length string." + ::= { entityMIBObjects 7 } + + + entityFirmwareRev OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The vendor-specific firmware revision + string for the + physical entity. + + Note that if revision information is + stored internally in a non-printable + (e.g., binary) format, then the agent + must convert such information to a + printable format, in an implementation- + specific manner. + + If no specific firmware programs are + associated with the physical component, + or this information is unknown to the + agent, then this object will contain a + zero-length string." + ::= { entityMIBObjects 8 } + + + entitySoftwareRev OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The vendor-specific software revision + string for the physical entity. + + Note that if revision information is + stored internally in a non-printable + (e.g., binary) format, then the agent + must convert such information to a + printable format, in an implementation- + specific manner. + + If no specific software programs are + associated with the physical component, + or this information is unknown to the + agent, then this object will contain a + zero-length string." + ::= { entityMIBObjects 9 } + + entityMfgDate OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The date when this physical component + was manufactured. The preferred value is + the manufacturer date printed on the + component itself(if present). If the + manufacturer date associated with the + physical component is unknown to the + agent, then this object will contain a + zero-length string." + ::= { entityMIBObjects 10 } + + entitySoftwareRevExt OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Occam software revision extension in + 'TagTagrev_SuffixSuffixrev' format + (i.e. R3_P1). In this example the Tag is + R, the Tagrev is 3, the Suffix is P, and + the Suffixrev is 1." + ::= { entityMIBObjects 13 } + + entityOntSlotId OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot identifier configured on this + entity, intended for within a daisy + chained application. This object is + applicable to active ONTs." + ::= { entityMIBObjects 14 } + + + +-- The Port Table + entityPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF EntityPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains one row per port + entity." + ::= { entityMIBObjects 11 } + + entityPortEntry OBJECT-TYPE + SYNTAX EntityPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Information about a particular port." + INDEX { entityPortShelfIndex, + entityPortSlotIndex, entityPortIndex } + ::= { entityPortTable 1 } + + EntityPortEntry ::= SEQUENCE { + entityPortShelfIndex PhysicalIndex, + entityPortSlotIndex PhysicalIndex, + entityPortIndex PhysicalIndex, + entityPortName SnmpAdminString + } + + entityPortShelfIndex OBJECT-TYPE + SYNTAX PhysicalIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The shelf number which contains the slot + that contains this port." + ::= { entityPortEntry 1 } + + entityPortSlotIndex OBJECT-TYPE + SYNTAX PhysicalIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot number associated with this + port." + ::= { entityPortEntry 2 } + + entityPortIndex OBJECT-TYPE + SYNTAX PhysicalIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the port in the slot + specified by entitySlotIndex, and the + shelf specified by entityShelfIndex." + ::= { entityPortEntry 3 } + + entityPortName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The textual name of the port. The value + of this object should be the name as + assigned by the local device and should + be suitable for usein commands entered at + the device's console." + ::= { entityPortEntry 4 } + +--conformance statements + + entityMIBConformance OBJECT IDENTIFIER + ::= { entityMIB 3 } + + entityMIBGroups OBJECT IDENTIFIER + ::= { entityMIBConformance 1 } + + entityMIBCompliances OBJECT IDENTIFIER + ::= { entityMIBConformance 2 } + + entityMIBObjGroups OBJECT IDENTIFIER + ::= { entityMIBGroups 1 } + + entityMIBEventGroups OBJECT IDENTIFIER + ::= { entityMIBGroups 2 } + + + + + entityCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for SNMP + entities which implement the Entity MIB." + + MODULE + MANDATORY-GROUPS { entityPhysicalGroup} + OBJECT entitySerialNum + MIN-ACCESS not-accessible + DESCRIPTION + "Read and write access is not required + for agents which cannot identify serial + number information for physical entities, + and/or cannot provide non-volatile + storage for NMS-assigned serial numbers. + + Write access is not required for agents + which can identify serial number + information,but can provide non-volatile + storage for NMS-assigned serial numbers." + + ::= { entityMIBCompliances 1 } + + +-- MIB groupings + + entityPhysicalGroup OBJECT-GROUP + OBJECTS { entityCompanyName, + entityMacAddress, + entityBoardName, + entityBoardAssembly, + entityBoardType , + entitySerialNum, + entityHardwareRev, + entityFirmwareRev, + entitySoftwareRev, + entityMfgDate + } + STATUS current + DESCRIPTION + "The collection of objects which are used + to represent the physical system for which + a single agent provides management + information." + ::= { entityMIBObjGroups 1 } + +END diff --git a/mibs/calix/OCCAM-ETHERLIKE-MIB b/mibs/calix/OCCAM-ETHERLIKE-MIB new file mode 100755 index 0000000000..fe3a9a7f66 --- /dev/null +++ b/mibs/calix/OCCAM-ETHERLIKE-MIB @@ -0,0 +1,219 @@ +--This MIB has been extrcted from RFC 2665 +OCCAM-ETHERLIKE-MIB DEFINITIONS ::= BEGIN + IMPORTS + occamGenericEtherlikeModules, occamGenericInterfaceModules + FROM OCCAM-REG-MODULE + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + ifIndex, InterfaceIndex + FROM IF-MIB + MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, Counter32, + mib-2, transmission, enterprises + FROM SNMPv2-SMI; + + etherMIB MODULE-IDENTITY + LAST-UPDATED "200104271051Z" + ORGANIZATION "Occam Networks" + CONTACT-INFO "email support@occamnetworks.com" + + DESCRIPTION + "The MIB module to describe generic + objects for Ethernet-like network + interfaces. + + The following reference is used + throughout this MIB module: + + [IEEE 802.3 Std] refers to: + IEEE Std 802.3, 1998 Edition:'Information + technology - Telecommunications and + information exchange between systems - + Local and metropolitan area networks - + Specific requirements - Part 3: Carrier + sense multiple access with collision + detection (CSMA/CD) access method and + physical layer specifications', + September 1998. + + Of particular interest is Clause 30, + '10Mb/s,100Mb/s and 1000Mb/s Management'." + + REVISION "200104271051Z" + DESCRIPTION "MODULE-IDENTITY update." + + REVISION "9908240400Z" + DESCRIPTION "Updated to include support for 1000 Mb/sec + interfaces and full-duplex interfaces. + This version published as RFC 2665." + REVISION "9806032150Z" + DESCRIPTION + "Updated to include support for 100 Mb/sec + interfaces. + This version published as RFC 2358." + REVISION "9402030400Z" + DESCRIPTION + "Initial version, published as RFC 1650." + ::= { occamGenericEtherlikeModules 1 } + + org OBJECT IDENTIFIER + ::= { iso 3 } + + dod OBJECT IDENTIFIER + ::= { org 6 } + + internet OBJECT IDENTIFIER + ::= { dod 1 } + + mgmt OBJECT IDENTIFIER + ::= { internet 2 } + + + etherMIBObjects OBJECT IDENTIFIER + ::= { etherMIB 1 } + + dot3 OBJECT IDENTIFIER ::= { etherMIBObjects 7 } + + +-- conformance information +-- placeholders + + etherConformance OBJECT IDENTIFIER + ::= { etherMIB 2 } + + +-- the Ethernet-like Statistics group + dot3StatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dot3StatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Statistics for a collection of ethernet-like + interfaces attached to a particular system. + There will be one row in this table for each + ethernet-like interface in the system." + ::= { dot3 2 } + + dot3StatsEntry OBJECT-TYPE + SYNTAX Dot3StatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Statistics for a particular interface to an + ethernet-like medium." + INDEX { dot3StatsIndex } + ::= { dot3StatsTable 1 } + + Dot3StatsEntry ::= SEQUENCE { + dot3StatsIndex InterfaceIndex, + dot3StatsSingleCollisionFrames Counter32, + dot3StatsFrameTooLongs Counter32 + } + + + dot3StatsIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An index value that uniquely identifies + an interface to an ethernet-like medium. + The interface identified by a particular + value of this index is the same interface + as identified by the same value of + ifIndex." + REFERENCE "RFC 2233, ifIndex" + ::= { dot3StatsEntry 1 } + + + +-- dot3StatsAlignmentErrors { dot3StatsEntry 2 } +-- dot3StatsFCSErrors { dot3StatsEntry 3 } + + dot3StatsSingleCollisionFrames OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of successfully transmitted frames on + a particular interface for which transmission + is inhibited by exactly one collision. + + A frame that is counted by an instance of this + object is also counted by the corresponding + instance of either the ifOutUcastPkts, + ifOutMulticastPkts, or ifOutBroadcastPkts, + and is not counted by the corresponding + instance of the dot3StatsMultipleCollisionFrames + object. + + This counter does not increment when the + interface is operating in full-duplex mode. + + Discontinuities in the value of this counter can + occur at re-initialization of the management + system, and at other times as indicated by the + value of ifCounterDiscontinuityTime." + REFERENCE "[IEEE 802.3 Std.], 30.3.1.1.3, + aSingleCollisionFrames." + ::= { dot3StatsEntry 4 } + + + +-- dot3StatsMultipleCollisionFrames { dot3StatsEntry 5 } +-- dot3StatsSQETestErrors { dot3StatsEntry 6 } +-- dot3StatsDeferredTransmissions { dot3StatsEntry 7 } +-- dot3StatsLateCollisions { dot3StatsEntry 8 } +-- dot3StatsExcessiveCollisions { dot3StatsEntry 9 } +-- dot3StatsInternalMacTransmitErrors { dot3StatsEntry 10 } +-- dot3StatsCarrierSenseErrors { dot3StatsEntry 11 } +-- { dot3StatsEntry 12 } is not assigned + + dot3StatsFrameTooLongs OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of frames received on a particular + interface that exceed the maximum permitted + frame size. + + The count represented by an instance of this + object is incremented when the frameTooLong + status is returned by the MAC service to the + LLC (or other MAC user). Received frames for + which multiple error conditions obtain are, + according to the conventions of IEEE 802.3 + Layer Management, counted exclusively according + to the error status presented to the LLC. + + Discontinuities in the value of this counter can + occur at re-initialization of the management + system, and at other times as indicated by the + value of ifCounterDiscontinuityTime." + REFERENCE "[IEEE 802.3 Std.], 30.3.1.1.25, + aFrameTooLongErrors." + ::= { dot3StatsEntry 13 } + + +-- { dot3StatsEntry 14 } is not assigned +-- { dot3StatsEntry 15 } is not assigned +-- dot3StatsInternalMacReceiveErrors { dot3StatsEntry 16 } +-- dot3StatsEtherChipSet { dot3StatsEntry 17 } +-- dot3StatsSymbolErrors { dot3StatsEntry 18 } +-- dot3StatsDuplexStatus { dot3StatsEntry 19 } +-- 802.3 Tests +-- serves as placeHolders + + dot3Tests OBJECT IDENTIFIER + ::= { dot3 6 } + + dot3Errors OBJECT IDENTIFIER + ::= { dot3 7 } + + etherGroups OBJECT IDENTIFIER + ::= { etherConformance 1 } + + etherCompliances OBJECT IDENTIFIER + ::= { etherConformance 2 } + +END diff --git a/mibs/calix/OCCAM-MLT-MIB b/mibs/calix/OCCAM-MLT-MIB new file mode 100755 index 0000000000..4d418df94d --- /dev/null +++ b/mibs/calix/OCCAM-MLT-MIB @@ -0,0 +1,1681 @@ + +OCCAM-MLT-MIB DEFINITIONS ::= BEGIN + IMPORTS + occamGenericMonitorModules + FROM OCCAM-REG-MODULE + TEXTUAL-CONVENTION + FROM SNMPv2-TC + MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, + Integer32, NOTIFICATION-TYPE + FROM SNMPv2-SMI; + + occamMltMib MODULE-IDENTITY + LAST-UPDATED "200104271051Z" + ORGANIZATION "Occam Networks" + CONTACT-INFO "email support@occamnetworks.com" + DESCRIPTION + "This mib module describes objects used + to perform Metallic Line Testing on customer + access lines and to provide results." + + REVISION "200104271051Z" + DESCRIPTION "Reformatted certain text" + + REVISION "200704170000Z" + DESCRIPTION "replace kOhm with Ohm in DC resistance + UNITS" + + REVISION "200702220000Z" + DESCRIPTION "remove DISPLAY-HINT" + + REVISION "200609261000Z" + DESCRIPTION "Removed Gr909 from fuse test result names" + + REVISION "200602220135Z" + DESCRIPTION "Initial version." + ::= { occamGenericMonitorModules 3 } + +-- TEXTUAL-CONVENTIONS -- + + MltTestType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A selection value for requesting or forcing + a test. A requested test will only run if the + port is not in use. A forced test will + immediately shut the port and run the test." + SYNTAX INTEGER { request ( 1 ) , + force ( 2 ) } + + MltTestStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "An indication of test status: + none = no test has been requested. + mltbusy = another port is currently being tested. + complete = the last requested test has completed. + portInUse = the last requested port is in use, + the test was not run. Rerunning the test as + 'forced' will shut the port and run the test. + inProgress = the last requested test is still + running. mltError = the mlt program reported an + error and aborted the test.Check the mltErrorText + object. + mltNotResponding = the mlt program didn't return + a result." + SYNTAX INTEGER { + none ( 1 ) , + mltBusy ( 2 ), + complete ( 3 ) , + portInUse ( 4 ) , + inProgress ( 5 ), + mltError ( 6 ), + mltNotResponding ( 7 ) } + + MltTestIdentifier ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "An mlt test selection value." + SYNTAX INTEGER { + statusSuite ( 1 ) , + mltSuite ( 2 ) , + activeModeVoltages ( 3 ) , + highImpedanceModeVoltages ( 4 ) , + dcResistance ( 5 ) , + capacitance ( 6 ) , + loopDetect ( 7 ) , + loopLength ( 8 ) } + + MltTestHookState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "An mlt test hook state value." + SYNTAX INTEGER { + onhook ( 1 ) , + offhook ( 2 ), + notAvailable ( 3 ) } + + MltTestPassFail ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "An mlt test pass/fail value." + SYNTAX INTEGER { + pass ( 1 ) , + fail ( 2 ), + notAvailable ( 3 ) } + + MltTestRingerResult ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "An mlt ringer test result value." + SYNTAX INTEGER { + pass ( 1 ) , + fail ( 2 ), + notAvailable ( 3 ), + low ( 4 ) } + + MltTestYesNo ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "An mlt test pass/fail value." + SYNTAX INTEGER { + yes ( 1 ) , + no ( 2 ), + notAvailable ( 3 ) } + +-- The Metallic Loop Test Configuration group + + mltTestConfig OBJECT IDENTIFIER + ::= { occamMltMib 1 } + + +-- The Metallic Loop Test Status group + + mltTestStatus OBJECT IDENTIFIER + ::= { occamMltMib 2 } + + +-- The Metallic Loop Test Results group + + mltTestResults OBJECT IDENTIFIER + ::= { occamMltMib 3 } + +-- The Metallic Loop Test Notifications group + + mltTestNotifications OBJECT IDENTIFIER + ::= { occamMltMib 4 } + + +-- Objects of the MLT Configuration group + + mltTestIdentifier OBJECT-TYPE + SYNTAX MltTestIdentifier + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects the mlt test to be run. + Setting this value starts a test. + + This is a required parameter. + + Approximate expected test durations are as + follows: + + statusSuite 1 second + mltSuite 1 minute + activeModeVoltages 3 seconds + highImpedanceModeVoltages 9 seconds + dcResistance 18 seconds + capacitance 18 seconds + loopDetect 9 seconds + loopLength 9 seconds." + ::= { mltTestConfig 1 } + + mltTestType OBJECT-TYPE + SYNTAX MltTestType + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects if a test is requested (only run if port + is not in use) or forced. + This is an optional parameter. If not specified, + the request option is used." + ::= { mltTestConfig 2 } + + mltTestPort OBJECT-TYPE + SYNTAX Integer32 ( 1 .. 48 ) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects voice channel on which test will be run. + This is a required parameter." + ::= { mltTestConfig 3 } + + mltDcResistanceRange OBJECT-TYPE + SYNTAX Integer32 ( 0 .. 3 ) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects DC Resistance range value. + This is an optional paramater. Default is 0 + (auto mode)." + ::= { mltTestConfig 4 } + + mltLoopLengthMultiplier OBJECT-TYPE + SYNTAX Integer32 ( 10 .. 200 ) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects loop length multiplier in nf. This is an + optional parameter. If not specified an internal + default value of 83nF/mile is used." + ::= { mltTestConfig 5 } + + mltLoopDetectThreshold OBJECT-TYPE + SYNTAX Integer32 ( 5 .. 200 ) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects the detection threshold in nF. + This is an optional parameter. If not supplied, + a loop detection threshold of 10nF is used." + ::= { mltTestConfig 6 } + + +-- Objects of the MLT Test Status group + + mltLastTestStatus OBJECT-TYPE + SYNTAX MltTestStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the status of the last run mlt test. + Given that the various mlt tests take several + seconds to 1 1/2 minutes to run, it is suggested + that status polls be spaced 10-20 seconds apart. + Additionally, a monitoring application could + wait for the testComplete notification." + ::= { mltTestStatus 1 } + + mltErrorText OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the textual error in the case of an + aborted test." + ::= { mltTestStatus 2 } + + +-- Objects of the MLT Test Results group + +-- mlt status results table + mltStatusResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MltStatusResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides result of the status test + suite." + ::= { mltTestResults 1 } + + mltStatusResultsEntry OBJECT-TYPE + SYNTAX MltStatusResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry holding information about results + of status suite tests. + + Note that a numerical result value of -999 means + that there was an error of some sort and the + value could not be measured." + INDEX { mltTestPort } + ::= { mltStatusResultsTable 1 } + + MltStatusResultsEntry ::= SEQUENCE { + mltStatusAlarm OCTET STRING, + mltStatusHookState MltTestHookState, + mltStatusTransversalCurrent Integer32, + mltStatusLongitudinalCurrent Integer32, + mltStatusTipVoltage Integer32, + mltStatusRingVoltage Integer32, + mltStatusTipRingVoltage Integer32, + mltStatusVdd Integer32 + } + + + mltStatusAlarm OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates GNK and/or OTEMP alarms active when + status test was run." + ::= { mltStatusResultsEntry 1 } + + + mltStatusHookState OBJECT-TYPE + SYNTAX MltTestHookState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates line hook state when status test was + run." + ::= { mltStatusResultsEntry 2 } + + + mltStatusTransversalCurrent OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 mA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates transversal current when status test + was run." + ::= { mltStatusResultsEntry 3 } + + + mltStatusLongitudinalCurrent OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 mA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates Longitudinal current when status test + was run." + ::= { mltStatusResultsEntry 4 } + + + mltStatusTipVoltage OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates tip voltage when status test was run." + ::= { mltStatusResultsEntry 5 } + + + mltStatusRingVoltage OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates ring voltage when status test was run." + ::= { mltStatusResultsEntry 6 } + + mltStatusTipRingVoltage OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates tip-ring voltage when status test was + run." + ::= { mltStatusResultsEntry 7 } + + + mltStatusVdd OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates Vdd when status test was run." + ::= { mltStatusResultsEntry 8 } + +-- mlt test results table + mltTestResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MltTestResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides result of the mlt test suite. + Note that a numerical result value of -999 means + that there was an error of some sort and the + value could not be measured. + Also, a resistance value of 9999 means that the + result was greater than 1000 kOhms, but the exact + value could not be measured." + ::= { mltTestResults 2 } + + mltTestResultsEntry OBJECT-TYPE + SYNTAX MltTestResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry holding information about results + of mlt suite tests." + INDEX { mltTestPort } + ::= { mltTestResultsTable 1 } + + MltTestResultsEntry ::= SEQUENCE { + mltTestAlarm OCTET STRING, + mltTestHookState MltTestHookState, + mltTestVdd Integer32, + mltTestActiveModeVoltagesVdctr Integer32, + mltTestActiveModeVoltagesVdctg Integer32, + mltTestActiveModeVoltagesVdcrg Integer32, + mltTestActiveModeVoltagesVactr Integer32, + mltTestActiveModeVoltagesVactg Integer32, + mltTestActiveModeVoltagesVacrg Integer32, + mltTestHighImpedanceModeVoltagesVdctr Integer32, + mltTestHighImpedanceModeVoltagesVdctg Integer32, + mltTestHighImpedanceModeVoltagesVdcrg Integer32, + mltTestHighImpedanceModeVoltagesVactr Integer32, + mltTestHighImpedanceModeVoltagesVactg Integer32, + mltTestHighImpedanceModeVoltagesVacrg Integer32, + mltTestDcCurrentsItransversal Integer32, + mltTestDcCurrentsIlongitudinal Integer32, + mltTestDcCurrentsItip Integer32, + mltTestDcCurrentsIring Integer32, + mltTestCapacitanceCeqtr Integer32, + mltTestCapacitanceCeqtg Integer32, + mltTestCapacitanceCeqrg Integer32, + mltTestResistanceRtr Integer32, + mltTestResistanceRtg Integer32, + mltTestResistanceRrg Integer32, + mltTestGr909HazardousPotentialTestResult MltTestPassFail, + mltTestGr909ForeignEmfTestResult MltTestPassFail, + mltTestGr909FuseTestTipFuse MltTestPassFail, + mltTestGr909FuseTestRingFuse MltTestPassFail, + mltTestFuseTestTipFuse MltTestPassFail, + mltTestFuseTestRingFuse MltTestPassFail, + mltTestGr909ResistiveFaultTestResult MltTestPassFail, + mltTestGr909ReceiverOffhookTestResult MltTestPassFail, + mltTestGr909ReceiverOffhookTestResistance1 Integer32, + mltTestGr909ReceiverOffhookTestResistance2 Integer32, + mltTestGr909ReceiverOffhookTestDifference Integer32, + mltTestGr909RingerTestResult MltTestRingerResult, + mltTestGr909RingerTestRen Integer32, + mltTestErrors OCTET STRING + } + + + mltTestAlarm OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "GNK and OTEMP bits set by the DuSLIC will be + reported as alarms. GNK is typically cause by + ground fault or foreign voltage condition. + OTEMP is set when the DuSLIC is experiencing + thermal overload. This parameter is + non-intrusive." + ::= { mltTestResultsEntry 1 } + + mltTestHookState OBJECT-TYPE + SYNTAX MltTestHookState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Hook state reflects the DuSLIC hook bit + (offhook/onhook). This parameter is + non-intrusive." + ::= { mltTestResultsEntry 2 } + + mltTestVdd OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "On HDPOTS, internal Voltage VDD will be + reported and compared to statistically derived + thresholds. + This parameter is intrusive during offhook but + will be available during onhook." + ::= { mltTestResultsEntry 3 } + + mltTestActiveModeVoltagesVdctr OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring + in a normal no shutdown state. AC voltages for + T-R, T-G and R-G will be reported. + Active mode measurements will not be available + when alarm is detected. This parameter is + intrusive and will be available in shutdown + state only." + ::= { mltTestResultsEntry 4 } + + mltTestActiveModeVoltagesVdctg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring + in a normal no shutdown state. AC voltages for + T-R, T-G and R-G will be reported. + Active mode measurements will not be available + when alarm is detected. This parameter is + intrusive and will be available in shutdown + state only." + ::= { mltTestResultsEntry 5 } + + mltTestActiveModeVoltagesVdcrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring + in a normal no shutdown state. AC voltages for + T-R, T-G and R-G will be reported. + Active mode measurements will not be available + when alarm is detected. This parameter is + intrusive and will be available in shutdown + state only." + ::= { mltTestResultsEntry 6 } + + mltTestActiveModeVoltagesVactr OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring + in a normal no shutdown state. Thus, VT and VR + measurements should be 0 volt. + AC voltages for T-R, T-G and R-G will be + reported. Active mode measurements will not be + available when alarm is detected. This parameter + is intrusive and will be available in shutdown + state only." + ::= { mltTestResultsEntry 7 } + + mltTestActiveModeVoltagesVactg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring + in a normal no shutdown state. Thus, VT and VR + measurements should be 0 volt. AC voltages for T-R, T-G + and R-G will be reported. Active mode measurements will + not be available when alarm is detected. This parameter + is intrusive and will be available in shutdown state + only." + ::= { mltTestResultsEntry 8 } + + mltTestActiveModeVoltagesVacrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring in a + normal no shutdown state. Thus, VT and VR measurements + should be 0 volt. AC voltages for T-R, T-G and R-G will + be reported. Active mode measurements will not be + available when alarm is detected. This parameter is + intrusive and will be available in shutdown state only." + + ::= { mltTestResultsEntry 9 } + + mltTestHighImpedanceModeVoltagesVdctr OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring DC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. DC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltTestResultsEntry 10 } + + mltTestHighImpedanceModeVoltagesVdctg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring DC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. DC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltTestResultsEntry 11 } + + mltTestHighImpedanceModeVoltagesVdcrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring DC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. DC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltTestResultsEntry 12 } + + mltTestHighImpedanceModeVoltagesVactr OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring AC Voltages (Foreign + Voltages): In this mode, the DuSLIC tip and ring are in + high impedance. The measured voltages represent foreign + voltages. AC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltTestResultsEntry 13 } + + mltTestHighImpedanceModeVoltagesVactg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring AC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. AC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltTestResultsEntry 14 } + + mltTestHighImpedanceModeVoltagesVacrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring AC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. AC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltTestResultsEntry 15 } + + mltTestDcCurrentsItransversal OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 mA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Four DC currents will be reported: IT, IL, It and Ir. + In normal condition, currents will be measured in + active mode. These measurements will not be available if + alarm is present." + ::= { mltTestResultsEntry 16 } + + mltTestDcCurrentsIlongitudinal OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 mA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Four DC currents will be reported: IT, IL, It and Ir. + In normal condition, currents will be measured in active + mode. These measurements will not be available if alarm + is present." + ::= { mltTestResultsEntry 17 } + + mltTestDcCurrentsItip OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 mA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Four DC currents will be reported: IT, IL, It and Ir. + In normal condition, currents will be measured in active + mode. These measurements will not be available if alarm + is present." + ::= { mltTestResultsEntry 18 } + + mltTestDcCurrentsIring OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 mA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Four DC currents will be reported: IT, IL, It and Ir. + In normal condition, currents will be measured in active + mode. These measurements will not be available if alarm + is present." + ::= { mltTestResultsEntry 19 } + + mltTestCapacitanceCeqtr OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Capacitance measurements will support only single + element (2 terminal) circuit. In the presence of a + network of capacitance (figure 3), the individual + capacitance will not be resolved. The equivalent + capacitances CEQtr, CEQtg and CEQrg will be reported. + They represent the following: + + CEQtr = Ctr + Ctg/4 + Crg/4 + CEQtg = Ctg + (Ctr*Crg)/(Ctr+Crg) + CEQrg = Crg + (Ctr*Ctg)/Ctr+Ctg) + + Capacitance measurements will not be available if fuse + test fails or alarm is present. This test is intrusive + and will be available in shutdown state only." + ::= { mltTestResultsEntry 20 } + + mltTestCapacitanceCeqtg OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Capacitance measurements will support only single + element (2 terminal) + circuit. In the presence of a network of capacitance + (figure 3), the + individual capacitance will not be resolved. The + equivalent capacitances CEQtr, CEQtg and CEQrg will be + reported. They represent the following: + + CEQtr = Ctr + Ctg/4 + Crg/4 + CEQtg = Ctg + (Ctr*Crg)/(Ctr+Crg) + CEQrg = Crg + (Ctr*Ctg)/Ctr+Ctg) + + Capacitance measurements will not be available if fuse + test fails or alarm is present. This test is intrusive + and will be available in shutdown state only." + ::= { mltTestResultsEntry 21 } + + mltTestCapacitanceCeqrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Capacitance measurements will support only single + element (2 terminal) circuit. In the presence of a + network of capacitance (figure 3), the individual + capacitance will not be resolved. The equivalent + capacitances CEQtr, CEQtg and CEQrg will be reported. + They represent the following: + + CEQtr = Ctr + Ctg/4 + Crg/4 + CEQtg = Ctg + (Ctr*Crg)/(Ctr+Crg) + CEQrg = Crg + (Ctr*Ctg)/Ctr+Ctg) + + Capacitance measurements will not be available if fuse + test fails or alarm is present. This test is intrusive + and will be available in shutdown state only." + ::= { mltTestResultsEntry 22 } + + mltTestResistanceRtr OBJECT-TYPE + SYNTAX Integer32 + UNITS "Ohm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "DC resistance measurements will be based on a 3 + terminal circuit model. Rtr, Rtg and Rrg will be + provided. User will have the option of specifying 3 + resistance ranges: (1) low, (2) medium, (3) high. If not + specified, auto mode will be used. Resistance + measurements will not be available if fuse test fails or + alarm is present. This parameter is intrusive. This test + is intrusive and will be available in shutdown state ` + only." + ::= { mltTestResultsEntry 23 } + + mltTestResistanceRtg OBJECT-TYPE + SYNTAX Integer32 + UNITS "Ohm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "DC resistance measurements will be based on a 3 + terminal circuit model. Rtr, Rtg and Rrg will be + provided. User will have the option of specifying + 3 resistance ranges: (1) low, (2) medium, (3) high. If + not specified, auto mode will be used. Resistance + measurements will not be available if fuse test fails or + alarm is present. This parameter is intrusive. This test + is intrusive and will be available in shutdown state + only." + ::= { mltTestResultsEntry 24 } + + mltTestResistanceRrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "Ohm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "DC resistance measurements will be based on a 3 + terminal circuit model. Rtr, Rtg and Rrg will be + provided. User will have the option of specifying + 3 resistance ranges: (1) low, (2) medium, (3) high. If + not specified, auto mode will be used. Resistance + measurements will not be available if fuse test fails or + alarm is present. This parameter is intrusive. This test + is intrusive and will be available in shutdown state + only." + ::= { mltTestResultsEntry 25 } + + mltTestGr909HazardousPotentialTestResult OBJECT-TYPE + SYNTAX MltTestPassFail + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test fails if the T-G or R-G ac voltage is greater + than 50 volts rms or the T-G or R-G dc voltage is + greater than 135 volts. This test will report pass/fail. + This test is intrusive and will be available in shutdown + state only." + ::= { mltTestResultsEntry 26 } + + mltTestGr909ForeignEmfTestResult OBJECT-TYPE + SYNTAX MltTestPassFail + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test fails if the T-G or R-G ac voltage is greater + than 50 volts rms or the T-G or R-G dc voltage is + greater than 135 volts. This test will report pass/fail. + This test is intrusive and will be available in shutdown + state only." + ::= { mltTestResultsEntry 27 } + + mltTestGr909FuseTestTipFuse OBJECT-TYPE + SYNTAX MltTestPassFail + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "This test determines if these fuses are blown. This + test will return pass/fail for tip and ring. This test + will not be performed if alarm is present. This + parameter is intrusive. This test is intrusive and will + be available in shutdown state only. + + This object is obsolete. Object name was changed." + ::= { mltTestResultsEntry 28 } + + mltTestGr909FuseTestRingFuse OBJECT-TYPE + SYNTAX MltTestPassFail + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "This test determines if these fuses are blown. This + test will return pass/fail for tip and ring. This test + will not be performed if alarm is present. This + parameter is intrusive. This test is intrusive and will + be available in shutdown state only. + + This object is obsolete. Object name was changed." + ::= { mltTestResultsEntry 29 } + + mltTestFuseTestTipFuse OBJECT-TYPE + SYNTAX MltTestPassFail + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test determines if these fuses are blown. This + test will return pass/fail for tip and ring. This test + will not be performed if alarm is present. This + parameter is intrusive. This test is intrusive and will + be available in shutdown state only." + ::= { mltTestResultsEntry 38 } + + mltTestFuseTestRingFuse OBJECT-TYPE + SYNTAX MltTestPassFail + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test determines if these fuses are blown. This + test will return pass/fail for tip and ring. This test + will not be performed if alarm is present. This + parameter is intrusive. This test is intrusive and will + be available in shutdown state only." + ::= { mltTestResultsEntry 39 } + + mltTestGr909ResistiveFaultTestResult OBJECT-TYPE + SYNTAX MltTestPassFail + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test fails if the T-R, T-G or R-G dc resistance is + less than 150k ohm. This test will not be performed if + fuse test fails or alarm is present. This test will + return pass/fail. This test is intrusive and will be + available in shutdown state only." + ::= { mltTestResultsEntry 30 } + + mltTestGr909ReceiverOffhookTestResult OBJECT-TYPE + SYNTAX MltTestPassFail + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test fails if a non-linearity in the T-R dc + resistance of greater than 15% when measured at two + different voltage levels exists. This test will not be + performed if fuse test fails or alarm is present. This + test will return the DC resistances at two different + operating points and the percent difference between the + two DC resistances. This test is intrusive and will be + available in shutdown state only. " + ::= { mltTestResultsEntry 31 } + + mltTestGr909ReceiverOffhookTestResistance1 OBJECT-TYPE + SYNTAX Integer32 + UNITS "Ohm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test fails if a non-linearity in the T-R dc + resistance of greater than 15% when measured at two + different voltage levels exists. This test will not be + performed if fuse test fails or alarm is present. This + test will return the DC resistances at two different + operating points and the percent difference between the + two DC resistances. This test is intrusive and will be + available in shutdown state only. " + ::= { mltTestResultsEntry 32 } + + mltTestGr909ReceiverOffhookTestResistance2 OBJECT-TYPE + SYNTAX Integer32 + UNITS "Ohm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test fails if a non-linearity in the T-R dc + resistance of greater than 15% when measured at two + different voltage levels exists. This test will not be + performed if fuse test fails or alarm is present. This + test will return the DC resistances at two different + operating points and the percent difference between the + two DC resistances. This test is intrusive and will be + available in shutdown state only. " + ::= { mltTestResultsEntry 33 } + + mltTestGr909ReceiverOffhookTestDifference OBJECT-TYPE + SYNTAX Integer32 + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test fails if a non-linearity in the T-R dc + resistance of greater than 15% when measured at two + different voltage levels exists. This test will not be + performed if fuse test fails or alarm is present. This + test will return the DC resistances at two different + operating points and the percent difference between the + two DC resistances. This test is intrusive and will be + available in shutdown state only. " + ::= { mltTestResultsEntry 34 } + + mltTestGr909RingerTestResult OBJECT-TYPE + SYNTAX MltTestRingerResult + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test fails when the equivalent ringer count across + tip and ring is less than 0.175 REN or greater than 5 + REN. This test will not run if fuse test fails or alarm + is present. This test will report passed/fail and the + REN number. This parameter is intrusive and will be + available in shutdown state shutdown only." + ::= { mltTestResultsEntry 35 } + + mltTestGr909RingerTestRen OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 REN" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This test fails when the equivalent ringer count across + tip and ring is less than 0.175 REN or greater than 5 + REN. This test will not run if fuse test fails or alarm + is present. This test will report passed/fail and the + REN number. This parameter is intrusive and will be + available in shutdown state shutdown only." + ::= { mltTestResultsEntry 36 } + + mltTestErrors OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates GNK and/or OTEMP alarms active when test was + run." + ::= { mltTestResultsEntry 37 } + +-- mlt active mode voltages results table + mltActiveModeVoltagesResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MltActiveModeVoltagesResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides results of the mlt active mode + voltages test. + Note that a numerical result value of -999 means that + there was an error of some sort and the value could not + be measured." + ::= { mltTestResults 3 } + + mltActiveModeVoltagesResultsEntry OBJECT-TYPE + SYNTAX MltActiveModeVoltagesResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry holding information about results + of mlt active mode voltages test." + INDEX { mltTestPort } + ::= { mltActiveModeVoltagesResultsTable 1 } + + MltActiveModeVoltagesResultsEntry ::= SEQUENCE { + mltActiveModeVoltagesVdctr Integer32, + mltActiveModeVoltagesVdctg Integer32, + mltActiveModeVoltagesVdcrg Integer32, + mltActiveModeVoltagesVactr Integer32, + mltActiveModeVoltagesVactg Integer32, + mltActiveModeVoltagesVacrg Integer32, + mltActiveModeVoltagesErrors OCTET STRING + } + + mltActiveModeVoltagesVdctr OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring in a + normal no shutdown state. AC voltages for T-R, T-G and + R-G will be reported. + Active mode measurements will not be available when + alarm is detected. This parameter is intrusive and will + be available in shutdown state only." + ::= { mltActiveModeVoltagesResultsEntry 1 } + + mltActiveModeVoltagesVdctg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring in a + normal no shutdown state. AC voltages for T-R, T-G and + R-G will be reported. Active mode measurements will not + be available when alarm is detected. This parameter is + intrusive and will be available in shutdown state only." + ::= { mltActiveModeVoltagesResultsEntry 2 } + + mltActiveModeVoltagesVdcrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring in a + normal no shutdown state. AC voltages for T-R, T-G and + R-G will be reported. Active mode measurements will not + be available when alarm is detected. This parameter is + intrusive and will be available in shutdown state only." + ::= { mltActiveModeVoltagesResultsEntry 3 } + + mltActiveModeVoltagesVactr OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring in a + normal no shutdown state. Thus, VT and VR measurements + should be 0 volt. AC voltages for T-R, T-G and R-G will + be reported. Active mode measurements will not be + available when alarm is detected. This parameter is + intrusive and will be available in shutdown state only." + ::= { mltActiveModeVoltagesResultsEntry 4 } + + mltActiveModeVoltagesVactg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring in a + normal no shutdown state. Thus, VT and VR measurements + should be 0 volt. AC voltages for T-R, T-G and R-G will + be reported. Active mode measurements will not be + available when alarm is detected. This parameter is + intrusive and will be available in shutdown state only." + ::= { mltActiveModeVoltagesResultsEntry 5 } + + mltActiveModeVoltagesVacrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active Mode Tip/Ring AC Voltages: + In active mode, the DuSLIC drives the tip/ring in a + normal no shutdown state. Thus, VT and VR measurements + should be 0 volt. AC voltages for T-R, T-G and R-G will + be reported. + Active mode measurements will not be available when + alarm is detected. This parameter is intrusive and will + be available in shutdown state only." + + ::= { mltActiveModeVoltagesResultsEntry 6 } + + mltActiveModeVoltagesErrors OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates GNK and/or OTEMP alarms active when test was + run." + ::= { mltActiveModeVoltagesResultsEntry 7 } + +-- mlt high impedance mode voltages results table + mltHighImpedanceModeVoltagesResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF +MltHighImpedanceModeVoltagesResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides result of the mlt test suite. + Note that a numerical result value of -999 means that + there was an error of some sort and the value could not + be measured." + ::= { mltTestResults 4 } + + mltHighImpedanceModeVoltagesResultsEntry OBJECT-TYPE + SYNTAX MltHighImpedanceModeVoltagesResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry holding information about results + of mlt high impedance mode voltages test." + INDEX { mltTestPort } + ::= { mltHighImpedanceModeVoltagesResultsTable 1 } + + MltHighImpedanceModeVoltagesResultsEntry ::= SEQUENCE { + mltHighImpedanceModeVoltagesVdctr Integer32, + mltHighImpedanceModeVoltagesVdctg Integer32, + mltHighImpedanceModeVoltagesVdcrg Integer32, + mltHighImpedanceModeVoltagesVactr Integer32, + mltHighImpedanceModeVoltagesVactg Integer32, + mltHighImpedanceModeVoltagesVacrg Integer32, + mltHighImpedanceModeVoltagesErrors OCTET STRING + } + + mltHighImpedanceModeVoltagesVdctr OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring DC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. DC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltHighImpedanceModeVoltagesResultsEntry 1 } + + mltHighImpedanceModeVoltagesVdctg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring DC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. DC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltHighImpedanceModeVoltagesResultsEntry 2 } + + mltHighImpedanceModeVoltagesVdcrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vdc" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring DC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. DC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltHighImpedanceModeVoltagesResultsEntry 3 } + + mltHighImpedanceModeVoltagesVactr OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring AC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. AC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltHighImpedanceModeVoltagesResultsEntry 4 } + + mltHighImpedanceModeVoltagesVactg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring AC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. AC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltHighImpedanceModeVoltagesResultsEntry 5 } + + mltHighImpedanceModeVoltagesVacrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 Vrms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "High Impedance Mode Tip/Ring AC Voltages (Foreign + Voltages): + In this mode, the DuSLIC tip and ring are in high + impedance. The measured voltages represent foreign + voltages. AC voltages for T-R, T-G and R-G will be + reported. This parameter is intrusive and will be + available in shutdown state only." + ::= { mltHighImpedanceModeVoltagesResultsEntry 6 } + + mltHighImpedanceModeVoltagesErrors OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates GNK and/or OTEMP alarms active when test was + run." + ::= { mltHighImpedanceModeVoltagesResultsEntry 7 } + +-- mlt DC resistance results table + mltDcResistanceResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MltDcResistanceResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides result of the DC resistance test. + Note that a numerical result value of -999 means that + there was an error of some sort and the value could not + be measured. Also, a resistance value of 9999 means + that the result was greater than 1000 kOhms, but the + exact value could not be measured." + ::= { mltTestResults 5 } + + mltDcResistanceResultsEntry OBJECT-TYPE + SYNTAX MltDcResistanceResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry holding information about results + of mlt DC resistance test." + INDEX { mltTestPort } + ::= { mltDcResistanceResultsTable 1 } + + MltDcResistanceResultsEntry ::= SEQUENCE { + mltDcResistanceRtr Integer32, + mltDcResistanceRtg Integer32, + mltDcResistanceRrg Integer32, + mltDcResistanceErrors OCTET STRING + } + + + mltDcResistanceRtr OBJECT-TYPE + SYNTAX Integer32 + UNITS "Ohm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "DC resistance measurements will be based on a 3 + terminal circuit model. Rtr, Rtg and Rrg will be + provided. User will have the option of specifying + 3 resistance ranges: (1) low, (2) medium, (3) high. If + not specified, auto mode will be used. Resistance + measurements will not be available if fuse test fails or + alarm is present. This parameter is intrusive. This test + is intrusive and will be available in shutdown state + only." + ::= { mltDcResistanceResultsEntry 1 } + + mltDcResistanceRtg OBJECT-TYPE + SYNTAX Integer32 + UNITS "Ohm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "DC resistance measurements will be based on a 3 + terminal circuit model. Rtr, Rtg and Rrg will be + provided. User will have the option of specifying + 3 resistance ranges: (1) low, (2) medium, (3) high. If + not specified, auto mode will be used. Resistance + measurements will not be available if fuse test fails or + alarm is present. This parameter is intrusive. This test + is intrusive and will be available in shutdown state + only." + ::= { mltDcResistanceResultsEntry 2 } + + mltDcResistanceRrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "Ohm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "DC resistance measurements will be based on a 3 + terminal circuit model. Rtr, Rtg and Rrg will be + provided. User will have the option of specifying + 3 resistance ranges: (1) low, (2) medium, (3) high. If + not specified, auto mode will be used. Resistance + measurements will not be available if fuse test fails or + alarm is present. This parameter is intrusive. This test + is intrusive and will be available in shutdown state + only." + ::= { mltDcResistanceResultsEntry 3 } + + mltDcResistanceErrors OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates GNK and/or OTEMP alarms active when test was + run." + ::= { mltDcResistanceResultsEntry 4 } + +-- mlt capacitance results table + mltCapacitanceResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MltCapacitanceResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides result of the mlt test suite. + Note that a numerical result value of -999 means that + there was an error of some sort and the value could not + be measured." + ::= { mltTestResults 6 } + + mltCapacitanceResultsEntry OBJECT-TYPE + SYNTAX MltCapacitanceResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry holding information about results + of mlt capacitance test." + INDEX { mltTestPort } + ::= { mltCapacitanceResultsTable 1 } + + MltCapacitanceResultsEntry ::= SEQUENCE { + mltCapacitanceCeqtr Integer32, + mltCapacitanceCeqtg Integer32, + mltCapacitanceCeqrg Integer32, + mltCapacitanceErrors OCTET STRING + } + + mltCapacitanceCeqtr OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Capacitance measurements will support only single + element (2 terminal) circuit. In the presence of a + network of capacitance (figure 3), the individual + capacitance will not be resolved. The equivalent + capacitances CEQtr, CEQtg and CEQrg will be reported. + They represent the following: + + CEQtr = Ctr + Ctg/4 + Crg/4 + CEQtg = Ctg + (Ctr*Crg)/(Ctr+Crg) + CEQrg = Crg + (Ctr*Ctg)/Ctr+Ctg) + + Capacitance measurements will not be available if fuse + test fails or alarm is present. This test is intrusive + and will be available in shutdown state only." + ::= { mltCapacitanceResultsEntry 1 } + + mltCapacitanceCeqtg OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Capacitance measurements will support only single + element (2 terminal) circuit. In the presence of a + network of capacitance (figure 3), the individual + capacitance will not be resolved. The equivalent + capacitances CEQtr, CEQtg and CEQrg will be reported. + They represent the following: + + CEQtr = Ctr + Ctg/4 + Crg/4 + CEQtg = Ctg + (Ctr*Crg)/(Ctr+Crg) + CEQrg = Crg + (Ctr*Ctg)/Ctr+Ctg) + + Capacitance measurements will not be available if fuse + test fails or alarm is present. This test is intrusive + and will be available in shutdown state only." + ::= { mltCapacitanceResultsEntry 2 } + + mltCapacitanceCeqrg OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Capacitance measurements will support only single + element (2 terminal) circuit. In the presence of a + network of capacitance (figure 3), the individual + capacitance will not be resolved. The equivalent + capacitances CEQtr, CEQtg and CEQrg will be reported. + They represent the following: + + CEQtr = Ctr + Ctg/4 + Crg/4 + CEQtg = Ctg + (Ctr*Crg)/(Ctr+Crg) + CEQrg = Crg + (Ctr*Ctg)/Ctr+Ctg) + + Capacitance measurements will not be available if fuse + test fails or alarm is present. This test is intrusive + and will be available in shutdown state only." + ::= { mltCapacitanceResultsEntry 3 } + + mltCapacitanceErrors OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates GNK and/or OTEMP alarms active when test was + run." + ::= { mltCapacitanceResultsEntry 4 } + +-- mlt loop detect results table + mltLoopDetectResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MltLoopDetectResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides result of the mlt loop detect test. + Note that a numerical result value of -999 means that + there was an error of some sort and the value could not + be measured." + ::= { mltTestResults 7 } + + mltLoopDetectResultsEntry OBJECT-TYPE + SYNTAX MltLoopDetectResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry holding information about results + of mlt loop detect test." + INDEX { mltTestPort } + ::= { mltLoopDetectResultsTable 1 } + + MltLoopDetectResultsEntry ::= SEQUENCE { + mltLoopDetectLoopCapacitance Integer32, + mltLoopDetectDetectionThreshold Integer32, + mltLoopDetectLoopDetected MltTestYesNo, + mltLoopDetectErrors OCTET STRING + } + + mltLoopDetectLoopCapacitance OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loop detection will be based on tip-ring capacitance + measurement. User will be able to specify the detection + threshold. If not supplied,loop detection threshold of + 10 nF will be used. This test will not be available if + fuse test fails or alarm is present. This test is + intrusive and will be available in shutdown state only." + ::= { mltLoopDetectResultsEntry 1 } + + mltLoopDetectDetectionThreshold OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loop detection will be based on tip-ring capacitance + measurement. User will be able to specify the detection + threshold. If not supplied, loop detection threshold of + 10 nF will be used. This test will not be available if + fuse test fails or alarm is present. This test is + intrusive and will be available in shutdown state only." + ::= { mltLoopDetectResultsEntry 2 } + + mltLoopDetectLoopDetected OBJECT-TYPE + SYNTAX MltTestYesNo + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loop detection will be based on tip-ring capacitance + measurement. User will be able to specify the detection + threshold. If not supplied, loop detection threshold + of 10 nF will be used. This test will not be available + if fuse test fails or alarm is present. This test is + intrusive and will be available in shutdown state only." + ::= { mltLoopDetectResultsEntry 3 } + + mltLoopDetectErrors OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates GNK and/or OTEMP alarms active when test + was run." + ::= { mltLoopDetectResultsEntry 4 } + +-- mlt loop length results table + mltLoopLengthResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MltLoopLengthResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table provides result of the mlt loop length test. + Note that a numerical result value of -999 means that + there was an error of some sort and the value could + not be measured." + ::= { mltTestResults 8 } + + mltLoopLengthResultsEntry OBJECT-TYPE + SYNTAX MltLoopLengthResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry holding information about results + of mlt loop length test." + INDEX { mltTestPort } + ::= { mltLoopLengthResultsTable 1 } + + MltLoopLengthResultsEntry ::= SEQUENCE { + mltLoopLengthCapacitanceFactor Integer32, + mltLoopLengthLoopCapacitance Integer32, + mltLoopLengthLoopLength Integer32, + mltLoopLengthUncompensatedLoopCapacitance Integer32, + mltLoopLengthUncompensatedLoopLength Integer32, + mltLoopLengthErrors OCTET STRING + } + + mltLoopLengthCapacitanceFactor OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF/mile" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loop length estimate will be based on tip-ring + capacitance measurement. User will be able to + specify the loop length multiplier. If not supplied, + loop length multiplier of 83 nF/ mile will be used. + This test will not be available if fuse test fails + or alarm is present. This test is intrusive and will + be available in shutdown state only." + ::= { mltLoopLengthResultsEntry 1 } + + mltLoopLengthLoopCapacitance OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loop length estimate will be based on tip-ring + capacitance measurement. User will be able to specify + the loop length multiplier. If not supplied, loop length + multiplier of 83 nF/ mile will be used. This test will + not be available if fuse test fails or alarm is present. + This test is intrusive and will be available in shutdown + state only. " + ::= { mltLoopLengthResultsEntry 2 } + + mltLoopLengthLoopLength OBJECT-TYPE + SYNTAX Integer32 + UNITS "ft" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loop length estimate will be based on tip-ring + capacitance measurement. User will be able to specify + the loop length multiplier. If not supplied, loop length + multiplier of 83 nF/ mile will be used. This test will + not be available if fuse test fails or alarm is present. + This test is intrusive and will be available in shutdown + state only. " + ::= { mltLoopLengthResultsEntry 3 } + + mltLoopLengthUncompensatedLoopCapacitance OBJECT-TYPE + SYNTAX Integer32 + UNITS "nF" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loop length estimate will be based on tip-ring + capacitance measurement. User will be able to specify + the loop length multiplier. If not supplied, loop length + multiplier of 83 nF/ mile will be used. This test will + not be available if fuse test fails or alarm is present. + This test is intrusive and will be available in shutdown + state only. This value has no DSL correction." + ::= { mltLoopLengthResultsEntry 4 } + + mltLoopLengthUncompensatedLoopLength OBJECT-TYPE + SYNTAX Integer32 + UNITS "ft" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Loop length estimate will be based on tip-ring + capacitance measurement. User will be able to specify + the loop length multiplier. If not supplied, loop length + multiplier of 83 nF/ mile will be used. This test will + not be available if fuse test fails or alarm is present. + This test is intrusive and will be available in shutdown + state only. This value has no DSL correction." + ::= { mltLoopLengthResultsEntry 5 } + + + mltLoopLengthErrors OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates GNK and/or OTEMP alarms active when test was + run." + ::= { mltLoopLengthResultsEntry 6 } + +-- notifications + + mltTestCompletedNotification NOTIFICATION-TYPE + OBJECTS { mltTestIdentifier, mltTestPort, + mltLastTestStatus, mltErrorText } + STATUS current + DESCRIPTION + "This notification is sent to the + requesting host when the requested mlt + test has completed." + ::= { mltTestNotifications 1 } + + + +END diff --git a/mibs/calix/OCCAM-REG-MODULE b/mibs/calix/OCCAM-REG-MODULE new file mode 100755 index 0000000000..16c9e500e2 --- /dev/null +++ b/mibs/calix/OCCAM-REG-MODULE @@ -0,0 +1,274 @@ + +OCCAM-REG-MODULE DEFINITIONS ::= BEGIN + + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, + TimeTicks, Counter32, snmpModules, mib-2, OBJECT-IDENTITY + FROM SNMPv2-SMI; + + occam MODULE-IDENTITY + LAST-UPDATED "200104271051Z" + ORGANIZATION "Occam Networks" + CONTACT-INFO "email support@occamnetworks.com" + DESCRIPTION "The OccamNetworks central registration Module." + + REVISION "200104271051Z" + DESCRIPTION "Reformatted certain text" + + + REVISION "200712051000Z" + DESCRIPTION "Added occamGenericGponModules" + + + REVISION "200703021000Z" + DESCRIPTION "Added new product identifiers" + + REVISION "200701101000Z" + DESCRIPTION "Added occamEms node" + + REVISION "200905181000Z" + DESCRIPTION "Added blc6316" + + REVISION "200912090000Z" + DESCRIPTION "Added blc632201" + + REVISION "200912180000Z" + DESCRIPTION "Added occamGenericXdslModules" + + REVISION "201003080000Z" + DESCRIPTION "Added occamGenericNotifications" + ::= { enterprises 6066 } + + org OBJECT IDENTIFIER + ::= { iso 3 } + + dod OBJECT IDENTIFIER + ::= { org 6 } + + internet OBJECT IDENTIFIER + ::= { dod 1 } + + private OBJECT IDENTIFIER + ::= { internet 4 } + + enterprises OBJECT IDENTIFIER + ::= { private 1 } + + occamProducts OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for Product registrations" + REFERENCE "Sub-tree for Product registrations" + ::= { occam 1 } + + occamGeneric OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for common object and event + definitions" + REFERENCE + "Sub-tree for common object and event + definitions" + ::= { occam 2 } + + occamCaps OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for agent profiles." + REFERENCE "Sub-tree for agent profiles." + ::= { occam 3 } + + occamModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree to register the values assigned to + modules with the MODULE-IDENTITY construct." + REFERENCE + "Sub-tree to register the values assigned to + modules with the MODULE-IDENTITY construct." + ::= { occam 4 } + + occamVendors OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for Occam vendors to add their object + definitions." + REFERENCE "Sub-tree for Occam vendors." + ::= { occam 5 } + + occamEms OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for Occam EMS system object + definitions." + REFERENCE "Sub-tree for Occam EMS system." + ::= { occam 6 } + +--Product list + blc1100 OBJECT IDENTIFIER ::= { occamProducts 1 } + blc1200 OBJECT IDENTIFIER ::= { occamProducts 2 } + blc2200 OBJECT IDENTIFIER ::= { occamProducts 3 } + blc1240 OBJECT IDENTIFIER ::= { occamProducts 4 } + blc6220 OBJECT IDENTIFIER ::= { occamProducts 5 } + blc1210 OBJECT IDENTIFIER ::= { occamProducts 6 } + blc1220 OBJECT IDENTIFIER ::= { occamProducts 7 } + blc6100 OBJECT IDENTIFIER ::= { occamProducts 8 } + blc6110 OBJECT IDENTIFIER ::= { occamProducts 9 } + blc6140 OBJECT IDENTIFIER ::= { occamProducts 10 } + blc6150 OBJECT IDENTIFIER ::= { occamProducts 11 } + blc6205 OBJECT IDENTIFIER ::= { occamProducts 12 } + blc6235 OBJECT IDENTIFIER ::= { occamProducts 13 } + blc6640 OBJECT IDENTIFIER ::= { occamProducts 14 } + blc6440 OBJECT IDENTIFIER ::= { occamProducts 15 } + blc6151 OBJECT IDENTIFIER ::= { occamProducts 16 } + blc6248 OBJECT IDENTIFIER ::= { occamProducts 17 } + blc6208 OBJECT IDENTIFIER ::= { occamProducts 18 } + blc6212 OBJECT IDENTIFIER ::= { occamProducts 19 } + blc615001 OBJECT IDENTIFIER ::= { occamProducts 20 } + blc664001 OBJECT IDENTIFIER ::= { occamProducts 21 } + blc644001 OBJECT IDENTIFIER ::= { occamProducts 22 } + blc620801 OBJECT IDENTIFIER ::= { occamProducts 23 } + blc624801 OBJECT IDENTIFIER ::= { occamProducts 24 } + blc621201 OBJECT IDENTIFIER ::= { occamProducts 25 } + blc6252 OBJECT IDENTIFIER ::= { occamProducts 26 } + blc625201 OBJECT IDENTIFIER ::= { occamProducts 27 } + blc615101 OBJECT IDENTIFIER ::= { occamProducts 28 } + blc621202 OBJECT IDENTIFIER ::= { occamProducts 29 } + blc625202 OBJECT IDENTIFIER ::= { occamProducts 30 } + blc666001 OBJECT IDENTIFIER ::= { occamProducts 31 } + blc615201 OBJECT IDENTIFIER ::= { occamProducts 32 } + blc666002 OBJECT IDENTIFIER ::= { occamProducts 35 } + blc666003 OBJECT IDENTIFIER ::= { occamProducts 36 } + blc6312 OBJECT IDENTIFIER ::= { occamProducts 37 } + blc6214 OBJECT IDENTIFIER ::= { occamProducts 38 } + blc6314 OBJECT IDENTIFIER ::= { occamProducts 39 } + blc6246 OBJECT IDENTIFIER ::= { occamProducts 40 } + blc6244 OBJECT IDENTIFIER ::= { occamProducts 41 } + blc6242 OBJECT IDENTIFIER ::= { occamProducts 42 } + blc6322 OBJECT IDENTIFIER ::= { occamProducts 43 } + blc6450 OBJECT IDENTIFIER ::= { occamProducts 44 } + blc625203 OBJECT IDENTIFIER ::= { occamProducts 45 } + blc632201 OBJECT IDENTIFIER ::= { occamProducts 46 } + blc6316 OBJECT IDENTIFIER ::= { occamProducts 50 } + blc6216 OBJECT IDENTIFIER ::= { occamProducts 51 } + + +--Generic list + occamGenericModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for modules used on multiple Occam Products." + REFERENCE + "Sub-tree for modules used on multiple Occam Products." + ::= { occamGeneric 1 } + + occamGenericMonitorModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for generic monitor type modules" + ::= { occamGenericModules 1 } + + occamGenericInterfaceModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for generic interface type modules" + + ::= { occamGenericModules 2 } + + occamGenericHardwareModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for generic hardware type modules. + This is used for anything related to the hardware itself." + ::= { occamGenericModules 3 } + + + occamGenericNotifications OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for generic notifications that may + be applicable to different BLCs" + ::= { occamGenericModules 4 } + +--Generic interface Modules + occamGenericEtherlikeModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for mibs related to ethernet interfaces" + ::= { occamGenericInterfaceModules 1 } + + occamGenericSerialModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for mibs related to serial interfaces" + ::= { occamGenericInterfaceModules 2 } + + occamGenericDslModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for mibs related to dsl interfaces" + ::= { occamGenericInterfaceModules 3 } + + occamGenericSubscriberModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for mibs related to subscriber + interfaces. Subscriber interfaces are those interfaces + facing customer premises equipment and to which subscriber + management functions apply. These functions include, + but are not limited to, definitions of traffic flows + and subsequent handling of traffic in those flows, for + example, rate limiting, filtering and assignment to a + specified VLAN." + ::= { occamGenericInterfaceModules 4 } + + occamGenericIgModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for mibs related to interface groups" + ::= { occamGenericInterfaceModules 5 } + + occamGenericGponModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for mibs related to GPON" + ::= { occamGenericInterfaceModules 6 } + + occamGenericXdslModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for mibs related to Xdsl interfaces" + ::= { occamGenericInterfaceModules 7 } + + + +-- EMS Modules + occamEmsModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for mibs related to Occam Ems system" + ::= { occamEms 1 } + + occamEmsForwardingModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for mibs related to Occam Ems trap forwarding" + ::= { occamEms 2 } + + + +--Module List + blc1100Modules OBJECT IDENTIFIER ::= { occamModules 1 } + + blc1200Modules OBJECT IDENTIFIER ::= { occamModules 2 } + + blc2200Modules OBJECT IDENTIFIER ::= { occamModules 3 } + + blc1240Modules OBJECT IDENTIFIER ::= { occamModules 4 } + + blc6220Modules OBJECT IDENTIFIER ::= { occamModules 5 } + + + +END diff --git a/mibs/calix/OCCAM-SENSOR-MIB b/mibs/calix/OCCAM-SENSOR-MIB new file mode 100755 index 0000000000..6ae0f79a75 --- /dev/null +++ b/mibs/calix/OCCAM-SENSOR-MIB @@ -0,0 +1,539 @@ +OCCAM-SENSOR-MIB DEFINITIONS ::= BEGIN + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Integer32, +OBJECT-IDENTITY + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, TimeStamp, TruthValue, DisplayString + FROM SNMPv2-TC + SnmpAdminString + FROM SNMP-FRAMEWORK-MIB + PhysicalIndex + FROM OCCAM-ENTITY-MIB + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + occamGenericHardwareModules + FROM OCCAM-REG-MODULE; + + sensorMIB MODULE-IDENTITY + LAST-UPDATED "200104271051Z" + ORGANIZATION "Occam Networks" + CONTACT-INFO "email : support@occamnetworks.com" + DESCRIPTION + "The OCCAM-ENTITY-SENSOR-MIB is used to monitor + the values of Sensors in the BLC1100." + + REVISION "200104271051Z" + DESCRIPTION "Reformatted certain text and revised certain + description and syntax sections" + + REVISION "201004140000Z" + DESCRIPTION "Updated sensorEventType" + + REVISION "200907060000Z" + DESCRIPTION "corrected sensorEventType's syntac to + DisplayString" + + REVISION "200702220000Z" + DESCRIPTION "remove DISPLAY-HINT" + + ::= { occamGenericHardwareModules 2 } + +-- TEXTUAL-CONVENTIONS + + SensorThresholdRelation ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Sensor threshold relational operator types. + valid values are: + + lessThan(1): if the Sensor value is less than + the threshold value + lessOrEqual(2): if the Sensor value is less than or + equal to the threshold value + greaterThan(3): if the Sensor value is greater than + the threshold value + greaterOrEqual(4): if the Sensor value is greater than or + equal to the threshold value + equalTo(5): if the Sensor value is equal to + the threshold value + notEqualTo(6): if the Sensor value is not equal to + the threshold value" + + SYNTAX INTEGER{ + lessThan(1), + lessOrEqual(2), + greaterThan(3), + greaterOrEqual(4), + equalTo(5), + notEqualTo(6)} + + SensorStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "Indicates the operational status of the + Sensor. + + ok(1): The agent can read the Sensor value. + unavailable(2): The agent presently can not report + the Sensor value. + nonoperational(3): The agent believes the Sensor is broken. + The Sensor could have a hard failure + (disconnected wire), or a soft failure + such as out-of-range, jittery, or wildly + fluctuating readings." + SYNTAX INTEGER { + ok(1), + unavailable(2), + nonoperational(3) + } + + SensorValue ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d" + STATUS current + DESCRIPTION + "For Sensors that measure voltsAC, voltsDC, + celsius this item is a fixed point number ranging from + -99,999 to +99,999. Use the value + -100000 to indicate underflow. Use the value + +100000 to indicate overflow. Use SensorPrecision to + indicate how many fractional digits the SensorValue has. + + For Sensors that measure rpm, this item + can take only nonnegative values, 0..99999." + + SYNTAX Integer32 ( -100000 .. 100000 ) + + SensorDataType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Sensor measurement data types. valid values are: + other(1): a measure other than + those listed below + volts(2): electric potential + celsius(3): temperature + rpm(4): fan revolutions per + minute + milliAmp(5): milliampere + microAmp(6): microampere + milliWatt(7): milliwatt + microWatt(8): microwatt + alarmInput(9): alarm Input + sdram(10): memory SDRAM + usage(11): system resource usage + count(12): ." + + SYNTAX INTEGER { + other(1), -- deprecated + volts(2), + celsius(3), + rpm(4), + milliAmp(5), + microAmp(6), + milliWatt(7), + microWatt(8), + alarmInput(9), + sdram(10), + usage(11), + count(12) + } + + SensorThresholdSeverity ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Sensor threshold severity. Valid values are: + other(1): a severity other than those + listed below. + minor(10): Minor Problem threshold. + major(20): Major Problem threshold. + critical(30): Critical Problem + Threshold." + SYNTAX INTEGER { + other(1), + minor(10), + major(20), + critical(30) + } + + SensorDataScale ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "International System of Units (SI) prefixes." + SYNTAX INTEGER { + micro (1), -- 10^-6 + milli (2), -- 10^-3 + centi (3), -- 10^-2 + units (4), -- 10^0 + kilo (5), -- 10^3 + mega (6) -- 10^6 + } + +-- identifier statements + + sensorMIBObjects OBJECT IDENTIFIER + ::= { sensorMIB 1 } + + +--traps + + sensorMIBTraps OBJECT IDENTIFIER + ::= {sensorMIB 2 } + + sensorMIBTrapsSubID OBJECT IDENTIFIER + ::= { sensorMIBTraps 0} + +--conformance statements + + sensorMIBConformance OBJECT IDENTIFIER + ::= {sensorMIB 3 } + + sensorMIBGroups OBJECT IDENTIFIER + ::= { sensorMIBConformance 1 } + + sensorMIBCompliances OBJECT IDENTIFIER + ::= { sensorMIBConformance 2 } + + +-- +-- MIB variables +-- + + sensorValues OBJECT IDENTIFIER + ::= { sensorMIBObjects 1 } + + sensorThresholds OBJECT IDENTIFIER + ::= { sensorMIBObjects 2 } + + +-- +-- notifications +-- + + sensorThresholdNotification NOTIFICATION-TYPE + OBJECTS { sensorName, + sensorType, + sensorThresholdValue, + sensorThresholdSeverity, + sensorEventType + } + STATUS current + DESCRIPTION + "The Sensor value crossed the threshold + listed in sensorThresholdTable. + This notification is generated once each time + the Sensor value crosses the threshold. + The agent implementation guarantees prompt, timely + evaluation of threshold and generation of this + notification." + ::= { sensorMIBTrapsSubID 1 } + + + occamExtAlarmRaised NOTIFICATION-TYPE + OBJECTS { occamExtAlarmDescription } + STATUS current + DESCRIPTION + "An external alarm has been detected, the alarm + is described in the associated variable binding." + ::= {sensorMIBTrapsSubID 2} + + occamExtAlarmCleared NOTIFICATION-TYPE + OBJECTS {occamExtAlarmDescription } + STATUS current + DESCRIPTION + "The condition causing the external alarm has + been cleared, the alarm is described in the + associated variable binding." + ::={ sensorMIBTrapsSubID 3} + + + sensorMIBObjectGroups OBJECT IDENTIFIER + ::= { sensorMIBGroups 1 } + + sensorMIBEventGroups OBJECT IDENTIFIER + ::= { sensorMIBGroups 2 } + + +-- +-- compliance statements +-- + + sensorMIBCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "An Entity-MIB implementation that lists + Sensors in its entPhysicalTable must implement + this group." + + MODULE + MANDATORY-GROUPS { sensorGroup +,sensorThresholdGroup } + ::= { sensorMIBCompliances 1 } + + +-- +-- sensorTable +-- + sensorTable OBJECT-TYPE + SYNTAX SEQUENCE OF SensorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table lists the type, scale, and present value + of a Sensor in the BLC1100." + ::= { sensorValues 1 } + + sensorEntry OBJECT-TYPE + SYNTAX SensorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An sensorTable entry describes the + present reading of a Sensor, the measurement units + and scale, and Sensor operational status." + INDEX { sensorIndex } + ::= { sensorTable 1 } + + SensorEntry ::= SEQUENCE { + sensorIndex PhysicalIndex, + sensorName SnmpAdminString, + sensorType SensorDataType, + sensorValue SensorValue, + sensorScale SensorDataScale, + sensorTimeStamp TimeStamp, + sensorEventType DisplayString + } + + + sensorIndex OBJECT-TYPE + SYNTAX PhysicalIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This serves as an index for identifying + the sensor." + ::= { sensorEntry 1 } + + sensorName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is the textual description of the name of the + sensor.For e.g., in the BLC1100 there are two + temperature Sensors,and their locations + ExternalTempSensor and InternalTempSensor." + ::= { sensorEntry 2 } + + sensorType OBJECT-TYPE + SYNTAX SensorDataType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This variable indicates the type of data reported by + the sensorValue. This variable is set by the agent at + start-up and the value does not change during + operation." + ::= { sensorEntry 3 } + + + sensorValue OBJECT-TYPE + SYNTAX SensorValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This variable reports the most recent measurement seen + by the Sensor. To correctly display or interpret this + variable's value, you must also know sensorType, + sensorScale, and sensorPrecision. However, you can + compare sensorValue with the threshold values given in + sensorThresholdTable without any semantic knowledge." + ::= { sensorEntry 4 } + + sensorScale OBJECT-TYPE + SYNTAX SensorDataScale + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This variable indicates the exponent to apply + to sensor values reported by entSensorValue. + This variable is set by the agent at start-up + and the value does not change during operation." + ::= { sensorEntry 5 } + + sensorTimeStamp OBJECT-TYPE + SYNTAX TimeStamp + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This variable indicates the age of the value reported + by sensorValue" + ::= { sensorEntry 6 } + + sensorEventType OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This variable indicates the event type reported by + the sensor. The possible values are: + Cleared, + LowLimitExceeded, + HighLimitExceeded, + AlarmInOn, + AlarmInOff, + FanFastSpeed, + FanSlowSpeed, + wrongSfp." + ::= { sensorEntry 7 } + + occamExtAlarmDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "This is the value of the alarm-description as + entered by the user. The string is associated with + the external alarm detection mechanism and as a + variable binding for the occamExtAlarmRaised and + occamExtAlarmCleared SNMP Traps " + ::= { sensorValues 2 } + + +-- +-- sensorThresholdTable +-- + sensorThresholdTable OBJECT-TYPE + SYNTAX SEQUENCE OF EntSensorThresholdEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table lists the threshold severity, relation, and + comparison value for a Sensor listed in the sensor + Table." + ::= { sensorThresholds 1 } + + sensorThresholdEntry OBJECT-TYPE + SYNTAX EntSensorThresholdEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An sensorThresholdTable entry describes the + thresholds for a Sensor: the threshold severity, + the threshold value, the relation, and the + evaluation of the threshold. + Only pre-configured thresholds are listed in this table. + Entries are created by the agent at system startup." + INDEX { sensorThresholdIndex, sensorIndex} + ::= { sensorThresholdTable 1 } + + EntSensorThresholdEntry ::= SEQUENCE { + sensorThresholdIndex Integer32, + sensorThresholdSeverity SensorThresholdSeverity, + sensorThresholdRelation SensorThresholdRelation, + sensorThresholdValue SensorValue, + sensorThresholdNotificationEnable TruthValue + } + + + sensorThresholdIndex OBJECT-TYPE + SYNTAX Integer32 ( 1 .. 99999999 ) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index that uniquely identifies an entry in + the sensorThreshold table. This index permits + the same Sensor to have several different thresholds." + ::= { sensorThresholdEntry 1 } + + + sensorThresholdSeverity OBJECT-TYPE + SYNTAX SensorThresholdSeverity + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This variable indicates the severity of this + threshold." + ::= { sensorThresholdEntry 2 } + + + sensorThresholdRelation OBJECT-TYPE + SYNTAX SensorThresholdRelation + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This variable indicates the relation between Sensor + value (sensorValue) and threshold value + senshresholdValue), required to trigger the alarm. when + evaluating the relation, sensorValue is on the left of + sensorThresholdRelation, sensorThresholdValue is on the + right. in pseudo-code, the evaluation-alarm mechanism + is: + + ... + if (sensorStatus == ok) + then + if (evaluate(sensorValue, sensorThresholdRelation, + sensorThresholdValue)) + then + if (sensorThresholdNotificationEnable == true)) + then + raise_alarm(sensorThresholdAlarmOID); + endif + endif + endif + ..." + ::= { sensorThresholdEntry 3 } + + + sensorThresholdValue OBJECT-TYPE + SYNTAX SensorValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This variable indicates the value of the threshold. + To correctly display or interpret this variable's value, + you must also know sensorType, sensorScale, and + sensorPrecision. + However, you can directly compare sensorValue + with the threshold values given in sensorThresholdTable + without any semantic knowledge." + ::= { sensorThresholdEntry 4 } + + + sensorThresholdNotificationEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This variable controls generation of + sensorThresholdNotification for this threshold. + When this variable is true(1), generation of + sensorThresholdNotification is enabled. When this + variable is false(2), generation of + sensorThresholdNotification is disabled. + This variable only controls generation of + sensorThresholdNotification." + ::= { sensorThresholdEntry 5 } + + +-- +-- units of conformance +-- + + sensorGroup OBJECT-GROUP + OBJECTS { sensorType , sensorValue , + sensorTimeStamp , sensorName } + STATUS current + DESCRIPTION + "The collection of objects which are used + to describe and monitor values of Entity-MIB + entPhysicalTable entries of Sensors." + ::= { sensorMIBObjectGroups 1 } + + sensorThresholdGroup OBJECT-GROUP + OBJECTS { sensorThresholdSeverity + ,sensorThresholdRelation + ,sensorThresholdValue + ,sensorThresholdNotificationEnable } + STATUS current + DESCRIPTION + "The collection of objects which are used + to describe and monitor thresholds for Sensors." + ::= { sensorMIBObjectGroups 2 } + +END diff --git a/mibs/calix/OCCAM-SHELF-MIB b/mibs/calix/OCCAM-SHELF-MIB new file mode 100755 index 0000000000..cd48896c13 --- /dev/null +++ b/mibs/calix/OCCAM-SHELF-MIB @@ -0,0 +1,461 @@ + +OCCAM-SHELF-MIB DEFINITIONS ::= BEGIN + IMPORTS + occamGenericHardwareModules + FROM OCCAM-REG-MODULE + TEXTUAL-CONVENTION, TruthValue, DisplayString + FROM SNMPv2-TC + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + OBJECT-IDENTITY, MODULE-IDENTITY, OBJECT-TYPE, + NOTIFICATION-TYPE, Integer32, enterprises, private, internet, + IpAddress, TimeTicks + FROM SNMPv2-SMI; + + occamShelfMib MODULE-IDENTITY + LAST-UPDATED "200104271051Z" + ORGANIZATION "Occam Networks" + CONTACT-INFO "email support@occamnetworks.com" + DESCRIPTION "The mib module to describe a shelf." + + REVISION "200104271051Z" + DESCRIPTION "Reformatted certain text" + + + REVISION "200702220000Z" + DESCRIPTION "Removed DISPLAY-HINT" + + + ::= { occamGenericHardwareModules 3 } + +-- TEXTUAL-CONVENTIONS -- + ValidValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A validity value." + SYNTAX INTEGER { valid ( 1 ) , + not-valid ( 2 ) +} + + ShelfControllerRoleValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A shelf controller role value." + SYNTAX INTEGER { primary ( 1 ) , + secondary ( 2 ) } + + ShelfSlotIndexValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A slot index value within a shelf." + SYNTAX Integer32 ( 1 .. 15 ) + + ShelfIndexValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A shelf index value within the network." + SYNTAX Integer32 ( 0 .. 4095 ) + + ShelfControllerPeerFoundStatusValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A peer found status value." + SYNTAX INTEGER { peer-found ( 1 ) , + peer-not-found ( 2 ) } + + CardOperationalStatusValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A card operational status value." + SYNTAX INTEGER { up ( 1 ) , down ( 2 ) } + + CardRoleValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A card role value." + SYNTAX INTEGER { + standalone ( 1 ), + card ( 2 ), + shelf-controller( 3 ) + } + + SlotsInShelfValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The number of slots a shelf may have. + A 1RU has 1 slot. A 12RU has 12 slots." + SYNTAX Integer32 ( 1 .. 15 ) + + CardPresenceStatusValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A card presence status value." + SYNTAX INTEGER { inserted ( 1 ) , + removed ( 2 ) } + + ShelfControllerRedundancyStateValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A shelf controller redundancy role value." + SYNTAX INTEGER { active ( 1 ) , + standby ( 2 ) } + + ShelfRedundancyStatusValue ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A shelf redundancy status value." + SYNTAX INTEGER { redundant ( 1 ) , + not-redundant ( 2 ) } + + + shelfMibObjects OBJECT IDENTIFIER + ::= { occamShelfMib 1 } + + shelfMibTraps OBJECT IDENTIFIER + ::= { occamShelfMib 2 } + + cardIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object contains the Ip Address of the card." + ::= { shelfMibObjects 1 } + + cardShelfIndex OBJECT-TYPE + SYNTAX ShelfIndexValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object contains the Shelf Index of the card." + ::= { shelfMibObjects 2 } + + cardSlotIndex OBJECT-TYPE + SYNTAX ShelfSlotIndexValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object contains the slot index of the card + within the shelf." + ::= { shelfMibObjects 3 } + + cardShelfSlots OBJECT-TYPE + SYNTAX SlotsInShelfValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the number of slots in the shelf this + card is inserted into." + ::= { shelfMibObjects 4 } + + cardRole OBJECT-TYPE + SYNTAX CardRoleValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the card shelf role." + ::= { shelfMibObjects 5 } + + shelfControllerPeerIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object contains the Ip Address of this + shelf controller's peer." + ::= { shelfMibObjects 6 } + + shelfControllerPeerFoundStatus OBJECT-TYPE + SYNTAX ShelfControllerPeerFoundStatusValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object indicates if a shelf controller + peer has been found." + ::= { shelfMibObjects 7 } + + shelfControllerRole OBJECT-TYPE + SYNTAX ShelfControllerRoleValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the role of the shelf controller." + ::= { shelfMibObjects 8 } + + shelfControllerRedundancyState OBJECT-TYPE + SYNTAX ShelfControllerRedundancyStateValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the redundancy state of the shelf + controller." + ::= { shelfMibObjects 9 } + + shelfClusterIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object contains the cluster Ip Address of + the shelf." + ::= { shelfMibObjects 10 } + + shelfRedundancyStatus OBJECT-TYPE + SYNTAX ShelfRedundancyStatusValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the redundancy status of the shelf." + ::= { shelfMibObjects 11 } + + blcConfigChangeString OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates area(s) of a config change on a BLC." + ::= { shelfMibObjects 12 } + + shelfSlotTable OBJECT-TYPE + SYNTAX SEQUENCE OF ShelfSlotEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of information about + the BLC cards configured in a shelf system + and managed by a shelf controller. The number of + entries depends on how blades are configured + in the shelf." + ::= { shelfMibObjects 13 } + + shelfSlotEntry OBJECT-TYPE + SYNTAX ShelfSlotEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the ShelfSlotTable. A row in this + table cannot be created or deleted by SNMP + operations on columns of the table." + INDEX { shelfSlotIndex } + ::= { shelfSlotTable 1 } + + ShelfSlotEntry ::= SEQUENCE { + shelfSlotIndex ShelfSlotIndexValue, + shelfCardIpAddress IpAddress, + shelfCardPresenceStatus CardPresenceStatusValue, + shelfCardOperationalStatus CardOperationalStatusValue, + shelfSlotRowStatus ValidValue + } + + + shelfSlotIndex OBJECT-TYPE + SYNTAX ShelfSlotIndexValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of this slot in the shelf." + ::= { shelfSlotEntry 1 } + + + shelfCardIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ip address of this card in the shelf." + ::= { shelfSlotEntry 2 } + + + shelfCardPresenceStatus OBJECT-TYPE + SYNTAX CardPresenceStatusValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates if a card is inserted in this slot." + ::= { shelfSlotEntry 3 } + + + shelfCardOperationalStatus OBJECT-TYPE + SYNTAX CardOperationalStatusValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates if the card is inserted in this slot + is operational." + ::= { shelfSlotEntry 4 } + + + shelfSlotRowStatus OBJECT-TYPE + SYNTAX ValidValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates if this row of the card table is valid." + ::= { shelfSlotEntry 5 } + + resyncTrigger OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A read of this object will trigger a resync of + past notifications to all hosts. A write of a + timetick to this object will trigger a resync + of past notifications newer than this timetick + only to the requesting host. + + NOTE: The resync'd notifications will have an extra + varbind attached that indicates that this + is a resync notification. The extra varbind also + gives a count of which notification out of the total + notifications is being sent. + + The format for the extra varbind is: + :::" + ::= { shelfMibObjects 16 } + + resyncEvents OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A read of this value will return a dummy value. + A write of this object will send events to the + requesting host. The format of the variable is the + following: + 0 will resync all the stored events (a 100 of them). + x will resync all the events with a sequence number + superior to the host + x_y will resync all the events between x and y. + + NOTE: The resync'd notifications will have an extra + varbind attached that indicates that this is a resync + notification. The extra varbind also gives A count + of which notification out of the total notifications + is being sent. + + The format for the extra varbind is: + :" + ::= { shelfMibObjects 17 } + + + cardPresenceNotification NOTIFICATION-TYPE + OBJECTS { cardIpAddress, cardShelfIndex, + cardSlotIndex,shelfCardPresenceStatus } + STATUS current + DESCRIPTION + "This trap is sent when the card presence status + changes." + ::= { shelfMibTraps 1 } + + cardOperationalNotification NOTIFICATION-TYPE + OBJECTS { cardIpAddress, cardShelfIndex, + cardSlotIndex, + shelfCardOperationalStatus } + STATUS current + DESCRIPTION + "This trap is sent when the card operational status + changes." + ::= { shelfMibTraps 2 } + + shelfControllerFailoverNotification NOTIFICATION-TYPE + OBJECTS { cardIpAddress, cardShelfIndex, + cardSlotIndex, + shelfControllerPeerIpAddress, + shelfControllerRole, + shelfControllerRedundancyState } + STATUS current + DESCRIPTION + "This trap is sent when a shelf failover occurs." + ::= { shelfMibTraps 3 } + + shelfControllerForcedFailoverNotification NOTIFICATION-TYPE + OBJECTS { cardIpAddress, cardShelfIndex, + cardSlotIndex, + shelfControllerPeerIpAddress, + shelfControllerRole, + shelfControllerRedundancyState } + STATUS current + DESCRIPTION + "This trap is sent when a forced shelf failover occurs." + ::= { shelfMibTraps 4 } + + peerFoundNotification NOTIFICATION-TYPE + OBJECTS { cardIpAddress, cardShelfIndex, + cardSlotIndex, + shelfControllerPeerIpAddress, + shelfControllerRole, + shelfControllerRedundancyState, + shelfControllerPeerFoundStatus } + STATUS current + DESCRIPTION + "This trap is sent when the peerFound status changes." + ::= { shelfMibTraps 5 } + + configChangedNotification NOTIFICATION-TYPE + OBJECTS { cardIpAddress, cardShelfIndex, + cardSlotIndex, blcConfigChangeString } + STATUS current + DESCRIPTION + "This trap is sent when a copy running to startup + occurs." + ::= { shelfMibTraps 6 } + + shelfRedundancyChangeNotification NOTIFICATION-TYPE + OBJECTS { cardIpAddress, cardShelfIndex, + cardSlotIndex, shelfControllerRole, + shelfControllerRedundancyState, + shelfRedundancyStatus } + STATUS current + DESCRIPTION + "This trap is sent when the shelf redundancy status + changes." + ::= { shelfMibTraps 7 } + +END diff --git a/mibs/calix/VDSL-LINE-MIB b/mibs/calix/VDSL-LINE-MIB deleted file mode 100644 index 69910972c0..0000000000 --- a/mibs/calix/VDSL-LINE-MIB +++ /dev/null @@ -1,2840 +0,0 @@ - - VDSL-LINE-MIB DEFINITIONS ::= BEGIN - - IMPORTS - - MODULE-IDENTITY, - OBJECT-TYPE, - Gauge32, - Integer32, - Unsigned32, - NOTIFICATION-TYPE, - transmission FROM SNMPv2-SMI -- [RFC2578] - ZeroBasedCounter64 FROM HCNUM-TC -- [RFC2856] - TEXTUAL-CONVENTION, - RowStatus, - TruthValue FROM SNMPv2-TC -- [RFC2579] - HCPerfValidIntervals, - HCPerfInvalidIntervals, - HCPerfTimeElapsed, - HCPerfIntervalThreshold, - HCPerfCurrentCount, - HCPerfIntervalCount FROM HC-PerfHist-TC-MIB -- [RFC3705] - MODULE-COMPLIANCE, - OBJECT-GROUP, - NOTIFICATION-GROUP FROM SNMPv2-CONF -- [RFC2580] - ifIndex FROM IF-MIB -- [RFC2863] - SnmpAdminString FROM SNMP-FRAMEWORK-MIB; -- [RFC3411] - - vdslMIB MODULE-IDENTITY - LAST-UPDATED "200402190000Z" -- February 19, 2004 - ORGANIZATION "ADSLMIB Working Group" - CONTACT-INFO "WG-email: adslmib@ietf.org - Info: https://www1.ietf.org/mailman/listinfo/adslmib - - Chair: Mike Sneed - Sand Channel Systems - Postal: P.O. Box 37324 - Raleigh, NC 27627-7324 - USA - Email: sneedmike@hotmail.com - Phone: +1 206 600 7022 - - Co-editor: Bob Ray - PESA Switching Systems, Inc. - Postal: 330-A Wynn Drive - Huntsville, AL 35805 - USA - Email: rray@pesa.com - Phone: +1 256 726 9200 ext. 142 - - Co-editor: Rajesh Abbi - Alcatel USA - Postal: 2301 Sugar Bush Road - Raleigh, NC 27612-3339 - USA - Email: Rajesh.Abbi@alcatel.com - Phone: +1 919 850 6194 - " - DESCRIPTION - "The MIB module defining objects for the management of a pair - of VDSL transceivers at each end of the VDSL line. Each such - line has an entry in an ifTable which may include multiple - transceiver lines. An agent may reside at either end of the - VDSL line. However, the MIB is designed to require no - management communication between them beyond that inherent in - the low-level VDSL line protocol. The agent may monitor and - control this protocol for its needs. - VDSL lines may support optional Fast or Interleaved channels. - If these are supported, additional entries corresponding to the - supported channels must be created in the ifTable. Thus a VDSL - line that supports both channels will have three entries in the - ifTable, one for each physical, fast, and interleaved, whose - ifType values are equal to vdsl(97), fast(125), and - interleaved(124), respectively. The ifStackTable is used to - represent the relationship between the entries. - - Naming Conventions: - Vtuc -- (VTUC) transceiver at near (Central) end of line - Vtur -- (VTUR) transceiver at Remote end of line - Vtu -- One of either Vtuc or Vtur - Curr -- Current - Prev -- Previous - Atn -- Attenuation - ES -- Errored Second. - SES -- Severely Errored Second - UAS -- Unavailable Second - LCS -- Line Code Specific - Lof -- Loss of Frame - Lol -- Loss of Link - Los -- Loss of Signal - Lpr -- Loss of Power - xxxs -- Sum of Seconds in which xxx has occured - (e.g., xxx = Lof, Los, Lpr, Lol) - Max -- Maximum - Mgn -- Margin - Min -- Minimum - Psd -- Power Spectral Density - Snr -- Signal to Noise Ratio - Tx -- Transmit - Blks -- Blocks - - Copyright (C) The Internet Society (2004). This version - of this MIB module is part of RFC 3728: see the RFC - itself for full legal notices." - REVISION "200402190000Z" -- February 19, 2004 - DESCRIPTION "Initial version, published as RFC 3728." - ::= { transmission 97 } - - vdslLineMib OBJECT IDENTIFIER ::= { vdslMIB 1 } - vdslMibObjects OBJECT IDENTIFIER ::= { vdslLineMib 1 } - - -- - -- textual conventions used in this MIB - -- - - VdslLineCodingType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "This data type is used as the syntax for the VDSL Line - Code. Attributes with this syntax identify the line coding - used. Specified as an INTEGER, the three values are: - - other(1) -- none of the following - mcm(2) -- Multiple Carrier Modulation - scm(3) -- Single Carrier Modulation" - SYNTAX INTEGER - { - other(1), - mcm(2), - scm(3) - } - - VdslLineEntity ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "Identifies a transceiver as being either Vtuc or Vtur. - A VDSL line consists of two transceivers, a Vtuc and a - Vtur. Attributes with this syntax reference the two sides - of a line. Specified as an INTEGER, the two values are: - - vtuc(1) -- central site transceiver - vtur(2) -- remote site transceiver" - SYNTAX INTEGER - { - vtuc(1), - vtur(2) - } - - -- - -- objects - -- - - vdslLineTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslLineEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table includes common attributes describing - both ends of the line. It is required for all VDSL - physical interfaces. VDSL physical interfaces are - those ifEntries where ifType is equal to vdsl(97)." - ::= { vdslMibObjects 1 } - - - vdslLineEntry OBJECT-TYPE - SYNTAX VdslLineEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the vdslLineTable." - INDEX { ifIndex } - ::= { vdslLineTable 1 } - - VdslLineEntry ::= - SEQUENCE - { - vdslLineCoding VdslLineCodingType, - vdslLineType INTEGER, - vdslLineConfProfile SnmpAdminString, - vdslLineAlarmConfProfile SnmpAdminString - } - - vdslLineCoding OBJECT-TYPE - SYNTAX VdslLineCodingType - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Specifies the VDSL coding type used on this line." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslLineEntry 1 } - - vdslLineType OBJECT-TYPE - SYNTAX INTEGER - { - noChannel(1), -- no channels exist - fastOnly(2), -- only fast channel exists - interleavedOnly(3), -- only interleaved channel exists - fastOrInterleaved(4), -- either fast or interleaved channel - -- exist, but only one at a time - fastAndInterleaved(5) -- both fast and interleaved channels - -- exist - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Defines the type of VDSL physical line entity that exists, - by defining whether and how the line is channelized. If - the line is channelized, the value will be other than - noChannel(1). This object defines which channel type(s) - are supported. Defined values are: - - noChannel(1) -- no channels exist - fastOnly(2) -- only fast channel exists - interleavedOnly(3) -- only interleaved channel exists - fastOrInterleaved(4) -- either fast or interleaved channel - -- exist, but only one at a time - fastAndInterleaved(5) -- both fast and interleaved channels - -- exist - - Note that 'slow' and 'interleaved' refer to the same - channel. In the case that the line is channelized, the - manager can use the ifStackTable to determine the ifIndex - for the associated channel(s)." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslLineEntry 2 } - - vdslLineConfProfile OBJECT-TYPE - SYNTAX SnmpAdminString (SIZE(1..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object identifies the row in the VDSL - Line Configuration Profile Table, vdslLineConfProfileTable, - which applies for this VDSL line, and channels if - applicable. - - This object MUST be maintained in a persistent manner." - DEFVAL { "DEFVAL" } - ::= { vdslLineEntry 3 } - - vdslLineAlarmConfProfile OBJECT-TYPE - SYNTAX SnmpAdminString (SIZE(1..32)) - MAX-ACCESS read-write - STATUS current - DESCRIPTION - "The value of this object identifies the row in the VDSL - Line Alarm Configuration Profile Table, - vdslLineAlarmConfProfileTable, which applies to this - VDSL line, and channels if applicable. - - This object MUST be maintained in a persistent manner." - DEFVAL { "DEFVAL" } - ::= { vdslLineEntry 4 } - - vdslPhysTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslPhysEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each Vtu. Each row - contains the Physical Layer Parameters table for that - Vtu. VDSL physical interfaces are those ifEntries where - ifType is equal to vdsl(97)." - ::= { vdslMibObjects 2 } - - vdslPhysEntry OBJECT-TYPE - SYNTAX VdslPhysEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "An entry in the vdslPhysTable." - INDEX { ifIndex, - vdslPhysSide } - ::= { vdslPhysTable 1 } - - VdslPhysEntry ::= - SEQUENCE - { - vdslPhysSide VdslLineEntity, - vdslPhysInvSerialNumber SnmpAdminString, - vdslPhysInvVendorID SnmpAdminString, - vdslPhysInvVersionNumber SnmpAdminString, - vdslPhysCurrSnrMgn Integer32, - vdslPhysCurrAtn Gauge32, - vdslPhysCurrStatus BITS, - vdslPhysCurrOutputPwr Integer32, - vdslPhysCurrAttainableRate Gauge32, - vdslPhysCurrLineRate Gauge32 - } - - vdslPhysSide OBJECT-TYPE - SYNTAX VdslLineEntity - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Identifies whether the transceiver is the Vtuc or Vtur." - ::= { vdslPhysEntry 1 } - - vdslPhysInvSerialNumber OBJECT-TYPE - SYNTAX SnmpAdminString(SIZE (0..32)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The vendor specific string that identifies the - vendor equipment." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPhysEntry 2 } - - vdslPhysInvVendorID OBJECT-TYPE - SYNTAX SnmpAdminString (SIZE (0..16)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The vendor ID code is a copy of the binary vendor - identification field expressed as readable characters - in hexadecimal notation." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPhysEntry 3 } - - vdslPhysInvVersionNumber OBJECT-TYPE - SYNTAX SnmpAdminString (SIZE (0..16)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The vendor specific version number sent by this Vtu - as part of the initialization messages. It is a copy - of the binary version number field expressed as - readable characters in hexadecimal notation." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPhysEntry 4 } - - vdslPhysCurrSnrMgn OBJECT-TYPE - SYNTAX Integer32 (-127..127) - UNITS "0.25dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Noise Margin as seen by this Vtu with respect to its - received signal in 0.25dB. The effective range is - -31.75 to +31.75 dB." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPhysEntry 5 } - - vdslPhysCurrAtn OBJECT-TYPE - SYNTAX Gauge32 (0..255) - UNITS "0.25dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Measured difference in the total power transmitted by - the peer Vtu and the total power received by this Vtu. - The effective range is 0 to +63.75 dB." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPhysEntry 6 } - - vdslPhysCurrStatus OBJECT-TYPE - SYNTAX BITS - { - noDefect(0), - lossOfFraming(1), - lossOfSignal(2), - lossOfPower(3), - lossOfSignalQuality(4), - lossOfLink(5), - dataInitFailure(6), - configInitFailure(7), - protocolInitFailure(8), - noPeerVtuPresent(9) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates current state of the Vtu line. This is a - bit-map of possible conditions. The various bit - positions are: - - 0 noDefect There are no defects on the line. - - 1 lossOfFraming Vtu failure due to not receiving - a valid frame. - - 2 lossOfSignal Vtu failure due to not receiving - signal. - - 3 lossOfPower Vtu failure due to loss of power. - - 4 lossOfSignalQuality Loss of Signal Quality is declared - when the Noise Margin falls below - the Minimum Noise Margin, or the - bit-error-rate exceeds 10^-7. - - 5 lossOfLink Vtu failure due to inability to - link with peer Vtu. Set whenever - the transceiver is in the 'Warm - Start' state. - - 6 dataInitFailure Vtu failure during initialization - due to bit errors corrupting - startup exchange data. - - 7 configInitFailure Vtu failure during initialization - due to peer Vtu not able to - support requested configuration. - - 8 protocolInitFailure Vtu failure during initialization - due to incompatible protocol used - by the peer Vtu. - - 9 noPeerVtuPresent Vtu failure during initialization - due to no activation sequence - detected from peer Vtu. - - This is intended to supplement ifOperStatus." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPhysEntry 7 } - - vdslPhysCurrOutputPwr OBJECT-TYPE - SYNTAX Integer32 (0..160) - UNITS "0.1dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Measured total output power transmitted by this VTU. - This is the measurement that was reported during - the last activation sequence." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPhysEntry 8 } - - vdslPhysCurrAttainableRate OBJECT-TYPE - SYNTAX Gauge32 - UNITS "kbps" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates the maximum currently attainable data rate - in steps of 1000 bits/second by the Vtu. This value - will be equal to or greater than vdslPhysCurrLineRate. - Note that for SCM, the minimum and maximum data rates - are equal. Note: 1 kbps = 1000 bps." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPhysEntry 9 } - - vdslPhysCurrLineRate OBJECT-TYPE - SYNTAX Gauge32 - UNITS "kbps" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates the current data rate in steps of 1000 - bits/second by the Vtu. This value will be less than - or equal to vdslPhysCurrAttainableRate. Note: 1 kbps = - 1000 bps." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPhysEntry 10 } - - vdslChanTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslChanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each Vtu channel. - VDSL channel interfaces are those ifEntries where - ifType is equal to interleave(124) or fast(125)." - ::= { vdslMibObjects 3 } - - vdslChanEntry OBJECT-TYPE - SYNTAX VdslChanEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the vdslChanTable." - INDEX { ifIndex, - vdslPhysSide } - ::= { vdslChanTable 1 } - - VdslChanEntry ::= - SEQUENCE - { - vdslChanInterleaveDelay Gauge32, - vdslChanCrcBlockLength Gauge32, - vdslChanCurrTxRate Gauge32, - vdslChanCurrTxSlowBurstProtect Gauge32, - vdslChanCurrTxFastFec Gauge32 - } - - vdslChanInterleaveDelay OBJECT-TYPE - SYNTAX Gauge32 - UNITS "milliseconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Interleave Delay for this channel. - - Interleave delay applies only to the interleave - (slow) channel and defines the mapping (relative - spacing) between subsequent input bytes at the - interleaver input and their placement in the bit - stream at the interleaver output. Larger numbers - provide greater separation between consecutive - input bytes in the output bit stream allowing for - improved impulse noise immunity at the expense of - payload latency. - - In the case where the ifType is fast(125), return - a value of zero." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanEntry 1 } - - vdslChanCrcBlockLength OBJECT-TYPE - SYNTAX Gauge32 - UNITS "bytes" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Indicates the length of the channel data-block - on which the CRC operates." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanEntry 2 } - - vdslChanCurrTxRate OBJECT-TYPE - SYNTAX Gauge32 - UNITS "kbps" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual transmit data rate on this channel. Note: 1 - kbps = 1000 bps." - ::= { vdslChanEntry 3 } - - vdslChanCurrTxSlowBurstProtect OBJECT-TYPE - SYNTAX Gauge32 (0..1275) - UNITS "microseconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual level of impulse noise (burst) protection - for an interleaved (slow) channel. This parameter is - not applicable to fast channels. For fast channels, - a value of zero shall be returned." - REFERENCE "ITU-T G.997.1, section 7.3.2.3" - ::= { vdslChanEntry 4 } - - vdslChanCurrTxFastFec OBJECT-TYPE - SYNTAX Gauge32 (0..50) - UNITS "%" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Actual Forward Error Correction (FEC) redundancy - related overhead for a fast channel. This parameter - is not applicable to an interleaved (slow) channel. - For interleaved channels, a value of zero shall be - returned." - ::= { vdslChanEntry 5 } - - vdslPerfDataTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslPerfDataEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each VDSL physical - interface. VDSL physical interfaces are those ifEntries - where ifType is equal to vdsl(97)." - ::= { vdslMibObjects 4 } - - vdslPerfDataEntry OBJECT-TYPE - SYNTAX VdslPerfDataEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the vdslPerfDataTable." - INDEX { ifIndex, - vdslPhysSide } - ::= { vdslPerfDataTable 1 } - - VdslPerfDataEntry ::= - SEQUENCE - { - vdslPerfDataValidIntervals HCPerfValidIntervals, - vdslPerfDataInvalidIntervals HCPerfInvalidIntervals, - vdslPerfDataLofs Unsigned32, - vdslPerfDataLoss Unsigned32, - vdslPerfDataLprs Unsigned32, - vdslPerfDataLols Unsigned32, - vdslPerfDataESs Unsigned32, - vdslPerfDataSESs Unsigned32, - vdslPerfDataUASs Unsigned32, - vdslPerfDataInits Unsigned32, - vdslPerfDataCurr15MinTimeElapsed HCPerfTimeElapsed, - vdslPerfDataCurr15MinLofs HCPerfCurrentCount, - vdslPerfDataCurr15MinLoss HCPerfCurrentCount, - vdslPerfDataCurr15MinLprs HCPerfCurrentCount, - vdslPerfDataCurr15MinLols HCPerfCurrentCount, - vdslPerfDataCurr15MinESs HCPerfCurrentCount, - vdslPerfDataCurr15MinSESs HCPerfCurrentCount, - vdslPerfDataCurr15MinUASs HCPerfCurrentCount, - vdslPerfDataCurr15MinInits HCPerfCurrentCount, - vdslPerfData1DayValidIntervals HCPerfValidIntervals, - vdslPerfData1DayInvalidIntervals HCPerfInvalidIntervals, - vdslPerfDataCurr1DayTimeElapsed HCPerfTimeElapsed, - vdslPerfDataCurr1DayLofs Unsigned32, - vdslPerfDataCurr1DayLoss Unsigned32, - vdslPerfDataCurr1DayLprs Unsigned32, - vdslPerfDataCurr1DayLols Unsigned32, - vdslPerfDataCurr1DayESs Unsigned32, - vdslPerfDataCurr1DaySESs Unsigned32, - vdslPerfDataCurr1DayUASs Unsigned32, - vdslPerfDataCurr1DayInits Unsigned32 - } - - vdslPerfDataValidIntervals OBJECT-TYPE - SYNTAX HCPerfValidIntervals - UNITS "intervals" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Valid Intervals per definition found in - HC-PerfHist-TC-MIB." - ::= { vdslPerfDataEntry 1 } - - vdslPerfDataInvalidIntervals OBJECT-TYPE - SYNTAX HCPerfInvalidIntervals - UNITS "intervals" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Invalid Intervals per definition found in - HC-PerfHist-TC-MIB." - ::= { vdslPerfDataEntry 2 } - - vdslPerfDataLofs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds since the unit was last reset that there - was Loss of Framing." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 3 } - - vdslPerfDataLoss OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds since the unit was last reset that there - was Loss of Signal." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 4 } - - vdslPerfDataLprs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds since the unit was last reset that there - was Loss of Power." - - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 5 } - - vdslPerfDataLols OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds since the unit was last reset that there - was Loss of Link." - ::= { vdslPerfDataEntry 6 } - - vdslPerfDataESs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Errored Seconds since the unit was last reset. - An Errored Second is a one-second interval containing one - or more CRC anomalies, or one or more LOS or LOF defects." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 7 } - - vdslPerfDataSESs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Severely Errored Seconds since the unit was last - reset." - ::= { vdslPerfDataEntry 8 } - - vdslPerfDataUASs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Unavailable Seconds since the unit was last - reset." - ::= { vdslPerfDataEntry 9 } - - vdslPerfDataInits OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "occurrences" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of the line initialization attempts since the unit - was last reset. This count includes both successful and - failed attempts." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 10 } - - vdslPerfDataCurr15MinTimeElapsed OBJECT-TYPE - SYNTAX HCPerfTimeElapsed - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total elapsed seconds in this interval." - ::= { vdslPerfDataEntry 11 } - - vdslPerfDataCurr15MinLofs OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds during this interval that there - was Loss of Framing." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 12 } - - vdslPerfDataCurr15MinLoss OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds during this interval that there - was Loss of Signal." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 13 } - - vdslPerfDataCurr15MinLprs OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds during this interval that there - was Loss of Power." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 14 } - - vdslPerfDataCurr15MinLols OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds during this interval that there - was Loss of Link." - ::= { vdslPerfDataEntry 15 } - - vdslPerfDataCurr15MinESs OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Errored Seconds during this interval. An Errored - Second is a one-second interval containing one or more CRC - anomalies, or one or more LOS or LOF defects." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 16 } - - vdslPerfDataCurr15MinSESs OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Severely Errored Seconds during this interval." - ::= { vdslPerfDataEntry 17 } - - vdslPerfDataCurr15MinUASs OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Unavailable Seconds during this interval." - ::= { vdslPerfDataEntry 18 } - - vdslPerfDataCurr15MinInits OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "occurrences" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of the line initialization attempts during this - interval. This count includes both successful and - failed attempts." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfDataEntry 19 } - - vdslPerfData1DayValidIntervals OBJECT-TYPE - SYNTAX HCPerfValidIntervals - UNITS "intervals" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Valid Intervals per definition found in - HC-PerfHist-TC-MIB." - ::= { vdslPerfDataEntry 20 } - - vdslPerfData1DayInvalidIntervals OBJECT-TYPE - SYNTAX HCPerfInvalidIntervals - UNITS "intervals" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Invalid Intervals per definition found in - HC-PerfHist-TC-MIB." - ::= { vdslPerfDataEntry 21 } - - vdslPerfDataCurr1DayTimeElapsed OBJECT-TYPE - SYNTAX HCPerfTimeElapsed - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of seconds that have elapsed since the beginning - of the current 1-day interval." - ::= { vdslPerfDataEntry 22 } - - vdslPerfDataCurr1DayLofs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Loss of Framing (LOF) Seconds since the - beginning of the current 1-day interval." - ::= { vdslPerfDataEntry 23 } - - vdslPerfDataCurr1DayLoss OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Loss of Signal (LOS) Seconds since the beginning - of the current 1-day interval." - ::= { vdslPerfDataEntry 24 } - - vdslPerfDataCurr1DayLprs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Loss of Power (LPR) Seconds since the beginning - of the current 1-day interval." - ::= { vdslPerfDataEntry 25 } - - vdslPerfDataCurr1DayLols OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Loss of Link (LOL) Seconds since the beginning - of the current 1-day interval." - ::= { vdslPerfDataEntry 26 } - - vdslPerfDataCurr1DayESs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Errored Seconds (ES) since the beginning - of the current 1-day interval." - ::= { vdslPerfDataEntry 27 } - - vdslPerfDataCurr1DaySESs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Severely Errored Seconds (SES) since the - beginning of the current 1-day interval." - ::= { vdslPerfDataEntry 28 } - - vdslPerfDataCurr1DayUASs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Unavailable Seconds (UAS) since the beginning - of the current 1-day interval." - ::= { vdslPerfDataEntry 29 } - - vdslPerfDataCurr1DayInits OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of the line initialization attempts since the - beginning of the current 1-day interval. This count - includes both successful and failed attempts." - ::= { vdslPerfDataEntry 30 } - - vdslPerfIntervalTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslPerfIntervalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each Vtu performance - data collection interval. VDSL physical interfaces are - those ifEntries where ifType is equal to vdsl(97)." - ::= { vdslMibObjects 5 } - - vdslPerfIntervalEntry OBJECT-TYPE - SYNTAX VdslPerfIntervalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the vdslPerfIntervalTable." - INDEX { ifIndex, - vdslPhysSide, - vdslPerfIntervalNumber } - ::= { vdslPerfIntervalTable 1 } - - VdslPerfIntervalEntry ::= - SEQUENCE - { - vdslPerfIntervalNumber Unsigned32, - vdslPerfIntervalLofs HCPerfIntervalCount, - vdslPerfIntervalLoss HCPerfIntervalCount, - vdslPerfIntervalLprs HCPerfIntervalCount, - vdslPerfIntervalLols HCPerfIntervalCount, - vdslPerfIntervalESs HCPerfIntervalCount, - vdslPerfIntervalSESs HCPerfIntervalCount, - vdslPerfIntervalUASs HCPerfIntervalCount, - vdslPerfIntervalInits HCPerfIntervalCount - } - - vdslPerfIntervalNumber OBJECT-TYPE - SYNTAX Unsigned32 (1..96) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Performance Data Interval number 1 is the most recent - previous interval; interval 96 is 24 hours ago. - Intervals 2 to 96 are optional." - ::= { vdslPerfIntervalEntry 1 } - - vdslPerfIntervalLofs OBJECT-TYPE - SYNTAX HCPerfIntervalCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds in the interval when there was Loss - of Framing." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfIntervalEntry 2 } - - vdslPerfIntervalLoss OBJECT-TYPE - SYNTAX HCPerfIntervalCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds in the interval when there was Loss - of Signal." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfIntervalEntry 3 } - - vdslPerfIntervalLprs OBJECT-TYPE - SYNTAX HCPerfIntervalCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds in the interval when there was Loss - of Power." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfIntervalEntry 4 } - - vdslPerfIntervalLols OBJECT-TYPE - SYNTAX HCPerfIntervalCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of seconds in the interval when there was Loss - of Link." - ::= { vdslPerfIntervalEntry 5 } - - vdslPerfIntervalESs OBJECT-TYPE - SYNTAX HCPerfIntervalCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Errored Seconds (ES) in the interval. An Errored - Second is a one-second interval containing one or more CRC - anomalies, one or more LOS or LOF defects." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfIntervalEntry 6 } - - vdslPerfIntervalSESs OBJECT-TYPE - SYNTAX HCPerfIntervalCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Severely Errored Seconds in the interval." - ::= { vdslPerfIntervalEntry 7 } - - vdslPerfIntervalUASs OBJECT-TYPE - SYNTAX HCPerfIntervalCount - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Unavailable Seconds in the interval." - ::= { vdslPerfIntervalEntry 8 } - - vdslPerfIntervalInits OBJECT-TYPE - SYNTAX HCPerfIntervalCount - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of the line initialization attempts during this - interval. This count includes both successful and - failed attempts." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerfIntervalEntry 9 } - - vdslPerf1DayIntervalTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslPerf1DayIntervalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each VDSL performance - data collection interval. This table contains live data - from equipment. As such, it is NOT persistent." - ::= { vdslMibObjects 6 } - - vdslPerf1DayIntervalEntry OBJECT-TYPE - SYNTAX VdslPerf1DayIntervalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the vdslPerf1DayIntervalTable." - INDEX { ifIndex, - vdslPhysSide, - vdslPerf1DayIntervalNumber } - ::= { vdslPerf1DayIntervalTable 1 } - - VdslPerf1DayIntervalEntry ::= - SEQUENCE - { - vdslPerf1DayIntervalNumber Unsigned32, - vdslPerf1DayIntervalMoniSecs HCPerfTimeElapsed, - vdslPerf1DayIntervalLofs Unsigned32, - vdslPerf1DayIntervalLoss Unsigned32, - vdslPerf1DayIntervalLprs Unsigned32, - vdslPerf1DayIntervalLols Unsigned32, - vdslPerf1DayIntervalESs Unsigned32, - vdslPerf1DayIntervalSESs Unsigned32, - vdslPerf1DayIntervalUASs Unsigned32, - vdslPerf1DayIntervalInits Unsigned32 - } - - vdslPerf1DayIntervalNumber OBJECT-TYPE - SYNTAX Unsigned32 (1..30) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "History Data Interval number. Interval 1 is the most - recent previous day; interval 30 is 30 days ago. Intervals - 2 to 30 are optional." - ::= { vdslPerf1DayIntervalEntry 1 } - - vdslPerf1DayIntervalMoniSecs OBJECT-TYPE - SYNTAX HCPerfTimeElapsed - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The amount of time in the 1-day interval over which the - performance monitoring information is actually counted. - This value will be the same as the interval duration except - in a situation where performance monitoring data could not - be collected for any reason." - ::= { vdslPerf1DayIntervalEntry 2 } - - vdslPerf1DayIntervalLofs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Loss of Frame (LOF) Seconds during the 1-day - interval as measured by vdslPerf1DayIntervalMoniSecs." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerf1DayIntervalEntry 3 } - - vdslPerf1DayIntervalLoss OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Loss of Signal (LOS) Seconds during the 1-day - interval as measured by vdslPerf1DayIntervalMoniSecs." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerf1DayIntervalEntry 4 } - - vdslPerf1DayIntervalLprs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Loss of Power (LPR) Seconds during the 1-day - interval as measured by vdslPerf1DayIntervalMoniSecs." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerf1DayIntervalEntry 5 } - - vdslPerf1DayIntervalLols OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Loss of Link (LOL) Seconds during the 1-day - interval as measured by vdslPerf1DayIntervalMoniSecs." - ::= { vdslPerf1DayIntervalEntry 6 } - - vdslPerf1DayIntervalESs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Errored Seconds (ES) during the 1-day - interval as measured by vdslPerf1DayIntervalMoniSecs." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerf1DayIntervalEntry 7 } - - vdslPerf1DayIntervalSESs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Severely Errored Seconds (SES) during the 1-day - interval as measured by vdslPerf1DayIntervalMoniSecs." - ::= { vdslPerf1DayIntervalEntry 8 } - - vdslPerf1DayIntervalUASs OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of Unavailable Seconds (UAS) during the 1-day - interval as measured by vdslPerf1DayIntervalMoniSecs." - ::= { vdslPerf1DayIntervalEntry 9 } - - vdslPerf1DayIntervalInits OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of the line initialization attempts during the - 1-day interval as measured by vdslPerf1DayIntervalMoniSecs. - This count includes both successful and failed attempts." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslPerf1DayIntervalEntry 10 } - - vdslChanPerfDataTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslChanPerfDataEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each Vtu channel. - VDSL channel interfaces are those ifEntries where - ifType is equal to interleave(124) or fast(125)." - ::= { vdslMibObjects 7 } - - vdslChanPerfDataEntry OBJECT-TYPE - SYNTAX VdslChanPerfDataEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the vdslChanPerfDataTable." - INDEX { ifIndex, - vdslPhysSide } - ::= { vdslChanPerfDataTable 1 } - - VdslChanPerfDataEntry ::= - SEQUENCE - { - vdslChanValidIntervals HCPerfValidIntervals, - vdslChanInvalidIntervals HCPerfInvalidIntervals, - vdslChanFixedOctets ZeroBasedCounter64, - vdslChanBadBlks ZeroBasedCounter64, - vdslChanCurr15MinTimeElapsed HCPerfTimeElapsed, - vdslChanCurr15MinFixedOctets HCPerfCurrentCount, - vdslChanCurr15MinBadBlks HCPerfCurrentCount, - vdslChan1DayValidIntervals HCPerfValidIntervals, - vdslChan1DayInvalidIntervals HCPerfInvalidIntervals, - vdslChanCurr1DayTimeElapsed HCPerfTimeElapsed, - vdslChanCurr1DayFixedOctets HCPerfCurrentCount, - vdslChanCurr1DayBadBlks HCPerfCurrentCount - } - - vdslChanValidIntervals OBJECT-TYPE - SYNTAX HCPerfValidIntervals - UNITS "intervals" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Valid Intervals per definition found in - HC-PerfHist-TC-MIB." - ::= { vdslChanPerfDataEntry 1 } - - vdslChanInvalidIntervals OBJECT-TYPE - SYNTAX HCPerfInvalidIntervals - UNITS "intervals" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Invalid Intervals per definition found in - HC-PerfHist-TC-MIB." - ::= { vdslChanPerfDataEntry 2 } - - vdslChanFixedOctets OBJECT-TYPE - SYNTAX ZeroBasedCounter64 - UNITS "octets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of corrected octets since the unit was last reset." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanPerfDataEntry 3 } - - vdslChanBadBlks OBJECT-TYPE - SYNTAX ZeroBasedCounter64 - UNITS "blocks" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of uncorrectable blocks since the unit was last - reset." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanPerfDataEntry 4 } - - vdslChanCurr15MinTimeElapsed OBJECT-TYPE - SYNTAX HCPerfTimeElapsed - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total elapsed seconds in this interval." - ::= { vdslChanPerfDataEntry 5 } - - vdslChanCurr15MinFixedOctets OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "octets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of corrected octets in this interval." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanPerfDataEntry 6 } - - vdslChanCurr15MinBadBlks OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "blocks" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of uncorrectable blocks in this interval." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanPerfDataEntry 7 } - - vdslChan1DayValidIntervals OBJECT-TYPE - SYNTAX HCPerfValidIntervals - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Valid Intervals per definition found in - HC-PerfHist-TC-MIB." - ::= { vdslChanPerfDataEntry 8 } - - vdslChan1DayInvalidIntervals OBJECT-TYPE - SYNTAX HCPerfInvalidIntervals - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Invalid Intervals per definition found in - HC-PerfHist-TC-MIB." - ::= { vdslChanPerfDataEntry 9 } - - vdslChanCurr1DayTimeElapsed OBJECT-TYPE - SYNTAX HCPerfTimeElapsed - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of seconds that have elapsed since the beginning - of the current 1-day interval." - ::= { vdslChanPerfDataEntry 10 } - - vdslChanCurr1DayFixedOctets OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "octets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of corrected octets since the beginning of the - current 1-day interval." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanPerfDataEntry 11 } - - vdslChanCurr1DayBadBlks OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "blocks" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of uncorrectable blocks since the beginning of the - current 1-day interval." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanPerfDataEntry 12 } - - vdslChanIntervalTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslChanIntervalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each Vtu channel data - collection interval. VDSL channel interfaces are those - ifEntries where ifType is equal to interleave(124) or - fast(125)." - - ::= { vdslMibObjects 8 } - - vdslChanIntervalEntry OBJECT-TYPE - SYNTAX VdslChanIntervalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the vdslChanIntervalTable." - INDEX { ifIndex, - vdslPhysSide, - vdslChanIntervalNumber } - ::= { vdslChanIntervalTable 1 } - - VdslChanIntervalEntry ::= - SEQUENCE - { - vdslChanIntervalNumber Unsigned32, - vdslChanIntervalFixedOctets HCPerfIntervalCount, - vdslChanIntervalBadBlks HCPerfIntervalCount - } - - vdslChanIntervalNumber OBJECT-TYPE - SYNTAX Unsigned32 (1..96) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Performance Data Interval number 1 is the most recent - previous interval; interval 96 is 24 hours ago. - Intervals 2 to 96 are optional." - ::= { vdslChanIntervalEntry 1 } - - vdslChanIntervalFixedOctets OBJECT-TYPE - SYNTAX HCPerfIntervalCount - UNITS "octets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of corrected octets in this interval." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanIntervalEntry 2 } - - vdslChanIntervalBadBlks OBJECT-TYPE - SYNTAX HCPerfIntervalCount - UNITS "blocks" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of uncorrectable blocks in this interval." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChanIntervalEntry 3 } - - vdslChan1DayIntervalTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslChan1DayIntervalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table provides one row for each VDSL performance - data collection interval. This table contains live data - from equipment. As such, it is NOT persistent." - ::= { vdslMibObjects 9 } - - vdslChan1DayIntervalEntry OBJECT-TYPE - SYNTAX VdslChan1DayIntervalEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "An entry in the vdslChan1DayIntervalTable." - INDEX { ifIndex, - vdslPhysSide, - vdslChan1DayIntervalNumber } - ::= { vdslChan1DayIntervalTable 1 } - - VdslChan1DayIntervalEntry ::= - SEQUENCE - { - vdslChan1DayIntervalNumber Unsigned32, - vdslChan1DayIntervalMoniSecs HCPerfTimeElapsed, - vdslChan1DayIntervalFixedOctets HCPerfCurrentCount, - vdslChan1DayIntervalBadBlks HCPerfCurrentCount - } - - vdslChan1DayIntervalNumber OBJECT-TYPE - SYNTAX Unsigned32 (1..30) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "History Data Interval number. Interval 1 is the most - recent previous day; interval 30 is 30 days ago. Intervals - 2 to 30 are optional." - ::= { vdslChan1DayIntervalEntry 1 } - - vdslChan1DayIntervalMoniSecs OBJECT-TYPE - SYNTAX HCPerfTimeElapsed - UNITS "seconds" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "The amount of time in the 1-day interval over which the - performance monitoring information is actually counted. - This value will be the same as the interval duration except - in a situation where performance monitoring data could not - be collected for any reason." - ::= { vdslChan1DayIntervalEntry 2 } - - vdslChan1DayIntervalFixedOctets OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "octets" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of corrected octets in this interval." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChan1DayIntervalEntry 3 } - - vdslChan1DayIntervalBadBlks OBJECT-TYPE - SYNTAX HCPerfCurrentCount - UNITS "blocks" - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Count of uncorrectable blocks in this interval." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - ::= { vdslChan1DayIntervalEntry 4 } - - -- - -- profile tables - -- - - vdslLineConfProfileTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslLineConfProfileEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contains information on the VDSL line - configuration. One entry in this table reflects a - profile defined by a manager which can be used to - configure the VDSL line. - - Entries in this table MUST be maintained in a - persistent manner." - ::= { vdslMibObjects 11 } - - vdslLineConfProfileEntry OBJECT-TYPE - SYNTAX VdslLineConfProfileEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Each entry consists of a list of parameters that - represents the configuration of a VDSL line. - - A default profile with an index of 'DEFVAL', will - always exist and its parameters will be set to vendor - specific values, unless otherwise specified in this - document." - INDEX { vdslLineConfProfileName } - ::= { vdslLineConfProfileTable 1 } - - VdslLineConfProfileEntry ::= - SEQUENCE - { - vdslLineConfProfileName SnmpAdminString, - vdslLineConfDownRateMode INTEGER, - vdslLineConfUpRateMode INTEGER, - vdslLineConfDownMaxPwr Unsigned32, - vdslLineConfUpMaxPwr Unsigned32, - vdslLineConfDownMaxSnrMgn Unsigned32, - vdslLineConfDownMinSnrMgn Unsigned32, - vdslLineConfDownTargetSnrMgn Unsigned32, - vdslLineConfUpMaxSnrMgn Unsigned32, - vdslLineConfUpMinSnrMgn Unsigned32, - vdslLineConfUpTargetSnrMgn Unsigned32, - vdslLineConfDownFastMaxDataRate Unsigned32, - vdslLineConfDownFastMinDataRate Unsigned32, - vdslLineConfDownSlowMaxDataRate Unsigned32, - vdslLineConfDownSlowMinDataRate Unsigned32, - vdslLineConfUpFastMaxDataRate Unsigned32, - vdslLineConfUpFastMinDataRate Unsigned32, - vdslLineConfUpSlowMaxDataRate Unsigned32, - vdslLineConfUpSlowMinDataRate Unsigned32, - vdslLineConfDownRateRatio Unsigned32, - vdslLineConfUpRateRatio Unsigned32, - vdslLineConfDownMaxInterDelay Unsigned32, - vdslLineConfUpMaxInterDelay Unsigned32, - vdslLineConfDownPboControl INTEGER, - vdslLineConfUpPboControl INTEGER, - vdslLineConfDownPboLevel Unsigned32, - vdslLineConfUpPboLevel Unsigned32, - vdslLineConfDeploymentScenario INTEGER, - vdslLineConfAdslPresence INTEGER, - vdslLineConfApplicableStandard INTEGER, - vdslLineConfBandPlan INTEGER, - vdslLineConfBandPlanFx Unsigned32, - vdslLineConfBandOptUsage INTEGER, - vdslLineConfUpPsdTemplate INTEGER, - vdslLineConfDownPsdTemplate INTEGER, - vdslLineConfHamBandMask BITS, - vdslLineConfCustomNotch1Start Unsigned32, - vdslLineConfCustomNotch1Stop Unsigned32, - vdslLineConfCustomNotch2Start Unsigned32, - vdslLineConfCustomNotch2Stop Unsigned32, - vdslLineConfDownTargetSlowBurst Unsigned32, - vdslLineConfUpTargetSlowBurst Unsigned32, - vdslLineConfDownMaxFastFec Unsigned32, - vdslLineConfUpMaxFastFec Unsigned32, - vdslLineConfLineType INTEGER, - vdslLineConfProfRowStatus RowStatus - } - - vdslLineConfProfileName OBJECT-TYPE - SYNTAX SnmpAdminString (SIZE (1..32)) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This object identifies a row in this table. - - A default profile with an index of 'DEFVAL', will - always exist and its parameters will be set to vendor - specific values, unless otherwise specified in this - document." - ::= { vdslLineConfProfileEntry 1 } - - vdslLineConfDownRateMode OBJECT-TYPE - SYNTAX INTEGER - { - manual(1), - adaptAtInit(2) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the rate selection behavior for the line - in the downstream direction. - - manual(1) forces the rate to the configured rate - adaptAtInit(2) adapts the line based upon line quality." - DEFVAL { adaptAtInit } - ::= { vdslLineConfProfileEntry 2 } - - vdslLineConfUpRateMode OBJECT-TYPE - SYNTAX INTEGER - { - manual(1), - adaptAtInit(2) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the rate selection behavior for the line - in the upstream direction. - - manual(1) forces the rate to the configured rate - adaptAtInit(2) adapts the line based upon line quality." - DEFVAL { adaptAtInit } - ::= { vdslLineConfProfileEntry 3 } - - vdslLineConfDownMaxPwr OBJECT-TYPE - SYNTAX Unsigned32 (0..58) - UNITS "0.25dBm" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum aggregate downstream power - level in the range 0 to 14.5 dBm." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 4 } - - vdslLineConfUpMaxPwr OBJECT-TYPE - SYNTAX Unsigned32 (0..58) - UNITS "0.25dBm" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum aggregate upstream power - level in the range 0 to 14.5 dBm." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 5 } - - vdslLineConfDownMaxSnrMgn OBJECT-TYPE - SYNTAX Unsigned32 (0..127) - UNITS "0.25dBm" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum downstream Signal/Noise Margin - in units of 0.25 dB, for a range of 0 to 31.75 dB." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 6 } - - vdslLineConfDownMinSnrMgn OBJECT-TYPE - SYNTAX Unsigned32 (0..127) - UNITS "0.25dBm" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the minimum downstream Signal/Noise Margin - in units of 0.25 dB, for a range of 0 to 31.75 dB." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 7 } - - vdslLineConfDownTargetSnrMgn OBJECT-TYPE - SYNTAX Unsigned32 (0..127) - UNITS "0.25dBm" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the target downstream Signal/Noise Margin - in units of 0.25 dB, for a range of 0 to 31.75 dB. - This is the Noise Margin the transceivers must achieve - with a BER of 10^-7 or better to successfully complete - initialization." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 8 } - - vdslLineConfUpMaxSnrMgn OBJECT-TYPE - SYNTAX Unsigned32 (0..127) - UNITS "0.25dBm" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum upstream Signal/Noise Margin - in units of 0.25 dB, for a range of 0 to 31.75 dB." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 9 } - - vdslLineConfUpMinSnrMgn OBJECT-TYPE - SYNTAX Unsigned32 (0..127) - UNITS "0.25dBm" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the minimum upstream Signal/Noise Margin - in units of 0.25 dB, for a range of 0 to 31.75 dB." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 10 } - - vdslLineConfUpTargetSnrMgn OBJECT-TYPE - SYNTAX Unsigned32 (0..127) - UNITS "0.25dBm" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the target upstream Signal/Noise Margin in - units of 0.25 dB, for a range of 0 to 31.75 dB. This - is the Noise Margin the transceivers must achieve with - a BER of 10^-7 or better to successfully complete - initialization." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 11 } - - vdslLineConfDownFastMaxDataRate OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kbps" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum downstream fast channel - data rate in steps of 1000 bits/second." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 12 } - - vdslLineConfDownFastMinDataRate OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kbps" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the minimum downstream fast channel - data rate in steps of 1000 bits/second." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 13 } - - vdslLineConfDownSlowMaxDataRate OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kbps" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum downstream slow channel - data rate in steps of 1000 bits/second. - - The maximum aggregate downstream transmit speed - of the line can be derived from the sum of maximum - downstream fast and slow channel data rates." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 14 } - - vdslLineConfDownSlowMinDataRate OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kbps" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the minimum downstream slow channel - data rate in steps of 1000 bits/second. - - The minimum aggregate downstream transmit speed - of the line can be derived from the sum of minimum - downstream fast and slow channel data rates." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 15 } - - vdslLineConfUpFastMaxDataRate OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kbps" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum upstream fast channel - data rate in steps of 1000 bits/second. - - The maximum aggregate upstream transmit speed - of the line can be derived from the sum of maximum - upstream fast and slow channel data rates." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 16 } - - vdslLineConfUpFastMinDataRate OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kbps" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the minimum upstream fast channel - data rate in steps of 1000 bits/second. - The minimum aggregate upstream transmit speed - of the line can be derived from the sum of minimum - upstream fast and slow channel data rates." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 17 } - - vdslLineConfUpSlowMaxDataRate OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kbps" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum upstream slow channel - data rate in steps of 1000 bits/second." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 18 } - - vdslLineConfUpSlowMinDataRate OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kbps" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the minimum upstream slow channel - data rate in steps of 1000 bits/second." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 19 } - - vdslLineConfDownRateRatio OBJECT-TYPE - SYNTAX Unsigned32 (0..100) - UNITS "percent" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "For dynamic rate adaptation at startup, the allocation - of data rate in excess of the minimum data rate for each - channel is controlled by the object. This object specifies - the ratio of the allocation of the excess data rate between - the fast and the slow channels. This allocation represents - downstream Fast Channel Allocation / Slow Channel - Allocation." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 20 } - - vdslLineConfUpRateRatio OBJECT-TYPE - SYNTAX Unsigned32 (0..100) - UNITS "percent" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "For dynamic rate adaptation at startup, the allocation - of data rate in excess of the minimum data rate for each - channel is controlled by the object. This object specifies - the ratio of the allocation of the excess data rate between - the fast and the slow channels. This allocation represents - upstream Fast Channel Allocation/Slow Channel Allocation." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 21 } - - vdslLineConfDownMaxInterDelay OBJECT-TYPE - SYNTAX Unsigned32 (0..255) - UNITS "milliseconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum interleave delay for the - downstream slow channel." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 22 } - - vdslLineConfUpMaxInterDelay OBJECT-TYPE - SYNTAX Unsigned32 (0..255) - UNITS "milliseconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the maximum interleave delay for the - upstream slow channel." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 23 } - - vdslLineConfDownPboControl OBJECT-TYPE - SYNTAX INTEGER - { - disabled(1), - auto(2), - manual(3) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Downstream power backoff (PBO) control for this - line. For transceivers which do not support downstream - PBO control, this object MUST be fixed at disabled(1). - If auto(2) is selected, the transceiver will automatically - adjust the power backoff. If manual(3) is selected, - then the transceiver will use the value from - vdslLineConfDownPboLevel." - DEFVAL { disabled } - ::= { vdslLineConfProfileEntry 24 } - - vdslLineConfUpPboControl OBJECT-TYPE - SYNTAX INTEGER - { - disabled(1), - auto(2), - manual(3) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Upstream power backoff (PBO) control for this - line. For transceivers which do not support upstream - PBO control, this object MUST be fixed at disabled(1). - If auto(2) is selected, the transceiver will automatically - adjust the power backoff. If manual(3) is selected, - then the transceiver will use the value from - vdslLineConfUpPboLevel." - DEFVAL { disabled } - ::= { vdslLineConfProfileEntry 25 } - - vdslLineConfDownPboLevel OBJECT-TYPE - SYNTAX Unsigned32 (0..160) - UNITS "0.25dB" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the downstream backoff level to be used - when vdslLineConfDownPboControl = manual(3)." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 26 } - - vdslLineConfUpPboLevel OBJECT-TYPE - SYNTAX Unsigned32 (0..160) - UNITS "0.25dB" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the upstream backoff level to be used - when vdslLineConfUpPboControl = manual(3)." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 27 } - - vdslLineConfDeploymentScenario OBJECT-TYPE - SYNTAX INTEGER - { - fttCab(1), - fttEx(2), - other(3) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The VDSL line deployment scenario. When using - fttCab(1), the VTU-C is located in a street cabinet. - When using fttEx(2), the VTU-C is located at the - central office. Changes to this value will have - no effect on the transceiver." - REFERENCE "DSL Forum TR-057" - DEFVAL { fttCab } - ::= { vdslLineConfProfileEntry 28 } - - vdslLineConfAdslPresence OBJECT-TYPE - SYNTAX INTEGER - { - none(1), - adslOverPots(2), - adslOverISDN(3) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Indicates presence of ADSL service in the associated - cable bundle/binder. - - none(1) indicates no ADSL service in the bundle - adslOverPots(2) indicates ADSL service over POTS is - present in the bundle - adslOverISDN(3) indicates ADSL service over ISDN is - present in the bundle" - DEFVAL { none } - ::= { vdslLineConfProfileEntry 29 } - - vdslLineConfApplicableStandard OBJECT-TYPE - SYNTAX INTEGER - { - ansi(1), - etsi(2), - itu(3), - other(4) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The VDSL standard to be used for the line. - - ansi(1) indicates ANSI standard - etsi(2) indicates ETSI standard - itu(3) indicates ITU standard - other(4) indicates a standard other than the above." - DEFVAL { ansi } - ::= { vdslLineConfProfileEntry 30 } - - vdslLineConfBandPlan OBJECT-TYPE - SYNTAX INTEGER - { - bandPlan997(1), - bandPlan998(2), - bandPlanFx(3), - other(4) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The VDSL band plan to be used for the line. - - bandPlan997(1) is to be used for - ITU-T G.993.1 Bandplan-B - ETSI Bandplan - ANSI Plan 997 - - bandPlan998(2) is to be used for - ITU-T G.993.1 Bandplan-A - ANSI Plan 998 - - bandPlanFx(3) is to be used for - ITU-T G.993.1 Bandplan-C. - - other(4) is to be used for - non-standard bandplans. - - If this object is set to bandPlanFx(3), then the - object vdslLineConfBandPlanFx MUST also be set." - DEFVAL { bandPlan997 } - ::= { vdslLineConfProfileEntry 31 } - - vdslLineConfBandPlanFx OBJECT-TYPE - SYNTAX Unsigned32 (3750..12000) - UNITS "kHz" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The frequency limit between bands D2 and U2 when - vdslLineConfBandPlan is set to bandPlanFx(3)." - DEFVAL { 3750 } - ::= { vdslLineConfProfileEntry 32 } - - vdslLineConfBandOptUsage OBJECT-TYPE - SYNTAX INTEGER - { - unused(1), - upstream(2), - downstream(3) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Defines the VDSL link use of the optional frequency - range [25kHz - 138kHz] (Opt). - - unused(1) indicates Opt is unused - upstream(2) indicates Opt usage is for upstream - downstream(3) indicates Opt usage is for downstream." - REFERENCE "ITU-T G.993.1, section 6.1" - DEFVAL { unused } - ::= { vdslLineConfProfileEntry 33 } - - vdslLineConfUpPsdTemplate OBJECT-TYPE - SYNTAX INTEGER - { - templateMask1(1), - templateMask2(2) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The upstream PSD template to be used for the line. - Here, templateMask1(1) refers to a notched mask that - limits the transmitted PSD within the internationally - standardized HAM (Handheld Amateur Radio) radio bands, - while templateMask2(2) refers to an unnotched mask. - - The masks themselves depend upon the applicable - standard being used (vdslLineConfApplicableStandard)." - REFERENCE "DSL TR-057" - DEFVAL { templateMask1 } - ::= { vdslLineConfProfileEntry 34 } - - - vdslLineConfDownPsdTemplate OBJECT-TYPE - SYNTAX INTEGER - { - templateMask1(1), - templateMask2(2) - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The downstream PSD template to be used for the line. - Here, templateMask1(1) refers to a notched mask that - limits the transmitted PSD within the internationally - standardized HAM (Handheld Amateur Radio) radio bands, - while templateMask2(2) refers to an unnotched mask. - - The masks themselves depend upon the applicable - standard being used (vdslLineConfApplicableStandard)." - REFERENCE "DSL TR-057" - DEFVAL { templateMask1 } - ::= { vdslLineConfProfileEntry 35 } - - vdslLineConfHamBandMask OBJECT-TYPE - SYNTAX BITS - { - customNotch1(0), -- custom (region-specific) notch - customNotch2(1), -- custom (region-specific) notch - amateurBand30m(2), -- amateur radio band notch - amateurBand40m(3), -- amateur radio band notch - amateurBand80m(4), -- amateur radio band notch - amateurBand160m(5) -- amateur radio band notch - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "The transmit power spectral density mask code, used - to avoid interference with HAM (Handheld Amateur Radio) - radio bands by introducing power control (notching) in one - or more of these bands. - - Amateur radio band notching is defined in the VDSL - spectrum as follows: - - Band Start Frequency Stop Frequency - ---- ------------------ -------------------------------- - 30m 1810 kHz 2000 kHz - 40m 3500 kHz 3800 kHz (ETSI); 4000 kHz (ANSI) - 80m 7000 kHz 7100 kHz (ETSI); 7300 kHz (ANSI) - 160m 10100 kHz 10150 kHz - - Notching for each standard band can be enabled or disabled - via the bit mask. - - Two custom notches may be specified. If either of these - are enabled via the bit mask, then the following objects - MUST be specified: - - If customNotch1 is enabled, then both - vdslLineConfCustomNotch1Start - vdslLineConfCustomNotch1Stop - MUST be specified. - - If customNotch2 is enabled, then both - vdslLineConfCustomNotch2Start - vdslLineConfCustomNotch2Stop - MUST be specified." - REFERENCE "DSLF TR-057, section 2.6" - DEFVAL { { } } - ::= { vdslLineConfProfileEntry 36 } - - vdslLineConfCustomNotch1Start OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kHz" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the start frequency of custom HAM (Handheld - Amateur Radio) notch 1. vdslLineConfCustomNotch1Start MUST - be less than or equal to vdslLineConfCustomNotch1Stop." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 37 } - - vdslLineConfCustomNotch1Stop OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kHz" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the stop frequency of custom HAM (Handheld - Amateur Radio) notch 1. vdslLineConfCustomNotch1Stop MUST - be greater than or equal to vdslLineConfCustomNotch1Start." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 38 } - - vdslLineConfCustomNotch2Start OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kHz" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the start frequency of custom HAM (Handheld - Amateur Radio) notch 2. vdslLineConfCustomNotch2Start MUST - be less than or equal to vdslLineConfCustomNotch2Stop." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 39 } - - vdslLineConfCustomNotch2Stop OBJECT-TYPE - SYNTAX Unsigned32 - UNITS "kHz" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the stop frequency of custom HAM (Handheld - Amateur Radio) notch 2. vdslLineConfCustomNotch2Stop MUST - be greater than or equal to vdslLineConfCustomNotch2Start." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 40 } - - vdslLineConfDownTargetSlowBurst OBJECT-TYPE - SYNTAX Unsigned32 (0..1275) - UNITS "microseconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the target level of impulse noise (burst) - protection for an interleaved (slow) channel." - REFERENCE "ITU-T G.997.1, section 7.3.2.3" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 41 } - - vdslLineConfUpTargetSlowBurst OBJECT-TYPE - SYNTAX Unsigned32 (0..1275) - UNITS "microseconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "Specifies the target level of impulse noise (burst) - protection for an interleaved (slow) channel." - REFERENCE "ITU-T G.997.1, section 7.3.2.3" - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 42 } - - vdslLineConfDownMaxFastFec OBJECT-TYPE - SYNTAX Unsigned32 (0..50) - UNITS "%" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This parameter provisions the maximum level of Forward - Error Correction (FEC) redundancy related overhead to - be maintained for a fast channel." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 43 } - - vdslLineConfUpMaxFastFec OBJECT-TYPE - SYNTAX Unsigned32 (0..50) - UNITS "%" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This parameter provisions the maximum level of Forward - Error Correction (FEC) redundancy related overhead to - be maintained for a fast channel." - DEFVAL { 0 } - ::= { vdslLineConfProfileEntry 44 } - - vdslLineConfLineType OBJECT-TYPE - SYNTAX INTEGER - { - noChannel(1), -- no channels exist - fastOnly(2), -- only fast channel exists - interleavedOnly(3), -- only interleaved channel exists - fastOrInterleaved(4), -- either fast or interleaved channel - -- exist, but only one at a time - fastAndInterleaved(5) -- both fast and interleaved channels - -- exist - } - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This parameter provisions the VDSL physical entity at - start-up by defining whether and how the line will be - channelized, i.e., which channel type(s) are supported. - If the line is to be channelized, the value will be other - than noChannel(1). - - This configuration can be activated only during start-up. - Afterwards, the value of vdslLineType coincides with the - value of vdslLineConfLineType. Depending on this value, - the corresponding entries in the ifTable for the - interleaved and the fast channels are enabled or disabled - according to the value of their ifOperStatus. - - Defined values are: - noChannel(1) -- no channels exist - fastOnly(2) -- only fast channel exists - interleavedOnly(3) -- only interleaved channel exists - fastOrInterleaved(4) -- either fast or interleaved channel - -- exists, but only one at a time - fastAndInterleaved(5) -- both fast and interleaved channels - -- exist - - Note that 'slow' and 'interleaved' refer to the same - channel." - REFERENCE "T1E1.4/2000-009R3, Part 1, common spec" - DEFVAL { noChannel } - ::= { vdslLineConfProfileEntry 45 } - - vdslLineConfProfRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object is used to create a new row or modify or - delete an existing row in this table. - - A profile activated by setting this object to 'active'. - When 'active' is set, the system will validate the profile. - - Before a profile can be deleted or taken out of service - (by setting this object to 'destroy' or 'outOfService'), - it must be first unreferenced from all associated lines. - - An 'active' profile may be modified at any time. Note - that some changes may require that any referenced lines be - restarted (e.g., vdslLineConfLineType)." - ::= { vdslLineConfProfileEntry 46 } - - -- - -- Alarm configuration profile table - -- - - vdslLineAlarmConfProfileTable OBJECT-TYPE - SYNTAX SEQUENCE OF VdslLineAlarmConfProfileEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "This table contains information on the VDSL line alarm - configuration. One entry in this table reflects a profile - defined by a manager which can be used to configure the - VDSL line alarm thresholds. - Entries in this table MUST be maintained in a - persistent manner." - ::= { vdslMibObjects 20 } - - vdslLineAlarmConfProfileEntry OBJECT-TYPE - SYNTAX VdslLineAlarmConfProfileEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Each entry consists of a list of parameters that - represents the configuration of a VDSL line alarm - profile. - - A default profile with an index of 'DEFVAL', will - always exist and its parameters will be set to vendor - specific values, unless otherwise specified in this - document." - INDEX { vdslLineAlarmConfProfileName } - ::= { vdslLineAlarmConfProfileTable 1 } - - VdslLineAlarmConfProfileEntry ::= - SEQUENCE - { - vdslLineAlarmConfProfileName SnmpAdminString, - vdslLineAlarmConfThresh15MinLofs HCPerfIntervalThreshold, - vdslLineAlarmConfThresh15MinLoss HCPerfIntervalThreshold, - vdslLineAlarmConfThresh15MinLprs HCPerfIntervalThreshold, - vdslLineAlarmConfThresh15MinLols HCPerfIntervalThreshold, - vdslLineAlarmConfThresh15MinESs HCPerfIntervalThreshold, - vdslLineAlarmConfThresh15MinSESs HCPerfIntervalThreshold, - vdslLineAlarmConfThresh15MinUASs HCPerfIntervalThreshold, - vdslLineAlarmConfInitFailure TruthValue, - vdslLineAlarmConfProfRowStatus RowStatus - } - - vdslLineAlarmConfProfileName OBJECT-TYPE - SYNTAX SnmpAdminString (SIZE (1..32)) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "The name for this profile as specified by an - administrator." - ::= { vdslLineAlarmConfProfileEntry 1 } - - vdslLineAlarmConfThresh15MinLofs OBJECT-TYPE - SYNTAX HCPerfIntervalThreshold - UNITS "seconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object configures the threshold for the number of - loss of frame seconds (lofs) within any given 15-minute - performance data collection interval. If the value of - loss of frame seconds in a particular 15-minute collection - interval reaches/exceeds this value, a - vdslPerfLofsThreshNotification notification will be - generated. No more than one notification will be sent - per interval." - DEFVAL { 0 } - ::= { vdslLineAlarmConfProfileEntry 2 } - - vdslLineAlarmConfThresh15MinLoss OBJECT-TYPE - SYNTAX HCPerfIntervalThreshold - UNITS "seconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object configures the threshold for the number of - loss of signal seconds (loss) within any given 15-minute - performance data collection interval. If the value of - loss of signal seconds in a particular 15-minute - collection interval reaches/exceeds this value, a - vdslPerfLossThreshNotification notification will be - generated. One notification will be sent per interval - per endpoint." - DEFVAL { 0 } - ::= { vdslLineAlarmConfProfileEntry 3 } - - vdslLineAlarmConfThresh15MinLprs OBJECT-TYPE - SYNTAX HCPerfIntervalThreshold - UNITS "seconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object configures the threshold for the number of - loss of power seconds (lprs) within any given 15-minute - performance data collection interval. If the value of - loss of power seconds in a particular 15-minute collection - interval reaches/exceeds this value, a - vdslPerfLprsThreshNotification notification will be - generated. No more than one notification will be sent - per interval." - DEFVAL { 0 } - ::= { vdslLineAlarmConfProfileEntry 4 } - - vdslLineAlarmConfThresh15MinLols OBJECT-TYPE - SYNTAX HCPerfIntervalThreshold - UNITS "seconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object configures the threshold for the number of - loss of link seconds (lols) within any given 15-minute - performance data collection interval. If the value of - loss of power seconds in a particular 15-minute collection - interval reaches/exceeds this value, a - vdslPerfLolsThreshNotification notification will be - generated. No more than one notification will be sent - per interval." - DEFVAL { 0 } - ::= { vdslLineAlarmConfProfileEntry 5 } - - vdslLineAlarmConfThresh15MinESs OBJECT-TYPE - SYNTAX HCPerfIntervalThreshold - UNITS "seconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object configures the threshold for the number of - errored seconds (ESs) within any given 15-minute - performance data collection interval. If the value of - errored seconds in a particular 15-minute collection - interval reaches/exceeds this value, a - vdslPerfESsThreshNotification notification will be - generated. No more than one notification will be sent - per interval." - DEFVAL { 0 } - ::= { vdslLineAlarmConfProfileEntry 6 } - - vdslLineAlarmConfThresh15MinSESs OBJECT-TYPE - SYNTAX HCPerfIntervalThreshold - UNITS "seconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object configures the threshold for the number of - severely errored seconds (SESs) within any given 15-minute - performance data collection interval. If the value of - severely errored seconds in a particular 15-minute - collection interval reaches/exceeds this value, a - vdslPerfSESsThreshNotification notification will be - generated. No more than one notification will be sent - per interval." - DEFVAL { 0 } - ::= { vdslLineAlarmConfProfileEntry 7 } - - vdslLineAlarmConfThresh15MinUASs OBJECT-TYPE - SYNTAX HCPerfIntervalThreshold - UNITS "seconds" - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object configures the threshold for the number of - unavailable seconds (UASs) within any given 15-minute - performance data collection interval. If the value of - unavailable seconds in a particular 15-minute collection - interval reaches/exceeds this value, a - vdslPerfUASsThreshNotification notification will be - generated. No more than one notification will be sent - per interval." - DEFVAL { 0 } - ::= { vdslLineAlarmConfProfileEntry 8 } - - vdslLineAlarmConfInitFailure OBJECT-TYPE - SYNTAX TruthValue - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object specifies if a vdslInitFailureNotification - notification will be generated if an initialization - failure occurs." - DEFVAL { false } - ::= { vdslLineAlarmConfProfileEntry 9 } - - vdslLineAlarmConfProfRowStatus OBJECT-TYPE - SYNTAX RowStatus - MAX-ACCESS read-create - STATUS current - DESCRIPTION - "This object is used to create a new row or modify or - delete an existing row in this table. - - A profile activated by setting this object to 'active'. - When 'active' is set, the system will validate the profile. - - Before a profile can be deleted or taken out of service, - (by setting this object to 'destroy' or 'outOfService') it - must be first unreferenced from all associated lines. - - An 'active' profile may be modified at any time." - ::= { vdslLineAlarmConfProfileEntry 10 } - - - -- Notification definitions - - vdslNotifications OBJECT IDENTIFIER ::= { vdslLineMib 0 } - - vdslPerfLofsThreshNotification NOTIFICATION-TYPE - OBJECTS { - vdslPerfDataCurr15MinLofs - } - STATUS current - DESCRIPTION - "Loss of Framing 15-minute interval threshold - (vdslLineAlarmConfThresh15MinLofs) reached." - ::= { vdslNotifications 1 } - - vdslPerfLossThreshNotification NOTIFICATION-TYPE - OBJECTS { - vdslPerfDataCurr15MinLoss - } - STATUS current - DESCRIPTION - "Loss of Signal 15-minute interval threshold - (vdslLineAlarmConfThresh15MinLoss) reached." - ::= { vdslNotifications 2 } - - vdslPerfLprsThreshNotification NOTIFICATION-TYPE - OBJECTS { - vdslPerfDataCurr15MinLprs - } - STATUS current - DESCRIPTION - "Loss of Power 15-minute interval threshold - (vdslLineAlarmConfThresh15MinLprs) reached." - ::= { vdslNotifications 3 } - - vdslPerfLolsThreshNotification NOTIFICATION-TYPE - OBJECTS { - vdslPerfDataCurr15MinLols - } - STATUS current - DESCRIPTION - "Loss of Link 15-minute interval threshold - (vdslLineAlarmConfThresh15MinLols) reached." - ::= { vdslNotifications 4 } - - vdslPerfESsThreshNotification NOTIFICATION-TYPE - OBJECTS { - vdslPerfDataCurr15MinESs - } - - STATUS current - DESCRIPTION - "Errored Seconds 15-minute interval threshold - (vdslLineAlarmConfThresh15MinESs) reached." - ::= { vdslNotifications 5 } - - vdslPerfSESsThreshNotification NOTIFICATION-TYPE - OBJECTS { - vdslPerfDataCurr15MinSESs - } - STATUS current - DESCRIPTION - "Severely Errored Seconds 15-minute interval threshold - (vdslLineAlarmConfThresh15MinSESs) reached." - ::= { vdslNotifications 6 } - - vdslPerfUASsThreshNotification NOTIFICATION-TYPE - OBJECTS { - vdslPerfDataCurr15MinUASs - } - STATUS current - DESCRIPTION - "Unavailable Seconds 15-minute interval threshold - (vdslLineAlarmConfThresh15MinUASs) reached." - ::= { vdslNotifications 7 } - - vdslDownMaxSnrMgnNotification NOTIFICATION-TYPE - OBJECTS { - vdslPhysCurrSnrMgn - } - STATUS current - DESCRIPTION - "The downstream Signal to Noise Margin exceeded - vdslLineConfDownMaxSnrMgn. The object - vdslPhysCurrSnrMgn will contain the Signal to Noise - margin as measured by the VTU-R." - ::= { vdslNotifications 8 } - - vdslDownMinSnrMgnNotification NOTIFICATION-TYPE - OBJECTS { - vdslPhysCurrSnrMgn - } - STATUS current - DESCRIPTION - "The downstream Signal to Noise Margin fell below - vdslLineConfDownMinSnrMgn. The object vdslPhysCurrSnrMgn - will contain the Signal to Noise margin as measured by - the VTU-R." - - ::= { vdslNotifications 9 } - - vdslUpMaxSnrMgnNotification NOTIFICATION-TYPE - OBJECTS { - vdslPhysCurrSnrMgn - } - STATUS current - DESCRIPTION - "The upstream Signal to Noise Margin exceeded - vdslLineConfUpMaxSnrMgn. The object vdslPhysCurrSnrMgn - will contain the Signal to Noise margin as measured - by the VTU-C." - ::= { vdslNotifications 10 } - - vdslUpMinSnrMgnNotification NOTIFICATION-TYPE - OBJECTS { - vdslPhysCurrSnrMgn - } - STATUS current - DESCRIPTION - "The upstream Signal to Noise Margin fell below - vdslLineConfUpMinSnrMgn. The object vdslPhysCurrSnrMgn - will contain the Signal to Noise margin as measured - by the VTU-C." - ::= { vdslNotifications 11 } - - vdslInitFailureNotification NOTIFICATION-TYPE - OBJECTS { - vdslPhysCurrStatus - } - STATUS current - DESCRIPTION - "Vtu initialization failed. See vdslPhysCurrStatus for - potential reasons." - ::= { vdslNotifications 12 } - - -- conformance information - - vdslConformance OBJECT IDENTIFIER ::= { vdslLineMib 3 } - vdslGroups OBJECT IDENTIFIER ::= { vdslConformance 1 } - vdslCompliances OBJECT IDENTIFIER ::= { vdslConformance 2 } - - vdslLineMibCompliance MODULE-COMPLIANCE - STATUS current - DESCRIPTION - "The compliance statement for SNMP entities which - manage VDSL interfaces." - MODULE -- this module - MANDATORY-GROUPS - { - vdslGroup, - vdslNotificationGroup - } - ::= { vdslCompliances 1 } - - -- units of conformance - - vdslGroup OBJECT-GROUP - OBJECTS - { - vdslLineCoding, - vdslLineType, - vdslLineConfProfile, - vdslLineAlarmConfProfile, - vdslPhysInvSerialNumber, - vdslPhysInvVendorID, - vdslPhysInvVersionNumber, - vdslPhysCurrSnrMgn, - vdslPhysCurrAtn, - vdslPhysCurrStatus, - vdslPhysCurrOutputPwr, - vdslPhysCurrAttainableRate, - vdslPhysCurrLineRate, - vdslChanInterleaveDelay, - vdslChanCrcBlockLength, - vdslChanCurrTxRate, - vdslChanCurrTxSlowBurstProtect, - vdslChanCurrTxFastFec, - vdslPerfDataValidIntervals, - vdslPerfDataInvalidIntervals, - vdslPerfDataLofs, - vdslPerfDataLoss, - vdslPerfDataLprs, - vdslPerfDataLols, - vdslPerfDataESs, - vdslPerfDataSESs, - vdslPerfDataUASs, - vdslPerfDataInits, - vdslPerfDataCurr15MinTimeElapsed, - vdslPerfDataCurr15MinLofs, - vdslPerfDataCurr15MinLoss, - vdslPerfDataCurr15MinLprs, - vdslPerfDataCurr15MinLols, - vdslPerfDataCurr15MinESs, - vdslPerfDataCurr15MinSESs, - vdslPerfDataCurr15MinUASs, - vdslPerfDataCurr15MinInits, - vdslPerfData1DayValidIntervals, - vdslPerfData1DayInvalidIntervals, - vdslPerfDataCurr1DayTimeElapsed, - vdslPerfDataCurr1DayLofs, - vdslPerfDataCurr1DayLoss, - vdslPerfDataCurr1DayLprs, - vdslPerfDataCurr1DayLols, - vdslPerfDataCurr1DayESs, - vdslPerfDataCurr1DaySESs, - vdslPerfDataCurr1DayUASs, - vdslPerfDataCurr1DayInits, - vdslPerfIntervalLofs, - vdslPerfIntervalLoss, - vdslPerfIntervalLprs, - vdslPerfIntervalLols, - vdslPerfIntervalESs, - vdslPerfIntervalSESs, - vdslPerfIntervalUASs, - vdslPerfIntervalInits, - vdslPerf1DayIntervalMoniSecs, - vdslPerf1DayIntervalLofs, - vdslPerf1DayIntervalLoss, - vdslPerf1DayIntervalLprs, - vdslPerf1DayIntervalLols, - vdslPerf1DayIntervalESs, - vdslPerf1DayIntervalSESs, - vdslPerf1DayIntervalUASs, - vdslPerf1DayIntervalInits, - vdslChanValidIntervals, - vdslChanInvalidIntervals, - vdslChanFixedOctets, - vdslChanBadBlks, - vdslChanCurr15MinTimeElapsed, - vdslChanCurr15MinFixedOctets, - vdslChanCurr15MinBadBlks, - vdslChan1DayValidIntervals, - vdslChan1DayInvalidIntervals, - vdslChanCurr1DayTimeElapsed, - vdslChanCurr1DayFixedOctets, - vdslChanCurr1DayBadBlks, - vdslChanIntervalFixedOctets, - vdslChanIntervalBadBlks, - vdslChan1DayIntervalMoniSecs, - vdslChan1DayIntervalFixedOctets, - vdslChan1DayIntervalBadBlks, - vdslLineConfDownRateMode, - vdslLineConfUpRateMode, - vdslLineConfDownMaxPwr, - vdslLineConfUpMaxPwr, - vdslLineConfDownMaxSnrMgn, - vdslLineConfDownMinSnrMgn, - vdslLineConfDownTargetSnrMgn, - vdslLineConfUpMaxSnrMgn, - vdslLineConfUpMinSnrMgn, - vdslLineConfUpTargetSnrMgn, - vdslLineConfDownFastMaxDataRate, - vdslLineConfDownFastMinDataRate, - vdslLineConfDownSlowMaxDataRate, - vdslLineConfDownSlowMinDataRate, - vdslLineConfUpFastMaxDataRate, - vdslLineConfUpFastMinDataRate, - vdslLineConfUpSlowMaxDataRate, - vdslLineConfUpSlowMinDataRate, - vdslLineConfDownRateRatio, - vdslLineConfUpRateRatio, - vdslLineConfDownMaxInterDelay, - vdslLineConfUpMaxInterDelay, - vdslLineConfDownPboControl, - vdslLineConfUpPboControl, - vdslLineConfDownPboLevel, - vdslLineConfUpPboLevel, - vdslLineConfDeploymentScenario, - vdslLineConfAdslPresence, - vdslLineConfApplicableStandard, - vdslLineConfBandPlan, - vdslLineConfBandPlanFx, - vdslLineConfBandOptUsage, - vdslLineConfUpPsdTemplate, - vdslLineConfDownPsdTemplate, - vdslLineConfHamBandMask, - vdslLineConfCustomNotch1Start, - vdslLineConfCustomNotch1Stop, - vdslLineConfCustomNotch2Start, - vdslLineConfCustomNotch2Stop, - vdslLineConfDownTargetSlowBurst, - vdslLineConfUpTargetSlowBurst, - vdslLineConfDownMaxFastFec, - vdslLineConfUpMaxFastFec, - vdslLineConfLineType, - vdslLineConfProfRowStatus, - vdslLineAlarmConfThresh15MinLofs, - vdslLineAlarmConfThresh15MinLoss, - vdslLineAlarmConfThresh15MinLprs, - vdslLineAlarmConfThresh15MinLols, - vdslLineAlarmConfThresh15MinESs, - vdslLineAlarmConfThresh15MinSESs, - vdslLineAlarmConfThresh15MinUASs, - vdslLineAlarmConfInitFailure, - vdslLineAlarmConfProfRowStatus - } - STATUS current - DESCRIPTION - "A collection of objects providing information about - a VDSL Line." - ::= { vdslGroups 1 } - - vdslNotificationGroup NOTIFICATION-GROUP - NOTIFICATIONS - { - vdslPerfLofsThreshNotification, - vdslPerfLossThreshNotification, - vdslPerfLprsThreshNotification, - vdslPerfLolsThreshNotification, - vdslPerfESsThreshNotification, - vdslPerfSESsThreshNotification, - vdslPerfUASsThreshNotification, - vdslDownMaxSnrMgnNotification, - vdslDownMinSnrMgnNotification, - vdslUpMaxSnrMgnNotification, - vdslUpMinSnrMgnNotification, - vdslInitFailureNotification - } - STATUS current - DESCRIPTION - "This group supports notifications of significant - conditions associated with VDSL Lines." - ::= { vdslGroups 2 } - - END diff --git a/tests/data/calix_716ge.json b/tests/data/calix_716ge.json new file mode 100644 index 0000000000..31140c380a --- /dev/null +++ b/tests/data/calix_716ge.json @@ -0,0 +1,2601 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.6321.2.1.1", + "sysDescr": "Calix ONT 716GE 10.7.110.17 platform 3(C7)", + "sysContact": "", + "version": "10.7.110.17.....\n00 00 00 00", + "hardware": "716GE...", + "features": null, + "os": "calix", + "type": "network", + "serial": "CXNK0006E6A1", + "icon": "calix.svg", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth-0", + "ifName": "eth-0..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 80, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth-1", + "ifName": "eth-1..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 81, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth-2", + "ifName": "eth-2..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 82, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth-3", + "ifName": "eth-3..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 83, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "loop-0", + "ifName": "loop-0.........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 104, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ibm370parChan", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-0", + "ifName": "iph-0..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 134, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-1", + "ifName": "iph-1..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 135, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-2", + "ifName": "iph-2..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 136, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-3", + "ifName": "iph-3..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 137, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-4", + "ifName": "iph-4..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 138, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-5", + "ifName": "iph-5..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 139, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "wan-0", + "ifName": "wan-0..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 158, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth-0", + "ifName": "eth-0..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 80, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2000, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 646560, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 182232602, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 641244706, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 64632200562, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 851190203964, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 572047, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 13187622, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 1307, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 655, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 223, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 15, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth-1", + "ifName": "eth-1..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 81, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2000, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 643890, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 341006828, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 5033321, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth-2", + "ifName": "eth-2..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 82, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2000, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 646580, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 40075946, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 49986422, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 7989997304, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 25832760550, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 5047, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 127789, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 9154093, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 7286319, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 12398752, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 3765691, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth-3", + "ifName": "eth-3..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 83, + "ifSpeed": 10000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2000, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 629440, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "loop-0", + "ifName": "loop-0.........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 104, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ibm370parChan", + "ifAlias": "................................................................", + "ifPhysAddress": "303a303a303a", + "ifHardType": null, + "ifLastChange": 629450, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-0", + "ifName": "iph-0..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 134, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 629440, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-1", + "ifName": "iph-1..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 135, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 629450, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-2", + "ifName": "iph-2..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 136, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 629450, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-3", + "ifName": "iph-3..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 137, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 629450, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-4", + "ifName": "iph-4..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 138, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 629450, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "iph-5", + "ifName": "iph-5..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 139, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 629450, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "wan-0", + "ifName": "wan-0..........................................................................................................................................................................................................................................................", + "portName": null, + "ifIndex": 158, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2000, + "ifType": "fastEtherFX", + "ifAlias": "................................................................", + "ifPhysAddress": "303a363a3331", + "ifHardType": null, + "ifLastChange": 629550, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 704965901, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 221492286, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 898907228817, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 71866595702, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 21870032, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14422948, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 9268897, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 23536319, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 12390447, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + } +} diff --git a/tests/data/occamos_b6-316.json b/tests/data/occamos_b6-316.json new file mode 100644 index 0000000000..c26c61445e --- /dev/null +++ b/tests/data/occamos_b6-316.json @@ -0,0 +1,12225 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.6066.1.50", + "sysDescr": "B6-316", + "sysContact": "", + "version": "8.0", + "hardware": "B6-316", + "features": null, + "os": "occamos", + "type": "network", + "serial": "68021242", + "icon": "calix.svg", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/48", + "ifName": "Ethernet1/48", + "portName": null, + "ifIndex": 6, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/48", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/47", + "ifName": "Ethernet1/47", + "portName": null, + "ifIndex": 7, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/47", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/46", + "ifName": "Ethernet1/46", + "portName": null, + "ifIndex": 8, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/46", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/45", + "ifName": "Ethernet1/45", + "portName": null, + "ifIndex": 9, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/45", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/44", + "ifName": "Ethernet1/44", + "portName": null, + "ifIndex": 10, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/44", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/43", + "ifName": "Ethernet1/43", + "portName": null, + "ifIndex": 11, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/43", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/40", + "ifName": "Ethernet1/40", + "portName": null, + "ifIndex": 12, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/40", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/39", + "ifName": "Ethernet1/39", + "portName": null, + "ifIndex": 13, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/39", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/38", + "ifName": "Ethernet1/38", + "portName": null, + "ifIndex": 14, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/38", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/37", + "ifName": "Ethernet1/37", + "portName": null, + "ifIndex": 15, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/37", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/36", + "ifName": "Ethernet1/36", + "portName": null, + "ifIndex": 16, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/36", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/35", + "ifName": "Ethernet1/35", + "portName": null, + "ifIndex": 17, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/35", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/32", + "ifName": "Ethernet1/32", + "portName": null, + "ifIndex": 18, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/32", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/31", + "ifName": "Ethernet1/31", + "portName": null, + "ifIndex": 19, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/31", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/30", + "ifName": "Ethernet1/30", + "portName": null, + "ifIndex": 20, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/30", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/29", + "ifName": "Ethernet1/29", + "portName": null, + "ifIndex": 21, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/29", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/42", + "ifName": "Ethernet1/42", + "portName": null, + "ifIndex": 22, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/42", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/41", + "ifName": "Ethernet1/41", + "portName": null, + "ifIndex": 23, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/41", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/34", + "ifName": "Ethernet1/34", + "portName": null, + "ifIndex": 24, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/34", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/33", + "ifName": "Ethernet1/33", + "portName": null, + "ifIndex": 25, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/33", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/28", + "ifName": "Ethernet1/28", + "portName": null, + "ifIndex": 26, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/28", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/27", + "ifName": "Ethernet1/27", + "portName": null, + "ifIndex": 27, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/27", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/26", + "ifName": "Ethernet1/26", + "portName": null, + "ifIndex": 28, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/26", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/25", + "ifName": "Ethernet1/25", + "portName": null, + "ifIndex": 29, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/25", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/20", + "ifName": "Ethernet1/20", + "portName": null, + "ifIndex": 30, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/20", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/4", + "ifName": "Ethernet1/4", + "portName": null, + "ifIndex": 31, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/4", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10GigabitEthernet 1/1", + "ifName": "XgEthernet1/1", + "portName": null, + "ifIndex": 32, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "10GigabitEthernet 1/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10GigabitEthernet 1/2", + "ifName": "XgEthernet1/2", + "portName": null, + "ifIndex": 33, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "10GigabitEthernet 1/2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10GigabitEthernet 1/4", + "ifName": "XgEthernet1/4", + "portName": null, + "ifIndex": 34, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "10GigabitEthernet 1/4", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10GigabitEthernet 1/3", + "ifName": "XgEthernet1/3", + "portName": null, + "ifIndex": 35, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "10GigabitEthernet 1/3", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/19", + "ifName": "Ethernet1/19", + "portName": null, + "ifIndex": 36, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/19", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/18", + "ifName": "Ethernet1/18", + "portName": null, + "ifIndex": 37, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/18", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/17", + "ifName": "Ethernet1/17", + "portName": null, + "ifIndex": 38, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/17", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/8", + "ifName": "Ethernet1/8", + "portName": null, + "ifIndex": 39, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/8", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/7", + "ifName": "Ethernet1/7", + "portName": null, + "ifIndex": 40, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/7", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/24", + "ifName": "Ethernet1/24", + "portName": null, + "ifIndex": 41, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/24", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/23", + "ifName": "Ethernet1/23", + "portName": null, + "ifIndex": 42, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/23", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/22", + "ifName": "Ethernet1/22", + "portName": null, + "ifIndex": 43, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/22", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/21", + "ifName": "Ethernet1/21", + "portName": null, + "ifIndex": 44, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/21", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/16", + "ifName": "Ethernet1/16", + "portName": null, + "ifIndex": 45, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/16", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/15", + "ifName": "Ethernet1/15", + "portName": null, + "ifIndex": 46, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/15", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/3", + "ifName": "Ethernet1/3", + "portName": null, + "ifIndex": 47, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/3", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/2", + "ifName": "Ethernet1/2", + "portName": null, + "ifIndex": 48, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/1", + "ifName": "Ethernet1/1", + "portName": null, + "ifIndex": 49, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/6", + "ifName": "Ethernet1/6", + "portName": null, + "ifIndex": 50, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/6", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/5", + "ifName": "Ethernet1/5", + "portName": null, + "ifIndex": 51, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/5", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/14", + "ifName": "Ethernet1/14", + "portName": null, + "ifIndex": 52, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/14", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/13", + "ifName": "Ethernet1/13", + "portName": null, + "ifIndex": 53, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/13", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/12", + "ifName": "Ethernet1/12", + "portName": null, + "ifIndex": 54, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/12", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/11", + "ifName": "Ethernet1/11", + "portName": null, + "ifIndex": 55, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/11", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/10", + "ifName": "Ethernet1/10", + "portName": null, + "ifIndex": 56, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/10", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/9", + "ifName": "Ethernet1/9", + "portName": null, + "ifIndex": 57, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/9", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lag 1/1", + "ifName": "lag1/1", + "portName": null, + "ifIndex": 100, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "lag 1/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/48", + "ifName": "Ethernet1/48", + "portName": null, + "ifIndex": 6, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/48", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935850466, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 133686595, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 211422580, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 67141645989, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 249629957733, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 12130, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756612, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439889, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/47", + "ifName": "Ethernet1/47", + "portName": null, + "ifIndex": 7, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/47", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935840586, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 13427249, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 101228091, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1660360091, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 138815672925, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14570, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756612, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439888, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/46", + "ifName": "Ethernet1/46", + "portName": null, + "ifIndex": 8, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/46", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935830952, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 13859, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 18674, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2797079, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 276747498, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 6835, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756613, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439889, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/45", + "ifName": "Ethernet1/45", + "portName": null, + "ifIndex": 9, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/45", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935819406, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 18199116, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 39584417, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2960132130, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 47867080121, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 22322, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756613, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439889, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/44", + "ifName": "Ethernet1/44", + "portName": null, + "ifIndex": 10, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/44", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935811045, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 7730115, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 30813796, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 827325644, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 46585036676, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 11868, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756613, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439889, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/43", + "ifName": "Ethernet1/43", + "portName": null, + "ifIndex": 11, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/43", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935801386, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 4526369, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 8855947, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1723893538, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 10026168877, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14513, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756613, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439891, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/40", + "ifName": "Ethernet1/40", + "portName": null, + "ifIndex": 12, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/40", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935770568, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 41748450, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 80453649, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 4608320768, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 117766893799, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 7417, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756613, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439892, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/39", + "ifName": "Ethernet1/39", + "portName": null, + "ifIndex": 13, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/39", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935762137, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 55612216, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 143020102, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 9312323820, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 205300856968, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14528, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756613, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 1816980, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/38", + "ifName": "Ethernet1/38", + "portName": null, + "ifIndex": 14, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/38", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935753674, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 33072429, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 100752116, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 8856697596, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 129519245874, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14362, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439895, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/37", + "ifName": "Ethernet1/37", + "portName": null, + "ifIndex": 15, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/37", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935744032, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 14270823, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 44997067, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1370711349, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 66666173506, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14556, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439895, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/36", + "ifName": "Ethernet1/36", + "portName": null, + "ifIndex": 16, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/36", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935735566, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 2258185, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 4713048, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 574325084, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 5372080052, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14541, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439895, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/35", + "ifName": "Ethernet1/35", + "portName": null, + "ifIndex": 17, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/35", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935724962, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 22641915, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 72291262, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 5409228459, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 101472831024, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 13295, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439895, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/32", + "ifName": "Ethernet1/32", + "portName": null, + "ifIndex": 18, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/32", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935697662, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 3559359, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 5870575, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2170151320, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 6641915867, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14379, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439895, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/31", + "ifName": "Ethernet1/31", + "portName": null, + "ifIndex": 19, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/31", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 3754269482, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 10875124, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 36469637, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 3152138930, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 39050879775, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 13017, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439895, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/30", + "ifName": "Ethernet1/30", + "portName": null, + "ifIndex": 20, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/30", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935677702, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 22444592, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 86180182, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 3848263573, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 121096633345, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14505, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756696, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439898, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/29", + "ifName": "Ethernet1/29", + "portName": null, + "ifIndex": 21, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/29", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935667182, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 44019303, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 161760464, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 7699902261, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 230905599550, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14506, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439898, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/42", + "ifName": "Ethernet1/42", + "portName": null, + "ifIndex": 22, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/42", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935788710, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 125883429, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 270036552, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 15608249577, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 399882274988, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14436, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756616, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439897, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/41", + "ifName": "Ethernet1/41", + "portName": null, + "ifIndex": 23, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/41", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2899779607, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 14348696, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 40232136, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 3448314987, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 49884893492, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 10288, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756606, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 23, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439574, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/34", + "ifName": "Ethernet1/34", + "portName": null, + "ifIndex": 24, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/34", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935715397, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 8194902, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 44173277, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 971458027, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 66304634355, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14522, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756631, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439897, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/33", + "ifName": "Ethernet1/33", + "portName": null, + "ifIndex": 25, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/33", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935706069, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 9968835, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 23940456, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 3819967063, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 30679643740, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 9171, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439897, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/28", + "ifName": "Ethernet1/28", + "portName": null, + "ifIndex": 26, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/28", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 3146303847, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 17083110, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 62110466, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 107976, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2337620175, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 85864775899, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 20811, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 751414, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 414, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2423744, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/27", + "ifName": "Ethernet1/27", + "portName": null, + "ifIndex": 27, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/27", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935650497, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 12870388, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 27355823, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 5626897765, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 27104823196, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14501, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439897, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/26", + "ifName": "Ethernet1/26", + "portName": null, + "ifIndex": 28, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/26", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935641091, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 13774449, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 35174547, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1226146369, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 51762585326, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 8097, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756614, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439897, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/25", + "ifName": "Ethernet1/25", + "portName": null, + "ifIndex": 29, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/25", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935631837, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 2199469, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 2287872, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 641943600, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 876481905, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 10351, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439901, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/20", + "ifName": "Ethernet1/20", + "portName": null, + "ifIndex": 30, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/20", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2754149918, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 5669309, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 10579321, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1169054573, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 13680827583, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14607, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756496, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 25, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439484, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/4", + "ifName": "Ethernet1/4", + "portName": null, + "ifIndex": 31, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/4", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10GigabitEthernet 1/1", + "ifName": "XgEthernet1/1", + "portName": null, + "ifIndex": 32, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9000, + "ifType": "ethernetCsmacd", + "ifAlias": "10GigabitEthernet 1/1", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935442590, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 24799487034, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 67531231923, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 6468389145154, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 92950659087340, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 91882757, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 89928665, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 114212880, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 286707774, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10GigabitEthernet 1/2", + "ifName": "XgEthernet1/2", + "portName": null, + "ifIndex": 33, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9000, + "ifType": "ethernetCsmacd", + "ifAlias": "10GigabitEthernet 1/2", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 1598205098, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 134890522218, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 49877840359, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 127, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 184586609599606, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 12905520627090, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 86745356, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 4158445, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 268129253, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 5067043, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10GigabitEthernet 1/4", + "ifName": "XgEthernet1/4", + "portName": null, + "ifIndex": 34, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9000, + "ifType": "ethernetCsmacd", + "ifAlias": "10GigabitEthernet 1/4", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935447746, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 6052205, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 4891865, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2987004099, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 7879921688, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 981209, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 89837104, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 890989, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 8178753, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "10GigabitEthernet 1/3", + "ifName": "XgEthernet1/3", + "portName": null, + "ifIndex": 35, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9000, + "ifType": "ethernetCsmacd", + "ifAlias": "10GigabitEthernet 1/3", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935444694, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 24019059559, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 64572580064, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 6330974594851, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 87767989927682, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 93071611, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 88739895, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 116928780, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 65322438, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/19", + "ifName": "Ethernet1/19", + "portName": null, + "ifIndex": 36, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/19", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935577622, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1825456, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 4003176, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 358890212, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 5517051655, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14366, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756616, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 6, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439902, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/18", + "ifName": "Ethernet1/18", + "portName": null, + "ifIndex": 37, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/18", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935569270, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 164113144, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 382791857, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 35448574148, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 508077452085, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14539, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756616, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439903, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/17", + "ifName": "Ethernet1/17", + "portName": null, + "ifIndex": 38, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/17", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935561941, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 25716504, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 87563407, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 4790129478, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 127214444668, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14591, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756618, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439902, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/8", + "ifName": "Ethernet1/8", + "portName": null, + "ifIndex": 39, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/8", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935488661, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 5089730, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 9814371, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 947017792, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 11502918492, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14349, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756699, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439902, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/7", + "ifName": "Ethernet1/7", + "portName": null, + "ifIndex": 40, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/7", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935480574, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 4258426, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 9408679, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1027249454, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 11628306942, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14344, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756618, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439902, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/24", + "ifName": "Ethernet1/24", + "portName": null, + "ifIndex": 41, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/24", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935622482, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 45714121, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 88101750, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 27415404788, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 112364386181, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14591, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756618, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439902, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/23", + "ifName": "Ethernet1/23", + "portName": null, + "ifIndex": 42, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/23", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2911956119, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 19262, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 23975, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 2, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 3286438, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 277070483, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 6726, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756013, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2438191, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/22", + "ifName": "Ethernet1/22", + "portName": null, + "ifIndex": 43, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/22", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935602592, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 6994757, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 37710371, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 42, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 841654661, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 55084300846, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14590, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756618, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439902, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/21", + "ifName": "Ethernet1/21", + "portName": null, + "ifIndex": 44, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/21", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/16", + "ifName": "Ethernet1/16", + "portName": null, + "ifIndex": 45, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/16", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935553637, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 6098534, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 28262404, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 807060524, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 41120186858, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14538, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756619, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439907, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/15", + "ifName": "Ethernet1/15", + "portName": null, + "ifIndex": 46, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/15", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2116486579, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/3", + "ifName": "Ethernet1/3", + "portName": null, + "ifIndex": 47, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/3", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/2", + "ifName": "Ethernet1/2", + "portName": null, + "ifIndex": 48, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/2", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/1", + "ifName": "Ethernet1/1", + "portName": null, + "ifIndex": 49, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/1", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/6", + "ifName": "Ethernet1/6", + "portName": null, + "ifIndex": 50, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/6", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935476521, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 61714444, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 190396883, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 7213551439, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 280448859488, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 225441, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756620, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439907, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/5", + "ifName": "Ethernet1/5", + "portName": null, + "ifIndex": 51, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/5", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/14", + "ifName": "Ethernet1/14", + "portName": null, + "ifIndex": 52, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/14", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2751209515, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 10900303, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 13198044, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2631980853, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 10416626833, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 7109, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756535, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 25, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439563, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/13", + "ifName": "Ethernet1/13", + "portName": null, + "ifIndex": 53, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/13", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 48837378, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1244110, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1112617, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1242603424, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 425414278, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14295, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756698, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 6, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439908, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/12", + "ifName": "Ethernet1/12", + "portName": null, + "ifIndex": 54, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/12", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935520634, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 12021017, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 24068697, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1367925350, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 35711470789, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14439, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756617, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439908, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/11", + "ifName": "Ethernet1/11", + "portName": null, + "ifIndex": 55, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/11", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 3107131499, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 12638, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 14740, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 563, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2962796, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 196553754, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 4835, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 536999, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1207, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 1728202, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/10", + "ifName": "Ethernet1/10", + "portName": null, + "ifIndex": 56, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/10", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 2935503097, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 19499857, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 42108808, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 4070285265, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 110962242364, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14986, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756618, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 77871, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 49092413, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet 1/9", + "ifName": "Ethernet1/9", + "portName": null, + "ifIndex": 57, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet 1/9", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 410583207, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 56635763, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 241874120, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 5321167660, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 363477126522, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 14557, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 756700, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2439908, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lag 1/1", + "ifName": "lag1/1", + "portName": null, + "ifIndex": 100, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1600, + "ifType": "ethernetCsmacd", + "ifAlias": "lag 1/1", + "ifPhysAddress": "33303a33303a", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2021.11.11.0", + "processor_index": "0", + "processor_type": "ucd-old", + "processor_usage": 100, + "processor_descr": "CPU", + "processor_precision": -1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "1", + "entPhysicalIndex": null, + "mempool_type": "ucd", + "mempool_class": "system", + "mempool_precision": 1024, + "mempool_descr": "Physical memory", + "mempool_perc": 49, + "mempool_perc_oid": null, + "mempool_used": 128663552, + "mempool_used_oid": null, + "mempool_free": 133632000, + "mempool_free_oid": ".1.3.6.1.4.1.2021.4.6.0", + "mempool_total": 262295552, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": null + }, + { + "mempool_index": "3", + "entPhysicalIndex": null, + "mempool_type": "ucd", + "mempool_class": "buffers", + "mempool_precision": 1024, + "mempool_descr": "Memory buffers", + "mempool_perc": 86, + "mempool_perc_oid": null, + "mempool_used": 224296960, + "mempool_used_oid": ".1.3.6.1.4.1.2021.4.14.0", + "mempool_free": 37998592, + "mempool_free_oid": null, + "mempool_total": 262295552, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": null + }, + { + "mempool_index": "4", + "entPhysicalIndex": null, + "mempool_type": "ucd", + "mempool_class": "cached", + "mempool_precision": 1024, + "mempool_descr": "Cached memory", + "mempool_perc": 70, + "mempool_perc_oid": null, + "mempool_used": 184111104, + "mempool_used_oid": ".1.3.6.1.4.1.2021.4.15.0", + "mempool_free": 78184448, + "mempool_free_oid": null, + "mempool_total": 262295552, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": null + } + ] + }, + "poller": { + "mempools": [ + { + "mempool_index": "1", + "entPhysicalIndex": null, + "mempool_type": "ucd", + "mempool_class": "system", + "mempool_precision": 1024, + "mempool_descr": "Physical memory", + "mempool_perc": 49, + "mempool_perc_oid": null, + "mempool_used": 128663552, + "mempool_used_oid": null, + "mempool_free": 133632000, + "mempool_free_oid": ".1.3.6.1.4.1.2021.4.6.0", + "mempool_total": 262295552, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": null + }, + { + "mempool_index": "3", + "entPhysicalIndex": null, + "mempool_type": "ucd", + "mempool_class": "buffers", + "mempool_precision": 1024, + "mempool_descr": "Memory buffers", + "mempool_perc": 14, + "mempool_perc_oid": null, + "mempool_used": 37998592, + "mempool_used_oid": ".1.3.6.1.4.1.2021.4.14.0", + "mempool_free": 224296960, + "mempool_free_oid": null, + "mempool_total": 262295552, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": null + }, + { + "mempool_index": "4", + "entPhysicalIndex": null, + "mempool_type": "ucd", + "mempool_class": "cached", + "mempool_precision": 1024, + "mempool_descr": "Cached memory", + "mempool_perc": 30, + "mempool_perc_oid": null, + "mempool_used": 78184448, + "mempool_used_oid": ".1.3.6.1.4.1.2021.4.15.0", + "mempool_free": 184111104, + "mempool_free_oid": null, + "mempool_total": 262295552, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": null + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.17", + "sensor_index": "17", + "sensor_type": "occamos", + "sensor_descr": "main_power", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 25, + "sensor_limit": 45, + "sensor_limit_warn": null, + "sensor_limit_low": 15, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.18", + "sensor_index": "18", + "sensor_type": "occamos", + "sensor_descr": "eth_switch", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 31, + "sensor_limit": 51, + "sensor_limit_warn": null, + "sensor_limit_low": 21, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.19", + "sensor_index": "19", + "sensor_type": "occamos", + "sensor_descr": "sfp", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 30.5, + "sensor_limit": 50.5, + "sensor_limit_warn": null, + "sensor_limit_low": 20.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.20", + "sensor_index": "20", + "sensor_type": "occamos", + "sensor_descr": "processor", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 29, + "sensor_limit": 49, + "sensor_limit_warn": null, + "sensor_limit_low": 19, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.21", + "sensor_index": "21", + "sensor_type": "occamos", + "sensor_descr": "inlet_air_2", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 28.5, + "sensor_limit": 48.5, + "sensor_limit_warn": null, + "sensor_limit_low": 18.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.22", + "sensor_index": "22", + "sensor_type": "occamos", + "sensor_descr": "inlet_air_1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 27, + "sensor_limit": 47, + "sensor_limit_warn": null, + "sensor_limit_low": 17, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.1", + "sensor_index": "1", + "sensor_type": "occamos", + "sensor_descr": "+1.0V", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.025, + "sensor_limit": 1.17875, + "sensor_limit_warn": null, + "sensor_limit_low": 0.87125, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.10", + "sensor_index": "10", + "sensor_type": "occamos", + "sensor_descr": "Mon2_Rst", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2.389, + "sensor_limit": 2.74735, + "sensor_limit_warn": null, + "sensor_limit_low": 2.03065, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.11", + "sensor_index": "11", + "sensor_type": "occamos", + "sensor_descr": "Rst_fm_FPGA", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.237, + "sensor_limit": 3.72255, + "sensor_limit_warn": null, + "sensor_limit_low": 2.75145, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.12", + "sensor_index": "12", + "sensor_type": "occamos", + "sensor_descr": "+1.2V", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.196, + "sensor_limit": 1.3754, + "sensor_limit_warn": null, + "sensor_limit_low": 1.0166, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.13", + "sensor_index": "13", + "sensor_type": "occamos", + "sensor_descr": "+1.25V", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.25, + "sensor_limit": 1.4375, + "sensor_limit_warn": null, + "sensor_limit_low": 1.0625, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.14", + "sensor_index": "14", + "sensor_type": "occamos", + "sensor_descr": "+1.8V", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.821, + "sensor_limit": 2.09415, + "sensor_limit_warn": null, + "sensor_limit_low": 1.54785, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.15", + "sensor_index": "15", + "sensor_type": "occamos", + "sensor_descr": "+2.5V", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2.493, + "sensor_limit": 2.86695, + "sensor_limit_warn": null, + "sensor_limit_low": 2.11905, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.16", + "sensor_index": "16", + "sensor_type": "occamos", + "sensor_descr": "+3.3V", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.286, + "sensor_limit": 3.7789, + "sensor_limit_warn": null, + "sensor_limit_low": 2.7931, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.2", + "sensor_index": "2", + "sensor_type": "occamos", + "sensor_descr": "+5V", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 4.987, + "sensor_limit": 5.73505, + "sensor_limit_warn": null, + "sensor_limit_low": 4.23895, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.3", + "sensor_index": "3", + "sensor_type": "occamos", + "sensor_descr": "Pwr_Fail", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.103, + "sensor_limit": 0.11845, + "sensor_limit_warn": null, + "sensor_limit_low": 0.08755, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.4", + "sensor_index": "4", + "sensor_type": "occamos", + "sensor_descr": "Per_Reset", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.275, + "sensor_limit": 3.76625, + "sensor_limit_warn": null, + "sensor_limit_low": 2.78375, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.5", + "sensor_index": "5", + "sensor_type": "occamos", + "sensor_descr": "NMI_PB", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.264, + "sensor_limit": 3.7536, + "sensor_limit_warn": null, + "sensor_limit_low": 2.7744, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.6", + "sensor_index": "6", + "sensor_type": "occamos", + "sensor_descr": "-48V_B", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -54.78, + "sensor_limit": -46.563, + "sensor_limit_warn": null, + "sensor_limit_low": -62.997, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.7", + "sensor_index": "7", + "sensor_type": "occamos", + "sensor_descr": "-48V_A", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -54.63, + "sensor_limit": -46.4355, + "sensor_limit_warn": null, + "sensor_limit_low": -62.8245, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.8", + "sensor_index": "8", + "sensor_type": "occamos", + "sensor_descr": "405EX_Sys_Rst", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2.389, + "sensor_limit": 2.74735, + "sensor_limit_warn": null, + "sensor_limit_low": 2.03065, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.9", + "sensor_index": "9", + "sensor_type": "occamos", + "sensor_descr": "+1.5V", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.487, + "sensor_limit": 1.71005, + "sensor_limit_warn": null, + "sensor_limit_low": 1.26395, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [] + }, + "poller": "matches discovery" + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "1", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.4", + "storage_descr": "/", + "storage_size": 134217728, + "storage_units": 4096, + "storage_used": 7487488, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "101", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.2", + "storage_descr": "Real Memory", + "storage_size": 262295552, + "storage_units": 1024, + "storage_used": 17387520, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "103", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.1", + "storage_descr": "Memory Buffers", + "storage_size": 116183040, + "storage_units": 1024, + "storage_used": 37998592, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "104", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.1", + "storage_descr": "Memory Cache", + "storage_size": 116183040, + "storage_units": 1024, + "storage_used": 78184448, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "2", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.4", + "storage_descr": "/var/log", + "storage_size": 67108864, + "storage_units": 4096, + "storage_used": 7585792, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "3", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.4", + "storage_descr": "/cf", + "storage_size": 3593994240, + "storage_units": 4096, + "storage_used": 379551744, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "1", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.4", + "storage_descr": "/", + "storage_size": 134217728, + "storage_units": 4096, + "storage_used": 7487488, + "storage_free": 126730240, + "storage_perc": 6, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "101", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.2", + "storage_descr": "Real Memory", + "storage_size": 262295552, + "storage_units": 1024, + "storage_used": 17387520, + "storage_free": 244908032, + "storage_perc": 7, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "103", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.1", + "storage_descr": "Memory Buffers", + "storage_size": 116183040, + "storage_units": 1024, + "storage_used": 37998592, + "storage_free": 78184448, + "storage_perc": 33, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "104", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.1", + "storage_descr": "Memory Cache", + "storage_size": 116183040, + "storage_units": 1024, + "storage_used": 78184448, + "storage_free": 37998592, + "storage_perc": 67, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "2", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.4", + "storage_descr": "/var/log", + "storage_size": 67108864, + "storage_units": 4096, + "storage_used": 7585792, + "storage_free": 59523072, + "storage_perc": 11, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "3", + "storage_type": "sysUpTime.6.1.2.1.25.2.1.4", + "storage_descr": "/cf", + "storage_size": 3593994240, + "storage_units": 4096, + "storage_used": 379551744, + "storage_free": 3214442496, + "storage_perc": 11, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + } +} diff --git a/tests/snmpsim/calix_716ge.snmprec b/tests/snmpsim/calix_716ge.snmprec new file mode 100644 index 0000000000..870c673876 --- /dev/null +++ b/tests/snmpsim/calix_716ge.snmprec @@ -0,0 +1,400 @@ +1.3.6.1.2.1.1.1.0|4|Calix ONT 716GE 10.7.110.17 platform 3(C7) +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6321.2.1.1 +1.3.6.1.2.1.1.3.0|67|471673626 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.80|4|eth-0 +1.3.6.1.2.1.2.2.1.2.81|4|eth-1 +1.3.6.1.2.1.2.2.1.2.82|4|eth-2 +1.3.6.1.2.1.2.2.1.2.83|4|eth-3 +1.3.6.1.2.1.2.2.1.2.104|4|loop-0 +1.3.6.1.2.1.2.2.1.2.134|4|iph-0 +1.3.6.1.2.1.2.2.1.2.135|4|iph-1 +1.3.6.1.2.1.2.2.1.2.136|4|iph-2 +1.3.6.1.2.1.2.2.1.2.137|4|iph-3 +1.3.6.1.2.1.2.2.1.2.138|4|iph-4 +1.3.6.1.2.1.2.2.1.2.139|4|iph-5 +1.3.6.1.2.1.2.2.1.2.158|4|wan-0 +1.3.6.1.2.1.2.2.1.3.80|2|69 +1.3.6.1.2.1.2.2.1.3.81|2|69 +1.3.6.1.2.1.2.2.1.3.82|2|69 +1.3.6.1.2.1.2.2.1.3.83|2|69 +1.3.6.1.2.1.2.2.1.3.104|2|72 +1.3.6.1.2.1.2.2.1.3.134|2|69 +1.3.6.1.2.1.2.2.1.3.135|2|69 +1.3.6.1.2.1.2.2.1.3.136|2|69 +1.3.6.1.2.1.2.2.1.3.137|2|69 +1.3.6.1.2.1.2.2.1.3.138|2|69 +1.3.6.1.2.1.2.2.1.3.139|2|69 +1.3.6.1.2.1.2.2.1.3.158|2|69 +1.3.6.1.2.1.2.2.1.4.80|2|2000 +1.3.6.1.2.1.2.2.1.4.81|2|2000 +1.3.6.1.2.1.2.2.1.4.82|2|2000 +1.3.6.1.2.1.2.2.1.4.83|2|2000 +1.3.6.1.2.1.2.2.1.4.104|2|1500 +1.3.6.1.2.1.2.2.1.4.134|2|1500 +1.3.6.1.2.1.2.2.1.4.135|2|1500 +1.3.6.1.2.1.2.2.1.4.136|2|1500 +1.3.6.1.2.1.2.2.1.4.137|2|1500 +1.3.6.1.2.1.2.2.1.4.138|2|1500 +1.3.6.1.2.1.2.2.1.4.139|2|1500 +1.3.6.1.2.1.2.2.1.4.158|2|2000 +1.3.6.1.2.1.2.2.1.6.80|4|0:6:31:2a:67:2a +1.3.6.1.2.1.2.2.1.6.81|4|0:6:31:2a:67:2b +1.3.6.1.2.1.2.2.1.6.82|4|0:6:31:2a:67:2c +1.3.6.1.2.1.2.2.1.6.83|4|0:6:31:2a:67:2d +1.3.6.1.2.1.2.2.1.6.104|4|0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.6.134|4|0:6:31:31:3f:d +1.3.6.1.2.1.2.2.1.6.135|4|0:6:31:2a:67:27 +1.3.6.1.2.1.2.2.1.6.136|4|0:6:31:2a:67:28 +1.3.6.1.2.1.2.2.1.6.137|4|0:6:31:2a:67:29 +1.3.6.1.2.1.2.2.1.6.138|4|0:6:31:2a:67:2a +1.3.6.1.2.1.2.2.1.6.139|4|0:6:31:2a:67:2b +1.3.6.1.2.1.2.2.1.6.158|4|0:6:31:2a:67:26 +1.3.6.1.2.1.2.2.1.7.80|2|1 +1.3.6.1.2.1.2.2.1.7.81|2|1 +1.3.6.1.2.1.2.2.1.7.82|2|1 +1.3.6.1.2.1.2.2.1.7.83|2|1 +1.3.6.1.2.1.2.2.1.7.104|2|1 +1.3.6.1.2.1.2.2.1.7.134|2|1 +1.3.6.1.2.1.2.2.1.7.135|2|1 +1.3.6.1.2.1.2.2.1.7.136|2|1 +1.3.6.1.2.1.2.2.1.7.137|2|1 +1.3.6.1.2.1.2.2.1.7.138|2|1 +1.3.6.1.2.1.2.2.1.7.139|2|1 +1.3.6.1.2.1.2.2.1.7.158|2|1 +1.3.6.1.2.1.2.2.1.8.80|2|1 +1.3.6.1.2.1.2.2.1.8.81|2|1 +1.3.6.1.2.1.2.2.1.8.82|2|1 +1.3.6.1.2.1.2.2.1.8.83|2|2 +1.3.6.1.2.1.2.2.1.8.104|2|1 +1.3.6.1.2.1.2.2.1.8.134|2|1 +1.3.6.1.2.1.2.2.1.8.135|2|1 +1.3.6.1.2.1.2.2.1.8.136|2|1 +1.3.6.1.2.1.2.2.1.8.137|2|1 +1.3.6.1.2.1.2.2.1.8.138|2|1 +1.3.6.1.2.1.2.2.1.8.139|2|1 +1.3.6.1.2.1.2.2.1.8.158|2|1 +1.3.6.1.2.1.2.2.1.9.80|67|646560 +1.3.6.1.2.1.2.2.1.9.81|67|643890 +1.3.6.1.2.1.2.2.1.9.82|67|646580 +1.3.6.1.2.1.2.2.1.9.83|67|629440 +1.3.6.1.2.1.2.2.1.9.104|67|629450 +1.3.6.1.2.1.2.2.1.9.134|67|629440 +1.3.6.1.2.1.2.2.1.9.135|67|629450 +1.3.6.1.2.1.2.2.1.9.136|67|629450 +1.3.6.1.2.1.2.2.1.9.137|67|629450 +1.3.6.1.2.1.2.2.1.9.138|67|629450 +1.3.6.1.2.1.2.2.1.9.139|67|629450 +1.3.6.1.2.1.2.2.1.9.158|67|629550 +1.3.6.1.2.1.2.2.1.13.80|65|572047 +1.3.6.1.2.1.2.2.1.13.81|65|0 +1.3.6.1.2.1.2.2.1.13.82|65|5047 +1.3.6.1.2.1.2.2.1.13.83|65|0 +1.3.6.1.2.1.2.2.1.13.104|65|0 +1.3.6.1.2.1.2.2.1.13.134|65|0 +1.3.6.1.2.1.2.2.1.13.135|65|0 +1.3.6.1.2.1.2.2.1.13.136|65|0 +1.3.6.1.2.1.2.2.1.13.137|65|0 +1.3.6.1.2.1.2.2.1.13.138|65|0 +1.3.6.1.2.1.2.2.1.13.139|65|0 +1.3.6.1.2.1.2.2.1.13.158|65|21870032 +1.3.6.1.2.1.2.2.1.14.80|65|0 +1.3.6.1.2.1.2.2.1.14.81|65|0 +1.3.6.1.2.1.2.2.1.14.82|65|0 +1.3.6.1.2.1.2.2.1.14.83|65|0 +1.3.6.1.2.1.2.2.1.14.104|65|0 +1.3.6.1.2.1.2.2.1.14.134|65|0 +1.3.6.1.2.1.2.2.1.14.135|65|0 +1.3.6.1.2.1.2.2.1.14.136|65|0 +1.3.6.1.2.1.2.2.1.14.137|65|0 +1.3.6.1.2.1.2.2.1.14.138|65|0 +1.3.6.1.2.1.2.2.1.14.139|65|0 +1.3.6.1.2.1.2.2.1.14.158|65|0 +1.3.6.1.2.1.2.2.1.19.80|65|13187622 +1.3.6.1.2.1.2.2.1.19.81|65|0 +1.3.6.1.2.1.2.2.1.19.82|65|127789 +1.3.6.1.2.1.2.2.1.19.83|65|0 +1.3.6.1.2.1.2.2.1.19.104|65|0 +1.3.6.1.2.1.2.2.1.19.134|65|0 +1.3.6.1.2.1.2.2.1.19.135|65|0 +1.3.6.1.2.1.2.2.1.19.136|65|0 +1.3.6.1.2.1.2.2.1.19.137|65|0 +1.3.6.1.2.1.2.2.1.19.138|65|0 +1.3.6.1.2.1.2.2.1.19.139|65|0 +1.3.6.1.2.1.2.2.1.19.158|65|0 +1.3.6.1.2.1.2.2.1.20.80|65|0 +1.3.6.1.2.1.2.2.1.20.81|65|0 +1.3.6.1.2.1.2.2.1.20.82|65|0 +1.3.6.1.2.1.2.2.1.20.83|65|0 +1.3.6.1.2.1.2.2.1.20.104|65|0 +1.3.6.1.2.1.2.2.1.20.134|65|0 +1.3.6.1.2.1.2.2.1.20.135|65|0 +1.3.6.1.2.1.2.2.1.20.136|65|0 +1.3.6.1.2.1.2.2.1.20.137|65|0 +1.3.6.1.2.1.2.2.1.20.138|65|0 +1.3.6.1.2.1.2.2.1.20.139|65|0 +1.3.6.1.2.1.2.2.1.20.158|65|0 +1.3.6.1.2.1.11.1.0|65|92260 +1.3.6.1.2.1.11.2.0|65|172053 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|645281 +1.3.6.1.2.1.11.14.0|65|1 +1.3.6.1.2.1.11.15.0|65|28288 +1.3.6.1.2.1.11.16.0|65|8473 +1.3.6.1.2.1.11.17.0|65|1 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|0 +1.3.6.1.2.1.11.21.0|65|0 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|92284 +1.3.6.1.2.1.11.29.0|65|79793 +1.3.6.1.2.1.11.30.0|2|2 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.16.1.1.1.1.80|2|80 +1.3.6.1.2.1.31.1.1.1.1.80|4|eth-0.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.81|4|eth-1.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.82|4|eth-2.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.83|4|eth-3.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.104|4|loop-0......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.134|4|iph-0.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.135|4|iph-1.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.136|4|iph-2.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.137|4|iph-3.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.138|4|iph-4.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.139|4|iph-5.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.1.158|4|wan-0.......................................................................................................................................................................................................................................................... +1.3.6.1.2.1.31.1.1.1.2.80|65|223 +1.3.6.1.2.1.31.1.1.1.2.81|65|0 +1.3.6.1.2.1.31.1.1.1.2.82|65|12398752 +1.3.6.1.2.1.31.1.1.1.2.83|65|0 +1.3.6.1.2.1.31.1.1.1.2.104|65|0 +1.3.6.1.2.1.31.1.1.1.2.134|65|0 +1.3.6.1.2.1.31.1.1.1.2.135|65|0 +1.3.6.1.2.1.31.1.1.1.2.136|65|0 +1.3.6.1.2.1.31.1.1.1.2.137|65|0 +1.3.6.1.2.1.31.1.1.1.2.138|65|0 +1.3.6.1.2.1.31.1.1.1.2.139|65|0 +1.3.6.1.2.1.31.1.1.1.2.158|65|23536319 +1.3.6.1.2.1.31.1.1.1.3.80|65|1307 +1.3.6.1.2.1.31.1.1.1.3.81|65|0 +1.3.6.1.2.1.31.1.1.1.3.82|65|9154093 +1.3.6.1.2.1.31.1.1.1.3.83|65|0 +1.3.6.1.2.1.31.1.1.1.3.104|65|0 +1.3.6.1.2.1.31.1.1.1.3.134|65|0 +1.3.6.1.2.1.31.1.1.1.3.135|65|0 +1.3.6.1.2.1.31.1.1.1.3.136|65|0 +1.3.6.1.2.1.31.1.1.1.3.137|65|0 +1.3.6.1.2.1.31.1.1.1.3.138|65|0 +1.3.6.1.2.1.31.1.1.1.3.139|65|0 +1.3.6.1.2.1.31.1.1.1.3.158|65|14422948 +1.3.6.1.2.1.31.1.1.1.4.80|65|15 +1.3.6.1.2.1.31.1.1.1.4.81|65|5033321 +1.3.6.1.2.1.31.1.1.1.4.82|65|3765691 +1.3.6.1.2.1.31.1.1.1.4.83|65|0 +1.3.6.1.2.1.31.1.1.1.4.104|65|0 +1.3.6.1.2.1.31.1.1.1.4.134|65|0 +1.3.6.1.2.1.31.1.1.1.4.135|65|0 +1.3.6.1.2.1.31.1.1.1.4.136|65|0 +1.3.6.1.2.1.31.1.1.1.4.137|65|0 +1.3.6.1.2.1.31.1.1.1.4.138|65|0 +1.3.6.1.2.1.31.1.1.1.4.139|65|0 +1.3.6.1.2.1.31.1.1.1.4.158|65|12390447 +1.3.6.1.2.1.31.1.1.1.5.80|65|655 +1.3.6.1.2.1.31.1.1.1.5.81|65|0 +1.3.6.1.2.1.31.1.1.1.5.82|65|7286319 +1.3.6.1.2.1.31.1.1.1.5.83|65|0 +1.3.6.1.2.1.31.1.1.1.5.104|65|0 +1.3.6.1.2.1.31.1.1.1.5.134|65|0 +1.3.6.1.2.1.31.1.1.1.5.135|65|0 +1.3.6.1.2.1.31.1.1.1.5.136|65|0 +1.3.6.1.2.1.31.1.1.1.5.137|65|0 +1.3.6.1.2.1.31.1.1.1.5.138|65|0 +1.3.6.1.2.1.31.1.1.1.5.139|65|0 +1.3.6.1.2.1.31.1.1.1.5.158|65|9268897 +1.3.6.1.2.1.31.1.1.1.6.80|70|64632200562 +1.3.6.1.2.1.31.1.1.1.6.81|70|0 +1.3.6.1.2.1.31.1.1.1.6.82|70|7989997304 +1.3.6.1.2.1.31.1.1.1.6.83|70|0 +1.3.6.1.2.1.31.1.1.1.6.104|70|0 +1.3.6.1.2.1.31.1.1.1.6.134|70|0 +1.3.6.1.2.1.31.1.1.1.6.135|70|0 +1.3.6.1.2.1.31.1.1.1.6.136|70|0 +1.3.6.1.2.1.31.1.1.1.6.137|70|0 +1.3.6.1.2.1.31.1.1.1.6.138|70|0 +1.3.6.1.2.1.31.1.1.1.6.139|70|0 +1.3.6.1.2.1.31.1.1.1.6.158|70|898907228817 +1.3.6.1.2.1.31.1.1.1.7.80|70|182232602 +1.3.6.1.2.1.31.1.1.1.7.81|70|0 +1.3.6.1.2.1.31.1.1.1.7.82|70|40075946 +1.3.6.1.2.1.31.1.1.1.7.83|70|0 +1.3.6.1.2.1.31.1.1.1.7.104|70|0 +1.3.6.1.2.1.31.1.1.1.7.134|70|0 +1.3.6.1.2.1.31.1.1.1.7.135|70|0 +1.3.6.1.2.1.31.1.1.1.7.136|70|0 +1.3.6.1.2.1.31.1.1.1.7.137|70|0 +1.3.6.1.2.1.31.1.1.1.7.138|70|0 +1.3.6.1.2.1.31.1.1.1.7.139|70|0 +1.3.6.1.2.1.31.1.1.1.7.158|70|704965901 +1.3.6.1.2.1.31.1.1.1.8.80|70|223 +1.3.6.1.2.1.31.1.1.1.8.81|70|0 +1.3.6.1.2.1.31.1.1.1.8.82|70|12398752 +1.3.6.1.2.1.31.1.1.1.8.83|70|0 +1.3.6.1.2.1.31.1.1.1.8.104|70|0 +1.3.6.1.2.1.31.1.1.1.8.134|70|0 +1.3.6.1.2.1.31.1.1.1.8.135|70|0 +1.3.6.1.2.1.31.1.1.1.8.136|70|0 +1.3.6.1.2.1.31.1.1.1.8.137|70|0 +1.3.6.1.2.1.31.1.1.1.8.138|70|0 +1.3.6.1.2.1.31.1.1.1.8.139|70|0 +1.3.6.1.2.1.31.1.1.1.8.158|70|23536319 +1.3.6.1.2.1.31.1.1.1.9.80|70|1307 +1.3.6.1.2.1.31.1.1.1.9.81|70|0 +1.3.6.1.2.1.31.1.1.1.9.82|70|9154093 +1.3.6.1.2.1.31.1.1.1.9.83|70|0 +1.3.6.1.2.1.31.1.1.1.9.104|70|0 +1.3.6.1.2.1.31.1.1.1.9.134|70|0 +1.3.6.1.2.1.31.1.1.1.9.135|70|0 +1.3.6.1.2.1.31.1.1.1.9.136|70|0 +1.3.6.1.2.1.31.1.1.1.9.137|70|0 +1.3.6.1.2.1.31.1.1.1.9.138|70|0 +1.3.6.1.2.1.31.1.1.1.9.139|70|0 +1.3.6.1.2.1.31.1.1.1.9.158|70|14422948 +1.3.6.1.2.1.31.1.1.1.10.80|70|851190203964 +1.3.6.1.2.1.31.1.1.1.10.81|70|341006828 +1.3.6.1.2.1.31.1.1.1.10.82|70|25832760550 +1.3.6.1.2.1.31.1.1.1.10.83|70|0 +1.3.6.1.2.1.31.1.1.1.10.104|70|0 +1.3.6.1.2.1.31.1.1.1.10.134|70|0 +1.3.6.1.2.1.31.1.1.1.10.135|70|0 +1.3.6.1.2.1.31.1.1.1.10.136|70|0 +1.3.6.1.2.1.31.1.1.1.10.137|70|0 +1.3.6.1.2.1.31.1.1.1.10.138|70|0 +1.3.6.1.2.1.31.1.1.1.10.139|70|0 +1.3.6.1.2.1.31.1.1.1.10.158|70|71866595702 +1.3.6.1.2.1.31.1.1.1.11.80|70|641244706 +1.3.6.1.2.1.31.1.1.1.11.81|70|0 +1.3.6.1.2.1.31.1.1.1.11.82|70|49986422 +1.3.6.1.2.1.31.1.1.1.11.83|70|0 +1.3.6.1.2.1.31.1.1.1.11.104|70|0 +1.3.6.1.2.1.31.1.1.1.11.134|70|0 +1.3.6.1.2.1.31.1.1.1.11.135|70|0 +1.3.6.1.2.1.31.1.1.1.11.136|70|0 +1.3.6.1.2.1.31.1.1.1.11.137|70|0 +1.3.6.1.2.1.31.1.1.1.11.138|70|0 +1.3.6.1.2.1.31.1.1.1.11.139|70|0 +1.3.6.1.2.1.31.1.1.1.11.158|70|221492286 +1.3.6.1.2.1.31.1.1.1.12.80|70|15 +1.3.6.1.2.1.31.1.1.1.12.81|70|5033321 +1.3.6.1.2.1.31.1.1.1.12.82|70|3765691 +1.3.6.1.2.1.31.1.1.1.12.83|70|0 +1.3.6.1.2.1.31.1.1.1.12.104|70|0 +1.3.6.1.2.1.31.1.1.1.12.134|70|0 +1.3.6.1.2.1.31.1.1.1.12.135|70|0 +1.3.6.1.2.1.31.1.1.1.12.136|70|0 +1.3.6.1.2.1.31.1.1.1.12.137|70|0 +1.3.6.1.2.1.31.1.1.1.12.138|70|0 +1.3.6.1.2.1.31.1.1.1.12.139|70|0 +1.3.6.1.2.1.31.1.1.1.12.158|70|12390447 +1.3.6.1.2.1.31.1.1.1.13.80|70|655 +1.3.6.1.2.1.31.1.1.1.13.81|70|0 +1.3.6.1.2.1.31.1.1.1.13.82|70|7286319 +1.3.6.1.2.1.31.1.1.1.13.83|70|0 +1.3.6.1.2.1.31.1.1.1.13.104|70|0 +1.3.6.1.2.1.31.1.1.1.13.134|70|0 +1.3.6.1.2.1.31.1.1.1.13.135|70|0 +1.3.6.1.2.1.31.1.1.1.13.136|70|0 +1.3.6.1.2.1.31.1.1.1.13.137|70|0 +1.3.6.1.2.1.31.1.1.1.13.138|70|0 +1.3.6.1.2.1.31.1.1.1.13.139|70|0 +1.3.6.1.2.1.31.1.1.1.13.158|70|9268897 +1.3.6.1.2.1.31.1.1.1.14.80|2|1 +1.3.6.1.2.1.31.1.1.1.14.81|2|1 +1.3.6.1.2.1.31.1.1.1.14.82|2|1 +1.3.6.1.2.1.31.1.1.1.14.83|2|1 +1.3.6.1.2.1.31.1.1.1.14.104|2|1 +1.3.6.1.2.1.31.1.1.1.14.134|2|1 +1.3.6.1.2.1.31.1.1.1.14.135|2|1 +1.3.6.1.2.1.31.1.1.1.14.136|2|1 +1.3.6.1.2.1.31.1.1.1.14.137|2|1 +1.3.6.1.2.1.31.1.1.1.14.138|2|1 +1.3.6.1.2.1.31.1.1.1.14.139|2|1 +1.3.6.1.2.1.31.1.1.1.14.158|2|1 +1.3.6.1.2.1.31.1.1.1.15.80|66|1000 +1.3.6.1.2.1.31.1.1.1.15.81|66|1000 +1.3.6.1.2.1.31.1.1.1.15.82|66|1000 +1.3.6.1.2.1.31.1.1.1.15.83|66|10 +1.3.6.1.2.1.31.1.1.1.15.104|66|0 +1.3.6.1.2.1.31.1.1.1.15.134|66|100 +1.3.6.1.2.1.31.1.1.1.15.135|66|100 +1.3.6.1.2.1.31.1.1.1.15.136|66|100 +1.3.6.1.2.1.31.1.1.1.15.137|66|100 +1.3.6.1.2.1.31.1.1.1.15.138|66|100 +1.3.6.1.2.1.31.1.1.1.15.139|66|100 +1.3.6.1.2.1.31.1.1.1.15.158|66|1000 +1.3.6.1.2.1.31.1.1.1.16.80|2|2 +1.3.6.1.2.1.31.1.1.1.16.81|2|2 +1.3.6.1.2.1.31.1.1.1.16.82|2|2 +1.3.6.1.2.1.31.1.1.1.16.83|2|2 +1.3.6.1.2.1.31.1.1.1.16.104|2|2 +1.3.6.1.2.1.31.1.1.1.16.134|2|2 +1.3.6.1.2.1.31.1.1.1.16.135|2|2 +1.3.6.1.2.1.31.1.1.1.16.136|2|2 +1.3.6.1.2.1.31.1.1.1.16.137|2|2 +1.3.6.1.2.1.31.1.1.1.16.138|2|2 +1.3.6.1.2.1.31.1.1.1.16.139|2|2 +1.3.6.1.2.1.31.1.1.1.16.158|2|2 +1.3.6.1.2.1.31.1.1.1.17.80|2|1 +1.3.6.1.2.1.31.1.1.1.17.81|2|1 +1.3.6.1.2.1.31.1.1.1.17.82|2|1 +1.3.6.1.2.1.31.1.1.1.17.83|2|2 +1.3.6.1.2.1.31.1.1.1.17.104|2|1 +1.3.6.1.2.1.31.1.1.1.17.134|2|1 +1.3.6.1.2.1.31.1.1.1.17.135|2|1 +1.3.6.1.2.1.31.1.1.1.17.136|2|1 +1.3.6.1.2.1.31.1.1.1.17.137|2|1 +1.3.6.1.2.1.31.1.1.1.17.138|2|1 +1.3.6.1.2.1.31.1.1.1.17.139|2|1 +1.3.6.1.2.1.31.1.1.1.17.158|2|1 +1.3.6.1.2.1.31.1.1.1.18.80|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.81|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.82|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.83|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.104|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.134|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.135|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.136|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.137|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.138|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.139|4|................................................................ +1.3.6.1.2.1.31.1.1.1.18.158|4|................................................................ +1.3.6.1.2.1.31.1.1.1.19.80|67|0 +1.3.6.1.2.1.31.1.1.1.19.81|67|0 +1.3.6.1.2.1.31.1.1.1.19.82|67|0 +1.3.6.1.2.1.31.1.1.1.19.83|67|0 +1.3.6.1.2.1.31.1.1.1.19.104|67|0 +1.3.6.1.2.1.31.1.1.1.19.134|67|0 +1.3.6.1.2.1.31.1.1.1.19.135|67|0 +1.3.6.1.2.1.31.1.1.1.19.136|67|0 +1.3.6.1.2.1.31.1.1.1.19.137|67|0 +1.3.6.1.2.1.31.1.1.1.19.138|67|0 +1.3.6.1.2.1.31.1.1.1.19.139|67|0 +1.3.6.1.2.1.31.1.1.1.19.158|67|0 +1.3.6.1.4.1.6321.1.2.5.4.2.0|4x|3731364745000000 +1.3.6.1.4.1.6321.1.2.5.4.3.0|4|CXNK0006E6A1 +1.3.6.1.4.1.6321.1.2.5.4.4.0|4x|31302E372E3131302E313700000000000a3030203030203030203030 diff --git a/tests/snmpsim/occamos_b6-316.snmprec b/tests/snmpsim/occamos_b6-316.snmprec new file mode 100644 index 0000000000..a5271fe969 --- /dev/null +++ b/tests/snmpsim/occamos_b6-316.snmprec @@ -0,0 +1,1934 @@ +1.3.6.1.2.1.1.1.0|4|B6-316 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6066.1.50 +1.3.6.1.2.1.1.3.0|67|454818988 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.6|4|GigabitEthernet 1/48 +1.3.6.1.2.1.2.2.1.2.7|4|GigabitEthernet 1/47 +1.3.6.1.2.1.2.2.1.2.8|4|GigabitEthernet 1/46 +1.3.6.1.2.1.2.2.1.2.9|4|GigabitEthernet 1/45 +1.3.6.1.2.1.2.2.1.2.10|4|GigabitEthernet 1/44 +1.3.6.1.2.1.2.2.1.2.11|4|GigabitEthernet 1/43 +1.3.6.1.2.1.2.2.1.2.12|4|GigabitEthernet 1/40 +1.3.6.1.2.1.2.2.1.2.13|4|GigabitEthernet 1/39 +1.3.6.1.2.1.2.2.1.2.14|4|GigabitEthernet 1/38 +1.3.6.1.2.1.2.2.1.2.15|4|GigabitEthernet 1/37 +1.3.6.1.2.1.2.2.1.2.16|4|GigabitEthernet 1/36 +1.3.6.1.2.1.2.2.1.2.17|4|GigabitEthernet 1/35 +1.3.6.1.2.1.2.2.1.2.18|4|GigabitEthernet 1/32 +1.3.6.1.2.1.2.2.1.2.19|4|GigabitEthernet 1/31 +1.3.6.1.2.1.2.2.1.2.20|4|GigabitEthernet 1/30 +1.3.6.1.2.1.2.2.1.2.21|4|GigabitEthernet 1/29 +1.3.6.1.2.1.2.2.1.2.22|4|GigabitEthernet 1/42 +1.3.6.1.2.1.2.2.1.2.23|4|GigabitEthernet 1/41 +1.3.6.1.2.1.2.2.1.2.24|4|GigabitEthernet 1/34 +1.3.6.1.2.1.2.2.1.2.25|4|GigabitEthernet 1/33 +1.3.6.1.2.1.2.2.1.2.26|4|GigabitEthernet 1/28 +1.3.6.1.2.1.2.2.1.2.27|4|GigabitEthernet 1/27 +1.3.6.1.2.1.2.2.1.2.28|4|GigabitEthernet 1/26 +1.3.6.1.2.1.2.2.1.2.29|4|GigabitEthernet 1/25 +1.3.6.1.2.1.2.2.1.2.30|4|GigabitEthernet 1/20 +1.3.6.1.2.1.2.2.1.2.31|4|GigabitEthernet 1/4 +1.3.6.1.2.1.2.2.1.2.32|4|10GigabitEthernet 1/1 +1.3.6.1.2.1.2.2.1.2.33|4|10GigabitEthernet 1/2 +1.3.6.1.2.1.2.2.1.2.34|4|10GigabitEthernet 1/4 +1.3.6.1.2.1.2.2.1.2.35|4|10GigabitEthernet 1/3 +1.3.6.1.2.1.2.2.1.2.36|4|GigabitEthernet 1/19 +1.3.6.1.2.1.2.2.1.2.37|4|GigabitEthernet 1/18 +1.3.6.1.2.1.2.2.1.2.38|4|GigabitEthernet 1/17 +1.3.6.1.2.1.2.2.1.2.39|4|GigabitEthernet 1/8 +1.3.6.1.2.1.2.2.1.2.40|4|GigabitEthernet 1/7 +1.3.6.1.2.1.2.2.1.2.41|4|GigabitEthernet 1/24 +1.3.6.1.2.1.2.2.1.2.42|4|GigabitEthernet 1/23 +1.3.6.1.2.1.2.2.1.2.43|4|GigabitEthernet 1/22 +1.3.6.1.2.1.2.2.1.2.44|4|GigabitEthernet 1/21 +1.3.6.1.2.1.2.2.1.2.45|4|GigabitEthernet 1/16 +1.3.6.1.2.1.2.2.1.2.46|4|GigabitEthernet 1/15 +1.3.6.1.2.1.2.2.1.2.47|4|GigabitEthernet 1/3 +1.3.6.1.2.1.2.2.1.2.48|4|GigabitEthernet 1/2 +1.3.6.1.2.1.2.2.1.2.49|4|GigabitEthernet 1/1 +1.3.6.1.2.1.2.2.1.2.50|4|GigabitEthernet 1/6 +1.3.6.1.2.1.2.2.1.2.51|4|GigabitEthernet 1/5 +1.3.6.1.2.1.2.2.1.2.52|4|GigabitEthernet 1/14 +1.3.6.1.2.1.2.2.1.2.53|4|GigabitEthernet 1/13 +1.3.6.1.2.1.2.2.1.2.54|4|GigabitEthernet 1/12 +1.3.6.1.2.1.2.2.1.2.55|4|GigabitEthernet 1/11 +1.3.6.1.2.1.2.2.1.2.56|4|GigabitEthernet 1/10 +1.3.6.1.2.1.2.2.1.2.57|4|GigabitEthernet 1/9 +1.3.6.1.2.1.2.2.1.2.100|4|lag 1/1 +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.3.30|2|6 +1.3.6.1.2.1.2.2.1.3.31|2|6 +1.3.6.1.2.1.2.2.1.3.32|2|6 +1.3.6.1.2.1.2.2.1.3.33|2|6 +1.3.6.1.2.1.2.2.1.3.34|2|6 +1.3.6.1.2.1.2.2.1.3.35|2|6 +1.3.6.1.2.1.2.2.1.3.36|2|6 +1.3.6.1.2.1.2.2.1.3.37|2|6 +1.3.6.1.2.1.2.2.1.3.38|2|6 +1.3.6.1.2.1.2.2.1.3.39|2|6 +1.3.6.1.2.1.2.2.1.3.40|2|6 +1.3.6.1.2.1.2.2.1.3.41|2|6 +1.3.6.1.2.1.2.2.1.3.42|2|6 +1.3.6.1.2.1.2.2.1.3.43|2|6 +1.3.6.1.2.1.2.2.1.3.44|2|6 +1.3.6.1.2.1.2.2.1.3.45|2|6 +1.3.6.1.2.1.2.2.1.3.46|2|6 +1.3.6.1.2.1.2.2.1.3.47|2|6 +1.3.6.1.2.1.2.2.1.3.48|2|6 +1.3.6.1.2.1.2.2.1.3.49|2|6 +1.3.6.1.2.1.2.2.1.3.50|2|6 +1.3.6.1.2.1.2.2.1.3.51|2|6 +1.3.6.1.2.1.2.2.1.3.52|2|6 +1.3.6.1.2.1.2.2.1.3.53|2|6 +1.3.6.1.2.1.2.2.1.3.54|2|6 +1.3.6.1.2.1.2.2.1.3.55|2|6 +1.3.6.1.2.1.2.2.1.3.56|2|6 +1.3.6.1.2.1.2.2.1.3.57|2|6 +1.3.6.1.2.1.2.2.1.3.100|2|6 +1.3.6.1.2.1.2.2.1.4.6|2|1600 +1.3.6.1.2.1.2.2.1.4.7|2|1600 +1.3.6.1.2.1.2.2.1.4.8|2|1600 +1.3.6.1.2.1.2.2.1.4.9|2|1600 +1.3.6.1.2.1.2.2.1.4.10|2|1600 +1.3.6.1.2.1.2.2.1.4.11|2|1600 +1.3.6.1.2.1.2.2.1.4.12|2|1600 +1.3.6.1.2.1.2.2.1.4.13|2|1600 +1.3.6.1.2.1.2.2.1.4.14|2|1600 +1.3.6.1.2.1.2.2.1.4.15|2|1600 +1.3.6.1.2.1.2.2.1.4.16|2|1600 +1.3.6.1.2.1.2.2.1.4.17|2|1600 +1.3.6.1.2.1.2.2.1.4.18|2|1600 +1.3.6.1.2.1.2.2.1.4.19|2|1600 +1.3.6.1.2.1.2.2.1.4.20|2|1600 +1.3.6.1.2.1.2.2.1.4.21|2|1600 +1.3.6.1.2.1.2.2.1.4.22|2|1600 +1.3.6.1.2.1.2.2.1.4.23|2|1600 +1.3.6.1.2.1.2.2.1.4.24|2|1600 +1.3.6.1.2.1.2.2.1.4.25|2|1600 +1.3.6.1.2.1.2.2.1.4.26|2|1600 +1.3.6.1.2.1.2.2.1.4.27|2|1600 +1.3.6.1.2.1.2.2.1.4.28|2|1600 +1.3.6.1.2.1.2.2.1.4.29|2|1600 +1.3.6.1.2.1.2.2.1.4.30|2|1600 +1.3.6.1.2.1.2.2.1.4.31|2|1600 +1.3.6.1.2.1.2.2.1.4.32|2|9000 +1.3.6.1.2.1.2.2.1.4.33|2|9000 +1.3.6.1.2.1.2.2.1.4.34|2|9000 +1.3.6.1.2.1.2.2.1.4.35|2|9000 +1.3.6.1.2.1.2.2.1.4.36|2|1600 +1.3.6.1.2.1.2.2.1.4.37|2|1600 +1.3.6.1.2.1.2.2.1.4.38|2|1600 +1.3.6.1.2.1.2.2.1.4.39|2|1600 +1.3.6.1.2.1.2.2.1.4.40|2|1600 +1.3.6.1.2.1.2.2.1.4.41|2|1600 +1.3.6.1.2.1.2.2.1.4.42|2|1600 +1.3.6.1.2.1.2.2.1.4.43|2|1600 +1.3.6.1.2.1.2.2.1.4.44|2|1600 +1.3.6.1.2.1.2.2.1.4.45|2|1600 +1.3.6.1.2.1.2.2.1.4.46|2|1600 +1.3.6.1.2.1.2.2.1.4.47|2|1600 +1.3.6.1.2.1.2.2.1.4.48|2|1600 +1.3.6.1.2.1.2.2.1.4.49|2|1600 +1.3.6.1.2.1.2.2.1.4.50|2|1600 +1.3.6.1.2.1.2.2.1.4.51|2|1600 +1.3.6.1.2.1.2.2.1.4.52|2|1600 +1.3.6.1.2.1.2.2.1.4.53|2|1600 +1.3.6.1.2.1.2.2.1.4.54|2|1600 +1.3.6.1.2.1.2.2.1.4.55|2|1600 +1.3.6.1.2.1.2.2.1.4.56|2|1600 +1.3.6.1.2.1.2.2.1.4.57|2|1600 +1.3.6.1.2.1.2.2.1.4.100|2|1600 +1.3.6.1.2.1.2.2.1.6.6|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.7|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.8|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.9|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.10|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.11|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.12|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.13|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.14|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.15|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.16|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.17|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.18|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.19|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.20|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.21|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.22|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.23|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.24|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.25|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.26|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.27|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.28|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.29|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.30|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.31|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.32|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.33|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.34|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.35|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.36|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.37|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.38|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.39|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.40|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.41|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.42|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.43|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.44|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.45|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.46|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.47|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.48|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.49|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.50|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.51|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.52|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.53|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.54|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.55|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.56|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.57|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.100|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +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.7.30|2|1 +1.3.6.1.2.1.2.2.1.7.31|2|1 +1.3.6.1.2.1.2.2.1.7.32|2|1 +1.3.6.1.2.1.2.2.1.7.33|2|1 +1.3.6.1.2.1.2.2.1.7.34|2|1 +1.3.6.1.2.1.2.2.1.7.35|2|1 +1.3.6.1.2.1.2.2.1.7.36|2|1 +1.3.6.1.2.1.2.2.1.7.37|2|1 +1.3.6.1.2.1.2.2.1.7.38|2|1 +1.3.6.1.2.1.2.2.1.7.39|2|1 +1.3.6.1.2.1.2.2.1.7.40|2|1 +1.3.6.1.2.1.2.2.1.7.41|2|1 +1.3.6.1.2.1.2.2.1.7.42|2|1 +1.3.6.1.2.1.2.2.1.7.43|2|1 +1.3.6.1.2.1.2.2.1.7.44|2|1 +1.3.6.1.2.1.2.2.1.7.45|2|1 +1.3.6.1.2.1.2.2.1.7.46|2|1 +1.3.6.1.2.1.2.2.1.7.47|2|2 +1.3.6.1.2.1.2.2.1.7.48|2|2 +1.3.6.1.2.1.2.2.1.7.49|2|2 +1.3.6.1.2.1.2.2.1.7.50|2|1 +1.3.6.1.2.1.2.2.1.7.51|2|1 +1.3.6.1.2.1.2.2.1.7.52|2|1 +1.3.6.1.2.1.2.2.1.7.53|2|1 +1.3.6.1.2.1.2.2.1.7.54|2|1 +1.3.6.1.2.1.2.2.1.7.55|2|1 +1.3.6.1.2.1.2.2.1.7.56|2|1 +1.3.6.1.2.1.2.2.1.7.57|2|1 +1.3.6.1.2.1.2.2.1.7.100|2|1 +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|1 +1.3.6.1.2.1.2.2.1.8.8|2|1 +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|1 +1.3.6.1.2.1.2.2.1.8.14|2|1 +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|1 +1.3.6.1.2.1.2.2.1.8.22|2|1 +1.3.6.1.2.1.2.2.1.8.23|2|1 +1.3.6.1.2.1.2.2.1.8.24|2|1 +1.3.6.1.2.1.2.2.1.8.25|2|1 +1.3.6.1.2.1.2.2.1.8.26|2|1 +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.8.30|2|1 +1.3.6.1.2.1.2.2.1.8.31|2|2 +1.3.6.1.2.1.2.2.1.8.32|2|1 +1.3.6.1.2.1.2.2.1.8.33|2|1 +1.3.6.1.2.1.2.2.1.8.34|2|1 +1.3.6.1.2.1.2.2.1.8.35|2|1 +1.3.6.1.2.1.2.2.1.8.36|2|1 +1.3.6.1.2.1.2.2.1.8.37|2|1 +1.3.6.1.2.1.2.2.1.8.38|2|1 +1.3.6.1.2.1.2.2.1.8.39|2|1 +1.3.6.1.2.1.2.2.1.8.40|2|1 +1.3.6.1.2.1.2.2.1.8.41|2|1 +1.3.6.1.2.1.2.2.1.8.42|2|1 +1.3.6.1.2.1.2.2.1.8.43|2|1 +1.3.6.1.2.1.2.2.1.8.44|2|2 +1.3.6.1.2.1.2.2.1.8.45|2|1 +1.3.6.1.2.1.2.2.1.8.46|2|2 +1.3.6.1.2.1.2.2.1.8.47|2|2 +1.3.6.1.2.1.2.2.1.8.48|2|2 +1.3.6.1.2.1.2.2.1.8.49|2|2 +1.3.6.1.2.1.2.2.1.8.50|2|1 +1.3.6.1.2.1.2.2.1.8.51|2|2 +1.3.6.1.2.1.2.2.1.8.52|2|1 +1.3.6.1.2.1.2.2.1.8.53|2|1 +1.3.6.1.2.1.2.2.1.8.54|2|1 +1.3.6.1.2.1.2.2.1.8.55|2|1 +1.3.6.1.2.1.2.2.1.8.56|2|1 +1.3.6.1.2.1.2.2.1.8.57|2|1 +1.3.6.1.2.1.2.2.1.8.100|2|1 +1.3.6.1.2.1.2.2.1.9.6|67|2935850466 +1.3.6.1.2.1.2.2.1.9.7|67|2935840586 +1.3.6.1.2.1.2.2.1.9.8|67|2935830952 +1.3.6.1.2.1.2.2.1.9.9|67|2935819406 +1.3.6.1.2.1.2.2.1.9.10|67|2935811045 +1.3.6.1.2.1.2.2.1.9.11|67|2935801386 +1.3.6.1.2.1.2.2.1.9.12|67|2935770568 +1.3.6.1.2.1.2.2.1.9.13|67|2935762137 +1.3.6.1.2.1.2.2.1.9.14|67|2935753674 +1.3.6.1.2.1.2.2.1.9.15|67|2935744032 +1.3.6.1.2.1.2.2.1.9.16|67|2935735566 +1.3.6.1.2.1.2.2.1.9.17|67|2935724962 +1.3.6.1.2.1.2.2.1.9.18|67|2935697662 +1.3.6.1.2.1.2.2.1.9.19|67|3754269482 +1.3.6.1.2.1.2.2.1.9.20|67|2935677702 +1.3.6.1.2.1.2.2.1.9.21|67|2935667182 +1.3.6.1.2.1.2.2.1.9.22|67|2935788710 +1.3.6.1.2.1.2.2.1.9.23|67|2899779607 +1.3.6.1.2.1.2.2.1.9.24|67|2935715397 +1.3.6.1.2.1.2.2.1.9.25|67|2935706069 +1.3.6.1.2.1.2.2.1.9.26|67|3146303847 +1.3.6.1.2.1.2.2.1.9.27|67|2935650497 +1.3.6.1.2.1.2.2.1.9.28|67|2935641091 +1.3.6.1.2.1.2.2.1.9.29|67|2935631837 +1.3.6.1.2.1.2.2.1.9.30|67|2754149918 +1.3.6.1.2.1.2.2.1.9.31|67|0 +1.3.6.1.2.1.2.2.1.9.32|67|2935442590 +1.3.6.1.2.1.2.2.1.9.33|67|1598205098 +1.3.6.1.2.1.2.2.1.9.34|67|2935447746 +1.3.6.1.2.1.2.2.1.9.35|67|2935444694 +1.3.6.1.2.1.2.2.1.9.36|67|2935577622 +1.3.6.1.2.1.2.2.1.9.37|67|2935569270 +1.3.6.1.2.1.2.2.1.9.38|67|2935561941 +1.3.6.1.2.1.2.2.1.9.39|67|2935488661 +1.3.6.1.2.1.2.2.1.9.40|67|2935480574 +1.3.6.1.2.1.2.2.1.9.41|67|2935622482 +1.3.6.1.2.1.2.2.1.9.42|67|2911956119 +1.3.6.1.2.1.2.2.1.9.43|67|2935602592 +1.3.6.1.2.1.2.2.1.9.44|67|0 +1.3.6.1.2.1.2.2.1.9.45|67|2935553637 +1.3.6.1.2.1.2.2.1.9.46|67|2116486579 +1.3.6.1.2.1.2.2.1.9.47|67|0 +1.3.6.1.2.1.2.2.1.9.48|67|0 +1.3.6.1.2.1.2.2.1.9.49|67|0 +1.3.6.1.2.1.2.2.1.9.50|67|2935476521 +1.3.6.1.2.1.2.2.1.9.51|67|0 +1.3.6.1.2.1.2.2.1.9.52|67|2751209515 +1.3.6.1.2.1.2.2.1.9.53|67|48837378 +1.3.6.1.2.1.2.2.1.9.54|67|2935520634 +1.3.6.1.2.1.2.2.1.9.55|67|3107131499 +1.3.6.1.2.1.2.2.1.9.56|67|2935503097 +1.3.6.1.2.1.2.2.1.9.57|67|410583207 +1.3.6.1.2.1.2.2.1.9.100|67|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|0 +1.3.6.1.2.1.2.2.1.13.10|65|0 +1.3.6.1.2.1.2.2.1.13.11|65|0 +1.3.6.1.2.1.2.2.1.13.12|65|0 +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|0 +1.3.6.1.2.1.2.2.1.13.16|65|0 +1.3.6.1.2.1.2.2.1.13.17|65|0 +1.3.6.1.2.1.2.2.1.13.18|65|0 +1.3.6.1.2.1.2.2.1.13.19|65|0 +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|0 +1.3.6.1.2.1.2.2.1.13.28|65|0 +1.3.6.1.2.1.2.2.1.13.29|65|0 +1.3.6.1.2.1.2.2.1.13.30|65|0 +1.3.6.1.2.1.2.2.1.13.31|65|0 +1.3.6.1.2.1.2.2.1.13.32|65|0 +1.3.6.1.2.1.2.2.1.13.33|65|0 +1.3.6.1.2.1.2.2.1.13.34|65|0 +1.3.6.1.2.1.2.2.1.13.35|65|0 +1.3.6.1.2.1.2.2.1.13.36|65|0 +1.3.6.1.2.1.2.2.1.13.37|65|0 +1.3.6.1.2.1.2.2.1.13.38|65|0 +1.3.6.1.2.1.2.2.1.13.39|65|0 +1.3.6.1.2.1.2.2.1.13.40|65|0 +1.3.6.1.2.1.2.2.1.13.41|65|0 +1.3.6.1.2.1.2.2.1.13.42|65|0 +1.3.6.1.2.1.2.2.1.13.43|65|0 +1.3.6.1.2.1.2.2.1.13.44|65|0 +1.3.6.1.2.1.2.2.1.13.45|65|0 +1.3.6.1.2.1.2.2.1.13.46|65|0 +1.3.6.1.2.1.2.2.1.13.47|65|0 +1.3.6.1.2.1.2.2.1.13.48|65|0 +1.3.6.1.2.1.2.2.1.13.49|65|0 +1.3.6.1.2.1.2.2.1.13.50|65|0 +1.3.6.1.2.1.2.2.1.13.51|65|0 +1.3.6.1.2.1.2.2.1.13.52|65|0 +1.3.6.1.2.1.2.2.1.13.53|65|0 +1.3.6.1.2.1.2.2.1.13.54|65|0 +1.3.6.1.2.1.2.2.1.13.55|65|0 +1.3.6.1.2.1.2.2.1.13.56|65|0 +1.3.6.1.2.1.2.2.1.13.57|65|0 +1.3.6.1.2.1.2.2.1.13.100|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|0 +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|107976 +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|0 +1.3.6.1.2.1.2.2.1.14.29|65|0 +1.3.6.1.2.1.2.2.1.14.30|65|0 +1.3.6.1.2.1.2.2.1.14.31|65|0 +1.3.6.1.2.1.2.2.1.14.32|65|0 +1.3.6.1.2.1.2.2.1.14.33|65|127 +1.3.6.1.2.1.2.2.1.14.34|65|0 +1.3.6.1.2.1.2.2.1.14.35|65|0 +1.3.6.1.2.1.2.2.1.14.36|65|0 +1.3.6.1.2.1.2.2.1.14.37|65|0 +1.3.6.1.2.1.2.2.1.14.38|65|0 +1.3.6.1.2.1.2.2.1.14.39|65|0 +1.3.6.1.2.1.2.2.1.14.40|65|0 +1.3.6.1.2.1.2.2.1.14.41|65|0 +1.3.6.1.2.1.2.2.1.14.42|65|2 +1.3.6.1.2.1.2.2.1.14.43|65|42 +1.3.6.1.2.1.2.2.1.14.44|65|0 +1.3.6.1.2.1.2.2.1.14.45|65|0 +1.3.6.1.2.1.2.2.1.14.46|65|0 +1.3.6.1.2.1.2.2.1.14.47|65|0 +1.3.6.1.2.1.2.2.1.14.48|65|0 +1.3.6.1.2.1.2.2.1.14.49|65|0 +1.3.6.1.2.1.2.2.1.14.50|65|0 +1.3.6.1.2.1.2.2.1.14.51|65|0 +1.3.6.1.2.1.2.2.1.14.52|65|0 +1.3.6.1.2.1.2.2.1.14.53|65|0 +1.3.6.1.2.1.2.2.1.14.54|65|0 +1.3.6.1.2.1.2.2.1.14.55|65|563 +1.3.6.1.2.1.2.2.1.14.56|65|0 +1.3.6.1.2.1.2.2.1.14.57|65|0 +1.3.6.1.2.1.2.2.1.14.100|65|0 +1.3.6.1.2.1.2.2.1.19.6|65|0 +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|0 +1.3.6.1.2.1.2.2.1.19.18|65|0 +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.19.30|65|0 +1.3.6.1.2.1.2.2.1.19.31|65|0 +1.3.6.1.2.1.2.2.1.19.32|65|0 +1.3.6.1.2.1.2.2.1.19.33|65|0 +1.3.6.1.2.1.2.2.1.19.34|65|0 +1.3.6.1.2.1.2.2.1.19.35|65|0 +1.3.6.1.2.1.2.2.1.19.36|65|0 +1.3.6.1.2.1.2.2.1.19.37|65|0 +1.3.6.1.2.1.2.2.1.19.38|65|0 +1.3.6.1.2.1.2.2.1.19.39|65|0 +1.3.6.1.2.1.2.2.1.19.40|65|0 +1.3.6.1.2.1.2.2.1.19.41|65|0 +1.3.6.1.2.1.2.2.1.19.42|65|0 +1.3.6.1.2.1.2.2.1.19.43|65|0 +1.3.6.1.2.1.2.2.1.19.44|65|0 +1.3.6.1.2.1.2.2.1.19.45|65|0 +1.3.6.1.2.1.2.2.1.19.46|65|0 +1.3.6.1.2.1.2.2.1.19.47|65|0 +1.3.6.1.2.1.2.2.1.19.48|65|0 +1.3.6.1.2.1.2.2.1.19.49|65|0 +1.3.6.1.2.1.2.2.1.19.50|65|0 +1.3.6.1.2.1.2.2.1.19.51|65|0 +1.3.6.1.2.1.2.2.1.19.52|65|0 +1.3.6.1.2.1.2.2.1.19.53|65|0 +1.3.6.1.2.1.2.2.1.19.54|65|0 +1.3.6.1.2.1.2.2.1.19.55|65|0 +1.3.6.1.2.1.2.2.1.19.56|65|0 +1.3.6.1.2.1.2.2.1.19.57|65|0 +1.3.6.1.2.1.2.2.1.19.100|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.2.2.1.20.30|65|0 +1.3.6.1.2.1.2.2.1.20.31|65|0 +1.3.6.1.2.1.2.2.1.20.32|65|0 +1.3.6.1.2.1.2.2.1.20.33|65|0 +1.3.6.1.2.1.2.2.1.20.34|65|0 +1.3.6.1.2.1.2.2.1.20.35|65|0 +1.3.6.1.2.1.2.2.1.20.36|65|0 +1.3.6.1.2.1.2.2.1.20.37|65|0 +1.3.6.1.2.1.2.2.1.20.38|65|0 +1.3.6.1.2.1.2.2.1.20.39|65|0 +1.3.6.1.2.1.2.2.1.20.40|65|0 +1.3.6.1.2.1.2.2.1.20.41|65|0 +1.3.6.1.2.1.2.2.1.20.42|65|0 +1.3.6.1.2.1.2.2.1.20.43|65|0 +1.3.6.1.2.1.2.2.1.20.44|65|0 +1.3.6.1.2.1.2.2.1.20.45|65|0 +1.3.6.1.2.1.2.2.1.20.46|65|0 +1.3.6.1.2.1.2.2.1.20.47|65|0 +1.3.6.1.2.1.2.2.1.20.48|65|0 +1.3.6.1.2.1.2.2.1.20.49|65|0 +1.3.6.1.2.1.2.2.1.20.50|65|0 +1.3.6.1.2.1.2.2.1.20.51|65|0 +1.3.6.1.2.1.2.2.1.20.52|65|0 +1.3.6.1.2.1.2.2.1.20.53|65|0 +1.3.6.1.2.1.2.2.1.20.54|65|0 +1.3.6.1.2.1.2.2.1.20.55|65|0 +1.3.6.1.2.1.2.2.1.20.56|65|0 +1.3.6.1.2.1.2.2.1.20.57|65|0 +1.3.6.1.2.1.2.2.1.20.100|65|0 +1.3.6.1.2.1.4.3.0|65|39953377 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|221816 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|36367 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|32370652 +1.3.6.1.2.1.4.10.0|65|32193980 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|32 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1 +1.3.6.1.2.1.4.20.1.2.169.254.1.1|2|3 +1.3.6.1.2.1.4.20.1.2.172.17.1.0|2|60 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 +1.3.6.1.2.1.4.20.1.3.169.254.1.1|64|255.255.0.0 +1.3.6.1.2.1.4.20.1.3.172.17.1.0|64|255.255.128.0 +1.3.6.1.2.1.4.21.1.1.0.0.0.0|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.1.169.254.0.0|64|169.254.0.0 +1.3.6.1.2.1.4.21.1.1.172.17.0.0|64|172.17.0.0 +1.3.6.1.2.1.4.21.1.2.0.0.0.0|2|60 +1.3.6.1.2.1.4.21.1.2.169.254.0.0|2|3 +1.3.6.1.2.1.4.21.1.2.172.17.0.0|2|60 +1.3.6.1.2.1.4.21.1.3.0.0.0.0|2|1 +1.3.6.1.2.1.4.21.1.3.169.254.0.0|2|0 +1.3.6.1.2.1.4.21.1.3.172.17.0.0|2|0 +1.3.6.1.2.1.4.21.1.7.0.0.0.0|64|172.17.0.1 +1.3.6.1.2.1.4.21.1.7.169.254.0.0|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.7.172.17.0.0|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.8.0.0.0.0|2|4 +1.3.6.1.2.1.4.21.1.8.169.254.0.0|2|3 +1.3.6.1.2.1.4.21.1.8.172.17.0.0|2|3 +1.3.6.1.2.1.4.21.1.9.0.0.0.0|2|2 +1.3.6.1.2.1.4.21.1.9.169.254.0.0|2|2 +1.3.6.1.2.1.4.21.1.9.172.17.0.0|2|2 +1.3.6.1.2.1.4.21.1.11.0.0.0.0|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.169.254.0.0|64|255.255.0.0 +1.3.6.1.2.1.4.21.1.11.172.17.0.0|64|255.255.128.0 +1.3.6.1.2.1.4.21.1.13.0.0.0.0|6|0.0 +1.3.6.1.2.1.4.21.1.13.169.254.0.0|6|0.0 +1.3.6.1.2.1.4.21.1.13.172.17.0.0|6|0.0 +1.3.6.1.2.1.4.22.1.2.60.172.17.0.1|4|74:83:ef:96:2f:3e +1.3.6.1.2.1.5.1.0|65|283280 +1.3.6.1.2.1.5.2.0|65|1 +1.3.6.1.2.1.5.3.0|65|237252 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|46022 +1.3.6.1.2.1.5.9.0|65|6 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|47267 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|1209 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|36 +1.3.6.1.2.1.5.22.0|65|46022 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.5.29.1.2.1|65|283280 +1.3.6.1.2.1.5.29.1.2.2|65|0 +1.3.6.1.2.1.5.29.1.3.1|65|1 +1.3.6.1.2.1.5.29.1.3.2|65|0 +1.3.6.1.2.1.5.29.1.4.1|65|47267 +1.3.6.1.2.1.5.29.1.4.2|65|0 +1.3.6.1.2.1.5.29.1.5.1|65|0 +1.3.6.1.2.1.5.29.1.5.2|65|0 +1.3.6.1.2.1.5.30.1.3.1.0|65|6 +1.3.6.1.2.1.5.30.1.3.1.3|65|237252 +1.3.6.1.2.1.5.30.1.3.1.8|65|46022 +1.3.6.1.2.1.5.30.1.4.1.0|65|46022 +1.3.6.1.2.1.5.30.1.4.1.3|65|1209 +1.3.6.1.2.1.5.30.1.4.1.8|65|36 +1.3.6.1.2.1.6.5.0|65|2054 +1.3.6.1.2.1.6.6.0|65|5883 +1.3.6.1.2.1.6.7.0|65|8 +1.3.6.1.2.1.6.8.0|65|23 +1.3.6.1.2.1.6.9.0|66|86 +1.3.6.1.2.1.6.10.0|65|30392143 +1.3.6.1.2.1.6.11.0|65|30379409 +1.3.6.1.2.1.6.12.0|65|130 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|37 +1.3.6.1.2.1.7.1.0|65|1660004 +1.3.6.1.2.1.7.2.0|65|1209 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|1767874 +1.3.6.1.2.1.11.1.0|65|1652847 +1.3.6.1.2.1.11.2.0|65|1673637 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|14551905 +1.3.6.1.2.1.11.14.0|65|13 +1.3.6.1.2.1.11.15.0|65|208333 +1.3.6.1.2.1.11.16.0|65|73188 +1.3.6.1.2.1.11.17.0|65|13 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|0 +1.3.6.1.2.1.11.21.0|65|0 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|1652857 +1.3.6.1.2.1.11.29.0|65|20804 +1.3.6.1.2.1.11.30.0|2|2 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.17.1.1.0|4|00:02:86:13:2e:51 +1.3.6.1.2.1.17.1.4.1.2.6|2|6 +1.3.6.1.2.1.17.1.4.1.2.7|2|7 +1.3.6.1.2.1.17.1.4.1.2.8|2|8 +1.3.6.1.2.1.17.1.4.1.2.9|2|9 +1.3.6.1.2.1.17.1.4.1.2.10|2|10 +1.3.6.1.2.1.17.1.4.1.2.11|2|11 +1.3.6.1.2.1.17.1.4.1.2.12|2|12 +1.3.6.1.2.1.17.1.4.1.2.13|2|13 +1.3.6.1.2.1.17.1.4.1.2.14|2|14 +1.3.6.1.2.1.17.1.4.1.2.15|2|15 +1.3.6.1.2.1.17.1.4.1.2.16|2|16 +1.3.6.1.2.1.17.1.4.1.2.17|2|17 +1.3.6.1.2.1.17.1.4.1.2.18|2|18 +1.3.6.1.2.1.17.1.4.1.2.19|2|19 +1.3.6.1.2.1.17.1.4.1.2.20|2|20 +1.3.6.1.2.1.17.1.4.1.2.21|2|21 +1.3.6.1.2.1.17.1.4.1.2.22|2|22 +1.3.6.1.2.1.17.1.4.1.2.23|2|23 +1.3.6.1.2.1.17.1.4.1.2.24|2|24 +1.3.6.1.2.1.17.1.4.1.2.25|2|25 +1.3.6.1.2.1.17.1.4.1.2.26|2|26 +1.3.6.1.2.1.17.1.4.1.2.27|2|27 +1.3.6.1.2.1.17.1.4.1.2.28|2|28 +1.3.6.1.2.1.17.1.4.1.2.29|2|29 +1.3.6.1.2.1.17.1.4.1.2.30|2|30 +1.3.6.1.2.1.17.1.4.1.2.31|2|31 +1.3.6.1.2.1.17.1.4.1.2.32|2|32 +1.3.6.1.2.1.17.1.4.1.2.33|2|33 +1.3.6.1.2.1.17.1.4.1.2.34|2|34 +1.3.6.1.2.1.17.1.4.1.2.35|2|35 +1.3.6.1.2.1.17.1.4.1.2.36|2|36 +1.3.6.1.2.1.17.1.4.1.2.37|2|37 +1.3.6.1.2.1.17.1.4.1.2.38|2|38 +1.3.6.1.2.1.17.1.4.1.2.39|2|39 +1.3.6.1.2.1.17.1.4.1.2.40|2|40 +1.3.6.1.2.1.17.1.4.1.2.41|2|41 +1.3.6.1.2.1.17.1.4.1.2.42|2|42 +1.3.6.1.2.1.17.1.4.1.2.43|2|43 +1.3.6.1.2.1.17.1.4.1.2.44|2|44 +1.3.6.1.2.1.17.1.4.1.2.45|2|45 +1.3.6.1.2.1.17.1.4.1.2.46|2|46 +1.3.6.1.2.1.17.1.4.1.2.47|2|47 +1.3.6.1.2.1.17.1.4.1.2.48|2|48 +1.3.6.1.2.1.17.1.4.1.2.49|2|49 +1.3.6.1.2.1.17.1.4.1.2.50|2|50 +1.3.6.1.2.1.17.1.4.1.2.51|2|51 +1.3.6.1.2.1.17.1.4.1.2.52|2|52 +1.3.6.1.2.1.17.1.4.1.2.53|2|53 +1.3.6.1.2.1.17.1.4.1.2.54|2|54 +1.3.6.1.2.1.17.1.4.1.2.55|2|55 +1.3.6.1.2.1.17.1.4.1.2.56|2|56 +1.3.6.1.2.1.17.1.4.1.2.57|2|57 +1.3.6.1.2.1.25.2.2.0|2|256148 +1.3.6.1.2.1.25.2.3.1.1.1|2|1 +1.3.6.1.2.1.25.2.3.1.1.2|2|2 +1.3.6.1.2.1.25.2.3.1.1.3|2|3 +1.3.6.1.2.1.25.2.3.1.1.4|2|4 +1.3.6.1.2.1.25.2.3.1.1.101|2|101 +1.3.6.1.2.1.25.2.3.1.1.102|2|102 +1.3.6.1.2.1.25.2.3.1.1.103|2|103 +1.3.6.1.2.1.25.2.3.1.1.104|2|104 +1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.2|6|1.3.6.1.2.1.1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.4|6|1.3.6.1.2.1.1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.101|6|1.3.6.1.2.1.1.3.6.1.2.1.25.2.1.2 +1.3.6.1.2.1.25.2.3.1.2.102|6|1.3.6.1.2.1.1.3.6.1.2.1.25.2.1.3 +1.3.6.1.2.1.25.2.3.1.2.103|6|1.3.6.1.2.1.1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.104|6|1.3.6.1.2.1.1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.3.1|4|/ +1.3.6.1.2.1.25.2.3.1.3.2|4|/var/log +1.3.6.1.2.1.25.2.3.1.3.3|4|/cf +1.3.6.1.2.1.25.2.3.1.3.4|4|/dev/pts +1.3.6.1.2.1.25.2.3.1.3.101|4|Real Memory +1.3.6.1.2.1.25.2.3.1.3.102|4|Swap space +1.3.6.1.2.1.25.2.3.1.3.103|4|Memory Buffers +1.3.6.1.2.1.25.2.3.1.3.104|4|Memory Cache +1.3.6.1.2.1.25.2.3.1.4.1|2|4096 +1.3.6.1.2.1.25.2.3.1.4.2|2|4096 +1.3.6.1.2.1.25.2.3.1.4.3|2|4096 +1.3.6.1.2.1.25.2.3.1.4.4|2|4096 +1.3.6.1.2.1.25.2.3.1.4.101|2|1024 +1.3.6.1.2.1.25.2.3.1.4.102|2|1024 +1.3.6.1.2.1.25.2.3.1.4.103|2|1024 +1.3.6.1.2.1.25.2.3.1.4.104|2|1024 +1.3.6.1.2.1.25.2.3.1.5.1|2|32768 +1.3.6.1.2.1.25.2.3.1.5.2|2|16384 +1.3.6.1.2.1.25.2.3.1.5.3|2|877440 +1.3.6.1.2.1.25.2.3.1.5.4|2|0 +1.3.6.1.2.1.25.2.3.1.5.101|2|256148 +1.3.6.1.2.1.25.2.3.1.5.102|2|0 +1.3.6.1.2.1.25.2.3.1.5.103|2|113460 +1.3.6.1.2.1.25.2.3.1.5.104|2|113460 +1.3.6.1.2.1.25.2.3.1.6.1|2|1828 +1.3.6.1.2.1.25.2.3.1.6.2|2|1852 +1.3.6.1.2.1.25.2.3.1.6.3|2|92664 +1.3.6.1.2.1.25.2.3.1.6.4|2|0 +1.3.6.1.2.1.25.2.3.1.6.101|2|16980 +1.3.6.1.2.1.25.2.3.1.6.102|2|0 +1.3.6.1.2.1.25.2.3.1.6.103|2|37108 +1.3.6.1.2.1.25.2.3.1.6.104|2|76352 +1.3.6.1.2.1.25.2.3.1.7.1|65|0 +1.3.6.1.2.1.25.2.3.1.7.2|65|0 +1.3.6.1.2.1.25.2.3.1.7.3|65|0 +1.3.6.1.2.1.25.2.3.1.7.4|65|0 +1.3.6.1.2.1.25.2.3.1.7.101|65|0 +1.3.6.1.2.1.25.2.3.1.7.102|65|0 +1.3.6.1.2.1.25.2.3.1.7.103|65|0 +1.3.6.1.2.1.25.2.3.1.7.104|65|0 +1.3.6.1.2.1.31.1.1.1.1.6|4|Ethernet1/48 +1.3.6.1.2.1.31.1.1.1.1.7|4|Ethernet1/47 +1.3.6.1.2.1.31.1.1.1.1.8|4|Ethernet1/46 +1.3.6.1.2.1.31.1.1.1.1.9|4|Ethernet1/45 +1.3.6.1.2.1.31.1.1.1.1.10|4|Ethernet1/44 +1.3.6.1.2.1.31.1.1.1.1.11|4|Ethernet1/43 +1.3.6.1.2.1.31.1.1.1.1.12|4|Ethernet1/40 +1.3.6.1.2.1.31.1.1.1.1.13|4|Ethernet1/39 +1.3.6.1.2.1.31.1.1.1.1.14|4|Ethernet1/38 +1.3.6.1.2.1.31.1.1.1.1.15|4|Ethernet1/37 +1.3.6.1.2.1.31.1.1.1.1.16|4|Ethernet1/36 +1.3.6.1.2.1.31.1.1.1.1.17|4|Ethernet1/35 +1.3.6.1.2.1.31.1.1.1.1.18|4|Ethernet1/32 +1.3.6.1.2.1.31.1.1.1.1.19|4|Ethernet1/31 +1.3.6.1.2.1.31.1.1.1.1.20|4|Ethernet1/30 +1.3.6.1.2.1.31.1.1.1.1.21|4|Ethernet1/29 +1.3.6.1.2.1.31.1.1.1.1.22|4|Ethernet1/42 +1.3.6.1.2.1.31.1.1.1.1.23|4|Ethernet1/41 +1.3.6.1.2.1.31.1.1.1.1.24|4|Ethernet1/34 +1.3.6.1.2.1.31.1.1.1.1.25|4|Ethernet1/33 +1.3.6.1.2.1.31.1.1.1.1.26|4|Ethernet1/28 +1.3.6.1.2.1.31.1.1.1.1.27|4|Ethernet1/27 +1.3.6.1.2.1.31.1.1.1.1.28|4|Ethernet1/26 +1.3.6.1.2.1.31.1.1.1.1.29|4|Ethernet1/25 +1.3.6.1.2.1.31.1.1.1.1.30|4|Ethernet1/20 +1.3.6.1.2.1.31.1.1.1.1.31|4|Ethernet1/4 +1.3.6.1.2.1.31.1.1.1.1.32|4|XgEthernet1/1 +1.3.6.1.2.1.31.1.1.1.1.33|4|XgEthernet1/2 +1.3.6.1.2.1.31.1.1.1.1.34|4|XgEthernet1/4 +1.3.6.1.2.1.31.1.1.1.1.35|4|XgEthernet1/3 +1.3.6.1.2.1.31.1.1.1.1.36|4|Ethernet1/19 +1.3.6.1.2.1.31.1.1.1.1.37|4|Ethernet1/18 +1.3.6.1.2.1.31.1.1.1.1.38|4|Ethernet1/17 +1.3.6.1.2.1.31.1.1.1.1.39|4|Ethernet1/8 +1.3.6.1.2.1.31.1.1.1.1.40|4|Ethernet1/7 +1.3.6.1.2.1.31.1.1.1.1.41|4|Ethernet1/24 +1.3.6.1.2.1.31.1.1.1.1.42|4|Ethernet1/23 +1.3.6.1.2.1.31.1.1.1.1.43|4|Ethernet1/22 +1.3.6.1.2.1.31.1.1.1.1.44|4|Ethernet1/21 +1.3.6.1.2.1.31.1.1.1.1.45|4|Ethernet1/16 +1.3.6.1.2.1.31.1.1.1.1.46|4|Ethernet1/15 +1.3.6.1.2.1.31.1.1.1.1.47|4|Ethernet1/3 +1.3.6.1.2.1.31.1.1.1.1.48|4|Ethernet1/2 +1.3.6.1.2.1.31.1.1.1.1.49|4|Ethernet1/1 +1.3.6.1.2.1.31.1.1.1.1.50|4|Ethernet1/6 +1.3.6.1.2.1.31.1.1.1.1.51|4|Ethernet1/5 +1.3.6.1.2.1.31.1.1.1.1.52|4|Ethernet1/14 +1.3.6.1.2.1.31.1.1.1.1.53|4|Ethernet1/13 +1.3.6.1.2.1.31.1.1.1.1.54|4|Ethernet1/12 +1.3.6.1.2.1.31.1.1.1.1.55|4|Ethernet1/11 +1.3.6.1.2.1.31.1.1.1.1.56|4|Ethernet1/10 +1.3.6.1.2.1.31.1.1.1.1.57|4|Ethernet1/9 +1.3.6.1.2.1.31.1.1.1.1.100|4|lag1/1 +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|0 +1.3.6.1.2.1.31.1.1.1.2.10|65|0 +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|0 +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|0 +1.3.6.1.2.1.31.1.1.1.2.16|65|0 +1.3.6.1.2.1.31.1.1.1.2.17|65|0 +1.3.6.1.2.1.31.1.1.1.2.18|65|0 +1.3.6.1.2.1.31.1.1.1.2.19|65|0 +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|23 +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|414 +1.3.6.1.2.1.31.1.1.1.2.27|65|0 +1.3.6.1.2.1.31.1.1.1.2.28|65|0 +1.3.6.1.2.1.31.1.1.1.2.29|65|0 +1.3.6.1.2.1.31.1.1.1.2.30|65|25 +1.3.6.1.2.1.31.1.1.1.2.31|65|0 +1.3.6.1.2.1.31.1.1.1.2.32|65|114203201 +1.3.6.1.2.1.31.1.1.1.2.33|65|268125069 +1.3.6.1.2.1.31.1.1.1.2.34|65|890939 +1.3.6.1.2.1.31.1.1.1.2.35|65|116919093 +1.3.6.1.2.1.31.1.1.1.2.36|65|6 +1.3.6.1.2.1.31.1.1.1.2.37|65|0 +1.3.6.1.2.1.31.1.1.1.2.38|65|0 +1.3.6.1.2.1.31.1.1.1.2.39|65|0 +1.3.6.1.2.1.31.1.1.1.2.40|65|0 +1.3.6.1.2.1.31.1.1.1.2.41|65|0 +1.3.6.1.2.1.31.1.1.1.2.42|65|0 +1.3.6.1.2.1.31.1.1.1.2.43|65|0 +1.3.6.1.2.1.31.1.1.1.2.44|65|0 +1.3.6.1.2.1.31.1.1.1.2.45|65|0 +1.3.6.1.2.1.31.1.1.1.2.46|65|0 +1.3.6.1.2.1.31.1.1.1.2.47|65|0 +1.3.6.1.2.1.31.1.1.1.2.48|65|0 +1.3.6.1.2.1.31.1.1.1.2.49|65|0 +1.3.6.1.2.1.31.1.1.1.2.50|65|0 +1.3.6.1.2.1.31.1.1.1.2.51|65|0 +1.3.6.1.2.1.31.1.1.1.2.52|65|25 +1.3.6.1.2.1.31.1.1.1.2.53|65|6 +1.3.6.1.2.1.31.1.1.1.2.54|65|0 +1.3.6.1.2.1.31.1.1.1.2.55|65|1207 +1.3.6.1.2.1.31.1.1.1.2.56|65|77863 +1.3.6.1.2.1.31.1.1.1.2.57|65|0 +1.3.6.1.2.1.31.1.1.1.2.100|65|0 +1.3.6.1.2.1.31.1.1.1.3.6|65|12129 +1.3.6.1.2.1.31.1.1.1.3.7|65|14570 +1.3.6.1.2.1.31.1.1.1.3.8|65|6833 +1.3.6.1.2.1.31.1.1.1.3.9|65|22320 +1.3.6.1.2.1.31.1.1.1.3.10|65|11868 +1.3.6.1.2.1.31.1.1.1.3.11|65|14512 +1.3.6.1.2.1.31.1.1.1.3.12|65|7417 +1.3.6.1.2.1.31.1.1.1.3.13|65|14528 +1.3.6.1.2.1.31.1.1.1.3.14|65|14359 +1.3.6.1.2.1.31.1.1.1.3.15|65|14555 +1.3.6.1.2.1.31.1.1.1.3.16|65|14540 +1.3.6.1.2.1.31.1.1.1.3.17|65|13294 +1.3.6.1.2.1.31.1.1.1.3.18|65|14378 +1.3.6.1.2.1.31.1.1.1.3.19|65|13014 +1.3.6.1.2.1.31.1.1.1.3.20|65|14502 +1.3.6.1.2.1.31.1.1.1.3.21|65|14505 +1.3.6.1.2.1.31.1.1.1.3.22|65|14436 +1.3.6.1.2.1.31.1.1.1.3.23|65|10285 +1.3.6.1.2.1.31.1.1.1.3.24|65|14519 +1.3.6.1.2.1.31.1.1.1.3.25|65|9171 +1.3.6.1.2.1.31.1.1.1.3.26|65|20809 +1.3.6.1.2.1.31.1.1.1.3.27|65|14499 +1.3.6.1.2.1.31.1.1.1.3.28|65|8097 +1.3.6.1.2.1.31.1.1.1.3.29|65|10350 +1.3.6.1.2.1.31.1.1.1.3.30|65|14607 +1.3.6.1.2.1.31.1.1.1.3.31|65|0 +1.3.6.1.2.1.31.1.1.1.3.32|65|91875621 +1.3.6.1.2.1.31.1.1.1.3.33|65|86738497 +1.3.6.1.2.1.31.1.1.1.3.34|65|981119 +1.3.6.1.2.1.31.1.1.1.3.35|65|93064498 +1.3.6.1.2.1.31.1.1.1.3.36|65|14363 +1.3.6.1.2.1.31.1.1.1.3.37|65|14539 +1.3.6.1.2.1.31.1.1.1.3.38|65|14591 +1.3.6.1.2.1.31.1.1.1.3.39|65|14348 +1.3.6.1.2.1.31.1.1.1.3.40|65|14343 +1.3.6.1.2.1.31.1.1.1.3.41|65|14590 +1.3.6.1.2.1.31.1.1.1.3.42|65|6726 +1.3.6.1.2.1.31.1.1.1.3.43|65|14589 +1.3.6.1.2.1.31.1.1.1.3.44|65|0 +1.3.6.1.2.1.31.1.1.1.3.45|65|14537 +1.3.6.1.2.1.31.1.1.1.3.46|65|0 +1.3.6.1.2.1.31.1.1.1.3.47|65|0 +1.3.6.1.2.1.31.1.1.1.3.48|65|0 +1.3.6.1.2.1.31.1.1.1.3.49|65|0 +1.3.6.1.2.1.31.1.1.1.3.50|65|225419 +1.3.6.1.2.1.31.1.1.1.3.51|65|0 +1.3.6.1.2.1.31.1.1.1.3.52|65|7109 +1.3.6.1.2.1.31.1.1.1.3.53|65|14294 +1.3.6.1.2.1.31.1.1.1.3.54|65|14438 +1.3.6.1.2.1.31.1.1.1.3.55|65|4835 +1.3.6.1.2.1.31.1.1.1.3.56|65|14985 +1.3.6.1.2.1.31.1.1.1.3.57|65|14555 +1.3.6.1.2.1.31.1.1.1.3.100|65|0 +1.3.6.1.2.1.31.1.1.1.4.6|65|2439521 +1.3.6.1.2.1.31.1.1.1.4.7|65|2439524 +1.3.6.1.2.1.31.1.1.1.4.8|65|2439524 +1.3.6.1.2.1.31.1.1.1.4.9|65|2439524 +1.3.6.1.2.1.31.1.1.1.4.10|65|2439525 +1.3.6.1.2.1.31.1.1.1.4.11|65|2439524 +1.3.6.1.2.1.31.1.1.1.4.12|65|2439524 +1.3.6.1.2.1.31.1.1.1.4.13|65|1816680 +1.3.6.1.2.1.31.1.1.1.4.14|65|2439527 +1.3.6.1.2.1.31.1.1.1.4.15|65|2439527 +1.3.6.1.2.1.31.1.1.1.4.16|65|2439528 +1.3.6.1.2.1.31.1.1.1.4.17|65|2439528 +1.3.6.1.2.1.31.1.1.1.4.18|65|2439527 +1.3.6.1.2.1.31.1.1.1.4.19|65|2439527 +1.3.6.1.2.1.31.1.1.1.4.20|65|2439527 +1.3.6.1.2.1.31.1.1.1.4.21|65|2439527 +1.3.6.1.2.1.31.1.1.1.4.22|65|2439531 +1.3.6.1.2.1.31.1.1.1.4.23|65|2439208 +1.3.6.1.2.1.31.1.1.1.4.24|65|2439531 +1.3.6.1.2.1.31.1.1.1.4.25|65|2439531 +1.3.6.1.2.1.31.1.1.1.4.26|65|2423378 +1.3.6.1.2.1.31.1.1.1.4.27|65|2439530 +1.3.6.1.2.1.31.1.1.1.4.28|65|2439531 +1.3.6.1.2.1.31.1.1.1.4.29|65|2439531 +1.3.6.1.2.1.31.1.1.1.4.30|65|2439115 +1.3.6.1.2.1.31.1.1.1.4.31|65|0 +1.3.6.1.2.1.31.1.1.1.4.32|65|286700314 +1.3.6.1.2.1.31.1.1.1.4.33|65|5066463 +1.3.6.1.2.1.31.1.1.1.4.34|65|8177780 +1.3.6.1.2.1.31.1.1.1.4.35|65|65315286 +1.3.6.1.2.1.31.1.1.1.4.36|65|2439536 +1.3.6.1.2.1.31.1.1.1.4.37|65|2439536 +1.3.6.1.2.1.31.1.1.1.4.38|65|2439536 +1.3.6.1.2.1.31.1.1.1.4.39|65|2439536 +1.3.6.1.2.1.31.1.1.1.4.40|65|2439536 +1.3.6.1.2.1.31.1.1.1.4.41|65|2439538 +1.3.6.1.2.1.31.1.1.1.4.42|65|2437827 +1.3.6.1.2.1.31.1.1.1.4.43|65|2439537 +1.3.6.1.2.1.31.1.1.1.4.44|65|0 +1.3.6.1.2.1.31.1.1.1.4.45|65|2439538 +1.3.6.1.2.1.31.1.1.1.4.46|65|0 +1.3.6.1.2.1.31.1.1.1.4.47|65|0 +1.3.6.1.2.1.31.1.1.1.4.48|65|0 +1.3.6.1.2.1.31.1.1.1.4.49|65|0 +1.3.6.1.2.1.31.1.1.1.4.50|65|2439542 +1.3.6.1.2.1.31.1.1.1.4.51|65|0 +1.3.6.1.2.1.31.1.1.1.4.52|65|2439197 +1.3.6.1.2.1.31.1.1.1.4.53|65|2439542 +1.3.6.1.2.1.31.1.1.1.4.54|65|2439542 +1.3.6.1.2.1.31.1.1.1.4.55|65|1727839 +1.3.6.1.2.1.31.1.1.1.4.56|65|49086960 +1.3.6.1.2.1.31.1.1.1.4.57|65|2439544 +1.3.6.1.2.1.31.1.1.1.4.100|65|0 +1.3.6.1.2.1.31.1.1.1.5.6|65|756518 +1.3.6.1.2.1.31.1.1.1.5.7|65|756518 +1.3.6.1.2.1.31.1.1.1.5.8|65|756516 +1.3.6.1.2.1.31.1.1.1.5.9|65|756516 +1.3.6.1.2.1.31.1.1.1.5.10|65|756516 +1.3.6.1.2.1.31.1.1.1.5.11|65|756516 +1.3.6.1.2.1.31.1.1.1.5.12|65|756516 +1.3.6.1.2.1.31.1.1.1.5.13|65|756516 +1.3.6.1.2.1.31.1.1.1.5.14|65|756516 +1.3.6.1.2.1.31.1.1.1.5.15|65|756516 +1.3.6.1.2.1.31.1.1.1.5.16|65|756516 +1.3.6.1.2.1.31.1.1.1.5.17|65|756518 +1.3.6.1.2.1.31.1.1.1.5.18|65|756518 +1.3.6.1.2.1.31.1.1.1.5.19|65|756518 +1.3.6.1.2.1.31.1.1.1.5.20|65|756599 +1.3.6.1.2.1.31.1.1.1.5.21|65|756518 +1.3.6.1.2.1.31.1.1.1.5.22|65|756519 +1.3.6.1.2.1.31.1.1.1.5.23|65|756509 +1.3.6.1.2.1.31.1.1.1.5.24|65|756534 +1.3.6.1.2.1.31.1.1.1.5.25|65|756521 +1.3.6.1.2.1.31.1.1.1.5.26|65|751320 +1.3.6.1.2.1.31.1.1.1.5.27|65|756521 +1.3.6.1.2.1.31.1.1.1.5.28|65|756520 +1.3.6.1.2.1.31.1.1.1.5.29|65|756521 +1.3.6.1.2.1.31.1.1.1.5.30|65|756401 +1.3.6.1.2.1.31.1.1.1.5.31|65|0 +1.3.6.1.2.1.31.1.1.1.5.32|65|89919630 +1.3.6.1.2.1.31.1.1.1.5.33|65|4157988 +1.3.6.1.2.1.31.1.1.1.5.34|65|89828076 +1.3.6.1.2.1.31.1.1.1.5.35|65|88730948 +1.3.6.1.2.1.31.1.1.1.5.36|65|756523 +1.3.6.1.2.1.31.1.1.1.5.37|65|756523 +1.3.6.1.2.1.31.1.1.1.5.38|65|756523 +1.3.6.1.2.1.31.1.1.1.5.39|65|756605 +1.3.6.1.2.1.31.1.1.1.5.40|65|756524 +1.3.6.1.2.1.31.1.1.1.5.41|65|756524 +1.3.6.1.2.1.31.1.1.1.5.42|65|755919 +1.3.6.1.2.1.31.1.1.1.5.43|65|756524 +1.3.6.1.2.1.31.1.1.1.5.44|65|0 +1.3.6.1.2.1.31.1.1.1.5.45|65|756525 +1.3.6.1.2.1.31.1.1.1.5.46|65|0 +1.3.6.1.2.1.31.1.1.1.5.47|65|0 +1.3.6.1.2.1.31.1.1.1.5.48|65|0 +1.3.6.1.2.1.31.1.1.1.5.49|65|0 +1.3.6.1.2.1.31.1.1.1.5.50|65|756526 +1.3.6.1.2.1.31.1.1.1.5.51|65|0 +1.3.6.1.2.1.31.1.1.1.5.52|65|756441 +1.3.6.1.2.1.31.1.1.1.5.53|65|756604 +1.3.6.1.2.1.31.1.1.1.5.54|65|756523 +1.3.6.1.2.1.31.1.1.1.5.55|65|536904 +1.3.6.1.2.1.31.1.1.1.5.56|65|756523 +1.3.6.1.2.1.31.1.1.1.5.57|65|756605 +1.3.6.1.2.1.31.1.1.1.5.100|65|0 +1.3.6.1.2.1.31.1.1.1.6.6|70|67141645989 +1.3.6.1.2.1.31.1.1.1.6.7|70|1660360091 +1.3.6.1.2.1.31.1.1.1.6.8|70|2797079 +1.3.6.1.2.1.31.1.1.1.6.9|70|2960132130 +1.3.6.1.2.1.31.1.1.1.6.10|70|827325644 +1.3.6.1.2.1.31.1.1.1.6.11|70|1723893538 +1.3.6.1.2.1.31.1.1.1.6.12|70|4608320768 +1.3.6.1.2.1.31.1.1.1.6.13|70|9312323820 +1.3.6.1.2.1.31.1.1.1.6.14|70|8856697596 +1.3.6.1.2.1.31.1.1.1.6.15|70|1370711349 +1.3.6.1.2.1.31.1.1.1.6.16|70|574325084 +1.3.6.1.2.1.31.1.1.1.6.17|70|5409228459 +1.3.6.1.2.1.31.1.1.1.6.18|70|2170151320 +1.3.6.1.2.1.31.1.1.1.6.19|70|3152138930 +1.3.6.1.2.1.31.1.1.1.6.20|70|3848263573 +1.3.6.1.2.1.31.1.1.1.6.21|70|7699902261 +1.3.6.1.2.1.31.1.1.1.6.22|70|15608249577 +1.3.6.1.2.1.31.1.1.1.6.23|70|3448314987 +1.3.6.1.2.1.31.1.1.1.6.24|70|971458027 +1.3.6.1.2.1.31.1.1.1.6.25|70|3819967063 +1.3.6.1.2.1.31.1.1.1.6.26|70|2337620175 +1.3.6.1.2.1.31.1.1.1.6.27|70|5626897765 +1.3.6.1.2.1.31.1.1.1.6.28|70|1226146369 +1.3.6.1.2.1.31.1.1.1.6.29|70|641943600 +1.3.6.1.2.1.31.1.1.1.6.30|70|1169054573 +1.3.6.1.2.1.31.1.1.1.6.31|70|0 +1.3.6.1.2.1.31.1.1.1.6.32|70|6468389145154 +1.3.6.1.2.1.31.1.1.1.6.33|70|184586609599606 +1.3.6.1.2.1.31.1.1.1.6.34|70|2987004099 +1.3.6.1.2.1.31.1.1.1.6.35|70|6330974594851 +1.3.6.1.2.1.31.1.1.1.6.36|70|358890212 +1.3.6.1.2.1.31.1.1.1.6.37|70|35448574148 +1.3.6.1.2.1.31.1.1.1.6.38|70|4790129478 +1.3.6.1.2.1.31.1.1.1.6.39|70|947017792 +1.3.6.1.2.1.31.1.1.1.6.40|70|1027249454 +1.3.6.1.2.1.31.1.1.1.6.41|70|27415404788 +1.3.6.1.2.1.31.1.1.1.6.42|70|3286438 +1.3.6.1.2.1.31.1.1.1.6.43|70|841654661 +1.3.6.1.2.1.31.1.1.1.6.44|70|0 +1.3.6.1.2.1.31.1.1.1.6.45|70|807060524 +1.3.6.1.2.1.31.1.1.1.6.46|70|0 +1.3.6.1.2.1.31.1.1.1.6.47|70|0 +1.3.6.1.2.1.31.1.1.1.6.48|70|0 +1.3.6.1.2.1.31.1.1.1.6.49|70|0 +1.3.6.1.2.1.31.1.1.1.6.50|70|7213551439 +1.3.6.1.2.1.31.1.1.1.6.51|70|0 +1.3.6.1.2.1.31.1.1.1.6.52|70|2631980853 +1.3.6.1.2.1.31.1.1.1.6.53|70|1242603424 +1.3.6.1.2.1.31.1.1.1.6.54|70|1367925350 +1.3.6.1.2.1.31.1.1.1.6.55|70|2962796 +1.3.6.1.2.1.31.1.1.1.6.56|70|4070285265 +1.3.6.1.2.1.31.1.1.1.6.57|70|5321167660 +1.3.6.1.2.1.31.1.1.1.6.100|70|0 +1.3.6.1.2.1.31.1.1.1.7.6|70|133686595 +1.3.6.1.2.1.31.1.1.1.7.7|70|13427249 +1.3.6.1.2.1.31.1.1.1.7.8|70|13859 +1.3.6.1.2.1.31.1.1.1.7.9|70|18199116 +1.3.6.1.2.1.31.1.1.1.7.10|70|7730115 +1.3.6.1.2.1.31.1.1.1.7.11|70|4526369 +1.3.6.1.2.1.31.1.1.1.7.12|70|41748450 +1.3.6.1.2.1.31.1.1.1.7.13|70|55612216 +1.3.6.1.2.1.31.1.1.1.7.14|70|33072429 +1.3.6.1.2.1.31.1.1.1.7.15|70|14270823 +1.3.6.1.2.1.31.1.1.1.7.16|70|2258185 +1.3.6.1.2.1.31.1.1.1.7.17|70|22641915 +1.3.6.1.2.1.31.1.1.1.7.18|70|3559359 +1.3.6.1.2.1.31.1.1.1.7.19|70|10875124 +1.3.6.1.2.1.31.1.1.1.7.20|70|22444592 +1.3.6.1.2.1.31.1.1.1.7.21|70|44019303 +1.3.6.1.2.1.31.1.1.1.7.22|70|125883429 +1.3.6.1.2.1.31.1.1.1.7.23|70|14348696 +1.3.6.1.2.1.31.1.1.1.7.24|70|8194902 +1.3.6.1.2.1.31.1.1.1.7.25|70|9968835 +1.3.6.1.2.1.31.1.1.1.7.26|70|17083110 +1.3.6.1.2.1.31.1.1.1.7.27|70|12870388 +1.3.6.1.2.1.31.1.1.1.7.28|70|13774449 +1.3.6.1.2.1.31.1.1.1.7.29|70|2199469 +1.3.6.1.2.1.31.1.1.1.7.30|70|5669309 +1.3.6.1.2.1.31.1.1.1.7.31|70|0 +1.3.6.1.2.1.31.1.1.1.7.32|70|24799487034 +1.3.6.1.2.1.31.1.1.1.7.33|70|134890522218 +1.3.6.1.2.1.31.1.1.1.7.34|70|6052205 +1.3.6.1.2.1.31.1.1.1.7.35|70|24019059559 +1.3.6.1.2.1.31.1.1.1.7.36|70|1825456 +1.3.6.1.2.1.31.1.1.1.7.37|70|164113144 +1.3.6.1.2.1.31.1.1.1.7.38|70|25716504 +1.3.6.1.2.1.31.1.1.1.7.39|70|5089730 +1.3.6.1.2.1.31.1.1.1.7.40|70|4258426 +1.3.6.1.2.1.31.1.1.1.7.41|70|45714121 +1.3.6.1.2.1.31.1.1.1.7.42|70|19262 +1.3.6.1.2.1.31.1.1.1.7.43|70|6994757 +1.3.6.1.2.1.31.1.1.1.7.44|70|0 +1.3.6.1.2.1.31.1.1.1.7.45|70|6098534 +1.3.6.1.2.1.31.1.1.1.7.46|70|0 +1.3.6.1.2.1.31.1.1.1.7.47|70|0 +1.3.6.1.2.1.31.1.1.1.7.48|70|0 +1.3.6.1.2.1.31.1.1.1.7.49|70|0 +1.3.6.1.2.1.31.1.1.1.7.50|70|61714444 +1.3.6.1.2.1.31.1.1.1.7.51|70|0 +1.3.6.1.2.1.31.1.1.1.7.52|70|10900303 +1.3.6.1.2.1.31.1.1.1.7.53|70|1244110 +1.3.6.1.2.1.31.1.1.1.7.54|70|12021017 +1.3.6.1.2.1.31.1.1.1.7.55|70|12638 +1.3.6.1.2.1.31.1.1.1.7.56|70|19499857 +1.3.6.1.2.1.31.1.1.1.7.57|70|56635763 +1.3.6.1.2.1.31.1.1.1.7.100|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|0 +1.3.6.1.2.1.31.1.1.1.8.10|70|0 +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|0 +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|0 +1.3.6.1.2.1.31.1.1.1.8.16|70|0 +1.3.6.1.2.1.31.1.1.1.8.17|70|0 +1.3.6.1.2.1.31.1.1.1.8.18|70|0 +1.3.6.1.2.1.31.1.1.1.8.19|70|0 +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|23 +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|414 +1.3.6.1.2.1.31.1.1.1.8.27|70|0 +1.3.6.1.2.1.31.1.1.1.8.28|70|0 +1.3.6.1.2.1.31.1.1.1.8.29|70|0 +1.3.6.1.2.1.31.1.1.1.8.30|70|25 +1.3.6.1.2.1.31.1.1.1.8.31|70|0 +1.3.6.1.2.1.31.1.1.1.8.32|70|114212880 +1.3.6.1.2.1.31.1.1.1.8.33|70|268129253 +1.3.6.1.2.1.31.1.1.1.8.34|70|890989 +1.3.6.1.2.1.31.1.1.1.8.35|70|116928780 +1.3.6.1.2.1.31.1.1.1.8.36|70|6 +1.3.6.1.2.1.31.1.1.1.8.37|70|0 +1.3.6.1.2.1.31.1.1.1.8.38|70|0 +1.3.6.1.2.1.31.1.1.1.8.39|70|0 +1.3.6.1.2.1.31.1.1.1.8.40|70|0 +1.3.6.1.2.1.31.1.1.1.8.41|70|0 +1.3.6.1.2.1.31.1.1.1.8.42|70|0 +1.3.6.1.2.1.31.1.1.1.8.43|70|0 +1.3.6.1.2.1.31.1.1.1.8.44|70|0 +1.3.6.1.2.1.31.1.1.1.8.45|70|0 +1.3.6.1.2.1.31.1.1.1.8.46|70|0 +1.3.6.1.2.1.31.1.1.1.8.47|70|0 +1.3.6.1.2.1.31.1.1.1.8.48|70|0 +1.3.6.1.2.1.31.1.1.1.8.49|70|0 +1.3.6.1.2.1.31.1.1.1.8.50|70|0 +1.3.6.1.2.1.31.1.1.1.8.51|70|0 +1.3.6.1.2.1.31.1.1.1.8.52|70|25 +1.3.6.1.2.1.31.1.1.1.8.53|70|6 +1.3.6.1.2.1.31.1.1.1.8.54|70|0 +1.3.6.1.2.1.31.1.1.1.8.55|70|1207 +1.3.6.1.2.1.31.1.1.1.8.56|70|77871 +1.3.6.1.2.1.31.1.1.1.8.57|70|0 +1.3.6.1.2.1.31.1.1.1.8.100|70|0 +1.3.6.1.2.1.31.1.1.1.9.6|70|12130 +1.3.6.1.2.1.31.1.1.1.9.7|70|14570 +1.3.6.1.2.1.31.1.1.1.9.8|70|6835 +1.3.6.1.2.1.31.1.1.1.9.9|70|22322 +1.3.6.1.2.1.31.1.1.1.9.10|70|11868 +1.3.6.1.2.1.31.1.1.1.9.11|70|14513 +1.3.6.1.2.1.31.1.1.1.9.12|70|7417 +1.3.6.1.2.1.31.1.1.1.9.13|70|14528 +1.3.6.1.2.1.31.1.1.1.9.14|70|14362 +1.3.6.1.2.1.31.1.1.1.9.15|70|14556 +1.3.6.1.2.1.31.1.1.1.9.16|70|14541 +1.3.6.1.2.1.31.1.1.1.9.17|70|13295 +1.3.6.1.2.1.31.1.1.1.9.18|70|14379 +1.3.6.1.2.1.31.1.1.1.9.19|70|13017 +1.3.6.1.2.1.31.1.1.1.9.20|70|14505 +1.3.6.1.2.1.31.1.1.1.9.21|70|14506 +1.3.6.1.2.1.31.1.1.1.9.22|70|14436 +1.3.6.1.2.1.31.1.1.1.9.23|70|10288 +1.3.6.1.2.1.31.1.1.1.9.24|70|14522 +1.3.6.1.2.1.31.1.1.1.9.25|70|9171 +1.3.6.1.2.1.31.1.1.1.9.26|70|20811 +1.3.6.1.2.1.31.1.1.1.9.27|70|14501 +1.3.6.1.2.1.31.1.1.1.9.28|70|8097 +1.3.6.1.2.1.31.1.1.1.9.29|70|10351 +1.3.6.1.2.1.31.1.1.1.9.30|70|14607 +1.3.6.1.2.1.31.1.1.1.9.31|70|0 +1.3.6.1.2.1.31.1.1.1.9.32|70|91882757 +1.3.6.1.2.1.31.1.1.1.9.33|70|86745356 +1.3.6.1.2.1.31.1.1.1.9.34|70|981209 +1.3.6.1.2.1.31.1.1.1.9.35|70|93071611 +1.3.6.1.2.1.31.1.1.1.9.36|70|14366 +1.3.6.1.2.1.31.1.1.1.9.37|70|14539 +1.3.6.1.2.1.31.1.1.1.9.38|70|14591 +1.3.6.1.2.1.31.1.1.1.9.39|70|14349 +1.3.6.1.2.1.31.1.1.1.9.40|70|14344 +1.3.6.1.2.1.31.1.1.1.9.41|70|14591 +1.3.6.1.2.1.31.1.1.1.9.42|70|6726 +1.3.6.1.2.1.31.1.1.1.9.43|70|14590 +1.3.6.1.2.1.31.1.1.1.9.44|70|0 +1.3.6.1.2.1.31.1.1.1.9.45|70|14538 +1.3.6.1.2.1.31.1.1.1.9.46|70|0 +1.3.6.1.2.1.31.1.1.1.9.47|70|0 +1.3.6.1.2.1.31.1.1.1.9.48|70|0 +1.3.6.1.2.1.31.1.1.1.9.49|70|0 +1.3.6.1.2.1.31.1.1.1.9.50|70|225441 +1.3.6.1.2.1.31.1.1.1.9.51|70|0 +1.3.6.1.2.1.31.1.1.1.9.52|70|7109 +1.3.6.1.2.1.31.1.1.1.9.53|70|14295 +1.3.6.1.2.1.31.1.1.1.9.54|70|14439 +1.3.6.1.2.1.31.1.1.1.9.55|70|4835 +1.3.6.1.2.1.31.1.1.1.9.56|70|14986 +1.3.6.1.2.1.31.1.1.1.9.57|70|14557 +1.3.6.1.2.1.31.1.1.1.9.100|70|0 +1.3.6.1.2.1.31.1.1.1.10.6|70|249629957733 +1.3.6.1.2.1.31.1.1.1.10.7|70|138815672925 +1.3.6.1.2.1.31.1.1.1.10.8|70|276747498 +1.3.6.1.2.1.31.1.1.1.10.9|70|47867080121 +1.3.6.1.2.1.31.1.1.1.10.10|70|46585036676 +1.3.6.1.2.1.31.1.1.1.10.11|70|10026168877 +1.3.6.1.2.1.31.1.1.1.10.12|70|117766893799 +1.3.6.1.2.1.31.1.1.1.10.13|70|205300856968 +1.3.6.1.2.1.31.1.1.1.10.14|70|129519245874 +1.3.6.1.2.1.31.1.1.1.10.15|70|66666173506 +1.3.6.1.2.1.31.1.1.1.10.16|70|5372080052 +1.3.6.1.2.1.31.1.1.1.10.17|70|101472831024 +1.3.6.1.2.1.31.1.1.1.10.18|70|6641915867 +1.3.6.1.2.1.31.1.1.1.10.19|70|39050879775 +1.3.6.1.2.1.31.1.1.1.10.20|70|121096633345 +1.3.6.1.2.1.31.1.1.1.10.21|70|230905599550 +1.3.6.1.2.1.31.1.1.1.10.22|70|399882274988 +1.3.6.1.2.1.31.1.1.1.10.23|70|49884893492 +1.3.6.1.2.1.31.1.1.1.10.24|70|66304634355 +1.3.6.1.2.1.31.1.1.1.10.25|70|30679643740 +1.3.6.1.2.1.31.1.1.1.10.26|70|85864775899 +1.3.6.1.2.1.31.1.1.1.10.27|70|27104823196 +1.3.6.1.2.1.31.1.1.1.10.28|70|51762585326 +1.3.6.1.2.1.31.1.1.1.10.29|70|876481905 +1.3.6.1.2.1.31.1.1.1.10.30|70|13680827583 +1.3.6.1.2.1.31.1.1.1.10.31|70|0 +1.3.6.1.2.1.31.1.1.1.10.32|70|92950659087340 +1.3.6.1.2.1.31.1.1.1.10.33|70|12905520627090 +1.3.6.1.2.1.31.1.1.1.10.34|70|7879921688 +1.3.6.1.2.1.31.1.1.1.10.35|70|87767989927682 +1.3.6.1.2.1.31.1.1.1.10.36|70|5517051655 +1.3.6.1.2.1.31.1.1.1.10.37|70|508077452085 +1.3.6.1.2.1.31.1.1.1.10.38|70|127214444668 +1.3.6.1.2.1.31.1.1.1.10.39|70|11502918492 +1.3.6.1.2.1.31.1.1.1.10.40|70|11628306942 +1.3.6.1.2.1.31.1.1.1.10.41|70|112364386181 +1.3.6.1.2.1.31.1.1.1.10.42|70|277070483 +1.3.6.1.2.1.31.1.1.1.10.43|70|55084300846 +1.3.6.1.2.1.31.1.1.1.10.44|70|0 +1.3.6.1.2.1.31.1.1.1.10.45|70|41120186858 +1.3.6.1.2.1.31.1.1.1.10.46|70|0 +1.3.6.1.2.1.31.1.1.1.10.47|70|0 +1.3.6.1.2.1.31.1.1.1.10.48|70|0 +1.3.6.1.2.1.31.1.1.1.10.49|70|0 +1.3.6.1.2.1.31.1.1.1.10.50|70|280448859488 +1.3.6.1.2.1.31.1.1.1.10.51|70|0 +1.3.6.1.2.1.31.1.1.1.10.52|70|10416626833 +1.3.6.1.2.1.31.1.1.1.10.53|70|425414278 +1.3.6.1.2.1.31.1.1.1.10.54|70|35711470789 +1.3.6.1.2.1.31.1.1.1.10.55|70|196553754 +1.3.6.1.2.1.31.1.1.1.10.56|70|110962242364 +1.3.6.1.2.1.31.1.1.1.10.57|70|363477126522 +1.3.6.1.2.1.31.1.1.1.10.100|70|0 +1.3.6.1.2.1.31.1.1.1.11.6|70|211422580 +1.3.6.1.2.1.31.1.1.1.11.7|70|101228091 +1.3.6.1.2.1.31.1.1.1.11.8|70|18674 +1.3.6.1.2.1.31.1.1.1.11.9|70|39584417 +1.3.6.1.2.1.31.1.1.1.11.10|70|30813796 +1.3.6.1.2.1.31.1.1.1.11.11|70|8855947 +1.3.6.1.2.1.31.1.1.1.11.12|70|80453649 +1.3.6.1.2.1.31.1.1.1.11.13|70|143020102 +1.3.6.1.2.1.31.1.1.1.11.14|70|100752116 +1.3.6.1.2.1.31.1.1.1.11.15|70|44997067 +1.3.6.1.2.1.31.1.1.1.11.16|70|4713048 +1.3.6.1.2.1.31.1.1.1.11.17|70|72291262 +1.3.6.1.2.1.31.1.1.1.11.18|70|5870575 +1.3.6.1.2.1.31.1.1.1.11.19|70|36469637 +1.3.6.1.2.1.31.1.1.1.11.20|70|86180182 +1.3.6.1.2.1.31.1.1.1.11.21|70|161760464 +1.3.6.1.2.1.31.1.1.1.11.22|70|270036552 +1.3.6.1.2.1.31.1.1.1.11.23|70|40232136 +1.3.6.1.2.1.31.1.1.1.11.24|70|44173277 +1.3.6.1.2.1.31.1.1.1.11.25|70|23940456 +1.3.6.1.2.1.31.1.1.1.11.26|70|62110466 +1.3.6.1.2.1.31.1.1.1.11.27|70|27355823 +1.3.6.1.2.1.31.1.1.1.11.28|70|35174547 +1.3.6.1.2.1.31.1.1.1.11.29|70|2287872 +1.3.6.1.2.1.31.1.1.1.11.30|70|10579321 +1.3.6.1.2.1.31.1.1.1.11.31|70|0 +1.3.6.1.2.1.31.1.1.1.11.32|70|67531231923 +1.3.6.1.2.1.31.1.1.1.11.33|70|49877840359 +1.3.6.1.2.1.31.1.1.1.11.34|70|4891865 +1.3.6.1.2.1.31.1.1.1.11.35|70|64572580064 +1.3.6.1.2.1.31.1.1.1.11.36|70|4003176 +1.3.6.1.2.1.31.1.1.1.11.37|70|382791857 +1.3.6.1.2.1.31.1.1.1.11.38|70|87563407 +1.3.6.1.2.1.31.1.1.1.11.39|70|9814371 +1.3.6.1.2.1.31.1.1.1.11.40|70|9408679 +1.3.6.1.2.1.31.1.1.1.11.41|70|88101750 +1.3.6.1.2.1.31.1.1.1.11.42|70|23975 +1.3.6.1.2.1.31.1.1.1.11.43|70|37710371 +1.3.6.1.2.1.31.1.1.1.11.44|70|0 +1.3.6.1.2.1.31.1.1.1.11.45|70|28262404 +1.3.6.1.2.1.31.1.1.1.11.46|70|0 +1.3.6.1.2.1.31.1.1.1.11.47|70|0 +1.3.6.1.2.1.31.1.1.1.11.48|70|0 +1.3.6.1.2.1.31.1.1.1.11.49|70|0 +1.3.6.1.2.1.31.1.1.1.11.50|70|190396883 +1.3.6.1.2.1.31.1.1.1.11.51|70|0 +1.3.6.1.2.1.31.1.1.1.11.52|70|13198044 +1.3.6.1.2.1.31.1.1.1.11.53|70|1112617 +1.3.6.1.2.1.31.1.1.1.11.54|70|24068697 +1.3.6.1.2.1.31.1.1.1.11.55|70|14740 +1.3.6.1.2.1.31.1.1.1.11.56|70|42108808 +1.3.6.1.2.1.31.1.1.1.11.57|70|241874120 +1.3.6.1.2.1.31.1.1.1.11.100|70|0 +1.3.6.1.2.1.31.1.1.1.12.6|70|2439889 +1.3.6.1.2.1.31.1.1.1.12.7|70|2439888 +1.3.6.1.2.1.31.1.1.1.12.8|70|2439889 +1.3.6.1.2.1.31.1.1.1.12.9|70|2439889 +1.3.6.1.2.1.31.1.1.1.12.10|70|2439889 +1.3.6.1.2.1.31.1.1.1.12.11|70|2439891 +1.3.6.1.2.1.31.1.1.1.12.12|70|2439892 +1.3.6.1.2.1.31.1.1.1.12.13|70|1816980 +1.3.6.1.2.1.31.1.1.1.12.14|70|2439895 +1.3.6.1.2.1.31.1.1.1.12.15|70|2439895 +1.3.6.1.2.1.31.1.1.1.12.16|70|2439895 +1.3.6.1.2.1.31.1.1.1.12.17|70|2439895 +1.3.6.1.2.1.31.1.1.1.12.18|70|2439895 +1.3.6.1.2.1.31.1.1.1.12.19|70|2439895 +1.3.6.1.2.1.31.1.1.1.12.20|70|2439898 +1.3.6.1.2.1.31.1.1.1.12.21|70|2439898 +1.3.6.1.2.1.31.1.1.1.12.22|70|2439897 +1.3.6.1.2.1.31.1.1.1.12.23|70|2439574 +1.3.6.1.2.1.31.1.1.1.12.24|70|2439897 +1.3.6.1.2.1.31.1.1.1.12.25|70|2439897 +1.3.6.1.2.1.31.1.1.1.12.26|70|2423744 +1.3.6.1.2.1.31.1.1.1.12.27|70|2439897 +1.3.6.1.2.1.31.1.1.1.12.28|70|2439897 +1.3.6.1.2.1.31.1.1.1.12.29|70|2439901 +1.3.6.1.2.1.31.1.1.1.12.30|70|2439484 +1.3.6.1.2.1.31.1.1.1.12.31|70|0 +1.3.6.1.2.1.31.1.1.1.12.32|70|286707774 +1.3.6.1.2.1.31.1.1.1.12.33|70|5067043 +1.3.6.1.2.1.31.1.1.1.12.34|70|8178753 +1.3.6.1.2.1.31.1.1.1.12.35|70|65322438 +1.3.6.1.2.1.31.1.1.1.12.36|70|2439902 +1.3.6.1.2.1.31.1.1.1.12.37|70|2439903 +1.3.6.1.2.1.31.1.1.1.12.38|70|2439902 +1.3.6.1.2.1.31.1.1.1.12.39|70|2439902 +1.3.6.1.2.1.31.1.1.1.12.40|70|2439902 +1.3.6.1.2.1.31.1.1.1.12.41|70|2439902 +1.3.6.1.2.1.31.1.1.1.12.42|70|2438191 +1.3.6.1.2.1.31.1.1.1.12.43|70|2439902 +1.3.6.1.2.1.31.1.1.1.12.44|70|0 +1.3.6.1.2.1.31.1.1.1.12.45|70|2439907 +1.3.6.1.2.1.31.1.1.1.12.46|70|0 +1.3.6.1.2.1.31.1.1.1.12.47|70|0 +1.3.6.1.2.1.31.1.1.1.12.48|70|0 +1.3.6.1.2.1.31.1.1.1.12.49|70|0 +1.3.6.1.2.1.31.1.1.1.12.50|70|2439907 +1.3.6.1.2.1.31.1.1.1.12.51|70|0 +1.3.6.1.2.1.31.1.1.1.12.52|70|2439563 +1.3.6.1.2.1.31.1.1.1.12.53|70|2439908 +1.3.6.1.2.1.31.1.1.1.12.54|70|2439908 +1.3.6.1.2.1.31.1.1.1.12.55|70|1728202 +1.3.6.1.2.1.31.1.1.1.12.56|70|49092413 +1.3.6.1.2.1.31.1.1.1.12.57|70|2439908 +1.3.6.1.2.1.31.1.1.1.12.100|70|0 +1.3.6.1.2.1.31.1.1.1.13.6|70|756612 +1.3.6.1.2.1.31.1.1.1.13.7|70|756612 +1.3.6.1.2.1.31.1.1.1.13.8|70|756613 +1.3.6.1.2.1.31.1.1.1.13.9|70|756613 +1.3.6.1.2.1.31.1.1.1.13.10|70|756613 +1.3.6.1.2.1.31.1.1.1.13.11|70|756613 +1.3.6.1.2.1.31.1.1.1.13.12|70|756613 +1.3.6.1.2.1.31.1.1.1.13.13|70|756613 +1.3.6.1.2.1.31.1.1.1.13.14|70|756615 +1.3.6.1.2.1.31.1.1.1.13.15|70|756615 +1.3.6.1.2.1.31.1.1.1.13.16|70|756615 +1.3.6.1.2.1.31.1.1.1.13.17|70|756615 +1.3.6.1.2.1.31.1.1.1.13.18|70|756615 +1.3.6.1.2.1.31.1.1.1.13.19|70|756615 +1.3.6.1.2.1.31.1.1.1.13.20|70|756696 +1.3.6.1.2.1.31.1.1.1.13.21|70|756615 +1.3.6.1.2.1.31.1.1.1.13.22|70|756616 +1.3.6.1.2.1.31.1.1.1.13.23|70|756606 +1.3.6.1.2.1.31.1.1.1.13.24|70|756631 +1.3.6.1.2.1.31.1.1.1.13.25|70|756615 +1.3.6.1.2.1.31.1.1.1.13.26|70|751414 +1.3.6.1.2.1.31.1.1.1.13.27|70|756615 +1.3.6.1.2.1.31.1.1.1.13.28|70|756614 +1.3.6.1.2.1.31.1.1.1.13.29|70|756615 +1.3.6.1.2.1.31.1.1.1.13.30|70|756496 +1.3.6.1.2.1.31.1.1.1.13.31|70|0 +1.3.6.1.2.1.31.1.1.1.13.32|70|89928665 +1.3.6.1.2.1.31.1.1.1.13.33|70|4158445 +1.3.6.1.2.1.31.1.1.1.13.34|70|89837104 +1.3.6.1.2.1.31.1.1.1.13.35|70|88739895 +1.3.6.1.2.1.31.1.1.1.13.36|70|756616 +1.3.6.1.2.1.31.1.1.1.13.37|70|756616 +1.3.6.1.2.1.31.1.1.1.13.38|70|756618 +1.3.6.1.2.1.31.1.1.1.13.39|70|756699 +1.3.6.1.2.1.31.1.1.1.13.40|70|756618 +1.3.6.1.2.1.31.1.1.1.13.41|70|756618 +1.3.6.1.2.1.31.1.1.1.13.42|70|756013 +1.3.6.1.2.1.31.1.1.1.13.43|70|756618 +1.3.6.1.2.1.31.1.1.1.13.44|70|0 +1.3.6.1.2.1.31.1.1.1.13.45|70|756619 +1.3.6.1.2.1.31.1.1.1.13.46|70|0 +1.3.6.1.2.1.31.1.1.1.13.47|70|0 +1.3.6.1.2.1.31.1.1.1.13.48|70|0 +1.3.6.1.2.1.31.1.1.1.13.49|70|0 +1.3.6.1.2.1.31.1.1.1.13.50|70|756620 +1.3.6.1.2.1.31.1.1.1.13.51|70|0 +1.3.6.1.2.1.31.1.1.1.13.52|70|756535 +1.3.6.1.2.1.31.1.1.1.13.53|70|756698 +1.3.6.1.2.1.31.1.1.1.13.54|70|756617 +1.3.6.1.2.1.31.1.1.1.13.55|70|536999 +1.3.6.1.2.1.31.1.1.1.13.56|70|756618 +1.3.6.1.2.1.31.1.1.1.13.57|70|756700 +1.3.6.1.2.1.31.1.1.1.13.100|70|0 +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.14.30|2|1 +1.3.6.1.2.1.31.1.1.1.14.31|2|1 +1.3.6.1.2.1.31.1.1.1.14.32|2|1 +1.3.6.1.2.1.31.1.1.1.14.33|2|1 +1.3.6.1.2.1.31.1.1.1.14.34|2|1 +1.3.6.1.2.1.31.1.1.1.14.35|2|1 +1.3.6.1.2.1.31.1.1.1.14.36|2|1 +1.3.6.1.2.1.31.1.1.1.14.37|2|1 +1.3.6.1.2.1.31.1.1.1.14.38|2|1 +1.3.6.1.2.1.31.1.1.1.14.39|2|1 +1.3.6.1.2.1.31.1.1.1.14.40|2|1 +1.3.6.1.2.1.31.1.1.1.14.41|2|1 +1.3.6.1.2.1.31.1.1.1.14.42|2|1 +1.3.6.1.2.1.31.1.1.1.14.43|2|1 +1.3.6.1.2.1.31.1.1.1.14.44|2|1 +1.3.6.1.2.1.31.1.1.1.14.45|2|1 +1.3.6.1.2.1.31.1.1.1.14.46|2|1 +1.3.6.1.2.1.31.1.1.1.14.47|2|1 +1.3.6.1.2.1.31.1.1.1.14.48|2|1 +1.3.6.1.2.1.31.1.1.1.14.49|2|1 +1.3.6.1.2.1.31.1.1.1.14.50|2|1 +1.3.6.1.2.1.31.1.1.1.14.51|2|1 +1.3.6.1.2.1.31.1.1.1.14.52|2|1 +1.3.6.1.2.1.31.1.1.1.14.53|2|1 +1.3.6.1.2.1.31.1.1.1.14.54|2|1 +1.3.6.1.2.1.31.1.1.1.14.55|2|1 +1.3.6.1.2.1.31.1.1.1.14.56|2|1 +1.3.6.1.2.1.31.1.1.1.14.57|2|1 +1.3.6.1.2.1.31.1.1.1.14.100|2|1 +1.3.6.1.2.1.31.1.1.1.15.6|66|1000 +1.3.6.1.2.1.31.1.1.1.15.7|66|1000 +1.3.6.1.2.1.31.1.1.1.15.8|66|1000 +1.3.6.1.2.1.31.1.1.1.15.9|66|1000 +1.3.6.1.2.1.31.1.1.1.15.10|66|1000 +1.3.6.1.2.1.31.1.1.1.15.11|66|1000 +1.3.6.1.2.1.31.1.1.1.15.12|66|1000 +1.3.6.1.2.1.31.1.1.1.15.13|66|1000 +1.3.6.1.2.1.31.1.1.1.15.14|66|1000 +1.3.6.1.2.1.31.1.1.1.15.15|66|1000 +1.3.6.1.2.1.31.1.1.1.15.16|66|1000 +1.3.6.1.2.1.31.1.1.1.15.17|66|1000 +1.3.6.1.2.1.31.1.1.1.15.18|66|1000 +1.3.6.1.2.1.31.1.1.1.15.19|66|1000 +1.3.6.1.2.1.31.1.1.1.15.20|66|1000 +1.3.6.1.2.1.31.1.1.1.15.21|66|1000 +1.3.6.1.2.1.31.1.1.1.15.22|66|1000 +1.3.6.1.2.1.31.1.1.1.15.23|66|1000 +1.3.6.1.2.1.31.1.1.1.15.24|66|1000 +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|1000 +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|1000 +1.3.6.1.2.1.31.1.1.1.15.30|66|1000 +1.3.6.1.2.1.31.1.1.1.15.31|66|1000 +1.3.6.1.2.1.31.1.1.1.15.32|66|10000 +1.3.6.1.2.1.31.1.1.1.15.33|66|10000 +1.3.6.1.2.1.31.1.1.1.15.34|66|10000 +1.3.6.1.2.1.31.1.1.1.15.35|66|10000 +1.3.6.1.2.1.31.1.1.1.15.36|66|1000 +1.3.6.1.2.1.31.1.1.1.15.37|66|1000 +1.3.6.1.2.1.31.1.1.1.15.38|66|1000 +1.3.6.1.2.1.31.1.1.1.15.39|66|1000 +1.3.6.1.2.1.31.1.1.1.15.40|66|1000 +1.3.6.1.2.1.31.1.1.1.15.41|66|1000 +1.3.6.1.2.1.31.1.1.1.15.42|66|1000 +1.3.6.1.2.1.31.1.1.1.15.43|66|1000 +1.3.6.1.2.1.31.1.1.1.15.44|66|1000 +1.3.6.1.2.1.31.1.1.1.15.45|66|1000 +1.3.6.1.2.1.31.1.1.1.15.46|66|1000 +1.3.6.1.2.1.31.1.1.1.15.47|66|1000 +1.3.6.1.2.1.31.1.1.1.15.48|66|1000 +1.3.6.1.2.1.31.1.1.1.15.49|66|1000 +1.3.6.1.2.1.31.1.1.1.15.50|66|1000 +1.3.6.1.2.1.31.1.1.1.15.51|66|1000 +1.3.6.1.2.1.31.1.1.1.15.52|66|1000 +1.3.6.1.2.1.31.1.1.1.15.53|66|1000 +1.3.6.1.2.1.31.1.1.1.15.54|66|1000 +1.3.6.1.2.1.31.1.1.1.15.55|66|1000 +1.3.6.1.2.1.31.1.1.1.15.56|66|1000 +1.3.6.1.2.1.31.1.1.1.15.57|66|1000 +1.3.6.1.2.1.31.1.1.1.15.100|66|0 +1.3.6.1.2.1.31.1.1.1.16.6|2|2 +1.3.6.1.2.1.31.1.1.1.16.7|2|2 +1.3.6.1.2.1.31.1.1.1.16.8|2|2 +1.3.6.1.2.1.31.1.1.1.16.9|2|2 +1.3.6.1.2.1.31.1.1.1.16.10|2|2 +1.3.6.1.2.1.31.1.1.1.16.11|2|2 +1.3.6.1.2.1.31.1.1.1.16.12|2|2 +1.3.6.1.2.1.31.1.1.1.16.13|2|2 +1.3.6.1.2.1.31.1.1.1.16.14|2|2 +1.3.6.1.2.1.31.1.1.1.16.15|2|2 +1.3.6.1.2.1.31.1.1.1.16.16|2|2 +1.3.6.1.2.1.31.1.1.1.16.17|2|2 +1.3.6.1.2.1.31.1.1.1.16.18|2|2 +1.3.6.1.2.1.31.1.1.1.16.19|2|2 +1.3.6.1.2.1.31.1.1.1.16.20|2|2 +1.3.6.1.2.1.31.1.1.1.16.21|2|2 +1.3.6.1.2.1.31.1.1.1.16.22|2|2 +1.3.6.1.2.1.31.1.1.1.16.23|2|2 +1.3.6.1.2.1.31.1.1.1.16.24|2|2 +1.3.6.1.2.1.31.1.1.1.16.25|2|2 +1.3.6.1.2.1.31.1.1.1.16.26|2|2 +1.3.6.1.2.1.31.1.1.1.16.27|2|2 +1.3.6.1.2.1.31.1.1.1.16.28|2|2 +1.3.6.1.2.1.31.1.1.1.16.29|2|2 +1.3.6.1.2.1.31.1.1.1.16.30|2|2 +1.3.6.1.2.1.31.1.1.1.16.31|2|2 +1.3.6.1.2.1.31.1.1.1.16.32|2|2 +1.3.6.1.2.1.31.1.1.1.16.33|2|2 +1.3.6.1.2.1.31.1.1.1.16.34|2|2 +1.3.6.1.2.1.31.1.1.1.16.35|2|2 +1.3.6.1.2.1.31.1.1.1.16.36|2|2 +1.3.6.1.2.1.31.1.1.1.16.37|2|2 +1.3.6.1.2.1.31.1.1.1.16.38|2|2 +1.3.6.1.2.1.31.1.1.1.16.39|2|2 +1.3.6.1.2.1.31.1.1.1.16.40|2|2 +1.3.6.1.2.1.31.1.1.1.16.41|2|2 +1.3.6.1.2.1.31.1.1.1.16.42|2|2 +1.3.6.1.2.1.31.1.1.1.16.43|2|2 +1.3.6.1.2.1.31.1.1.1.16.44|2|2 +1.3.6.1.2.1.31.1.1.1.16.45|2|2 +1.3.6.1.2.1.31.1.1.1.16.46|2|2 +1.3.6.1.2.1.31.1.1.1.16.47|2|2 +1.3.6.1.2.1.31.1.1.1.16.48|2|2 +1.3.6.1.2.1.31.1.1.1.16.49|2|2 +1.3.6.1.2.1.31.1.1.1.16.50|2|2 +1.3.6.1.2.1.31.1.1.1.16.51|2|2 +1.3.6.1.2.1.31.1.1.1.16.52|2|2 +1.3.6.1.2.1.31.1.1.1.16.53|2|2 +1.3.6.1.2.1.31.1.1.1.16.54|2|2 +1.3.6.1.2.1.31.1.1.1.16.55|2|2 +1.3.6.1.2.1.31.1.1.1.16.56|2|2 +1.3.6.1.2.1.31.1.1.1.16.57|2|2 +1.3.6.1.2.1.31.1.1.1.16.100|2|2 +1.3.6.1.2.1.31.1.1.1.17.6|2|1 +1.3.6.1.2.1.31.1.1.1.17.7|2|1 +1.3.6.1.2.1.31.1.1.1.17.8|2|1 +1.3.6.1.2.1.31.1.1.1.17.9|2|1 +1.3.6.1.2.1.31.1.1.1.17.10|2|1 +1.3.6.1.2.1.31.1.1.1.17.11|2|1 +1.3.6.1.2.1.31.1.1.1.17.12|2|1 +1.3.6.1.2.1.31.1.1.1.17.13|2|1 +1.3.6.1.2.1.31.1.1.1.17.14|2|1 +1.3.6.1.2.1.31.1.1.1.17.15|2|1 +1.3.6.1.2.1.31.1.1.1.17.16|2|1 +1.3.6.1.2.1.31.1.1.1.17.17|2|1 +1.3.6.1.2.1.31.1.1.1.17.18|2|1 +1.3.6.1.2.1.31.1.1.1.17.19|2|1 +1.3.6.1.2.1.31.1.1.1.17.20|2|1 +1.3.6.1.2.1.31.1.1.1.17.21|2|1 +1.3.6.1.2.1.31.1.1.1.17.22|2|1 +1.3.6.1.2.1.31.1.1.1.17.23|2|1 +1.3.6.1.2.1.31.1.1.1.17.24|2|1 +1.3.6.1.2.1.31.1.1.1.17.25|2|1 +1.3.6.1.2.1.31.1.1.1.17.26|2|1 +1.3.6.1.2.1.31.1.1.1.17.27|2|1 +1.3.6.1.2.1.31.1.1.1.17.28|2|1 +1.3.6.1.2.1.31.1.1.1.17.29|2|1 +1.3.6.1.2.1.31.1.1.1.17.30|2|1 +1.3.6.1.2.1.31.1.1.1.17.31|2|1 +1.3.6.1.2.1.31.1.1.1.17.32|2|1 +1.3.6.1.2.1.31.1.1.1.17.33|2|1 +1.3.6.1.2.1.31.1.1.1.17.34|2|1 +1.3.6.1.2.1.31.1.1.1.17.35|2|1 +1.3.6.1.2.1.31.1.1.1.17.36|2|1 +1.3.6.1.2.1.31.1.1.1.17.37|2|1 +1.3.6.1.2.1.31.1.1.1.17.38|2|1 +1.3.6.1.2.1.31.1.1.1.17.39|2|1 +1.3.6.1.2.1.31.1.1.1.17.40|2|1 +1.3.6.1.2.1.31.1.1.1.17.41|2|1 +1.3.6.1.2.1.31.1.1.1.17.42|2|1 +1.3.6.1.2.1.31.1.1.1.17.43|2|1 +1.3.6.1.2.1.31.1.1.1.17.44|2|1 +1.3.6.1.2.1.31.1.1.1.17.45|2|1 +1.3.6.1.2.1.31.1.1.1.17.46|2|1 +1.3.6.1.2.1.31.1.1.1.17.47|2|1 +1.3.6.1.2.1.31.1.1.1.17.48|2|1 +1.3.6.1.2.1.31.1.1.1.17.49|2|1 +1.3.6.1.2.1.31.1.1.1.17.50|2|1 +1.3.6.1.2.1.31.1.1.1.17.51|2|1 +1.3.6.1.2.1.31.1.1.1.17.52|2|1 +1.3.6.1.2.1.31.1.1.1.17.53|2|1 +1.3.6.1.2.1.31.1.1.1.17.54|2|1 +1.3.6.1.2.1.31.1.1.1.17.55|2|1 +1.3.6.1.2.1.31.1.1.1.17.56|2|1 +1.3.6.1.2.1.31.1.1.1.17.57|2|1 +1.3.6.1.2.1.31.1.1.1.17.100|2|1 +1.3.6.1.2.1.31.1.1.1.18.6|4|GigabitEthernet 1/48 +1.3.6.1.2.1.31.1.1.1.18.7|4|GigabitEthernet 1/47 +1.3.6.1.2.1.31.1.1.1.18.8|4|GigabitEthernet 1/46 +1.3.6.1.2.1.31.1.1.1.18.9|4|GigabitEthernet 1/45 +1.3.6.1.2.1.31.1.1.1.18.10|4|GigabitEthernet 1/44 +1.3.6.1.2.1.31.1.1.1.18.11|4|GigabitEthernet 1/43 +1.3.6.1.2.1.31.1.1.1.18.12|4|GigabitEthernet 1/40 +1.3.6.1.2.1.31.1.1.1.18.13|4|GigabitEthernet 1/39 +1.3.6.1.2.1.31.1.1.1.18.14|4|GigabitEthernet 1/38 +1.3.6.1.2.1.31.1.1.1.18.15|4|GigabitEthernet 1/37 +1.3.6.1.2.1.31.1.1.1.18.16|4|GigabitEthernet 1/36 +1.3.6.1.2.1.31.1.1.1.18.17|4|GigabitEthernet 1/35 +1.3.6.1.2.1.31.1.1.1.18.18|4|GigabitEthernet 1/32 +1.3.6.1.2.1.31.1.1.1.18.19|4|GigabitEthernet 1/31 +1.3.6.1.2.1.31.1.1.1.18.20|4|GigabitEthernet 1/30 +1.3.6.1.2.1.31.1.1.1.18.21|4|GigabitEthernet 1/29 +1.3.6.1.2.1.31.1.1.1.18.22|4|GigabitEthernet 1/42 +1.3.6.1.2.1.31.1.1.1.18.23|4|GigabitEthernet 1/41 +1.3.6.1.2.1.31.1.1.1.18.24|4|GigabitEthernet 1/34 +1.3.6.1.2.1.31.1.1.1.18.25|4|GigabitEthernet 1/33 +1.3.6.1.2.1.31.1.1.1.18.26|4|GigabitEthernet 1/28 +1.3.6.1.2.1.31.1.1.1.18.27|4|GigabitEthernet 1/27 +1.3.6.1.2.1.31.1.1.1.18.28|4|GigabitEthernet 1/26 +1.3.6.1.2.1.31.1.1.1.18.29|4|GigabitEthernet 1/25 +1.3.6.1.2.1.31.1.1.1.18.30|4|GigabitEthernet 1/20 +1.3.6.1.2.1.31.1.1.1.18.31|4|GigabitEthernet 1/4 +1.3.6.1.2.1.31.1.1.1.18.32|4|10GigabitEthernet 1/1 +1.3.6.1.2.1.31.1.1.1.18.33|4|10GigabitEthernet 1/2 +1.3.6.1.2.1.31.1.1.1.18.34|4|10GigabitEthernet 1/4 +1.3.6.1.2.1.31.1.1.1.18.35|4|10GigabitEthernet 1/3 +1.3.6.1.2.1.31.1.1.1.18.36|4|GigabitEthernet 1/19 +1.3.6.1.2.1.31.1.1.1.18.37|4|GigabitEthernet 1/18 +1.3.6.1.2.1.31.1.1.1.18.38|4|GigabitEthernet 1/17 +1.3.6.1.2.1.31.1.1.1.18.39|4|GigabitEthernet 1/8 +1.3.6.1.2.1.31.1.1.1.18.40|4|GigabitEthernet 1/7 +1.3.6.1.2.1.31.1.1.1.18.41|4|GigabitEthernet 1/24 +1.3.6.1.2.1.31.1.1.1.18.42|4|GigabitEthernet 1/23 +1.3.6.1.2.1.31.1.1.1.18.43|4|GigabitEthernet 1/22 +1.3.6.1.2.1.31.1.1.1.18.44|4|GigabitEthernet 1/21 +1.3.6.1.2.1.31.1.1.1.18.45|4|GigabitEthernet 1/16 +1.3.6.1.2.1.31.1.1.1.18.46|4|GigabitEthernet 1/15 +1.3.6.1.2.1.31.1.1.1.18.47|4|GigabitEthernet 1/3 +1.3.6.1.2.1.31.1.1.1.18.48|4|GigabitEthernet 1/2 +1.3.6.1.2.1.31.1.1.1.18.49|4|GigabitEthernet 1/1 +1.3.6.1.2.1.31.1.1.1.18.50|4|GigabitEthernet 1/6 +1.3.6.1.2.1.31.1.1.1.18.51|4|GigabitEthernet 1/5 +1.3.6.1.2.1.31.1.1.1.18.52|4|GigabitEthernet 1/14 +1.3.6.1.2.1.31.1.1.1.18.53|4|GigabitEthernet 1/13 +1.3.6.1.2.1.31.1.1.1.18.54|4|GigabitEthernet 1/12 +1.3.6.1.2.1.31.1.1.1.18.55|4|GigabitEthernet 1/11 +1.3.6.1.2.1.31.1.1.1.18.56|4|GigabitEthernet 1/10 +1.3.6.1.2.1.31.1.1.1.18.57|4|GigabitEthernet 1/9 +1.3.6.1.2.1.31.1.1.1.18.100|4|lag 1/1 +1.3.6.1.4.1.2021.4.3.0|2|0 +1.3.6.1.4.1.2021.4.4.0|2|0 +1.3.6.1.4.1.2021.4.5.0|2|256148 +1.3.6.1.4.1.2021.4.6.0|2|17040 +1.3.6.1.4.1.2021.4.14.0|2|37108 +1.3.6.1.4.1.2021.4.15.0|2|76352 +1.3.6.1.4.1.2021.10.1.5.1|2|304 +1.3.6.1.4.1.2021.10.1.5.2|2|281 +1.3.6.1.4.1.2021.10.1.5.3|2|225 +1.3.6.1.4.1.2021.11.1.0|2|1 +1.3.6.1.4.1.2021.11.2.0|4|systemStats +1.3.6.1.4.1.2021.11.3.0|2|0 +1.3.6.1.4.1.2021.11.4.0|2|0 +1.3.6.1.4.1.2021.11.5.0|2|0 +1.3.6.1.4.1.2021.11.6.0|2|0 +1.3.6.1.4.1.2021.11.7.0|2|445 +1.3.6.1.4.1.2021.11.8.0|2|2331 +1.3.6.1.4.1.2021.11.9.0|2|63 +1.3.6.1.4.1.2021.11.10.0|2|33 +1.3.6.1.4.1.2021.11.11.0|2|0 +1.3.6.1.4.1.2021.11.50.0|65|61711692 +1.3.6.1.4.1.2021.11.51.0|65|0 +1.3.6.1.4.1.2021.11.52.0|65|130121633 +1.3.6.1.4.1.2021.11.53.0|65|250467220 +1.3.6.1.4.1.2021.11.54.0|65|3368 +1.3.6.1.4.1.2021.11.55.0|65|0 +1.3.6.1.4.1.2021.11.56.0|65|12220104 +1.3.6.1.4.1.2021.11.57.0|65|1142442 +1.3.6.1.4.1.2021.11.58.0|65|113728 +1.3.6.1.4.1.2021.11.59.0|65|2391178118 +1.3.6.1.4.1.2021.11.60.0|65|2147488554 +1.3.6.1.4.1.2021.11.61.0|65|331140 +1.3.6.1.4.1.2021.11.62.0|65|0 +1.3.6.1.4.1.2021.11.63.0|65|0 +1.3.6.1.4.1.2021.11.64.0|65|0 +1.3.6.1.4.1.2021.11.65.0|65|0 +1.3.6.1.4.1.2021.11.66.0|65|0 +1.3.6.1.4.1.6066.2.1.3.1.1.6.0|4|68021242 +1.3.6.1.4.1.6066.2.1.3.1.1.9.0|4|8.0 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.1|4|+1.0V +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.2|4|+5V +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.3|4|Pwr_Fail +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.4|4|Per_Reset +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.5|4|NMI_PB +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.6|4|-48V_B +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.7|4|-48V_A +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.8|4|405EX_Sys_Rst +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.9|4|+1.5V +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.10|4|Mon2_Rst +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.11|4|Rst_fm_FPGA +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.12|4|+1.2V +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.13|4|+1.25V +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.14|4|+1.8V +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.15|4|+2.5V +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.16|4|+3.3V +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.17|4|main_power +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.18|4|eth_switch +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.19|4|sfp +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.20|4|processor +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.21|4|inlet_air_2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2.22|4|inlet_air_1 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.1|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.2|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.3|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.4|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.5|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.6|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.7|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.8|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.9|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.10|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.11|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.12|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.13|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.14|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.15|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.16|2|2 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.17|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.18|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.19|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.20|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.21|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3.22|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.1|2|1025 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.2|2|4987 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.3|2|103 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.4|2|3275 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.5|2|3264 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.6|2|-54780 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.7|2|-54630 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.8|2|2389 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.9|2|1487 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.10|2|2389 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.11|2|3237 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.12|2|1196 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.13|2|1250 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.14|2|1821 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.15|2|2493 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.16|2|3286 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.17|2|25000 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.18|2|31000 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.19|2|30500 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.20|2|29000 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.21|2|28500 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4.22|2|27000 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.1|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.2|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.3|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.4|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.5|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.6|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.7|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.8|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.9|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.10|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.11|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.12|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.13|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.14|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.15|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.16|2|3 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.17|2|4 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.18|2|4 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.19|2|4 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.20|2|4 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.21|2|4 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5.22|2|4 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.1|67|454861589 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.2|67|454861591 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.3|67|454861592 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.4|67|454861594 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.5|67|454861595 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.6|67|454861599 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.7|67|454861600 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.8|67|454861602 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.9|67|454861604 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.10|67|454861605 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.11|67|454861611 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.12|67|454861612 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.13|67|454861614 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.14|67|454861617 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.15|67|454861619 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.16|67|454861620 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.17|67|454861622 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.18|67|454861624 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.19|67|454861626 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.20|67|454861627 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.21|67|454861628 +1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6.22|67|454861630 +1.3.6.1.6.3.10.2.1.3.0|2|4547952