diff --git a/flake.nix b/flake.nix index 7bb8403..896c720 100644 --- a/flake.nix +++ b/flake.nix @@ -174,6 +174,6 @@ formatter = pkgs.alejandra; - #packages.snmp-yaml = pkgs.callPackage ./packages/snmp-yaml {}; + packages.snmp-yaml = pkgs.callPackage ./packages/snmp-yaml {}; }); } diff --git a/packages/snmp-yaml/README.md b/packages/snmp-yaml/README.md new file mode 100644 index 0000000..2358ebc --- /dev/null +++ b/packages/snmp-yaml/README.md @@ -0,0 +1,8 @@ +How to upgrade snmp.yml + +1. Extend generator.yml from the upstream generator.yml in snmp_exporter/generator/generator.yml +2. Generate snmp.yml: + + snmp_exporter/generator$ make mibs + packages/snmp-yaml $ MIBDIRS=$HOME/code/snmp_exporter/generator/mibs /nix/store/wmymig1r9jfiaffbdpv1lyaj32rydbzc-snmp_exporter-0.21.0/bin/generator generate + diff --git a/packages/snmp-yaml/default.nix b/packages/snmp-yaml/default.nix index a72990b..20d89d6 100644 --- a/packages/snmp-yaml/default.nix +++ b/packages/snmp-yaml/default.nix @@ -1,16 +1,19 @@ { stdenv, pkgs, + prometheus-snmp-exporter, }: stdenv.mkDerivation { name = "snmp-yaml"; + inherit (prometheus-snmp-exporter) version src; - buildInputs = [pkgs.prometheus-snmp-exporter]; + buildInputs = [prometheus-snmp-exporter]; - installPhase = '' + buildPhase = '' mkdir -p $out - ${pkgs.prometheus-snmp-exporter}/bin/generator generate \ - ${pkgs.prometheus-snmp-exporter}/generator/generator.yaml \ + set -x + cd $src/generator + ${prometheus-snmp-exporter}/bin/generator generate \ --output-path=$out/snmp.yml ''; } diff --git a/packages/snmp-yaml/generator.yml b/packages/snmp-yaml/generator.yml new file mode 100644 index 0000000..a0c2ce4 --- /dev/null +++ b/packages/snmp-yaml/generator.yml @@ -0,0 +1,50 @@ +modules: + # Default IF-MIB interfaces table with ifIndex. + if_mib: + walk: [sysUpTime, interfaces, ifXTable] + lookups: + - source_indexes: [ifIndex] + lookup: ifAlias + - source_indexes: [ifIndex] + # Uis OID to avoid conflict with PaloAlto PAN-COMMON-MIB. + lookup: 1.3.6.1.2.1.2.2.1.2 # ifDescr + - source_indexes: [ifIndex] + # Use OID to avoid conflict with Netscaler NS-ROOT-MIB. + lookup: 1.3.6.1.2.1.31.1.1.1.1 # ifName + overrides: + ifAlias: + ignore: true # Lookup metric + ifDescr: + ignore: true # Lookup metric + ifName: + ignore: true # Lookup metric + ifType: + type: EnumAsInfo + +# Mikrotik Router +# +# http://download2.mikrotik.com/Mikrotik.mib + mikrotik: + walk: + - interfaces + - ifMIB + - laIndex + - sysUpTime + - sysDescr + - host + - mikrotik + lookups: + - source_indexes: [ifIndex] + lookup: ifName + - source_indexes: [mtxrInterfaceStatsIndex] + lookup: ifName + - source_indexes: [hrStorageIndex] + lookup: hrStorageDescr + - source_indexes: [laIndex] + lookup: laNames + drop_source_indexes: true + overrides: + ifName: + ignore: true # Lookup metric + ifType: + type: EnumAsInfo diff --git a/packages/snmp-yaml/mibs/default.nix b/packages/snmp-yaml/mibs/default.nix deleted file mode 100644 index 89bdd02..0000000 --- a/packages/snmp-yaml/mibs/default.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ - stdenv, - graphicsmagick, - runCommand, - sunpaper, -}: let - # Upper left corner of rectangle. - base.x = 3835; - base.y = 35; - # Add 720p to the coordinates to find the lower right corner. - rect.xy0 = "${toString base.x},${toString base.y}"; - rect.xy1 = "${toString (base.x + 1280)},${toString (base.y + 720)}"; - # Add some pixels to the base coordinates to place the text nicely. - text.xy = "${toString (base.x + 1115)},${toString (base.y + 60)}"; -in - stdenv.mkDerivation { - pname = "sway-wallpaper"; - inherit (sunpaper) version src; - - installPhase = '' - mkdir -p $out - - # Resize for normal background - ${graphicsmagick}/bin/gm convert -crop 7680x2160+0+375 -resize 5120x1440 ./images/Lakeside/5.jpg $out/default.jpg - - # Resize a darker variation for screen locker - ${graphicsmagick}/bin/gm convert -crop 7680x2160+0+375 -resize 5120x1440 ./images/Lakeside/8.jpg $out/dark.jpg - - # Draw a 720p rectangle on top - ${graphicsmagick}/bin/gm convert -fill '#FFFFFFBB' -draw 'rectangle ${rect.xy0} ${rect.xy1}' $out/default.jpg 720pfigure.jpg - - # Draw a text on top of this - ${graphicsmagick}/bin/gm convert -fill '#FFFFFF' -pointsize 72 -draw 'text ${text.xy} "720p"' 720pfigure.jpg $out/720pfigure.jpg - ''; - } diff --git a/packages/snmp-yaml/mibs/mikrotik-7.11.mib b/packages/snmp-yaml/mibs/mikrotik-7.11.mib deleted file mode 100644 index 57224c8..0000000 --- a/packages/snmp-yaml/mibs/mikrotik-7.11.mib +++ /dev/null @@ -1,3581 +0,0 @@ -MIKROTIK-MIB DEFINITIONS ::= BEGIN - -IMPORTS -InetAddressType, InetAddress, InetPortNumber FROM INET-ADDRESS-MIB -MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32, Gauge32, IpAddress, -Counter64, enterprises, NOTIFICATION-TYPE, TimeTicks FROM SNMPv2-SMI -TEXTUAL-CONVENTION, DisplayString, MacAddress, DateAndTime FROM SNMPv2-TC -OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF; - -mikrotikExperimentalModule MODULE-IDENTITY - LAST-UPDATED "202305010000Z" - ORGANIZATION "MikroTik" - CONTACT-INFO "support@mikrotik.com" - DESCRIPTION "" - REVISION "202305010000Z" - DESCRIPTION "" - ::= { mikrotik 1 } - -mikrotik OBJECT IDENTIFIER ::= { enterprises 14988 } -mtXMetaInfo OBJECT IDENTIFIER ::= { mikrotikExperimentalModule 2 } -mtXRouterOsGroups OBJECT IDENTIFIER ::= { mtXMetaInfo 1 } - -mtXRouterOs OBJECT IDENTIFIER ::= { mikrotikExperimentalModule 1 } -mtxrWireless OBJECT IDENTIFIER ::= { mtXRouterOs 1 } -mtxrQueues OBJECT IDENTIFIER ::= { mtXRouterOs 2 } -mtxrHealth OBJECT IDENTIFIER ::= { mtXRouterOs 3 } -mtxrLicense OBJECT IDENTIFIER ::= { mtXRouterOs 4 } -mtxrHotspot OBJECT IDENTIFIER ::= { mtXRouterOs 5 } -mtxrDHCP OBJECT IDENTIFIER ::= { mtXRouterOs 6 } -mtxrSystem OBJECT IDENTIFIER ::= { mtXRouterOs 7 } -mtxrScripts OBJECT IDENTIFIER ::= { mtXRouterOs 8 } -mtxrTraps OBJECT IDENTIFIER ::= { mtXRouterOs 9 } -mtxrNstremeDual OBJECT IDENTIFIER ::= { mtXRouterOs 10 } -mtxrNeighbor OBJECT IDENTIFIER ::= { mtXRouterOs 11 } -mtxrGps OBJECT IDENTIFIER ::= { mtXRouterOs 12 } -mtxrWirelessModem OBJECT IDENTIFIER ::= { mtXRouterOs 13 } -mtxrInterfaceStats OBJECT IDENTIFIER ::= { mtXRouterOs 14 } -mtxrPOE OBJECT IDENTIFIER ::= { mtXRouterOs 15 } -mtxrLTEModem OBJECT IDENTIFIER ::= { mtXRouterOs 16 } -mtxrPartition OBJECT IDENTIFIER ::= { mtXRouterOs 17 } -mtxrScriptRun OBJECT IDENTIFIER ::= { mtXRouterOs 18 } -mtxrOptical OBJECT IDENTIFIER ::= { mtXRouterOs 19 } -mtxrIPSec OBJECT IDENTIFIER ::= { mtXRouterOs 20 } - -ObjectIndex ::= TEXTUAL-CONVENTION - DISPLAY-HINT "x" - STATUS current - DESCRIPTION "Internal " - SYNTAX Integer32 (0..2147483647) --- Note that actually in RouterOs index values can be in range 0..4294967294, --- this can sometimes make them negative. Any of the following syntaxes would --- be more appropriate, but since Integer32 is used for InterfaceIndex in --- IF-MIB, where it can also take negative values in RouterOs, it is used --- here for consistency. --- Also note that ObjectIndex value is not related to item numbers that are --- used by console and shown by console print command. --- --- SYNTAX Integer32 (-2147483648..2147483647) --- SYNTAX Unsigned32 (0..4294967295) - -HexInt ::= TEXTUAL-CONVENTION - DISPLAY-HINT "x" - STATUS current - DESCRIPTION "Hex" - SYNTAX Integer32 (-2147483648..2147483647) - -Voltage ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d-1" - STATUS current - DESCRIPTION "" - SYNTAX Integer32 (-2147483648..2147483647) - -Temperature ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d-1" - STATUS current - DESCRIPTION "" - SYNTAX Integer32 (-2147483648..2147483647) - -Power ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d-1" - STATUS current - DESCRIPTION "" - SYNTAX Integer32 (-2147483648..2147483647) - -GDiv100 ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d-2" - STATUS current - DESCRIPTION "/100" - SYNTAX Gauge32 - -GDiv1000 ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d-3" - STATUS current - DESCRIPTION "/1000" - SYNTAX Gauge32 - -IDiv1000 ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d-3" - STATUS current - DESCRIPTION "/1000" - SYNTAX Integer32 (-2147483648..2147483647) - -BoolValue ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "Boolean value." - SYNTAX INTEGER { false(0), true(1) } - -IsakmpCookie ::= TEXTUAL-CONVENTION - DISPLAY-HINT "16a" - STATUS current - DESCRIPTION "ISAKMP cookie string" - SYNTAX OCTET STRING (SIZE (16)) - --- WIRELESS ******************************************************************** - -mtxrWlStatTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrWlStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWireless 1 } - -mtxrWlStatEntry OBJECT-TYPE - SYNTAX MtxrWlStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Wireless station mode interface" - INDEX { mtxrWlStatIndex } - ::= { mtxrWlStatTable 1 } - -MtxrWlStatEntry ::= SEQUENCE { - mtxrWlStatIndex ObjectIndex, - mtxrWlStatTxRate Gauge32, - mtxrWlStatRxRate Gauge32, - mtxrWlStatStrength Integer32, - mtxrWlStatSsid DisplayString, - mtxrWlStatBssid MacAddress, - mtxrWlStatFreq Integer32, - mtxrWlStatBand DisplayString, - mtxrWlStatTxCCQ Counter32, - mtxrWlStatRxCCQ Counter32 -} - -mtxrWlStatIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWlStatEntry 1 } - -mtxrWlStatTxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrWlStatEntry 2 } - -mtxrWlStatRxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrWlStatEntry 3 } - -mtxrWlStatStrength OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "dBm" - ::= { mtxrWlStatEntry 4 } - -mtxrWlStatSsid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlStatEntry 5 } - -mtxrWlStatBssid OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlStatEntry 6 } - -mtxrWlStatFreq OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "megahertz" - ::= { mtxrWlStatEntry 7 } - -mtxrWlStatBand OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlStatEntry 8 } - -mtxrWlStatTxCCQ OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlStatEntry 9 } - -mtxrWlStatRxCCQ OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlStatEntry 10 } - --- WlRtabTable -mtxrWlRtabTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrWlRtabEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWireless 2 } - -mtxrWlRtabEntry OBJECT-TYPE - SYNTAX MtxrWlRtabEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Wireless registration table. It is indexed by remote - mac-address and local interface index" - INDEX { mtxrWlRtabAddr, mtxrWlRtabIface } - ::= { mtxrWlRtabTable 1 } - -MtxrWlRtabEntry ::= SEQUENCE { - mtxrWlRtabAddr MacAddress, - mtxrWlRtabIface ObjectIndex, - mtxrWlRtabStrength Integer32, - mtxrWlRtabTxBytes Counter32, - mtxrWlRtabRxBytes Counter32, - mtxrWlRtabTxPackets Counter32, - mtxrWlRtabRxPackets Counter32, - mtxrWlRtabTxRate Gauge32, - mtxrWlRtabRxRate Gauge32, - mtxrWlRtabRouterOSVersion DisplayString, - mtxrWlRtabUptime TimeTicks, - mtxrWlRtabSignalToNoise Integer32, - mtxrWlRtabTxStrengthCh0 Integer32, - mtxrWlRtabRxStrengthCh0 Integer32, - mtxrWlRtabTxStrengthCh1 Integer32, - mtxrWlRtabRxStrengthCh1 Integer32, - mtxrWlRtabTxStrengthCh2 Integer32, - mtxrWlRtabRxStrengthCh2 Integer32, - mtxrWlRtabTxStrength Integer32, - mtxrWlRtabRadioName DisplayString -} - -mtxrWlRtabAddr OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 1 } - -mtxrWlRtabIface OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 2 } - -mtxrWlRtabStrength OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "dBm" - ::= { mtxrWlRtabEntry 3 } - -mtxrWlRtabTxBytes OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 4 } - -mtxrWlRtabRxBytes OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 5 } - -mtxrWlRtabTxPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 6 } - -mtxrWlRtabRxPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 7 } - -mtxrWlRtabTxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrWlRtabEntry 8 } - -mtxrWlRtabRxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrWlRtabEntry 9 } - -mtxrWlRtabRouterOSVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "RouterOS version" - ::= { mtxrWlRtabEntry 10 } - -mtxrWlRtabUptime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION "uptime" - ::= { mtxrWlRtabEntry 11 } - -mtxrWlRtabSignalToNoise OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Measured in dB, if value does not exist it is indicated with 0" - ::= { mtxrWlRtabEntry 12 } - -mtxrWlRtabTxStrengthCh0 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 13 } - -mtxrWlRtabRxStrengthCh0 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 14 } - -mtxrWlRtabTxStrengthCh1 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 15 } - -mtxrWlRtabRxStrengthCh1 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 16 } - -mtxrWlRtabTxStrengthCh2 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 17 } - -mtxrWlRtabRxStrengthCh2 OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 18 } - -mtxrWlRtabTxStrength OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 19 } - -mtxrWlRtabRadioName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlRtabEntry 20 } - -mtxrWlRtabEntryCount OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Wireless registration table entry count" - ::= { mtxrWireless 4 } - -mtxrWlApTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrWlApEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWireless 3 } - -mtxrWlApEntry OBJECT-TYPE - SYNTAX MtxrWlApEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Wireless access point mode interface" - INDEX { mtxrWlApIndex } - ::= { mtxrWlApTable 1 } - -MtxrWlApEntry ::= SEQUENCE { - mtxrWlApIndex ObjectIndex, - mtxrWlApTxRate Gauge32, - mtxrWlApRxRate Gauge32, - mtxrWlApSsid DisplayString, - mtxrWlApBssid MacAddress, - mtxrWlApClientCount Counter32, - mtxrWlApFreq Integer32, - mtxrWlApBand DisplayString, - mtxrWlApNoiseFloor Integer32, - mtxrWlApOverallTxCCQ Counter32, - mtxrWlApAuthClientCount Counter32 -} - -mtxrWlApIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWlApEntry 1 } - -mtxrWlApTxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrWlApEntry 2 } - -mtxrWlApRxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrWlApEntry 3 } - -mtxrWlApSsid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlApEntry 4 } - -mtxrWlApBssid OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlApEntry 5 } - -mtxrWlApClientCount OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlApEntry 6 } - -mtxrWlApFreq OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "megahertz" - ::= { mtxrWlApEntry 7 } - -mtxrWlApBand OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlApEntry 8 } - -mtxrWlApNoiseFloor OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlApEntry 9 } - -mtxrWlApOverallTxCCQ OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlApEntry 10 } - -mtxrWlApAuthClientCount OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlApEntry 11 } - -mtxrWlCMRtabTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrWlCMRtabEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWireless 5 } - -mtxrWlCMRtabEntry OBJECT-TYPE - SYNTAX MtxrWlCMRtabEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Wireless CAPSMAN registration table. It is indexed by remote - mac-address and local interface index" - INDEX { mtxrWlCMRtabAddr, mtxrWlCMRtabIface } - ::= { mtxrWlCMRtabTable 1 } - -MtxrWlCMRtabEntry ::= SEQUENCE { - mtxrWlCMRtabAddr MacAddress, - mtxrWlCMRtabIface ObjectIndex, - mtxrWlCMRtabUptime TimeTicks, - mtxrWlCMRtabTxBytes Counter32, - mtxrWlCMRtabRxBytes Counter32, - mtxrWlCMRtabTxPackets Counter32, - mtxrWlCMRtabRxPackets Counter32, - mtxrWlCMRtabTxRate Gauge32, - mtxrWlCMRtabRxRate Gauge32, - mtxrWlCMRtabTxStrength Integer32, - mtxrWlCMRtabRxStrength Integer32, - mtxrWlCMRtabSsid DisplayString, - mtxrWlCMRtabEapIdent DisplayString -} - -mtxrWlCMRtabAddr OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 1 } - -- should not be accessible in SMIv2 - -mtxrWlCMRtabIface OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 2 } - -mtxrWlCMRtabUptime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION "uptime" - ::= { mtxrWlCMRtabEntry 3 } - -mtxrWlCMRtabTxBytes OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 4 } - -mtxrWlCMRtabRxBytes OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 5 } - -mtxrWlCMRtabTxPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 6 } - -mtxrWlCMRtabRxPackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 7 } - -mtxrWlCMRtabTxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrWlCMRtabEntry 8 } - -mtxrWlCMRtabRxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrWlCMRtabEntry 9 } - -mtxrWlCMRtabTxStrength OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 10 } - -mtxrWlCMRtabRxStrength OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 11 } - -mtxrWlCMRtabSsid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 12 } - -mtxrWlCMRtabEapIdent OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRtabEntry 13 } - -mtxrWlCMRtabEntryCount OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Wireless CAPSMAN registration table entry count" - ::= { mtxrWireless 6 } - -mtxrWlCMREntryCount OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Wireless CAPSMAN remote-cap entry count" - ::= { mtxrWireless 10 } - -mtxrWlCMTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrWlCMEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWireless 7 } - -mtxrWlCMEntry OBJECT-TYPE - SYNTAX MtxrWlCMEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "CAPS-MAN mode interface" - INDEX { mtxrWlCMIndex } - ::= { mtxrWlCMTable 1 } - -MtxrWlCMEntry ::= SEQUENCE { - mtxrWlCMIndex ObjectIndex, - mtxrWlCMRegClientCount Counter32, - mtxrWlCMAuthClientCount Counter32, - mtxrWlCMState DisplayString, - mtxrWlCMChannel DisplayString -} - -mtxrWlCMIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMEntry 1 } - -mtxrWlCMRegClientCount OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMEntry 2 } - -mtxrWlCMAuthClientCount OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMEntry 3 } - -mtxrWlCMState OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMEntry 4 } - -mtxrWlCMChannel OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "for master only" - ::= { mtxrWlCMEntry 5 } - --- -mtxrWlCMRemoteTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrWlCMRemoteEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWireless 11 } - -mtxrWlCMRemoteEntry OBJECT-TYPE - SYNTAX MtxrWlCMRemoteEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "CAPSMAN remote-cap list" - INDEX { mtxrWlCMRemoteIndex } - ::= { mtxrWlCMRemoteTable 1 } - -MtxrWlCMRemoteEntry ::= SEQUENCE { - mtxrWlCMRemoteIndex ObjectIndex, - mtxrWlCMRemoteName DisplayString, - mtxrWlCMRemoteState DisplayString, - mtxrWlCMRemoteAddress DisplayString, - mtxrWlCMRemoteRadios Counter32 -} - -mtxrWlCMRemoteIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRemoteEntry 1 } - -mtxrWlCMRemoteName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRemoteEntry 2 } - -mtxrWlCMRemoteState OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRemoteEntry 3 } - -mtxrWlCMRemoteAddress OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRemoteEntry 4 } - -mtxrWlCMRemoteRadios OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWlCMRemoteEntry 5 } - --- W60G -mtxrWl60GTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrWl60GEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWireless 8 } - -mtxrWl60GEntry OBJECT-TYPE - SYNTAX MtxrWl60GEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "W60G interface" - INDEX { mtxrWl60GIndex } - ::= { mtxrWl60GTable 1 } - -MtxrWl60GEntry ::= SEQUENCE { - mtxrWl60GIndex ObjectIndex, - mtxrWl60GMode INTEGER, - mtxrWl60GSsid DisplayString, - mtxrWl60GConnected BoolValue, - mtxrWl60GRemote MacAddress, - mtxrWl60GFreq Integer32, - mtxrWl60GMcs Integer32, - mtxrWl60GSignal Integer32, - mtxrWl60GTxSector Integer32, - mtxrWl60GTxSectorInfo DisplayString, - mtxrWl60GRssi Integer32, - mtxrWl60GPhyRate Gauge32 -} - -mtxrWl60GIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 1 } - -mtxrWl60GMode OBJECT-TYPE - SYNTAX INTEGER { - apBridge(0), - stationBridge(1), - sniff(2), - bridge(3) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 2 } - -mtxrWl60GSsid OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 3 } - -mtxrWl60GConnected OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 4 } - -mtxrWl60GRemote OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 5 } - -mtxrWl60GFreq OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Mhz" - ::= { mtxrWl60GEntry 6 } - -mtxrWl60GMcs OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 7 } - -mtxrWl60GSignal OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 8 } - -mtxrWl60GTxSector OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 9 } - -mtxrWl60GTxSectorInfo OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 11 } - -mtxrWl60GRssi OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 12 } - -mtxrWl60GPhyRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GEntry 13 } - --- W60GSta -mtxrWl60GStaTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrWl60GStaEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWireless 9 } - -mtxrWl60GStaEntry OBJECT-TYPE - SYNTAX MtxrWl60GStaEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "W60G stations" - INDEX { mtxrWl60GStaIndex } - ::= { mtxrWl60GStaTable 1 } - -MtxrWl60GStaEntry ::= SEQUENCE { - mtxrWl60GStaIndex ObjectIndex, - mtxrWl60GStaConnected BoolValue, - mtxrWl60GStaRemote MacAddress, - mtxrWl60GStaMcs Integer32, - mtxrWl60GStaSignal Integer32, - mtxrWl60GStaTxSector Integer32, - mtxrWl60GStaPhyRate Gauge32, - mtxrWl60GStaRssi Integer32, - mtxrWl60GStaDistance Integer32 -} - -mtxrWl60GStaIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GStaEntry 1 } - -mtxrWl60GStaConnected OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GStaEntry 2 } - -mtxrWl60GStaRemote OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GStaEntry 3 } - -mtxrWl60GStaMcs OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GStaEntry 4 } - -mtxrWl60GStaSignal OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GStaEntry 5 } - -mtxrWl60GStaTxSector OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GStaEntry 6 } - -mtxrWl60GStaPhyRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Mbits per second" - ::= { mtxrWl60GStaEntry 8 } - -mtxrWl60GStaRssi OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrWl60GStaEntry 9 } - -mtxrWl60GStaDistance OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "meters" - ::= { mtxrWl60GStaEntry 10 } - - -mtxrWirelessGroup OBJECT-GROUP OBJECTS { - mtxrWlStatTxRate, - mtxrWlStatRxRate, - mtxrWlStatStrength, - mtxrWlStatSsid, - mtxrWlStatBssid, - mtxrWlStatFreq, - mtxrWlStatBand, - mtxrWlStatTxCCQ, - mtxrWlStatRxCCQ, - mtxrWlRtabStrength, - mtxrWlRtabTxBytes, - mtxrWlRtabRxBytes, - mtxrWlRtabTxPackets, - mtxrWlRtabRxPackets, - mtxrWlRtabTxRate, - mtxrWlRtabRxRate, - mtxrWlRtabEntryCount, - mtxrWlRtabRouterOSVersion, - mtxrWlRtabUptime, - mtxrWlRtabSignalToNoise, - mtxrWlRtabTxStrengthCh0, - mtxrWlRtabRxStrengthCh0, - mtxrWlRtabTxStrengthCh1, - mtxrWlRtabRxStrengthCh1, - mtxrWlRtabTxStrengthCh2, - mtxrWlRtabRxStrengthCh2, - mtxrWlRtabTxStrength, - mtxrWlRtabRadioName, - mtxrWlApTxRate, - mtxrWlApRxRate, - mtxrWlApSsid, - mtxrWlApBssid, - mtxrWlApClientCount, - mtxrWlApBand, - mtxrWlApFreq, - mtxrWlApNoiseFloor, - mtxrWlApOverallTxCCQ, - mtxrWlApAuthClientCount, - mtxrWlCMRtabAddr, - mtxrWlCMRtabTxBytes, - mtxrWlCMRtabRxBytes, - mtxrWlCMRtabTxPackets, - mtxrWlCMRtabRxPackets, - mtxrWlCMRtabTxRate, - mtxrWlCMRtabRxRate, - mtxrWlCMRtabUptime, - mtxrWlCMRtabTxStrength, - mtxrWlCMRtabRxStrength, - mtxrWlCMRtabSsid, - mtxrWlCMRtabEntryCount, - mtxrWlCMREntryCount, - mtxrWlCMRegClientCount, - mtxrWlCMAuthClientCount, - mtxrWl60GMode, - mtxrWl60GSsid, - mtxrWl60GConnected, - mtxrWl60GRemote, - mtxrWl60GFreq, - mtxrWl60GMcs, - mtxrWl60GSignal, - mtxrWl60GTxSector, - mtxrWl60GTxSectorInfo, - mtxrWl60GRssi, - mtxrWl60GPhyRate, - mtxrWl60GStaConnected, - mtxrWl60GStaRemote, - mtxrWl60GStaMcs, - mtxrWl60GStaSignal, - mtxrWl60GStaTxSector - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 1 } - --- QUEUES ******************************************************************** - -mtxrQueueSimpleTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrQueueSimpleEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrQueues 1 } - -mtxrQueueSimpleEntry OBJECT-TYPE - SYNTAX MtxrQueueSimpleEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Simple queue" - INDEX { mtxrQueueSimpleIndex } - ::= { mtxrQueueSimpleTable 1 } - -MtxrQueueSimpleEntry ::= SEQUENCE { - mtxrQueueSimpleIndex ObjectIndex, - mtxrQueueSimpleName DisplayString, - mtxrQueueSimpleSrcAddr IpAddress, - mtxrQueueSimpleSrcMask IpAddress, - mtxrQueueSimpleDstAddr IpAddress, - mtxrQueueSimpleDstMask IpAddress, - mtxrQueueSimpleIface ObjectIndex, - mtxrQueueSimpleBytesIn Counter64, - mtxrQueueSimpleBytesOut Counter64, - mtxrQueueSimplePacketsIn Counter32, - mtxrQueueSimplePacketsOut Counter32, - mtxrQueueSimplePCQQueuesIn Counter32, - mtxrQueueSimplePCQQueuesOut Counter32, - mtxrQueueSimpleDroppedIn Counter32, - mtxrQueueSimpleDroppedOut Counter32 -} - -mtxrQueueSimpleIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 1 } - -mtxrQueueSimpleName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 2 } - -mtxrQueueSimpleSrcAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 3 } - -mtxrQueueSimpleSrcMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 4 } - -mtxrQueueSimpleDstAddr OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 5 } - -mtxrQueueSimpleDstMask OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 6 } - -mtxrQueueSimpleIface OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS read-only - STATUS current - DESCRIPTION "interface index" - ::= { mtxrQueueSimpleEntry 7 } - -mtxrQueueSimpleBytesIn OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 8 } - -mtxrQueueSimpleBytesOut OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 9 } - -mtxrQueueSimplePacketsIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 10 } - -mtxrQueueSimplePacketsOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 11 } - -mtxrQueueSimplePCQQueuesIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 12 } - -mtxrQueueSimplePCQQueuesOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 13 } - -mtxrQueueSimpleDroppedIn OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 14 } - -mtxrQueueSimpleDroppedOut OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueSimpleEntry 15 } - -mtxrQueueTreeTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrQueueTreeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrQueues 2 } - -mtxrQueueTreeEntry OBJECT-TYPE - SYNTAX MtxrQueueTreeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Tree queue" - INDEX { mtxrQueueTreeIndex } - ::= { mtxrQueueTreeTable 1 } - -MtxrQueueTreeEntry ::= SEQUENCE { - mtxrQueueTreeIndex ObjectIndex, - mtxrQueueTreeName DisplayString, - mtxrQueueTreeFlow DisplayString, - mtxrQueueTreeParentIndex ObjectIndex, - mtxrQueueTreeBytes Counter32, - mtxrQueueTreePackets Counter32, - mtxrQueueTreeHCBytes Counter64, - mtxrQueueTreePCQQueues Counter32, - mtxrQueueTreeDropped Counter32 -} - -mtxrQueueTreeIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrQueueTreeEntry 1 } - -mtxrQueueTreeName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueTreeEntry 2 } - -mtxrQueueTreeFlow OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "flowmark" - ::= { mtxrQueueTreeEntry 3 } - -mtxrQueueTreeParentIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS read-only - STATUS current - DESCRIPTION "index of parent tree queue or parent interface" - ::= { mtxrQueueTreeEntry 4 } - -mtxrQueueTreeBytes OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueTreeEntry 5 } - -mtxrQueueTreePackets OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueTreeEntry 6 } - -mtxrQueueTreeHCBytes OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueTreeEntry 7 } - -mtxrQueueTreePCQQueues OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueTreeEntry 8 } - -mtxrQueueTreeDropped OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrQueueTreeEntry 9 } - -mtxrQueueGroup OBJECT-GROUP OBJECTS { - mtxrQueueSimpleName, mtxrQueueSimpleSrcAddr, mtxrQueueSimpleSrcMask, - mtxrQueueSimpleDstAddr, mtxrQueueSimpleDstMask, mtxrQueueSimpleIface, - mtxrQueueSimpleBytesIn, mtxrQueueSimpleBytesOut, - mtxrQueueSimplePacketsIn, mtxrQueueSimplePacketsOut, mtxrQueueTreeName, - mtxrQueueSimplePCQQueuesIn, - mtxrQueueSimplePCQQueuesOut, - mtxrQueueSimpleDroppedIn, - mtxrQueueSimpleDroppedOut, - mtxrQueueTreeFlow, mtxrQueueTreeParentIndex, mtxrQueueTreeBytes, - mtxrQueueTreePackets, - mtxrQueueTreeHCBytes, - mtxrQueueTreePCQQueues, - mtxrQueueTreeDropped - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 2 } - --- HEALTH ******************************************************************** - -mtxrHlCoreVoltage OBJECT-TYPE - SYNTAX Voltage - MAX-ACCESS read-only - STATUS current - DESCRIPTION "core voltage" - ::= { mtxrHealth 1 } - -mtxrHlThreeDotThreeVoltage OBJECT-TYPE - SYNTAX Voltage - MAX-ACCESS read-only - STATUS current - DESCRIPTION "3.3V voltage" - ::= { mtxrHealth 2 } - -mtxrHlFiveVoltage OBJECT-TYPE - SYNTAX Voltage - MAX-ACCESS read-only - STATUS current - DESCRIPTION "5V voltage" - ::= { mtxrHealth 3 } - -mtxrHlTwelveVoltage OBJECT-TYPE - SYNTAX Voltage - MAX-ACCESS read-only - STATUS current - DESCRIPTION "12V voltage" - ::= { mtxrHealth 4 } - -mtxrHlSensorTemperature OBJECT-TYPE - SYNTAX Temperature - MAX-ACCESS read-only - STATUS current - DESCRIPTION "temperature at sensor chip" - ::= { mtxrHealth 5 } - -mtxrHlCpuTemperature OBJECT-TYPE - SYNTAX Temperature - MAX-ACCESS read-only - STATUS current - DESCRIPTION "temperature near cpu" - ::= { mtxrHealth 6 } - -mtxrHlBoardTemperature OBJECT-TYPE - SYNTAX Temperature - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHealth 7 } - -mtxrHlVoltage OBJECT-TYPE - SYNTAX Voltage - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHealth 8 } - -mtxrHlActiveFan OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHealth 9 } - -mtxrHlTemperature OBJECT-TYPE - SYNTAX Temperature - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHealth 10 } - -mtxrHlProcessorTemperature OBJECT-TYPE - SYNTAX Temperature - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHealth 11 } - -mtxrHlPower OBJECT-TYPE - SYNTAX Power - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Watts" - ::= { mtxrHealth 12 } - -mtxrHlCurrent OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "mA" - ::= { mtxrHealth 13 } - -mtxrHlProcessorFrequency OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Mhz" - ::= { mtxrHealth 14 } - -mtxrHlPowerSupplyState OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "PSU state ok" - ::= { mtxrHealth 15 } - -mtxrHlBackupPowerSupplyState OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "backup PSU state ok" - ::= { mtxrHealth 16 } - -mtxrHlFanSpeed1 OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "rpm" - ::= { mtxrHealth 17 } - -mtxrHlFanSpeed2 OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "rpm" - ::= { mtxrHealth 18 } - -mtxrGaugeTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrGaugeTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrHealth 100 } - -mtxrGaugeTableEntry OBJECT-TYPE - SYNTAX MtxrGaugeTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrGaugeIndex } - ::= { mtxrGaugeTable 1 } - -MtxrGaugeTableEntry ::= SEQUENCE { - mtxrGaugeIndex ObjectIndex, - mtxrGaugeName DisplayString, - mtxrGaugeValue Gauge32, - mtxrGaugeUnit INTEGER -} - -mtxrGaugeIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrGaugeTableEntry 1 } - -mtxrGaugeName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrGaugeTableEntry 2 } - -mtxrGaugeValue OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrGaugeTableEntry 3 } - -mtxrGaugeUnit OBJECT-TYPE - SYNTAX INTEGER { - celsius(1), - rpm(2), - dV(3), - dA(4), - dW(5), - status(6) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION "units" - ::= { mtxrGaugeTableEntry 4 } - -mtxrHealthGroup OBJECT-GROUP OBJECTS { - mtxrHlCoreVoltage, mtxrHlThreeDotThreeVoltage, mtxrHlFiveVoltage, - mtxrHlTwelveVoltage, mtxrHlSensorTemperature, mtxrHlCpuTemperature, - mtxrHlBoardTemperature, mtxrHlVoltage, mtxrHlActiveFan, - mtxrHlTemperature, mtxrHlProcessorTemperature, - mtxrHlCurrent, mtxrHlPower, - mtxrHlProcessorFrequency, - mtxrHlPowerSupplyState, mtxrHlBackupPowerSupplyState, - mtxrHlFanSpeed1, mtxrHlFanSpeed2, - mtxrGaugeName, mtxrGaugeValue, mtxrGaugeUnit - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 3 } - --- LICENSE ******************************************************************** - -mtxrLicSoftwareId OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "software id" - ::= { mtxrLicense 1 } - -mtxrLicUpgrUntil OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION "current key allows upgrading until this date" - ::= { mtxrLicense 2 } - -mtxrLicLevel OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "current key level" - ::= { mtxrLicense 3 } - -mtxrLicVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "software version" - ::= { mtxrLicense 4 } - -mtxrLicUpgradableTo OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "upgradable to" - ::= { mtxrLicense 5 } - -mtxrLincenseGroup OBJECT-GROUP OBJECTS { - mtxrLicSoftwareId, mtxrLicUpgrUntil, mtxrLicLevel, mtxrLicVersion, mtxrLicUpgradableTo - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 4 } - --- HOTSPOT *************************************************************** - -mtxrHotspotActiveUsersTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrHotspotActiveUsersTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrHotspot 1 } - -mtxrHotspotActiveUsersTableEntry OBJECT-TYPE - SYNTAX MtxrHotspotActiveUsersTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrHotspotActiveUserIndex } - ::= { mtxrHotspotActiveUsersTable 1 } - -MtxrHotspotActiveUsersTableEntry ::= SEQUENCE { - mtxrHotspotActiveUserIndex ObjectIndex, - mtxrHotspotActiveUserServerID Integer32, - mtxrHotspotActiveUserName DisplayString, - mtxrHotspotActiveUserDomain DisplayString, - mtxrHotspotActiveUserIP IpAddress, - mtxrHotspotActiveUserMAC MacAddress, - mtxrHotspotActiveUserConnectTime Integer32, - mtxrHotspotActiveUserValidTillTime Integer32, - mtxrHotspotActiveUserIdleStartTime Integer32, - mtxrHotspotActiveUserIdleTimeout Integer32, - mtxrHotspotActiveUserPingTimeout Integer32, - mtxrHotspotActiveUserBytesIn Counter64, - mtxrHotspotActiveUserBytesOut Counter64, - mtxrHotspotActiveUserPacketsIn Counter64, - mtxrHotspotActiveUserPacketsOut Counter64, - mtxrHotspotActiveUserLimitBytesIn Counter64, - mtxrHotspotActiveUserLimitBytesOut Counter64, - mtxrHotspotActiveUserAdvertStatus Integer32, - mtxrHotspotActiveUserRadius Integer32, - mtxrHotspotActiveUserBlockedByAdvert Integer32 -} - -mtxrHotspotActiveUserIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 1 } - -mtxrHotspotActiveUserServerID OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 2 } - -mtxrHotspotActiveUserName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 3 } - -mtxrHotspotActiveUserDomain OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 4 } - -mtxrHotspotActiveUserIP OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 5 } - -mtxrHotspotActiveUserMAC OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 6 } - -mtxrHotspotActiveUserConnectTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 7 } - -mtxrHotspotActiveUserValidTillTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 8 } - -mtxrHotspotActiveUserIdleStartTime OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 9 } - -mtxrHotspotActiveUserIdleTimeout OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 10 } - -mtxrHotspotActiveUserPingTimeout OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 11 } - -mtxrHotspotActiveUserBytesIn OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 12 } - -mtxrHotspotActiveUserBytesOut OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 13 } - -mtxrHotspotActiveUserPacketsIn OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 14 } - -mtxrHotspotActiveUserPacketsOut OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 15 } - -mtxrHotspotActiveUserLimitBytesIn OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 16 } - -mtxrHotspotActiveUserLimitBytesOut OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 17 } - -mtxrHotspotActiveUserAdvertStatus OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 18 } - -mtxrHotspotActiveUserRadius OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 19 } - -mtxrHotspotActiveUserBlockedByAdvert OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrHotspotActiveUsersTableEntry 20 } - -mtxrHotspotActiveUserGroup OBJECT-GROUP OBJECTS { - mtxrHotspotActiveUserServerID, - mtxrHotspotActiveUserName, - mtxrHotspotActiveUserDomain, - mtxrHotspotActiveUserIP, - mtxrHotspotActiveUserMAC, - mtxrHotspotActiveUserConnectTime, - mtxrHotspotActiveUserValidTillTime, - mtxrHotspotActiveUserIdleStartTime, - mtxrHotspotActiveUserIdleTimeout, - mtxrHotspotActiveUserPingTimeout, - mtxrHotspotActiveUserBytesIn, - mtxrHotspotActiveUserBytesOut, - mtxrHotspotActiveUserPacketsIn, - mtxrHotspotActiveUserPacketsOut, - mtxrHotspotActiveUserLimitBytesIn, - mtxrHotspotActiveUserLimitBytesOut, - mtxrHotspotActiveUserAdvertStatus, - mtxrHotspotActiveUserRadius, - mtxrHotspotActiveUserBlockedByAdvert - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 5 } - --- DHCP ******************************************************************** - -mtxrDHCPLeaseCount OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrDHCP 1 } - -mtxrDHCPGroup OBJECT-GROUP OBJECTS { - mtxrDHCPLeaseCount - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 12 } - --- SYSTEM ******************************************************************** - -mtxrSystemReboot OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION "set non zero to reboot" - ::= { mtxrSystem 1 } - -mtxrUSBPowerReset OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION "switches off usb power for specified amout of seconds" - ::= { mtxrSystem 2 } - -mtxrSerialNumber OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "RouterBOARD serial number" - ::= { mtxrSystem 3 } - -mtxrFirmwareVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Current firmware version" - ::= { mtxrSystem 4 } - -mtxrNote OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "note" - ::= { mtxrSystem 5 } - -mtxrBuildTime OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "build time" - ::= { mtxrSystem 6 } - -mtxrFirmwareUpgradeVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Upgrade firmware version" - ::= { mtxrSystem 7 } - -mtxrDisplayName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "display name" - ::= { mtxrSystem 8 } - -mtxrBoardName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "board name" - ::= { mtxrSystem 9 } - -mtxrSystemGroup OBJECT-GROUP OBJECTS { - mtxrSystemReboot, - mtxrUSBPowerReset, - mtxrSerialNumber, - mtxrFirmwareVersion, - mtxrNote, - mtxrBuildTime, - mtxrFirmwareUpgradeVersion, - mtxrBoardName - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 13 } - --- SCRIPTS ******************************************************************** - -mtxrScriptTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrScriptTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrScripts 1 } - -mtxrScriptTableEntry OBJECT-TYPE - SYNTAX MtxrScriptTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrScriptIndex } - ::= { mtxrScriptTable 1 } - -MtxrScriptTableEntry ::= SEQUENCE { - mtxrScriptIndex ObjectIndex, - mtxrScriptName DisplayString, - mtxrScriptRunCmd Integer32 -} - -mtxrScriptIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrScriptTableEntry 1 } - -mtxrScriptName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrScriptTableEntry 2 } - -mtxrScriptRunCmd OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-write - STATUS current - DESCRIPTION "set non zero to run" - ::= { mtxrScriptTableEntry 3 } - -mtxrScriptGroup OBJECT-GROUP OBJECTS { - mtxrScriptName, mtxrScriptRunCmd - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 8 } - --- SCRIPT RUN ***************************************************************** - -mtxrScriptRunTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrScriptRunTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "invisible to getnext, accesible only with get request and write premission" - ::= { mtxrScriptRun 1 } - -mtxrScriptRunTableEntry OBJECT-TYPE - SYNTAX MtxrScriptRunTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrScriptRunIndex } - ::= { mtxrScriptRunTable 1 } - -MtxrScriptRunTableEntry ::= SEQUENCE { - mtxrScriptRunIndex ObjectIndex, - mtxrScriptRunOutput DisplayString -} - -mtxrScriptRunIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrScriptRunTableEntry 1 } - -mtxrScriptRunOutput OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "this oid on get request will run script and return it's output" - ::= { mtxrScriptRunTableEntry 2 } - -mtxrScriptRunGroup OBJECT-GROUP OBJECTS { - mtxrScriptRunOutput - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 21 } - --- Dual Nstreme *************************************************************** - -mtxrDnStatTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrDnStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrNstremeDual 1 } - -mtxrDnStatEntry OBJECT-TYPE - SYNTAX MtxrDnStatEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Nstreme Dual interface" - INDEX { mtxrDnStatIndex } - ::= { mtxrDnStatTable 1 } - -MtxrDnStatEntry ::= SEQUENCE { - mtxrDnStatIndex ObjectIndex, - mtxrDnStatTxRate Gauge32, - mtxrDnStatRxRate Gauge32, - mtxrDnStatTxStrength Integer32, - mtxrDnStatRxStrength Integer32, - mtxrDnConnected Integer32 -} - -mtxrDnStatIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrDnStatEntry 1 } - -mtxrDnStatTxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrDnStatEntry 2 } - -mtxrDnStatRxRate OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "bits per second" - ::= { mtxrDnStatEntry 3 } - -mtxrDnStatTxStrength OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "dBm" - ::= { mtxrDnStatEntry 4 } - -mtxrDnStatRxStrength OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "dBm" - ::= { mtxrDnStatEntry 5 } - -mtxrDnConnected OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "0 - not connected, connected otherwise" - ::= { mtxrDnStatEntry 6 } - -mtxrNstremeDualGroup OBJECT-GROUP OBJECTS { - mtxrDnStatTxRate, mtxrDnStatRxRate, - mtxrDnStatTxStrength, mtxrDnStatRxStrength, mtxrDnConnected - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 10 } - --- NEIGHBOR ******************************************************************* - -mtxrNeighborTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrNeighborTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrNeighbor 1 } - -mtxrNeighborTableEntry OBJECT-TYPE - SYNTAX MtxrNeighborTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrNeighborIndex } - ::= { mtxrNeighborTable 1 } - -MtxrNeighborTableEntry ::= SEQUENCE { - mtxrNeighborIndex ObjectIndex, - mtxrNeighborIpAddress IpAddress, - mtxrNeighborMacAddress MacAddress, - mtxrNeighborVersion DisplayString, - mtxrNeighborPlatform DisplayString, - mtxrNeighborIdentity DisplayString, - mtxrNeighborSoftwareID DisplayString, - mtxrNeighborInterfaceID ObjectIndex -} - -mtxrNeighborIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrNeighborTableEntry 1 } - -mtxrNeighborIpAddress OBJECT-TYPE - SYNTAX IpAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrNeighborTableEntry 2 } - -mtxrNeighborMacAddress OBJECT-TYPE - SYNTAX MacAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrNeighborTableEntry 3 } - -mtxrNeighborVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrNeighborTableEntry 4 } - -mtxrNeighborPlatform OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrNeighborTableEntry 5 } - -mtxrNeighborIdentity OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrNeighborTableEntry 6 } - -mtxrNeighborSoftwareID OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrNeighborTableEntry 7 } - -mtxrNeighborInterfaceID OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrNeighborTableEntry 8 } - -mtxrNeighborGroup OBJECT-GROUP OBJECTS { - mtxrNeighborIpAddress, - mtxrNeighborMacAddress, - mtxrNeighborVersion, - mtxrNeighborPlatform, - mtxrNeighborIdentity, - mtxrNeighborSoftwareID, - mtxrNeighborInterfaceID - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 11 } - --- GPS ************************************************************************ - -mtxrDate OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "UNIX time" - ::= { mtxrGps 1 } - -mtxrLongtitude OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "longtitude" - ::= { mtxrGps 2 } - -mtxrLatitude OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "latitude" - ::= { mtxrGps 3 } - -mtxrAltitude OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "altitude" - ::= { mtxrGps 4 } - -mtxrSpeed OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "speed" - ::= { mtxrGps 5 } - -mtxrSattelites OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "visible sattelite count" - ::= { mtxrGps 6 } - -mtxrValid OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "is the data valid" - ::= { mtxrGps 7 } - -mtxrGPSGroup OBJECT-GROUP OBJECTS { - mtxrDate, - mtxrLongtitude, - mtxrLatitude, - mtxrAltitude, - mtxrSpeed, - mtxrSattelites, - mtxrValid - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 15 } - --- Wireless Modem ************************************************************ - -mtxrWirelessModemSignalStrength OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "signal strength in dBm (if first ppp-client modem supports)" - ::= { mtxrWirelessModem 1 } - -mtxrWirelessModemSignalECIO OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "signal EC/IO in dB (if first ppp-client modem supports)" - ::= { mtxrWirelessModem 2 } - -mtxrWirelessModemGroup OBJECT-GROUP OBJECTS { - mtxrWirelessModemSignalStrength, - mtxrWirelessModemSignalECIO - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 16 } - --- Interface Stats ************************************************************ - -mtxrInterfaceStatsTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrInterfaceStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Extended interface statistics. - Some interfaces may have only parts of this table - with unavailable values set to zero." - ::= { mtxrInterfaceStats 1 } - -mtxrInterfaceStatsEntry OBJECT-TYPE - SYNTAX MtxrInterfaceStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrInterfaceStatsIndex } - ::= { mtxrInterfaceStatsTable 1 } - -MtxrInterfaceStatsEntry ::= SEQUENCE { - mtxrInterfaceStatsIndex ObjectIndex, - mtxrInterfaceStatsName DisplayString, - - mtxrInterfaceStatsDriverRxBytes Counter64, - mtxrInterfaceStatsDriverRxPackets Counter64, - mtxrInterfaceStatsDriverTxBytes Counter64, - mtxrInterfaceStatsDriverTxPackets Counter64, - - mtxrInterfaceStatsTxRx64 Counter64, - mtxrInterfaceStatsTxRx65To127 Counter64, - mtxrInterfaceStatsTxRx128To255 Counter64, - mtxrInterfaceStatsTxRx256To511 Counter64, - mtxrInterfaceStatsTxRx512To1023 Counter64, - mtxrInterfaceStatsTxRx1024To1518 Counter64, - mtxrInterfaceStatsTxRx1519ToMax Counter64, - - mtxrInterfaceStatsRxBytes Counter64, - mtxrInterfaceStatsRxPackets Counter64, - mtxrInterfaceStatsRxTooShort Counter64, - mtxrInterfaceStatsRx64 Counter64, - mtxrInterfaceStatsRx65To127 Counter64, - mtxrInterfaceStatsRx128To255 Counter64, - mtxrInterfaceStatsRx256To511 Counter64, - mtxrInterfaceStatsRx512To1023 Counter64, - mtxrInterfaceStatsRx1024To1518 Counter64, - mtxrInterfaceStatsRx1519ToMax Counter64, - mtxrInterfaceStatsRxTooLong Counter64, - mtxrInterfaceStatsRxBroadcast Counter64, - mtxrInterfaceStatsRxPause Counter64, - mtxrInterfaceStatsRxMulticast Counter64, - mtxrInterfaceStatsRxFCSError Counter64, - mtxrInterfaceStatsRxAlignError Counter64, - mtxrInterfaceStatsRxFragment Counter64, - mtxrInterfaceStatsRxOverflow Counter64, - mtxrInterfaceStatsRxControl Counter64, - mtxrInterfaceStatsRxUnknownOp Counter64, - mtxrInterfaceStatsRxLengthError Counter64, - mtxrInterfaceStatsRxCodeError Counter64, - mtxrInterfaceStatsRxCarrierError Counter64, - mtxrInterfaceStatsRxJabber Counter64, - mtxrInterfaceStatsRxDrop Counter64, - - mtxrInterfaceStatsTxBytes Counter64, - mtxrInterfaceStatsTxPackets Counter64, - mtxrInterfaceStatsTxTooShort Counter64, - mtxrInterfaceStatsTx64 Counter64, - mtxrInterfaceStatsTx65To127 Counter64, - mtxrInterfaceStatsTx128To255 Counter64, - mtxrInterfaceStatsTx256To511 Counter64, - mtxrInterfaceStatsTx512To1023 Counter64, - mtxrInterfaceStatsTx1024To1518 Counter64, - mtxrInterfaceStatsTx1519ToMax Counter64, - mtxrInterfaceStatsTxTooLong Counter64, - mtxrInterfaceStatsTxBroadcast Counter64, - mtxrInterfaceStatsTxPause Counter64, - mtxrInterfaceStatsTxMulticast Counter64, - mtxrInterfaceStatsTxUnderrun Counter64, - mtxrInterfaceStatsTxCollision Counter64, - mtxrInterfaceStatsTxExcessiveCollision Counter64, - mtxrInterfaceStatsTxMultipleCollision Counter64, - mtxrInterfaceStatsTxSingleCollision Counter64, - mtxrInterfaceStatsTxExcessiveDeferred Counter64, - mtxrInterfaceStatsTxDeferred Counter64, - mtxrInterfaceStatsTxLateCollision Counter64, - mtxrInterfaceStatsTxTotalCollision Counter64, - mtxrInterfaceStatsTxPauseHonored Counter64, - mtxrInterfaceStatsTxDrop Counter64, - mtxrInterfaceStatsTxJabber Counter64, - mtxrInterfaceStatsTxFCSError Counter64, - mtxrInterfaceStatsTxControl Counter64, - mtxrInterfaceStatsTxFragment Counter64, - mtxrInterfaceStatsLinkDowns Counter32, - mtxrInterfaceStatsTxRx1024ToMax Counter64 -} - -mtxrInterfaceStatsIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 1 } - -mtxrInterfaceStatsName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 2 } - -mtxrInterfaceStatsDriverRxBytes OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 11 } - -mtxrInterfaceStatsDriverRxPackets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 12 } - -mtxrInterfaceStatsDriverTxBytes OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 13 } - -mtxrInterfaceStatsDriverTxPackets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 14 } - -mtxrInterfaceStatsTxRx64 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 15 } - -mtxrInterfaceStatsTxRx65To127 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 16 } - -mtxrInterfaceStatsTxRx128To255 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 17 } - -mtxrInterfaceStatsTxRx256To511 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 18 } - -mtxrInterfaceStatsTxRx512To1023 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 19 } - -mtxrInterfaceStatsTxRx1024To1518 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 20 } - -mtxrInterfaceStatsTxRx1519ToMax OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 21 } - -mtxrInterfaceStatsRxBytes OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 31 } - -mtxrInterfaceStatsRxPackets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 32 } - -mtxrInterfaceStatsRxTooShort OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 33 } - -mtxrInterfaceStatsRx64 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 34 } - -mtxrInterfaceStatsRx65To127 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 35 } - -mtxrInterfaceStatsRx128To255 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 36 } - -mtxrInterfaceStatsRx256To511 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 37 } - -mtxrInterfaceStatsRx512To1023 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 38 } - -mtxrInterfaceStatsRx1024To1518 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 39 } - -mtxrInterfaceStatsRx1519ToMax OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 40 } - -mtxrInterfaceStatsRxTooLong OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 41 } - -mtxrInterfaceStatsRxBroadcast OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 42 } - -mtxrInterfaceStatsRxPause OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 43 } - -mtxrInterfaceStatsRxMulticast OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 44 } - -mtxrInterfaceStatsRxFCSError OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 45 } - -mtxrInterfaceStatsRxAlignError OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 46 } - -mtxrInterfaceStatsRxFragment OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 47 } - -mtxrInterfaceStatsRxOverflow OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 48 } - -mtxrInterfaceStatsRxControl OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 49 } - -mtxrInterfaceStatsRxUnknownOp OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 50 } - -mtxrInterfaceStatsRxLengthError OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 51 } - -mtxrInterfaceStatsRxCodeError OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 52 } - -mtxrInterfaceStatsRxCarrierError OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 53 } - -mtxrInterfaceStatsRxJabber OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 54 } - -mtxrInterfaceStatsRxDrop OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 55 } - -mtxrInterfaceStatsTxBytes OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 61 } - -mtxrInterfaceStatsTxPackets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 62 } - -mtxrInterfaceStatsTxTooShort OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 63 } - -mtxrInterfaceStatsTx64 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 64 } - -mtxrInterfaceStatsTx65To127 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 65 } - -mtxrInterfaceStatsTx128To255 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 66 } - -mtxrInterfaceStatsTx256To511 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 67 } - -mtxrInterfaceStatsTx512To1023 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 68 } - -mtxrInterfaceStatsTx1024To1518 OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 69 } - -mtxrInterfaceStatsTx1519ToMax OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 70 } - -mtxrInterfaceStatsTxTooLong OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 71 } - -mtxrInterfaceStatsTxBroadcast OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 72 } - -mtxrInterfaceStatsTxPause OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 73 } - -mtxrInterfaceStatsTxMulticast OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 74 } - -mtxrInterfaceStatsTxUnderrun OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 75 } - -mtxrInterfaceStatsTxCollision OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 76 } - -mtxrInterfaceStatsTxExcessiveCollision OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 77 } - -mtxrInterfaceStatsTxMultipleCollision OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 78 } - -mtxrInterfaceStatsTxSingleCollision OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 79 } - -mtxrInterfaceStatsTxExcessiveDeferred OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 80 } - -mtxrInterfaceStatsTxDeferred OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 81 } - -mtxrInterfaceStatsTxLateCollision OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 82 } - -mtxrInterfaceStatsTxTotalCollision OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 83 } - -mtxrInterfaceStatsTxPauseHonored OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 84 } - -mtxrInterfaceStatsTxDrop OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 85 } - -mtxrInterfaceStatsTxJabber OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 86 } - -mtxrInterfaceStatsTxFCSError OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 87 } - -mtxrInterfaceStatsTxControl OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 88 } - -mtxrInterfaceStatsTxFragment OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 89 } - -mtxrInterfaceStatsLinkDowns OBJECT-TYPE - SYNTAX Counter32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 90 } - -mtxrInterfaceStatsTxRx1024ToMax OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrInterfaceStatsEntry 91 } - -mtxrInterfaceStatsGroup OBJECT-GROUP OBJECTS { - mtxrInterfaceStatsName, - mtxrInterfaceStatsDriverRxBytes, - mtxrInterfaceStatsDriverRxPackets, - mtxrInterfaceStatsDriverTxBytes, - mtxrInterfaceStatsDriverTxPackets, - - mtxrInterfaceStatsTxRx64, - mtxrInterfaceStatsTxRx65To127, - mtxrInterfaceStatsTxRx128To255, - mtxrInterfaceStatsTxRx256To511, - mtxrInterfaceStatsTxRx512To1023, - mtxrInterfaceStatsTxRx1024To1518, - mtxrInterfaceStatsTxRx1519ToMax, - - mtxrInterfaceStatsRxBytes, - mtxrInterfaceStatsRxPackets, - mtxrInterfaceStatsRxTooShort, - mtxrInterfaceStatsRx64, - mtxrInterfaceStatsRx65To127, - mtxrInterfaceStatsRx128To255, - mtxrInterfaceStatsRx256To511, - mtxrInterfaceStatsRx512To1023, - mtxrInterfaceStatsRx1024To1518, - mtxrInterfaceStatsRx1519ToMax, - mtxrInterfaceStatsRxTooLong, - mtxrInterfaceStatsRxBroadcast, - mtxrInterfaceStatsRxPause, - mtxrInterfaceStatsRxMulticast, - mtxrInterfaceStatsRxFCSError, - mtxrInterfaceStatsRxAlignError, - mtxrInterfaceStatsRxFragment, - mtxrInterfaceStatsRxOverflow, - mtxrInterfaceStatsRxControl, - mtxrInterfaceStatsRxUnknownOp, - mtxrInterfaceStatsRxLengthError, - mtxrInterfaceStatsRxCodeError, - mtxrInterfaceStatsRxCarrierError, - mtxrInterfaceStatsRxJabber, - mtxrInterfaceStatsRxDrop, - - mtxrInterfaceStatsTxBytes, - mtxrInterfaceStatsTxPackets, - mtxrInterfaceStatsTxTooShort, - mtxrInterfaceStatsTx64, - mtxrInterfaceStatsTx65To127, - mtxrInterfaceStatsTx128To255, - mtxrInterfaceStatsTx256To511, - mtxrInterfaceStatsTx512To1023, - mtxrInterfaceStatsTx1024To1518, - mtxrInterfaceStatsTx1519ToMax, - mtxrInterfaceStatsTxTooLong, - mtxrInterfaceStatsTxBroadcast, - mtxrInterfaceStatsTxPause, - mtxrInterfaceStatsTxMulticast, - mtxrInterfaceStatsTxUnderrun, - mtxrInterfaceStatsTxCollision, - mtxrInterfaceStatsTxExcessiveCollision, - mtxrInterfaceStatsTxMultipleCollision, - mtxrInterfaceStatsTxSingleCollision, - mtxrInterfaceStatsTxExcessiveDeferred, - mtxrInterfaceStatsTxDeferred, - mtxrInterfaceStatsTxLateCollision, - mtxrInterfaceStatsTxTotalCollision, - mtxrInterfaceStatsTxPauseHonored, - mtxrInterfaceStatsTxDrop, - mtxrInterfaceStatsTxJabber, - mtxrInterfaceStatsTxFCSError, - mtxrInterfaceStatsTxControl, - mtxrInterfaceStatsTxFragment, - mtxrInterfaceStatsLinkDowns, - mtxrInterfaceStatsTxRx1024ToMax - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 17 } - --- POE ************************************************************************ - -mtxrPOETable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrPOEEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "Power Over Ethernet" - ::= { mtxrPOE 1 } - -mtxrPOEEntry OBJECT-TYPE - SYNTAX MtxrPOEEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrPOEInterfaceIndex } - ::= { mtxrPOETable 1 } - -MtxrPOEEntry ::= SEQUENCE { - mtxrPOEInterfaceIndex ObjectIndex, - mtxrPOEName DisplayString, - mtxrPOEStatus INTEGER, - mtxrPOEVoltage Voltage, - mtxrPOECurrent Integer32, - mtxrPOEPower Power -} - -mtxrPOEInterfaceIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrPOEEntry 1 } - -mtxrPOEName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrPOEEntry 2 } - -mtxrPOEStatus OBJECT-TYPE - SYNTAX INTEGER { - disabled(1), - waitingForLoad(2), - poweredOn(3), - overload(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrPOEEntry 3 } - -mtxrPOEVoltage OBJECT-TYPE - SYNTAX Voltage - MAX-ACCESS read-only - STATUS current - DESCRIPTION "V" - ::= { mtxrPOEEntry 4 } - -mtxrPOECurrent OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "mA" - ::= { mtxrPOEEntry 5 } - -mtxrPOEPower OBJECT-TYPE - SYNTAX Power - MAX-ACCESS read-only - STATUS current - DESCRIPTION "W" - ::= { mtxrPOEEntry 6 } - -mtxrPOEGroup OBJECT-GROUP OBJECTS { - mtxrPOEName, - mtxrPOEStatus, - mtxrPOEVoltage, - mtxrPOECurrent, - mtxrPOEPower - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 18 } - --- LTE Modem ************************************************************ - -mtxrLTEModemTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrLTEModemEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "LTE Modems" - ::= { mtxrLTEModem 1 } - -mtxrLTEModemEntry OBJECT-TYPE - SYNTAX MtxrLTEModemEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrLTEModemInterfaceIndex } - ::= { mtxrLTEModemTable 1 } - -MtxrLTEModemEntry ::= SEQUENCE { - mtxrLTEModemInterfaceIndex ObjectIndex, - mtxrLTEModemSignalRSSI Integer32, - mtxrLTEModemSignalRSRQ Integer32, - mtxrLTEModemSignalRSRP Integer32, - mtxrLTEModemCellId HexInt, - mtxrLTEModemAccessTechnology INTEGER, - mtxrLTEModemSignalSINR Integer32, - mtxrLTEModemEnbId Integer32, - mtxrLTEModemSectorId Integer32, - mtxrLTEModemLac Integer32, - mtxrLTEModemIMEI DisplayString, - mtxrLTEModemIMSI DisplayString, - mtxrLTEModemUICC DisplayString, - mtxrLTEModemRAT DisplayString -} - -mtxrLTEModemInterfaceIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrLTEModemEntry 1 } - -mtxrLTEModemSignalRSSI OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "dBm" - ::= { mtxrLTEModemEntry 2 } - -mtxrLTEModemSignalRSRQ OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "dB" - ::= { mtxrLTEModemEntry 3 } - -mtxrLTEModemSignalRSRP OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "dBm" - ::= { mtxrLTEModemEntry 4 } - -mtxrLTEModemCellId OBJECT-TYPE - SYNTAX HexInt - MAX-ACCESS read-only - STATUS current - DESCRIPTION "current cell ID" - ::= { mtxrLTEModemEntry 5 } - -mtxrLTEModemAccessTechnology OBJECT-TYPE - SYNTAX INTEGER { - unknown(-1), - gsmcompact(0), - gsm(1), - utran(2), - egprs(3), - hsdpa(4), - hsupa(5), - hsdpahsupa(6), - eutran(7), - nr-sa(11), - nr-nsa(13) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION "as reported by +CREG" - ::= { mtxrLTEModemEntry 6 } - -mtxrLTEModemSignalSINR OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "dB" - ::= { mtxrLTEModemEntry 7 } - -mtxrLTEModemEnbId OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrLTEModemEntry 8 } - -mtxrLTEModemSectorId OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrLTEModemEntry 9 } - -mtxrLTEModemLac OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrLTEModemEntry 10 } - -mtxrLTEModemIMEI OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrLTEModemEntry 11 } - -mtxrLTEModemIMSI OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrLTEModemEntry 12 } - -mtxrLTEModemUICC OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrLTEModemEntry 13 } - -mtxrLTEModemRAT OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrLTEModemEntry 14 } - -mtxrLTEModemGroup OBJECT-GROUP OBJECTS { - mtxrLTEModemSignalRSSI, - mtxrLTEModemSignalRSRQ, - mtxrLTEModemSignalRSRP, - mtxrLTEModemCellId, - mtxrLTEModemAccessTechnology, - mtxrLTEModemSignalSINR, - mtxrLTEModemEnbId, - mtxrLTEModemSectorId, - mtxrLTEModemLac, - mtxrLTEModemIMEI, - mtxrLTEModemIMSI, - mtxrLTEModemUICC, - mtxrLTEModemRAT - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 19 } - --- Partition ************************************************************ - -mtxrPartitionTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrPartitionEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "system partitions" - ::= { mtxrPartition 1 } - -mtxrPartitionEntry OBJECT-TYPE - SYNTAX MtxrPartitionEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrPartitionIndex } - ::= { mtxrPartitionTable 1 } - -MtxrPartitionEntry ::= SEQUENCE { - mtxrPartitionIndex ObjectIndex, - mtxrPartitionName DisplayString, - mtxrPartitionSize Integer32, - mtxrPartitionVersion DisplayString, - mtxrPartitionActive BoolValue, - mtxrPartitionRunning BoolValue -} - -mtxrPartitionIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrPartitionEntry 1 } - -mtxrPartitionName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrPartitionEntry 2 } - -mtxrPartitionSize OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "MB" - ::= { mtxrPartitionEntry 3 } - -mtxrPartitionVersion OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrPartitionEntry 4 } - -mtxrPartitionActive OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrPartitionEntry 5 } - -mtxrPartitionRunning OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrPartitionEntry 6 } - -mtxrPartitionGroup OBJECT-GROUP OBJECTS { - mtxrPartitionName, - mtxrPartitionSize, - mtxrPartitionVersion, - mtxrPartitionActive, - mtxrPartitionRunning - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 20 } - --- OPTICAL ***************************************************************** - -mtxrOpticalTable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrOpticalTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "SFP and GPON information" - ::= { mtxrOptical 1 } - -mtxrOpticalTableEntry OBJECT-TYPE - SYNTAX MtxrOpticalTableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { mtxrOpticalIndex } - ::= { mtxrOpticalTable 1 } - -MtxrOpticalTableEntry ::= SEQUENCE { - mtxrOpticalIndex ObjectIndex, - mtxrOpticalName DisplayString, - mtxrOpticalRxLoss BoolValue, - mtxrOpticalTxFault BoolValue, - mtxrOpticalWavelength GDiv100, - mtxrOpticalTemperature Gauge32, - mtxrOpticalSupplyVoltage GDiv1000, - mtxrOpticalTxBiasCurrent Gauge32, - mtxrOpticalTxPower IDiv1000, - mtxrOpticalRxPower IDiv1000, - mtxrOpticalVendorName DisplayString -} - -mtxrOpticalGroup OBJECT-GROUP OBJECTS { - mtxrOpticalName, - mtxrOpticalRxLoss, - mtxrOpticalTxFault, - mtxrOpticalWavelength, - mtxrOpticalTemperature, - mtxrOpticalSupplyVoltage, - mtxrOpticalTxBiasCurrent, - mtxrOpticalTxPower, - mtxrOpticalRxPower, - mtxrOpticalVendorName - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 6 } - -mtxrOpticalIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 1 } - -mtxrOpticalName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 2 } - -mtxrOpticalRxLoss OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 3 } - -mtxrOpticalTxFault OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 4 } - -mtxrOpticalWavelength OBJECT-TYPE - SYNTAX GDiv100 - UNITS "nm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 5 } - -mtxrOpticalTemperature OBJECT-TYPE - SYNTAX Gauge32 - UNITS "C" - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 6 } - -mtxrOpticalSupplyVoltage OBJECT-TYPE - SYNTAX GDiv1000 - UNITS "V" - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 7 } - -mtxrOpticalTxBiasCurrent OBJECT-TYPE - SYNTAX Gauge32 - UNITS "mA" - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 8 } - -mtxrOpticalTxPower OBJECT-TYPE - SYNTAX IDiv1000 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 9 } - -mtxrOpticalRxPower OBJECT-TYPE - SYNTAX IDiv1000 - UNITS "dBm" - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 10 } - -mtxrOpticalVendorName OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrOpticalTableEntry 11 } - --- IPSec ***************************************************************** - -mtxrIkeSACount OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "IKE SA count" - ::= { mtxrIPSec 1 } - -mtxrIkeSATable OBJECT-TYPE - SYNTAX SEQUENCE OF MtxrIkeSATableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "IKE SA table" - ::= { mtxrIPSec 2 } - -mtxrIkeSATableEntry OBJECT-TYPE - SYNTAX MtxrIkeSATableEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - INDEX { - mtxrIkeSAIndex - } - ::= { mtxrIkeSATable 1 } - -MtxrIkeSATableEntry ::= SEQUENCE { - mtxrIkeSAIndex ObjectIndex, - mtxrIkeSAInitiatorCookie IsakmpCookie, - mtxrIkeSAResponderCookie IsakmpCookie, - mtxrIkeSAResponder BoolValue, - mtxrIkeSANatt BoolValue, - mtxrIkeSAVersion Gauge32, - mtxrIkeSAState INTEGER, - mtxrIkeSAUptime TimeTicks, - mtxrIkeSASeen TimeTicks, - mtxrIkeSAIdentity DisplayString, - mtxrIkeSAPh2Count Gauge32, - mtxrIkeSALocalAddressType InetAddressType, - mtxrIkeSALocalAddress InetAddress, - mtxrIkeSALocalPort InetPortNumber, - mtxrIkeSAPeerAddressType InetAddressType, - mtxrIkeSAPeerAddress InetAddress, - mtxrIkeSAPeerPort InetPortNumber, - mtxrIkeSADynamicAddressType InetAddressType, - mtxrIkeSADynamicAddress InetAddress, - mtxrIkeSATxBytes Counter64, - mtxrIkeSARxBytes Counter64, - mtxrIkeSATxPackets Counter64, - mtxrIkeSARxPackets Counter64 -} - -mtxrIkeSAGroup OBJECT-GROUP OBJECTS { - mtxrIkeSACount, - mtxrIkeSAInitiatorCookie, - mtxrIkeSAResponderCookie, - mtxrIkeSAResponder, - mtxrIkeSANatt, - mtxrIkeSAVersion, - mtxrIkeSAState, - mtxrIkeSAUptime, - mtxrIkeSASeen, - mtxrIkeSAIdentity, - mtxrIkeSAPh2Count, - mtxrIkeSALocalAddressType, - mtxrIkeSALocalAddress, - mtxrIkeSALocalPort, - mtxrIkeSAPeerAddressType, - mtxrIkeSAPeerAddress, - mtxrIkeSAPeerPort, - mtxrIkeSADynamicAddressType, - mtxrIkeSADynamicAddress, - mtxrIkeSATxBytes, - mtxrIkeSARxBytes, - mtxrIkeSATxPackets, - mtxrIkeSARxPackets - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 7 } - -mtxrIkeSAIndex OBJECT-TYPE - SYNTAX ObjectIndex - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 1 } - -mtxrIkeSAInitiatorCookie OBJECT-TYPE - SYNTAX IsakmpCookie - MAX-ACCESS read-only - STATUS current - DESCRIPTION "initiator SPI" - ::= { mtxrIkeSATableEntry 2 } - -mtxrIkeSAResponderCookie OBJECT-TYPE - SYNTAX IsakmpCookie - MAX-ACCESS read-only - STATUS current - DESCRIPTION "responder SPI" - ::= { mtxrIkeSATableEntry 3 } - -mtxrIkeSAResponder OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "IKE side" - ::= { mtxrIkeSATableEntry 4 } - -mtxrIkeSANatt OBJECT-TYPE - SYNTAX BoolValue - MAX-ACCESS read-only - STATUS current - DESCRIPTION "NAT is detected" - ::= { mtxrIkeSATableEntry 5 } - -mtxrIkeSAVersion OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "protocol version" - ::= { mtxrIkeSATableEntry 6 } - -mtxrIkeSAState OBJECT-TYPE - SYNTAX INTEGER { - exchange(1), - established(2), - expired(3), - eap(4) - } - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 7 } - -mtxrIkeSAUptime OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 8 } - -mtxrIkeSASeen OBJECT-TYPE - SYNTAX TimeTicks - MAX-ACCESS read-only - STATUS current - DESCRIPTION "time elapsed since last valid IKE packet" - ::= { mtxrIkeSATableEntry 9 } - -mtxrIkeSAIdentity OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "peer identity" - ::= { mtxrIkeSATableEntry 10 } - -mtxrIkeSAPh2Count OBJECT-TYPE - SYNTAX Gauge32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "total ph2 SA pairs" - ::= { mtxrIkeSATableEntry 11 } - -mtxrIkeSALocalAddressType OBJECT-TYPE - SYNTAX InetAddressType - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 12 } - -mtxrIkeSALocalAddress OBJECT-TYPE - SYNTAX InetAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 13 } - -mtxrIkeSALocalPort OBJECT-TYPE - SYNTAX InetPortNumber - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 14 } - -mtxrIkeSAPeerAddressType OBJECT-TYPE - SYNTAX InetAddressType - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 15 } - -mtxrIkeSAPeerAddress OBJECT-TYPE - SYNTAX InetAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 16 } - -mtxrIkeSAPeerPort OBJECT-TYPE - SYNTAX InetPortNumber - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 17 } - -mtxrIkeSADynamicAddressType OBJECT-TYPE - SYNTAX InetAddressType - MAX-ACCESS read-only - STATUS current - DESCRIPTION "" - ::= { mtxrIkeSATableEntry 18 } - -mtxrIkeSADynamicAddress OBJECT-TYPE - SYNTAX InetAddress - MAX-ACCESS read-only - STATUS current - DESCRIPTION "dynamic address allocated by mode config" - ::= { mtxrIkeSATableEntry 19 } - -mtxrIkeSATxBytes OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "ph2 SA tx bytes" - ::= { mtxrIkeSATableEntry 20 } - -mtxrIkeSARxBytes OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "ph2 SA rx bytes" - ::= { mtxrIkeSATableEntry 21 } - -mtxrIkeSATxPackets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "ph2 SA tx packets" - ::= { mtxrIkeSATableEntry 22 } - -mtxrIkeSARxPackets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION "ph2 SA rx packets" - ::= { mtxrIkeSATableEntry 23 } - --- TRAPS ********************************************************************** - -mtxrNotifications OBJECT IDENTIFIER ::= { mtxrTraps 0 } - -mtxrTrap NOTIFICATION-TYPE - STATUS current - DESCRIPTION "Mikrotik trap OID" - ::= { mtxrNotifications 1 } - -mtxrTemperatureException NOTIFICATION-TYPE - STATUS current - DESCRIPTION "Mikrotik CPU temperature exception trap" - ::= { mtxrNotifications 2 } - -mtxrTrapGroup NOTIFICATION-GROUP NOTIFICATIONS { - mtxrTrap, - mtxrTemperatureException - } - STATUS current - DESCRIPTION "" - ::= { mtXRouterOsGroups 14 } - --- *************************************************************************** - -END - diff --git a/packages/snmp-yaml/snmp.yml b/packages/snmp-yaml/snmp.yml new file mode 100644 index 0000000..958f25b --- /dev/null +++ b/packages/snmp-yaml/snmp.yml @@ -0,0 +1,5629 @@ +# WARNING: This file was auto-generated using snmp_exporter generator, manual changes will be lost. +if_mib: + walk: + - 1.3.6.1.2.1.2 + - 1.3.6.1.2.1.31.1.1 + get: + - 1.3.6.1.2.1.1.3.0 + metrics: + - name: sysUpTime + oid: 1.3.6.1.2.1.1.3 + type: gauge + help: The time (in hundredths of a second) since the network management portion + of the system was last re-initialized. - 1.3.6.1.2.1.1.3 + - name: ifNumber + oid: 1.3.6.1.2.1.2.1 + type: gauge + help: The number of network interfaces (regardless of their current state) present + on this system. - 1.3.6.1.2.1.2.1 + - name: ifIndex + oid: 1.3.6.1.2.1.2.2.1.1 + type: gauge + help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifType + oid: 1.3.6.1.2.1.2.2.1.3 + type: EnumAsInfo + help: The type of interface - 1.3.6.1.2.1.2.2.1.3 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: other + 2: regular1822 + 3: hdh1822 + 4: ddnX25 + 5: rfc877x25 + 6: ethernetCsmacd + 7: iso88023Csmacd + 8: iso88024TokenBus + 9: iso88025TokenRing + 10: iso88026Man + 11: starLan + 12: proteon10Mbit + 13: proteon80Mbit + 14: hyperchannel + 15: fddi + 16: lapb + 17: sdlc + 18: ds1 + 19: e1 + 20: basicISDN + 21: primaryISDN + 22: propPointToPointSerial + 23: ppp + 24: softwareLoopback + 25: eon + 26: ethernet3Mbit + 27: nsip + 28: slip + 29: ultra + 30: ds3 + 31: sip + 32: frameRelay + 33: rs232 + 34: para + 35: arcnet + 36: arcnetPlus + 37: atm + 38: miox25 + 39: sonet + 40: x25ple + 41: iso88022llc + 42: localTalk + 43: smdsDxi + 44: frameRelayService + 45: v35 + 46: hssi + 47: hippi + 48: modem + 49: aal5 + 50: sonetPath + 51: sonetVT + 52: smdsIcip + 53: propVirtual + 54: propMultiplexor + 55: ieee80212 + 56: fibreChannel + 57: hippiInterface + 58: frameRelayInterconnect + 59: aflane8023 + 60: aflane8025 + 61: cctEmul + 62: fastEther + 63: isdn + 64: v11 + 65: v36 + 66: g703at64k + 67: g703at2mb + 68: qllc + 69: fastEtherFX + 70: channel + 71: ieee80211 + 72: ibm370parChan + 73: escon + 74: dlsw + 75: isdns + 76: isdnu + 77: lapd + 78: ipSwitch + 79: rsrb + 80: atmLogical + 81: ds0 + 82: ds0Bundle + 83: bsc + 84: async + 85: cnr + 86: iso88025Dtr + 87: eplrs + 88: arap + 89: propCnls + 90: hostPad + 91: termPad + 92: frameRelayMPI + 93: x213 + 94: adsl + 95: radsl + 96: sdsl + 97: vdsl + 98: iso88025CRFPInt + 99: myrinet + 100: voiceEM + 101: voiceFXO + 102: voiceFXS + 103: voiceEncap + 104: voiceOverIp + 105: atmDxi + 106: atmFuni + 107: atmIma + 108: pppMultilinkBundle + 109: ipOverCdlc + 110: ipOverClaw + 111: stackToStack + 112: virtualIpAddress + 113: mpc + 114: ipOverAtm + 115: iso88025Fiber + 116: tdlc + 117: gigabitEthernet + 118: hdlc + 119: lapf + 120: v37 + 121: x25mlp + 122: x25huntGroup + 123: transpHdlc + 124: interleave + 125: fast + 126: ip + 127: docsCableMaclayer + 128: docsCableDownstream + 129: docsCableUpstream + 130: a12MppSwitch + 131: tunnel + 132: coffee + 133: ces + 134: atmSubInterface + 135: l2vlan + 136: l3ipvlan + 137: l3ipxvlan + 138: digitalPowerline + 139: mediaMailOverIp + 140: dtm + 141: dcn + 142: ipForward + 143: msdsl + 144: ieee1394 + 145: if-gsn + 146: dvbRccMacLayer + 147: dvbRccDownstream + 148: dvbRccUpstream + 149: atmVirtual + 150: mplsTunnel + 151: srp + 152: voiceOverAtm + 153: voiceOverFrameRelay + 154: idsl + 155: compositeLink + 156: ss7SigLink + 157: propWirelessP2P + 158: frForward + 159: rfc1483 + 160: usb + 161: ieee8023adLag + 162: bgppolicyaccounting + 163: frf16MfrBundle + 164: h323Gatekeeper + 165: h323Proxy + 166: mpls + 167: mfSigLink + 168: hdsl2 + 169: shdsl + 170: ds1FDL + 171: pos + 172: dvbAsiIn + 173: dvbAsiOut + 174: plc + 175: nfas + 176: tr008 + 177: gr303RDT + 178: gr303IDT + 179: isup + 180: propDocsWirelessMaclayer + 181: propDocsWirelessDownstream + 182: propDocsWirelessUpstream + 183: hiperlan2 + 184: propBWAp2Mp + 185: sonetOverheadChannel + 186: digitalWrapperOverheadChannel + 187: aal2 + 188: radioMAC + 189: atmRadio + 190: imt + 191: mvl + 192: reachDSL + 193: frDlciEndPt + 194: atmVciEndPt + 195: opticalChannel + 196: opticalTransport + 197: propAtm + 198: voiceOverCable + 199: infiniband + 200: teLink + 201: q2931 + 202: virtualTg + 203: sipTg + 204: sipSig + 205: docsCableUpstreamChannel + 206: econet + 207: pon155 + 208: pon622 + 209: bridge + 210: linegroup + 211: voiceEMFGD + 212: voiceFGDEANA + 213: voiceDID + 214: mpegTransport + 215: sixToFour + 216: gtp + 217: pdnEtherLoop1 + 218: pdnEtherLoop2 + 219: opticalChannelGroup + 220: homepna + 221: gfp + 222: ciscoISLvlan + 223: actelisMetaLOOP + 224: fcipLink + 225: rpr + 226: qam + 227: lmp + 228: cblVectaStar + 229: docsCableMCmtsDownstream + 230: adsl2 + 231: macSecControlledIF + 232: macSecUncontrolledIF + 233: aviciOpticalEther + 234: atmbond + 235: voiceFGDOS + 236: mocaVersion1 + 237: ieee80216WMAN + 238: adsl2plus + 239: dvbRcsMacLayer + 240: dvbTdm + 241: dvbRcsTdma + 242: x86Laps + 243: wwanPP + 244: wwanPP2 + 245: voiceEBS + 246: ifPwType + 247: ilan + 248: pip + 249: aluELP + 250: gpon + 251: vdsl2 + 252: capwapDot11Profile + 253: capwapDot11Bss + 254: capwapWtpVirtualRadio + 255: bits + 256: docsCableUpstreamRfPort + 257: cableDownstreamRfPort + 258: vmwareVirtualNic + 259: ieee802154 + 260: otnOdu + 261: otnOtu + 262: ifVfiType + 263: g9981 + 264: g9982 + 265: g9983 + 266: aluEpon + 267: aluEponOnu + 268: aluEponPhysicalUni + 269: aluEponLogicalLink + 270: aluGponOnu + 271: aluGponPhysicalUni + 272: vmwareNicTeam + 277: docsOfdmDownstream + 278: docsOfdmaUpstream + 279: gfast + 280: sdci + 281: xboxWireless + 282: fastdsl + 283: docsCableScte55d1FwdOob + 284: docsCableScte55d1RetOob + 285: docsCableScte55d2DsOob + 286: docsCableScte55d2UsOob + 287: docsCableNdf + 288: docsCableNdr + 289: ptm + 290: ghn + 291: otnOtsi + 292: otnOtuc + 293: otnOduc + 294: otnOtsig + 295: microwaveCarrierTermination + 296: microwaveRadioLinkTerminal + 297: ieee8021axDrni + 298: ax25 + 299: ieee19061nanocom + 300: cpri + 301: omni + 302: roe + 303: p2pOverLan + - name: ifMtu + oid: 1.3.6.1.2.1.2.2.1.4 + type: gauge + help: The size of the largest packet which can be sent/received on the interface, + specified in octets - 1.3.6.1.2.1.2.2.1.4 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifSpeed + oid: 1.3.6.1.2.1.2.2.1.5 + type: gauge + help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifPhysAddress + oid: 1.3.6.1.2.1.2.2.1.6 + type: PhysAddress48 + help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifAdminStatus + oid: 1.3.6.1.2.1.2.2.1.7 + type: gauge + help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: up + 2: down + 3: testing + - name: ifOperStatus + oid: 1.3.6.1.2.1.2.2.1.8 + type: gauge + help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: up + 2: down + 3: testing + 4: unknown + 5: dormant + 6: notPresent + 7: lowerLayerDown + - name: ifLastChange + oid: 1.3.6.1.2.1.2.2.1.9 + type: gauge + help: The value of sysUpTime at the time the interface entered its current operational + state - 1.3.6.1.2.1.2.2.1.9 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInOctets + oid: 1.3.6.1.2.1.2.2.1.10 + type: counter + help: The total number of octets received on the interface, including framing + characters - 1.3.6.1.2.1.2.2.1.10 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInUcastPkts + oid: 1.3.6.1.2.1.2.2.1.11 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were not addressed to a multicast or broadcast address at this sub-layer + - 1.3.6.1.2.1.2.2.1.11 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInNUcastPkts + oid: 1.3.6.1.2.1.2.2.1.12 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a multicast or broadcast address at this sub-layer - + 1.3.6.1.2.1.2.2.1.12 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInDiscards + oid: 1.3.6.1.2.1.2.2.1.13 + type: counter + help: The number of inbound packets which were chosen to be discarded even though + no errors had been detected to prevent their being deliverable to a higher-layer + protocol - 1.3.6.1.2.1.2.2.1.13 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInErrors + oid: 1.3.6.1.2.1.2.2.1.14 + type: counter + help: For packet-oriented interfaces, the number of inbound packets that contained + errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInUnknownProtos + oid: 1.3.6.1.2.1.2.2.1.15 + type: counter + help: For packet-oriented interfaces, the number of packets received via the interface + which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutOctets + oid: 1.3.6.1.2.1.2.2.1.16 + type: counter + help: The total number of octets transmitted out of the interface, including framing + characters - 1.3.6.1.2.1.2.2.1.16 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutUcastPkts + oid: 1.3.6.1.2.1.2.2.1.17 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were not addressed to a multicast or broadcast address at this sub-layer, + including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutNUcastPkts + oid: 1.3.6.1.2.1.2.2.1.18 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a multicast or broadcast address at this sub-layer, + including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutDiscards + oid: 1.3.6.1.2.1.2.2.1.19 + type: counter + help: The number of outbound packets which were chosen to be discarded even though + no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutErrors + oid: 1.3.6.1.2.1.2.2.1.20 + type: counter + help: For packet-oriented interfaces, the number of outbound packets that could + not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutQLen + oid: 1.3.6.1.2.1.2.2.1.21 + type: gauge + help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifSpecific + oid: 1.3.6.1.2.1.2.2.1.22 + type: OctetString + help: A reference to MIB definitions specific to the particular media being used + to realize the interface - 1.3.6.1.2.1.2.2.1.22 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.2 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.3 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.4 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a multicast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.5 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a broadcast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInOctets + oid: 1.3.6.1.2.1.31.1.1.1.6 + type: counter + help: The total number of octets received on the interface, including framing + characters - 1.3.6.1.2.1.31.1.1.1.6 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInUcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.7 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were not addressed to a multicast or broadcast address at this sub-layer + - 1.3.6.1.2.1.31.1.1.1.7 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.8 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.9 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutOctets + oid: 1.3.6.1.2.1.31.1.1.1.10 + type: counter + help: The total number of octets transmitted out of the interface, including framing + characters - 1.3.6.1.2.1.31.1.1.1.10 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutUcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.11 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were not addressed to a multicast or broadcast address at this sub-layer, + including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.12 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a multicast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.13 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a broadcast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifLinkUpDownTrapEnable + oid: 1.3.6.1.2.1.31.1.1.1.14 + type: gauge + help: Indicates whether linkUp/linkDown traps should be generated for this interface + - 1.3.6.1.2.1.31.1.1.1.14 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: enabled + 2: disabled + - name: ifHighSpeed + oid: 1.3.6.1.2.1.31.1.1.1.15 + type: gauge + help: An estimate of the interface's current bandwidth in units of 1,000,000 bits + per second - 1.3.6.1.2.1.31.1.1.1.15 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifPromiscuousMode + oid: 1.3.6.1.2.1.31.1.1.1.16 + type: gauge + help: This object has a value of false(2) if this interface only accepts packets/frames + that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: "true" + 2: "false" + - name: ifConnectorPresent + oid: 1.3.6.1.2.1.31.1.1.1.17 + type: gauge + help: This object has the value 'true(1)' if the interface sublayer has a physical + connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: "true" + 2: "false" + - name: ifCounterDiscontinuityTime + oid: 1.3.6.1.2.1.31.1.1.1.19 + type: gauge + help: The value of sysUpTime on the most recent occasion at which any one or more + of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + - labels: + - ifIndex + labelname: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString +mikrotik: + walk: + - 1.3.6.1.2.1.2 + - 1.3.6.1.2.1.25 + - 1.3.6.1.2.1.31 + - 1.3.6.1.4.1.14988 + - 1.3.6.1.4.1.2021.10.1.1 + - 1.3.6.1.4.1.2021.10.1.2 + get: + - 1.3.6.1.2.1.1.1.0 + - 1.3.6.1.2.1.1.3.0 + metrics: + - name: sysDescr + oid: 1.3.6.1.2.1.1.1 + type: DisplayString + help: A textual description of the entity - 1.3.6.1.2.1.1.1 + - name: sysUpTime + oid: 1.3.6.1.2.1.1.3 + type: gauge + help: The time (in hundredths of a second) since the network management portion + of the system was last re-initialized. - 1.3.6.1.2.1.1.3 + - name: ifNumber + oid: 1.3.6.1.2.1.2.1 + type: gauge + help: The number of network interfaces (regardless of their current state) present + on this system. - 1.3.6.1.2.1.2.1 + - name: ifIndex + oid: 1.3.6.1.2.1.2.2.1.1 + type: gauge + help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifType + oid: 1.3.6.1.2.1.2.2.1.3 + type: EnumAsInfo + help: The type of interface - 1.3.6.1.2.1.2.2.1.3 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: other + 2: regular1822 + 3: hdh1822 + 4: ddnX25 + 5: rfc877x25 + 6: ethernetCsmacd + 7: iso88023Csmacd + 8: iso88024TokenBus + 9: iso88025TokenRing + 10: iso88026Man + 11: starLan + 12: proteon10Mbit + 13: proteon80Mbit + 14: hyperchannel + 15: fddi + 16: lapb + 17: sdlc + 18: ds1 + 19: e1 + 20: basicISDN + 21: primaryISDN + 22: propPointToPointSerial + 23: ppp + 24: softwareLoopback + 25: eon + 26: ethernet3Mbit + 27: nsip + 28: slip + 29: ultra + 30: ds3 + 31: sip + 32: frameRelay + 33: rs232 + 34: para + 35: arcnet + 36: arcnetPlus + 37: atm + 38: miox25 + 39: sonet + 40: x25ple + 41: iso88022llc + 42: localTalk + 43: smdsDxi + 44: frameRelayService + 45: v35 + 46: hssi + 47: hippi + 48: modem + 49: aal5 + 50: sonetPath + 51: sonetVT + 52: smdsIcip + 53: propVirtual + 54: propMultiplexor + 55: ieee80212 + 56: fibreChannel + 57: hippiInterface + 58: frameRelayInterconnect + 59: aflane8023 + 60: aflane8025 + 61: cctEmul + 62: fastEther + 63: isdn + 64: v11 + 65: v36 + 66: g703at64k + 67: g703at2mb + 68: qllc + 69: fastEtherFX + 70: channel + 71: ieee80211 + 72: ibm370parChan + 73: escon + 74: dlsw + 75: isdns + 76: isdnu + 77: lapd + 78: ipSwitch + 79: rsrb + 80: atmLogical + 81: ds0 + 82: ds0Bundle + 83: bsc + 84: async + 85: cnr + 86: iso88025Dtr + 87: eplrs + 88: arap + 89: propCnls + 90: hostPad + 91: termPad + 92: frameRelayMPI + 93: x213 + 94: adsl + 95: radsl + 96: sdsl + 97: vdsl + 98: iso88025CRFPInt + 99: myrinet + 100: voiceEM + 101: voiceFXO + 102: voiceFXS + 103: voiceEncap + 104: voiceOverIp + 105: atmDxi + 106: atmFuni + 107: atmIma + 108: pppMultilinkBundle + 109: ipOverCdlc + 110: ipOverClaw + 111: stackToStack + 112: virtualIpAddress + 113: mpc + 114: ipOverAtm + 115: iso88025Fiber + 116: tdlc + 117: gigabitEthernet + 118: hdlc + 119: lapf + 120: v37 + 121: x25mlp + 122: x25huntGroup + 123: transpHdlc + 124: interleave + 125: fast + 126: ip + 127: docsCableMaclayer + 128: docsCableDownstream + 129: docsCableUpstream + 130: a12MppSwitch + 131: tunnel + 132: coffee + 133: ces + 134: atmSubInterface + 135: l2vlan + 136: l3ipvlan + 137: l3ipxvlan + 138: digitalPowerline + 139: mediaMailOverIp + 140: dtm + 141: dcn + 142: ipForward + 143: msdsl + 144: ieee1394 + 145: if-gsn + 146: dvbRccMacLayer + 147: dvbRccDownstream + 148: dvbRccUpstream + 149: atmVirtual + 150: mplsTunnel + 151: srp + 152: voiceOverAtm + 153: voiceOverFrameRelay + 154: idsl + 155: compositeLink + 156: ss7SigLink + 157: propWirelessP2P + 158: frForward + 159: rfc1483 + 160: usb + 161: ieee8023adLag + 162: bgppolicyaccounting + 163: frf16MfrBundle + 164: h323Gatekeeper + 165: h323Proxy + 166: mpls + 167: mfSigLink + 168: hdsl2 + 169: shdsl + 170: ds1FDL + 171: pos + 172: dvbAsiIn + 173: dvbAsiOut + 174: plc + 175: nfas + 176: tr008 + 177: gr303RDT + 178: gr303IDT + 179: isup + 180: propDocsWirelessMaclayer + 181: propDocsWirelessDownstream + 182: propDocsWirelessUpstream + 183: hiperlan2 + 184: propBWAp2Mp + 185: sonetOverheadChannel + 186: digitalWrapperOverheadChannel + 187: aal2 + 188: radioMAC + 189: atmRadio + 190: imt + 191: mvl + 192: reachDSL + 193: frDlciEndPt + 194: atmVciEndPt + 195: opticalChannel + 196: opticalTransport + 197: propAtm + 198: voiceOverCable + 199: infiniband + 200: teLink + 201: q2931 + 202: virtualTg + 203: sipTg + 204: sipSig + 205: docsCableUpstreamChannel + 206: econet + 207: pon155 + 208: pon622 + 209: bridge + 210: linegroup + 211: voiceEMFGD + 212: voiceFGDEANA + 213: voiceDID + 214: mpegTransport + 215: sixToFour + 216: gtp + 217: pdnEtherLoop1 + 218: pdnEtherLoop2 + 219: opticalChannelGroup + 220: homepna + 221: gfp + 222: ciscoISLvlan + 223: actelisMetaLOOP + 224: fcipLink + 225: rpr + 226: qam + 227: lmp + 228: cblVectaStar + 229: docsCableMCmtsDownstream + 230: adsl2 + 231: macSecControlledIF + 232: macSecUncontrolledIF + 233: aviciOpticalEther + 234: atmbond + 235: voiceFGDOS + 236: mocaVersion1 + 237: ieee80216WMAN + 238: adsl2plus + 239: dvbRcsMacLayer + 240: dvbTdm + 241: dvbRcsTdma + 242: x86Laps + 243: wwanPP + 244: wwanPP2 + 245: voiceEBS + 246: ifPwType + 247: ilan + 248: pip + 249: aluELP + 250: gpon + 251: vdsl2 + 252: capwapDot11Profile + 253: capwapDot11Bss + 254: capwapWtpVirtualRadio + 255: bits + 256: docsCableUpstreamRfPort + 257: cableDownstreamRfPort + 258: vmwareVirtualNic + 259: ieee802154 + 260: otnOdu + 261: otnOtu + 262: ifVfiType + 263: g9981 + 264: g9982 + 265: g9983 + 266: aluEpon + 267: aluEponOnu + 268: aluEponPhysicalUni + 269: aluEponLogicalLink + 270: aluGponOnu + 271: aluGponPhysicalUni + 272: vmwareNicTeam + 277: docsOfdmDownstream + 278: docsOfdmaUpstream + 279: gfast + 280: sdci + 281: xboxWireless + 282: fastdsl + 283: docsCableScte55d1FwdOob + 284: docsCableScte55d1RetOob + 285: docsCableScte55d2DsOob + 286: docsCableScte55d2UsOob + 287: docsCableNdf + 288: docsCableNdr + 289: ptm + 290: ghn + 291: otnOtsi + 292: otnOtuc + 293: otnOduc + 294: otnOtsig + 295: microwaveCarrierTermination + 296: microwaveRadioLinkTerminal + 297: ieee8021axDrni + 298: ax25 + 299: ieee19061nanocom + 300: cpri + 301: omni + 302: roe + 303: p2pOverLan + - name: ifMtu + oid: 1.3.6.1.2.1.2.2.1.4 + type: gauge + help: The size of the largest packet which can be sent/received on the interface, + specified in octets - 1.3.6.1.2.1.2.2.1.4 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifSpeed + oid: 1.3.6.1.2.1.2.2.1.5 + type: gauge + help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifPhysAddress + oid: 1.3.6.1.2.1.2.2.1.6 + type: PhysAddress48 + help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifAdminStatus + oid: 1.3.6.1.2.1.2.2.1.7 + type: gauge + help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: up + 2: down + 3: testing + - name: ifOperStatus + oid: 1.3.6.1.2.1.2.2.1.8 + type: gauge + help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: up + 2: down + 3: testing + 4: unknown + 5: dormant + 6: notPresent + 7: lowerLayerDown + - name: ifLastChange + oid: 1.3.6.1.2.1.2.2.1.9 + type: gauge + help: The value of sysUpTime at the time the interface entered its current operational + state - 1.3.6.1.2.1.2.2.1.9 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInOctets + oid: 1.3.6.1.2.1.2.2.1.10 + type: counter + help: The total number of octets received on the interface, including framing + characters - 1.3.6.1.2.1.2.2.1.10 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInUcastPkts + oid: 1.3.6.1.2.1.2.2.1.11 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were not addressed to a multicast or broadcast address at this sub-layer + - 1.3.6.1.2.1.2.2.1.11 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInNUcastPkts + oid: 1.3.6.1.2.1.2.2.1.12 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a multicast or broadcast address at this sub-layer - + 1.3.6.1.2.1.2.2.1.12 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInDiscards + oid: 1.3.6.1.2.1.2.2.1.13 + type: counter + help: The number of inbound packets which were chosen to be discarded even though + no errors had been detected to prevent their being deliverable to a higher-layer + protocol - 1.3.6.1.2.1.2.2.1.13 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInErrors + oid: 1.3.6.1.2.1.2.2.1.14 + type: counter + help: For packet-oriented interfaces, the number of inbound packets that contained + errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInUnknownProtos + oid: 1.3.6.1.2.1.2.2.1.15 + type: counter + help: For packet-oriented interfaces, the number of packets received via the interface + which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutOctets + oid: 1.3.6.1.2.1.2.2.1.16 + type: counter + help: The total number of octets transmitted out of the interface, including framing + characters - 1.3.6.1.2.1.2.2.1.16 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutUcastPkts + oid: 1.3.6.1.2.1.2.2.1.17 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were not addressed to a multicast or broadcast address at this sub-layer, + including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutNUcastPkts + oid: 1.3.6.1.2.1.2.2.1.18 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a multicast or broadcast address at this sub-layer, + including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutDiscards + oid: 1.3.6.1.2.1.2.2.1.19 + type: counter + help: The number of outbound packets which were chosen to be discarded even though + no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutErrors + oid: 1.3.6.1.2.1.2.2.1.20 + type: counter + help: For packet-oriented interfaces, the number of outbound packets that could + not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutQLen + oid: 1.3.6.1.2.1.2.2.1.21 + type: gauge + help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifSpecific + oid: 1.3.6.1.2.1.2.2.1.22 + type: OctetString + help: A reference to MIB definitions specific to the particular media being used + to realize the interface - 1.3.6.1.2.1.2.2.1.22 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: hrSystemUptime + oid: 1.3.6.1.2.1.25.1.1 + type: gauge + help: The amount of time since this host was last initialized - 1.3.6.1.2.1.25.1.1 + - name: hrSystemDate + oid: 1.3.6.1.2.1.25.1.2 + type: DateAndTime + help: The host's notion of the local date and time of day. - 1.3.6.1.2.1.25.1.2 + - name: hrSystemInitialLoadDevice + oid: 1.3.6.1.2.1.25.1.3 + type: gauge + help: The index of the hrDeviceEntry for the device from which this host is configured + to load its initial operating system configuration (i.e., which operating system + code and/or boot parameters) - 1.3.6.1.2.1.25.1.3 + - name: hrSystemInitialLoadParameters + oid: 1.3.6.1.2.1.25.1.4 + type: OctetString + help: This object contains the parameters (e.g - 1.3.6.1.2.1.25.1.4 + - name: hrSystemNumUsers + oid: 1.3.6.1.2.1.25.1.5 + type: gauge + help: The number of user sessions for which this host is storing state information + - 1.3.6.1.2.1.25.1.5 + - name: hrSystemProcesses + oid: 1.3.6.1.2.1.25.1.6 + type: gauge + help: The number of process contexts currently loaded or running on this system. + - 1.3.6.1.2.1.25.1.6 + - name: hrSystemMaxProcesses + oid: 1.3.6.1.2.1.25.1.7 + type: gauge + help: The maximum number of process contexts this system can support - 1.3.6.1.2.1.25.1.7 + - name: hrMemorySize + oid: 1.3.6.1.2.1.25.2.2 + type: gauge + help: The amount of physical read-write main memory, typically RAM, contained + by the host. - 1.3.6.1.2.1.25.2.2 + - name: hrStorageIndex + oid: 1.3.6.1.2.1.25.2.3.1.1 + type: gauge + help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageType + oid: 1.3.6.1.2.1.25.2.3.1.2 + type: OctetString + help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + help: A description of the type and instance of the storage described by this + entry. - 1.3.6.1.2.1.25.2.3.1.3 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageAllocationUnits + oid: 1.3.6.1.2.1.25.2.3.1.4 + type: gauge + help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageSize + oid: 1.3.6.1.2.1.25.2.3.1.5 + type: gauge + help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits + - 1.3.6.1.2.1.25.2.3.1.5 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageUsed + oid: 1.3.6.1.2.1.25.2.3.1.6 + type: gauge + help: The amount of the storage represented by this entry that is allocated, in + units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageAllocationFailures + oid: 1.3.6.1.2.1.25.2.3.1.7 + type: counter + help: The number of requests for storage represented by this entry that could + not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrDeviceIndex + oid: 1.3.6.1.2.1.25.3.2.1.1 + type: gauge + help: A unique value for each device contained by the host - 1.3.6.1.2.1.25.3.2.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDeviceType + oid: 1.3.6.1.2.1.25.3.2.1.2 + type: OctetString + help: An indication of the type of device - 1.3.6.1.2.1.25.3.2.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDeviceDescr + oid: 1.3.6.1.2.1.25.3.2.1.3 + type: DisplayString + help: A textual description of this device, including the device's manufacturer + and revision, and optionally, its serial number. - 1.3.6.1.2.1.25.3.2.1.3 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDeviceID + oid: 1.3.6.1.2.1.25.3.2.1.4 + type: OctetString + help: The product ID for this device. - 1.3.6.1.2.1.25.3.2.1.4 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDeviceStatus + oid: 1.3.6.1.2.1.25.3.2.1.5 + type: gauge + help: The current operational state of the device described by this row of the + table - 1.3.6.1.2.1.25.3.2.1.5 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: unknown + 2: running + 3: warning + 4: testing + 5: down + - name: hrDeviceErrors + oid: 1.3.6.1.2.1.25.3.2.1.6 + type: counter + help: The number of errors detected on this device - 1.3.6.1.2.1.25.3.2.1.6 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrProcessorFrwID + oid: 1.3.6.1.2.1.25.3.3.1.1 + type: OctetString + help: The product ID of the firmware associated with the processor. - 1.3.6.1.2.1.25.3.3.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrProcessorLoad + oid: 1.3.6.1.2.1.25.3.3.1.2 + type: gauge + help: The average, over the last minute, of the percentage of time that this processor + was not idle - 1.3.6.1.2.1.25.3.3.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrNetworkIfIndex + oid: 1.3.6.1.2.1.25.3.4.1.1 + type: gauge + help: The value of ifIndex which corresponds to this network device - 1.3.6.1.2.1.25.3.4.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrPrinterStatus + oid: 1.3.6.1.2.1.25.3.5.1.1 + type: gauge + help: The current status of this printer device. - 1.3.6.1.2.1.25.3.5.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: idle + 4: printing + 5: warmup + - name: hrPrinterDetectedErrorState + oid: 1.3.6.1.2.1.25.3.5.1.2 + type: OctetString + help: This object represents any error conditions detected by the printer - 1.3.6.1.2.1.25.3.5.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDiskStorageAccess + oid: 1.3.6.1.2.1.25.3.6.1.1 + type: gauge + help: An indication if this long-term storage device is readable and writable + or only readable - 1.3.6.1.2.1.25.3.6.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: readWrite + 2: readOnly + - name: hrDiskStorageMedia + oid: 1.3.6.1.2.1.25.3.6.1.2 + type: gauge + help: An indication of the type of media used in this long- term storage device. + - 1.3.6.1.2.1.25.3.6.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: hardDisk + 4: floppyDisk + 5: opticalDiskROM + 6: opticalDiskWORM + 7: opticalDiskRW + 8: ramDisk + - name: hrDiskStorageRemoveble + oid: 1.3.6.1.2.1.25.3.6.1.3 + type: gauge + help: Denotes whether or not the disk media may be removed from the drive. - 1.3.6.1.2.1.25.3.6.1.3 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: hrDiskStorageCapacity + oid: 1.3.6.1.2.1.25.3.6.1.4 + type: gauge + help: The total size for this long-term storage device - 1.3.6.1.2.1.25.3.6.1.4 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrPartitionIndex + oid: 1.3.6.1.2.1.25.3.7.1.1 + type: gauge + help: A unique value for each partition on this long-term storage device - 1.3.6.1.2.1.25.3.7.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrPartitionLabel + oid: 1.3.6.1.2.1.25.3.7.1.2 + type: OctetString + help: A textual description of this partition. - 1.3.6.1.2.1.25.3.7.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrPartitionID + oid: 1.3.6.1.2.1.25.3.7.1.3 + type: OctetString + help: A descriptor which uniquely represents this partition to the responsible + operating system - 1.3.6.1.2.1.25.3.7.1.3 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrPartitionSize + oid: 1.3.6.1.2.1.25.3.7.1.4 + type: gauge + help: The size of this partition. - 1.3.6.1.2.1.25.3.7.1.4 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrPartitionFSIndex + oid: 1.3.6.1.2.1.25.3.7.1.5 + type: gauge + help: The index of the file system mounted on this partition - 1.3.6.1.2.1.25.3.7.1.5 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrFSIndex + oid: 1.3.6.1.2.1.25.3.8.1.1 + type: gauge + help: A unique value for each file system local to this host - 1.3.6.1.2.1.25.3.8.1.1 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSMountPoint + oid: 1.3.6.1.2.1.25.3.8.1.2 + type: OctetString + help: The path name of the root of this file system. - 1.3.6.1.2.1.25.3.8.1.2 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSRemoteMountPoint + oid: 1.3.6.1.2.1.25.3.8.1.3 + type: OctetString + help: A description of the name and/or address of the server that this file system + is mounted from - 1.3.6.1.2.1.25.3.8.1.3 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSType + oid: 1.3.6.1.2.1.25.3.8.1.4 + type: OctetString + help: The value of this object identifies the type of this file system. - 1.3.6.1.2.1.25.3.8.1.4 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSAccess + oid: 1.3.6.1.2.1.25.3.8.1.5 + type: gauge + help: An indication if this file system is logically configured by the operating + system to be readable and writable or only readable - 1.3.6.1.2.1.25.3.8.1.5 + indexes: + - labelname: hrFSIndex + type: gauge + enum_values: + 1: readWrite + 2: readOnly + - name: hrFSBootable + oid: 1.3.6.1.2.1.25.3.8.1.6 + type: gauge + help: A flag indicating whether this file system is bootable. - 1.3.6.1.2.1.25.3.8.1.6 + indexes: + - labelname: hrFSIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: hrFSStorageIndex + oid: 1.3.6.1.2.1.25.3.8.1.7 + type: gauge + help: The index of the hrStorageEntry that represents information about this file + system - 1.3.6.1.2.1.25.3.8.1.7 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSLastFullBackupDate + oid: 1.3.6.1.2.1.25.3.8.1.8 + type: DateAndTime + help: The last date at which this complete file system was copied to another storage + device for backup - 1.3.6.1.2.1.25.3.8.1.8 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSLastPartialBackupDate + oid: 1.3.6.1.2.1.25.3.8.1.9 + type: DateAndTime + help: The last date at which a portion of this file system was copied to another + storage device for backup - 1.3.6.1.2.1.25.3.8.1.9 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrSWOSIndex + oid: 1.3.6.1.2.1.25.4.1 + type: gauge + help: The value of the hrSWRunIndex for the hrSWRunEntry that represents the primary + operating system running on this host - 1.3.6.1.2.1.25.4.1 + - name: hrSWRunIndex + oid: 1.3.6.1.2.1.25.4.2.1.1 + type: gauge + help: A unique value for each piece of software running on the host - 1.3.6.1.2.1.25.4.2.1.1 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunName + oid: 1.3.6.1.2.1.25.4.2.1.2 + type: OctetString + help: A textual description of this running piece of software, including the manufacturer, + revision, and the name by which it is commonly known - 1.3.6.1.2.1.25.4.2.1.2 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunID + oid: 1.3.6.1.2.1.25.4.2.1.3 + type: OctetString + help: The product ID of this running piece of software. - 1.3.6.1.2.1.25.4.2.1.3 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunPath + oid: 1.3.6.1.2.1.25.4.2.1.4 + type: OctetString + help: A description of the location on long-term storage (e.g - 1.3.6.1.2.1.25.4.2.1.4 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunParameters + oid: 1.3.6.1.2.1.25.4.2.1.5 + type: OctetString + help: A description of the parameters supplied to this software when it was initially + loaded. - 1.3.6.1.2.1.25.4.2.1.5 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunType + oid: 1.3.6.1.2.1.25.4.2.1.6 + type: gauge + help: The type of this software. - 1.3.6.1.2.1.25.4.2.1.6 + indexes: + - labelname: hrSWRunIndex + type: gauge + enum_values: + 1: unknown + 2: operatingSystem + 3: deviceDriver + 4: application + - name: hrSWRunStatus + oid: 1.3.6.1.2.1.25.4.2.1.7 + type: gauge + help: The status of this running piece of software - 1.3.6.1.2.1.25.4.2.1.7 + indexes: + - labelname: hrSWRunIndex + type: gauge + enum_values: + 1: running + 2: runnable + 3: notRunnable + 4: invalid + - name: hrSWRunPerfCPU + oid: 1.3.6.1.2.1.25.5.1.1.1 + type: gauge + help: The number of centi-seconds of the total system's CPU resources consumed + by this process - 1.3.6.1.2.1.25.5.1.1.1 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunPerfMem + oid: 1.3.6.1.2.1.25.5.1.1.2 + type: gauge + help: The total amount of real system memory allocated to this process. - 1.3.6.1.2.1.25.5.1.1.2 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWInstalledLastChange + oid: 1.3.6.1.2.1.25.6.1 + type: gauge + help: The value of sysUpTime when an entry in the hrSWInstalledTable was last + added, renamed, or deleted - 1.3.6.1.2.1.25.6.1 + - name: hrSWInstalledLastUpdateTime + oid: 1.3.6.1.2.1.25.6.2 + type: gauge + help: The value of sysUpTime when the hrSWInstalledTable was last completely updated + - 1.3.6.1.2.1.25.6.2 + - name: hrSWInstalledIndex + oid: 1.3.6.1.2.1.25.6.3.1.1 + type: gauge + help: A unique value for each piece of software installed on the host - 1.3.6.1.2.1.25.6.3.1.1 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + - name: hrSWInstalledName + oid: 1.3.6.1.2.1.25.6.3.1.2 + type: OctetString + help: A textual description of this installed piece of software, including the + manufacturer, revision, the name by which it is commonly known, and optionally, + its serial number. - 1.3.6.1.2.1.25.6.3.1.2 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + - name: hrSWInstalledID + oid: 1.3.6.1.2.1.25.6.3.1.3 + type: OctetString + help: The product ID of this installed piece of software. - 1.3.6.1.2.1.25.6.3.1.3 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + - name: hrSWInstalledType + oid: 1.3.6.1.2.1.25.6.3.1.4 + type: gauge + help: The type of this software. - 1.3.6.1.2.1.25.6.3.1.4 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + enum_values: + 1: unknown + 2: operatingSystem + 3: deviceDriver + 4: application + - name: hrSWInstalledDate + oid: 1.3.6.1.2.1.25.6.3.1.5 + type: DateAndTime + help: The last-modification date of this application as it would appear in a directory + listing - 1.3.6.1.2.1.25.6.3.1.5 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + - name: ifInMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.2 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.3 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.4 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a multicast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.5 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a broadcast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInOctets + oid: 1.3.6.1.2.1.31.1.1.1.6 + type: counter + help: The total number of octets received on the interface, including framing + characters - 1.3.6.1.2.1.31.1.1.1.6 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInUcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.7 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were not addressed to a multicast or broadcast address at this sub-layer + - 1.3.6.1.2.1.31.1.1.1.7 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.8 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.9 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutOctets + oid: 1.3.6.1.2.1.31.1.1.1.10 + type: counter + help: The total number of octets transmitted out of the interface, including framing + characters - 1.3.6.1.2.1.31.1.1.1.10 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutUcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.11 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were not addressed to a multicast or broadcast address at this sub-layer, + including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.12 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a multicast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.13 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a broadcast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifLinkUpDownTrapEnable + oid: 1.3.6.1.2.1.31.1.1.1.14 + type: gauge + help: Indicates whether linkUp/linkDown traps should be generated for this interface + - 1.3.6.1.2.1.31.1.1.1.14 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: enabled + 2: disabled + - name: ifHighSpeed + oid: 1.3.6.1.2.1.31.1.1.1.15 + type: gauge + help: An estimate of the interface's current bandwidth in units of 1,000,000 bits + per second - 1.3.6.1.2.1.31.1.1.1.15 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifPromiscuousMode + oid: 1.3.6.1.2.1.31.1.1.1.16 + type: gauge + help: This object has a value of false(2) if this interface only accepts packets/frames + that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: "true" + 2: "false" + - name: ifConnectorPresent + oid: 1.3.6.1.2.1.31.1.1.1.17 + type: gauge + help: This object has the value 'true(1)' if the interface sublayer has a physical + connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: "true" + 2: "false" + - name: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + help: This object is an 'alias' name for the interface as specified by a network + manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifCounterDiscontinuityTime + oid: 1.3.6.1.2.1.31.1.1.1.19 + type: gauge + help: The value of sysUpTime on the most recent occasion at which any one or more + of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifStackHigherLayer + oid: 1.3.6.1.2.1.31.1.2.1.1 + type: gauge + help: The value of ifIndex corresponding to the higher sub-layer of the relationship, + i.e., the sub-layer which runs on 'top' of the sub-layer identified by the corresponding + instance of ifStackLowerLayer - 1.3.6.1.2.1.31.1.2.1.1 + indexes: + - labelname: ifStackHigherLayer + type: gauge + - labelname: ifStackLowerLayer + type: gauge + - name: ifStackLowerLayer + oid: 1.3.6.1.2.1.31.1.2.1.2 + type: gauge + help: The value of ifIndex corresponding to the lower sub-layer of the relationship, + i.e., the sub-layer which runs 'below' the sub-layer identified by the corresponding + instance of ifStackHigherLayer - 1.3.6.1.2.1.31.1.2.1.2 + indexes: + - labelname: ifStackHigherLayer + type: gauge + - labelname: ifStackLowerLayer + type: gauge + - name: ifStackStatus + oid: 1.3.6.1.2.1.31.1.2.1.3 + type: gauge + help: The status of the relationship between two sub-layers - 1.3.6.1.2.1.31.1.2.1.3 + indexes: + - labelname: ifStackHigherLayer + type: gauge + - labelname: ifStackLowerLayer + type: gauge + enum_values: + 1: active + 2: notInService + 3: notReady + 4: createAndGo + 5: createAndWait + 6: destroy + - name: ifTestId + oid: 1.3.6.1.2.1.31.1.3.1.1 + type: gauge + help: This object identifies the current invocation of the interface's test. - + 1.3.6.1.2.1.31.1.3.1.1 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifTestStatus + oid: 1.3.6.1.2.1.31.1.3.1.2 + type: gauge + help: This object indicates whether or not some manager currently has the necessary + 'ownership' required to invoke a test on this interface - 1.3.6.1.2.1.31.1.3.1.2 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: notInUse + 2: inUse + - name: ifTestType + oid: 1.3.6.1.2.1.31.1.3.1.3 + type: OctetString + help: A control variable used to start and stop operator- initiated interface + tests - 1.3.6.1.2.1.31.1.3.1.3 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifTestResult + oid: 1.3.6.1.2.1.31.1.3.1.4 + type: gauge + help: This object contains the result of the most recently requested test, or + the value none(1) if no tests have been requested since the last reset - 1.3.6.1.2.1.31.1.3.1.4 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: none + 2: success + 3: inProgress + 4: notSupported + 5: unAbleToRun + 6: aborted + 7: failed + - name: ifTestCode + oid: 1.3.6.1.2.1.31.1.3.1.5 + type: OctetString + help: This object contains a code which contains more specific information on + the test result, for example an error-code after a failed test - 1.3.6.1.2.1.31.1.3.1.5 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifTestOwner + oid: 1.3.6.1.2.1.31.1.3.1.6 + type: DisplayString + help: The entity which currently has the 'ownership' required to invoke a test + on this interface. - 1.3.6.1.2.1.31.1.3.1.6 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifRcvAddressAddress + oid: 1.3.6.1.2.1.31.1.4.1.1 + type: PhysAddress48 + help: An address for which the system will accept packets/frames on this entry's + interface. - 1.3.6.1.2.1.31.1.4.1.1 + indexes: + - labelname: ifIndex + type: gauge + - labelname: ifRcvAddressAddress + type: PhysAddress48 + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifRcvAddressStatus + oid: 1.3.6.1.2.1.31.1.4.1.2 + type: gauge + help: This object is used to create and delete rows in the ifRcvAddressTable. + - 1.3.6.1.2.1.31.1.4.1.2 + indexes: + - labelname: ifIndex + type: gauge + - labelname: ifRcvAddressAddress + type: PhysAddress48 + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: active + 2: notInService + 3: notReady + 4: createAndGo + 5: createAndWait + 6: destroy + - name: ifRcvAddressType + oid: 1.3.6.1.2.1.31.1.4.1.3 + type: gauge + help: This object has the value nonVolatile(3) for those entries in the table + which are valid and will not be deleted by the next restart of the managed system + - 1.3.6.1.2.1.31.1.4.1.3 + indexes: + - labelname: ifIndex + type: gauge + - labelname: ifRcvAddressAddress + type: PhysAddress48 + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: other + 2: volatile + 3: nonVolatile + - name: ifTableLastChange + oid: 1.3.6.1.2.1.31.1.5 + type: gauge + help: The value of sysUpTime at the time of the last creation or deletion of an + entry in the ifTable - 1.3.6.1.2.1.31.1.5 + - name: ifStackLastChange + oid: 1.3.6.1.2.1.31.1.6 + type: gauge + help: The value of sysUpTime at the time of the last change of the (whole) interface + stack - 1.3.6.1.2.1.31.1.6 + - name: mtxrWlStatIndex + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.1' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatTxRate + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.2 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.2 + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatRxRate + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.3 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.3 + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatStrength + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.4 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.1.1.1.4 + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatSsid + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.5 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.5' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatBssid + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.6 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.6' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatFreq + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.7 + type: gauge + help: megahertz - 1.3.6.1.4.1.14988.1.1.1.1.1.7 + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatBand + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.8 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.8' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatTxCCQ + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.9 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.9' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatRxCCQ + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.10 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.10' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlRtabAddr + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.1 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.1' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabIface + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.2' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabStrength + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.3 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.1.2.1.3 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxBytes + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.4 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.4' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxBytes + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.5 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.5' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxPackets + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.6 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.6' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxPackets + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.7 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.7' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxRate + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.8 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.8 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxRate + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.9 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.9 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRouterOSVersion + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.10 + type: DisplayString + help: RouterOS version - 1.3.6.1.4.1.14988.1.1.1.2.1.10 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabUptime + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.11 + type: gauge + help: uptime - 1.3.6.1.4.1.14988.1.1.1.2.1.11 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabSignalToNoise + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.12 + type: gauge + help: Measured in dB, if value does not exist it is indicated with 0 - 1.3.6.1.4.1.14988.1.1.1.2.1.12 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxStrengthCh0 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.13 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.13' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxStrengthCh0 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.14 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.14' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxStrengthCh1 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.15 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.15' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxStrengthCh1 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.16 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.16' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxStrengthCh2 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.17 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.17' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxStrengthCh2 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.18 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.18' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxStrength + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.19 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.19' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRadioName + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.20 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.20' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlApIndex + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.1' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApTxRate + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.2 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.2 + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApRxRate + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.3 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.3 + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApSsid + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.4' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApBssid + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.5 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.5' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApClientCount + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.6 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.6' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApFreq + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.7 + type: gauge + help: megahertz - 1.3.6.1.4.1.14988.1.1.1.3.1.7 + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApBand + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.8 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.8' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApNoiseFloor + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.9' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApOverallTxCCQ + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.10 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.10' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApAuthClientCount + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.11 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.11' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlRtabEntryCount + oid: 1.3.6.1.4.1.14988.1.1.1.4 + type: gauge + help: Wireless registration table entry count - 1.3.6.1.4.1.14988.1.1.1.4 + - name: mtxrWlCMRtabAddr + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.1 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.1' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabIface + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.2' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabUptime + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.3 + type: gauge + help: uptime - 1.3.6.1.4.1.14988.1.1.1.5.1.3 + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabTxBytes + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.4 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.4' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabRxBytes + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.5 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.5' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabTxPackets + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.6 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.6' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabRxPackets + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.7 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.7' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabTxRate + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.8 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.8 + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabRxRate + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.9 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.9 + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabTxStrength + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.10' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabRxStrength + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.11 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.11' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabSsid + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.12 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.12' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabEapIdent + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.13 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.13' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabEntryCount + oid: 1.3.6.1.4.1.14988.1.1.1.6 + type: gauge + help: Wireless CAPSMAN registration table entry count - 1.3.6.1.4.1.14988.1.1.1.6 + - name: mtxrWlCMIndex + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.1' + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWlCMRegClientCount + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.2 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.2' + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWlCMAuthClientCount + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.3 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.3' + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWlCMState + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.4' + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWlCMChannel + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.5 + type: DisplayString + help: for master only - 1.3.6.1.4.1.14988.1.1.1.7.1.5 + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWl60GIndex + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.1' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GMode + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.2' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + enum_values: + 0: apBridge + 1: stationBridge + 2: sniff + 3: bridge + - name: mtxrWl60GSsid + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.3 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.3' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GConnected + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.4 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.4' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrWl60GRemote + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.5 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.5' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GFreq + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.6 + type: gauge + help: Mhz - 1.3.6.1.4.1.14988.1.1.1.8.1.6 + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GMcs + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.7' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GSignal + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.8' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GTxSector + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.9' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GTxSectorInfo + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.11 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.11' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GRssi + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.12 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.12' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GPhyRate + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.13 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.13' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GStaIndex + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.1' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaConnected + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.2' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrWl60GStaRemote + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.3 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.3' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaMcs + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.4 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.4' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaSignal + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.5 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.5' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaTxSector + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.6 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.6' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaPhyRate + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.8 + type: gauge + help: Mbits per second - 1.3.6.1.4.1.14988.1.1.1.9.1.8 + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaRssi + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.9' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaDistance + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.10 + type: gauge + help: meters - 1.3.6.1.4.1.14988.1.1.1.9.1.10 + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWlCMREntryCount + oid: 1.3.6.1.4.1.14988.1.1.1.10 + type: gauge + help: Wireless CAPSMAN remote-cap entry count - 1.3.6.1.4.1.14988.1.1.1.10 + - name: mtxrWlCMRemoteIndex + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.1' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrWlCMRemoteName + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.2' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrWlCMRemoteState + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.3 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.3' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrWlCMRemoteAddress + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.4' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrWlCMRemoteRadios + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.5 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.5' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrQueueSimpleIndex + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.1' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleName + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.2' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleSrcAddr + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.3 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.3' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleSrcMask + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.4 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.4' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleDstAddr + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.5 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.5' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleDstMask + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.6 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.6' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleIface + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.7 + type: gauge + help: interface index - 1.3.6.1.4.1.14988.1.1.2.1.1.7 + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleBytesIn + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.8 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.8' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleBytesOut + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.9 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.9' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimplePacketsIn + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.10 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.10' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimplePacketsOut + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.11 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.11' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimplePCQQueuesIn + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.12 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.12' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimplePCQQueuesOut + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.13 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.13' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleDroppedIn + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.14 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.14' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleDroppedOut + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.15 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.15' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueTreeIndex + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.1' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeName + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.2' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeFlow + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.3 + type: DisplayString + help: flowmark - 1.3.6.1.4.1.14988.1.1.2.2.1.3 + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeParentIndex + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.4 + type: gauge + help: index of parent tree queue or parent interface - 1.3.6.1.4.1.14988.1.1.2.2.1.4 + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeBytes + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.5 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.5' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreePackets + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.6 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.6' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeHCBytes + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.7 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.7' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreePCQQueues + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.8 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.8' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeDropped + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.9 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.9' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrHlCoreVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.1 + type: gauge + help: core voltage - 1.3.6.1.4.1.14988.1.1.3.1 + - name: mtxrHlThreeDotThreeVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.2 + type: gauge + help: 3.3V voltage - 1.3.6.1.4.1.14988.1.1.3.2 + - name: mtxrHlFiveVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.3 + type: gauge + help: 5V voltage - 1.3.6.1.4.1.14988.1.1.3.3 + - name: mtxrHlTwelveVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.4 + type: gauge + help: 12V voltage - 1.3.6.1.4.1.14988.1.1.3.4 + - name: mtxrHlSensorTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.5 + type: gauge + help: temperature at sensor chip - 1.3.6.1.4.1.14988.1.1.3.5 + - name: mtxrHlCpuTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.6 + type: gauge + help: temperature near cpu - 1.3.6.1.4.1.14988.1.1.3.6 + - name: mtxrHlBoardTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.7' + - name: mtxrHlVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.8' + - name: mtxrHlActiveFan + oid: 1.3.6.1.4.1.14988.1.1.3.9 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.3.9' + - name: mtxrHlTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.10' + - name: mtxrHlProcessorTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.11 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.11' + - name: mtxrHlPower + oid: 1.3.6.1.4.1.14988.1.1.3.12 + type: gauge + help: Watts - 1.3.6.1.4.1.14988.1.1.3.12 + - name: mtxrHlCurrent + oid: 1.3.6.1.4.1.14988.1.1.3.13 + type: gauge + help: mA - 1.3.6.1.4.1.14988.1.1.3.13 + - name: mtxrHlProcessorFrequency + oid: 1.3.6.1.4.1.14988.1.1.3.14 + type: gauge + help: Mhz - 1.3.6.1.4.1.14988.1.1.3.14 + - name: mtxrHlPowerSupplyState + oid: 1.3.6.1.4.1.14988.1.1.3.15 + type: gauge + help: PSU state ok - 1.3.6.1.4.1.14988.1.1.3.15 + enum_values: + 0: "false" + 1: "true" + - name: mtxrHlBackupPowerSupplyState + oid: 1.3.6.1.4.1.14988.1.1.3.16 + type: gauge + help: backup PSU state ok - 1.3.6.1.4.1.14988.1.1.3.16 + enum_values: + 0: "false" + 1: "true" + - name: mtxrHlFanSpeed1 + oid: 1.3.6.1.4.1.14988.1.1.3.17 + type: gauge + help: rpm - 1.3.6.1.4.1.14988.1.1.3.17 + - name: mtxrHlFanSpeed2 + oid: 1.3.6.1.4.1.14988.1.1.3.18 + type: gauge + help: rpm - 1.3.6.1.4.1.14988.1.1.3.18 + - name: mtxrGaugeIndex + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.1' + indexes: + - labelname: mtxrGaugeIndex + type: gauge + - name: mtxrGaugeName + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.2' + indexes: + - labelname: mtxrGaugeIndex + type: gauge + - name: mtxrGaugeValue + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.3 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.3' + indexes: + - labelname: mtxrGaugeIndex + type: gauge + - name: mtxrGaugeUnit + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.4 + type: gauge + help: units - 1.3.6.1.4.1.14988.1.1.3.100.1.4 + indexes: + - labelname: mtxrGaugeIndex + type: gauge + enum_values: + 1: celsius + 2: rpm + 3: dV + 4: dA + 5: dW + 6: status + - name: mtxrLicSoftwareId + oid: 1.3.6.1.4.1.14988.1.1.4.1 + type: DisplayString + help: software id - 1.3.6.1.4.1.14988.1.1.4.1 + - name: mtxrLicUpgrUntil + oid: 1.3.6.1.4.1.14988.1.1.4.2 + type: DateAndTime + help: current key allows upgrading until this date - 1.3.6.1.4.1.14988.1.1.4.2 + - name: mtxrLicLevel + oid: 1.3.6.1.4.1.14988.1.1.4.3 + type: gauge + help: current key level - 1.3.6.1.4.1.14988.1.1.4.3 + - name: mtxrLicVersion + oid: 1.3.6.1.4.1.14988.1.1.4.4 + type: DisplayString + help: software version - 1.3.6.1.4.1.14988.1.1.4.4 + - name: mtxrLicUpgradableTo + oid: 1.3.6.1.4.1.14988.1.1.4.5 + type: gauge + help: upgradable to - 1.3.6.1.4.1.14988.1.1.4.5 + - name: mtxrHotspotActiveUserIndex + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.1' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserServerID + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.2' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserName + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.3 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.3' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserDomain + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.4' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserIP + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.5 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.5' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserMAC + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.6 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.6' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserConnectTime + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.7' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserValidTillTime + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.8' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserIdleStartTime + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.9' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserIdleTimeout + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.10' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserPingTimeout + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.11 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.11' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserBytesIn + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.12 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.12' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserBytesOut + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.13 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.13' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserPacketsIn + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.14 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.14' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserPacketsOut + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.15 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.15' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserLimitBytesIn + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.16 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.16' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserLimitBytesOut + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.17 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.17' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserAdvertStatus + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.18 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.18' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserRadius + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.19 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.19' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserBlockedByAdvert + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.20 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.20' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrDHCPLeaseCount + oid: 1.3.6.1.4.1.14988.1.1.6.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.6.1' + - name: mtxrSystemReboot + oid: 1.3.6.1.4.1.14988.1.1.7.1 + type: gauge + help: set non zero to reboot - 1.3.6.1.4.1.14988.1.1.7.1 + - name: mtxrUSBPowerReset + oid: 1.3.6.1.4.1.14988.1.1.7.2 + type: gauge + help: switches off usb power for specified amout of seconds - 1.3.6.1.4.1.14988.1.1.7.2 + - name: mtxrSerialNumber + oid: 1.3.6.1.4.1.14988.1.1.7.3 + type: DisplayString + help: RouterBOARD serial number - 1.3.6.1.4.1.14988.1.1.7.3 + - name: mtxrFirmwareVersion + oid: 1.3.6.1.4.1.14988.1.1.7.4 + type: DisplayString + help: Current firmware version - 1.3.6.1.4.1.14988.1.1.7.4 + - name: mtxrNote + oid: 1.3.6.1.4.1.14988.1.1.7.5 + type: DisplayString + help: note - 1.3.6.1.4.1.14988.1.1.7.5 + - name: mtxrBuildTime + oid: 1.3.6.1.4.1.14988.1.1.7.6 + type: DisplayString + help: build time - 1.3.6.1.4.1.14988.1.1.7.6 + - name: mtxrFirmwareUpgradeVersion + oid: 1.3.6.1.4.1.14988.1.1.7.7 + type: DisplayString + help: Upgrade firmware version - 1.3.6.1.4.1.14988.1.1.7.7 + - name: mtxrBoardName + oid: 1.3.6.1.4.1.14988.1.1.7.8 + type: DisplayString + help: board name - 1.3.6.1.4.1.14988.1.1.7.8 + - name: mtxrScriptIndex + oid: 1.3.6.1.4.1.14988.1.1.8.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.1' + indexes: + - labelname: mtxrScriptIndex + type: gauge + - name: mtxrScriptName + oid: 1.3.6.1.4.1.14988.1.1.8.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.2' + indexes: + - labelname: mtxrScriptIndex + type: gauge + - name: mtxrScriptRunCmd + oid: 1.3.6.1.4.1.14988.1.1.8.1.1.3 + type: gauge + help: set non zero to run - 1.3.6.1.4.1.14988.1.1.8.1.1.3 + indexes: + - labelname: mtxrScriptIndex + type: gauge + - name: mtxrDnStatIndex + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.10.1.1.1' + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnStatTxRate + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.2 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.2 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnStatRxRate + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.3 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.3 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnStatTxStrength + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.4 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.4 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnStatRxStrength + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.5 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.5 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnConnected + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.6 + type: gauge + help: 0 - not connected, connected otherwise - 1.3.6.1.4.1.14988.1.1.10.1.1.6 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrNeighborIndex + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.1' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborIpAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.2 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.2' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.3' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborVersion + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.4' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborPlatform + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.5 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.5' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborIdentity + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.6 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.6' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborSoftwareID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.7 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.7' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.8' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrDate + oid: 1.3.6.1.4.1.14988.1.1.12.1 + type: gauge + help: UNIX time - 1.3.6.1.4.1.14988.1.1.12.1 + - name: mtxrLongtitude + oid: 1.3.6.1.4.1.14988.1.1.12.2 + type: DisplayString + help: longtitude - 1.3.6.1.4.1.14988.1.1.12.2 + - name: mtxrLatitude + oid: 1.3.6.1.4.1.14988.1.1.12.3 + type: DisplayString + help: latitude - 1.3.6.1.4.1.14988.1.1.12.3 + - name: mtxrAltitude + oid: 1.3.6.1.4.1.14988.1.1.12.4 + type: DisplayString + help: altitude - 1.3.6.1.4.1.14988.1.1.12.4 + - name: mtxrSpeed + oid: 1.3.6.1.4.1.14988.1.1.12.5 + type: DisplayString + help: speed - 1.3.6.1.4.1.14988.1.1.12.5 + - name: mtxrSattelites + oid: 1.3.6.1.4.1.14988.1.1.12.6 + type: gauge + help: visible sattelite count - 1.3.6.1.4.1.14988.1.1.12.6 + - name: mtxrValid + oid: 1.3.6.1.4.1.14988.1.1.12.7 + type: gauge + help: is the data valid - 1.3.6.1.4.1.14988.1.1.12.7 + - name: mtxrWirelessModemSignalStrength + oid: 1.3.6.1.4.1.14988.1.1.13.1 + type: gauge + help: signal strength in dBm (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.1 + - name: mtxrWirelessModemSignalECIO + oid: 1.3.6.1.4.1.14988.1.1.13.2 + type: gauge + help: signal EC/IO in dB (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.2 + - name: mtxrInterfaceStatsIndex + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.1' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsName + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.2' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsDriverRxBytes + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.11 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.11' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsDriverRxPackets + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.12 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.12' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsDriverTxBytes + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.13 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.13' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsDriverTxPackets + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.14 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.14' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx64 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.15 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.15' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx65To127 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.16 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.16' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx128To255 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.17 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.17' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx256To511 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.18 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.18' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx512To1023 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.19 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.19' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx1024To1518 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.20 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.20' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx1519ToMax + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.21 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.21' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxBytes + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.31 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.31' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxPackets + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.32 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.32' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxTooShort + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.33 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.33' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx64 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.34 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.34' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx65To127 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.35 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.35' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx128To255 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.36 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.36' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx256To511 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.37 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.37' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx512To1023 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.38 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.38' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx1024To1518 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.39 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.39' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx1519ToMax + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.40 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.40' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxTooLong + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.41 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.41' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxBroadcast + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.42 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.42' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxPause + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.43 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.43' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxMulticast + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.44 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.44' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxFCSError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.45 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.45' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxAlignError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.46 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.46' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxFragment + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.47 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.47' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxOverflow + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.48 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.48' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxControl + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.49 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.49' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxUnknownOp + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.50 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.50' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxLengthError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.51 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.51' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxCodeError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.52 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.52' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxCarrierError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.53 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.53' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxJabber + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.54 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.54' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxDrop + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.55 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.55' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxBytes + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.61 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.61' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxPackets + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.62 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.62' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxTooShort + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.63 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.63' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx64 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.64 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.64' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx65To127 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.65 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.65' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx128To255 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.66 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.66' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx256To511 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.67 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.67' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx512To1023 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.68 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.68' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx1024To1518 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.69 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.69' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx1519ToMax + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.70 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.70' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxTooLong + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.71 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.71' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxBroadcast + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.72 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.72' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxPause + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.73 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.73' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxMulticast + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.74 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.74' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxUnderrun + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.75 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.75' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.76 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.76' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxExcessiveCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.77 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.77' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxMultipleCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.78 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.78' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxSingleCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.79 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.79' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxExcessiveDeferred + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.80 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.80' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxDeferred + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.81 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.81' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxLateCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.82 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.82' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxTotalCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.83 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.83' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxPauseHonored + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.84 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.84' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxDrop + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.85 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.85' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxJabber + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.86 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.86' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxFCSError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.87 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.87' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxControl + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.88 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.88' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxFragment + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.89 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.89' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsLinkDowns + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.90 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.90' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrPOEInterfaceIndex + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.1' + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrPOEName + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.2' + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrPOEStatus + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.3 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.3' + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + enum_values: + 1: disabled + 2: waitingForLoad + 3: poweredOn + 4: overload + - name: mtxrPOEVoltage + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.4 + type: gauge + help: V - 1.3.6.1.4.1.14988.1.1.15.1.1.4 + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrPOECurrent + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.5 + type: gauge + help: mA - 1.3.6.1.4.1.14988.1.1.15.1.1.5 + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrPOEPower + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.6 + type: gauge + help: W - 1.3.6.1.4.1.14988.1.1.15.1.1.6 + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrLTEModemInterfaceIndex + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.1' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemSignalRSSI + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.2 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.2 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemSignalRSRQ + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.3 + type: gauge + help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.3 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemSignalRSRP + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.4 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.4 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemCellId + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.5 + type: gauge + help: current cell ID - 1.3.6.1.4.1.14988.1.1.16.1.1.5 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemAccessTechnology + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.6 + type: gauge + help: as reported by +CREG - 1.3.6.1.4.1.14988.1.1.16.1.1.6 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + enum_values: + -1: unknown + 0: gsmcompact + 1: gsm + 2: utran + 3: egprs + 4: hsdpa + 5: hsupa + 6: hsdpahsupa + 7: eutran + - name: mtxrLTEModemSignalSINR + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.7 + type: gauge + help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.7 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemEnbId + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.8' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemSectorId + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.9' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemLac + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.10' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemIMEI + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.11 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.11' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemIMSI + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.12 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.12' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemUICC + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.13 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.13' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemRAT + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.14 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.14' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrPartitionIndex + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.1' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + - name: mtxrPartitionName + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.2' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + - name: mtxrPartitionSize + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.3 + type: gauge + help: MB - 1.3.6.1.4.1.14988.1.1.17.1.1.3 + indexes: + - labelname: mtxrPartitionIndex + type: gauge + - name: mtxrPartitionVersion + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.4' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + - name: mtxrPartitionActive + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.5 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.5' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrPartitionRunning + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.6 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.6' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrScriptRunIndex + oid: 1.3.6.1.4.1.14988.1.1.18.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.18.1.1.1' + indexes: + - labelname: mtxrScriptRunIndex + type: gauge + - name: mtxrScriptRunOutput + oid: 1.3.6.1.4.1.14988.1.1.18.1.1.2 + type: DisplayString + help: this oid on get request will run script and return it's output - 1.3.6.1.4.1.14988.1.1.18.1.1.2 + indexes: + - labelname: mtxrScriptRunIndex + type: gauge + - name: mtxrOpticalIndex + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.1' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.2' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalRxLoss + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.3 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.3' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrOpticalTxFault + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.4 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.4' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrOpticalWavelength + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.5 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.5' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalTemperature + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.6 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.6' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalSupplyVoltage + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.7' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalTxBiasCurrent + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.8' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalTxPower + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.9' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalRxPower + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.10' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrIkeSACount + oid: 1.3.6.1.4.1.14988.1.1.20.1 + type: gauge + help: IKE SA count - 1.3.6.1.4.1.14988.1.1.20.1 + - name: mtxrIkeSAIndex + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.1' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAInitiatorCookie + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.2 + type: DisplayString + help: initiator SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.2 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAResponderCookie + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.3 + type: DisplayString + help: responder SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.3 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAResponder + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.4 + type: gauge + help: IKE side - 1.3.6.1.4.1.14988.1.1.20.2.1.4 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrIkeSANatt + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.5 + type: gauge + help: NAT is detected - 1.3.6.1.4.1.14988.1.1.20.2.1.5 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrIkeSAVersion + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.6 + type: gauge + help: protocol version - 1.3.6.1.4.1.14988.1.1.20.2.1.6 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAState + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.7' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 1: exchange + 2: established + 3: expired + 4: eap + - name: mtxrIkeSAUptime + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.8' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSASeen + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.9 + type: gauge + help: time elapsed since last valid IKE packet - 1.3.6.1.4.1.14988.1.1.20.2.1.9 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAIdentity + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.10 + type: DisplayString + help: peer identity - 1.3.6.1.4.1.14988.1.1.20.2.1.10 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAPh2Count + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.11 + type: gauge + help: total ph2 SA pairs - 1.3.6.1.4.1.14988.1.1.20.2.1.11 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSALocalAddressType + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.12 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.12' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: mtxrIkeSALocalAddress + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.13 + type: InetAddress + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.13' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSALocalPort + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.14 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.14' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAPeerAddressType + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.15 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.15' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: mtxrIkeSAPeerAddress + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.16 + type: InetAddress + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.16' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAPeerPort + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.17 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.17' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSADynamicAddressType + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.18 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.18' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: mtxrIkeSADynamicAddress + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.19 + type: InetAddress + help: dynamic address allocated by mode config - 1.3.6.1.4.1.14988.1.1.20.2.1.19 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSATxBytes + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.20 + type: counter + help: ph2 SA tx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.20 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSARxBytes + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.21 + type: counter + help: ph2 SA rx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.21 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSATxPackets + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.22 + type: counter + help: ph2 SA tx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.22 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSARxPackets + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.23 + type: counter + help: ph2 SA rx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.23 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: laIndex + oid: 1.3.6.1.4.1.2021.10.1.1 + type: gauge + help: reference index/row number for each observed loadave. - 1.3.6.1.4.1.2021.10.1.1 + indexes: + - labelname: laIndex + type: gauge + lookups: + - labels: + - laIndex + labelname: laNames + oid: 1.3.6.1.4.1.2021.10.1.2 + type: DisplayString + - labels: [] + labelname: laIndex