From 632ab34bc63ce4508cf922e51f03051448aa7f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 30 May 2024 16:28:47 +0300 Subject: [PATCH 01/10] 24.05 --- flake.lock | 16 ++++++++-------- flake.nix | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index e55578f..07df95d 100644 --- a/flake.lock +++ b/flake.lock @@ -157,16 +157,16 @@ ] }, "locked": { - "lastModified": 1716729592, - "narHash": "sha256-Y3bOjoh2cFBqZN0Jw1zUdyr7tjygyxl2bD/QY73GZP0=", + "lastModified": 1716736833, + "narHash": "sha256-rNObca6dm7Qs524O4st8VJH6pZ/Xe1gxl+Rx6mcWYo0=", "owner": "nix-community", "repo": "home-manager", - "rev": "2c78a57c544dd19b07442350727ced097e1aa6e6", + "rev": "a631666f5ec18271e86a5cde998cba68c33d9ac6", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-23.11", + "ref": "release-24.05", "repo": "home-manager", "type": "github" } @@ -232,16 +232,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716633019, - "narHash": "sha256-xim1b5/HZYbWaZKyI7cn9TJCM6ewNVZnesRr00mXeS4=", + "lastModified": 1716966868, + "narHash": "sha256-I5dlFm936SkuUu9haYabEBCUPeX6EuXLT1uFkEM/lbY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9d29cd266cebf80234c98dd0b87256b6be0af44e", + "rev": "fafeae3d248c41c6c8a2ab5e09f9e2d3de706ef8", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.11", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5c390f6..c42b32d 100644 --- a/flake.nix +++ b/flake.nix @@ -2,14 +2,14 @@ description = "motiejus/config"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils"; flake-compat.url = "github:nix-community/flake-compat"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nur.url = "github:nix-community/NUR"; - home-manager.url = "github:nix-community/home-manager/release-23.11"; + home-manager.url = "github:nix-community/home-manager/release-24.05"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; agenix = { From 178aa66a0342523f4a07e609dcdf4d76fc4dbb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 30 May 2024 17:14:44 +0300 Subject: [PATCH 02/10] remove snmp --- hosts/vno1-oh2/configuration.nix | 36 - modules/services/default.nix | 1 - modules/services/snmp_exporter/README.md | 8 - modules/services/snmp_exporter/default.nix | 28 - modules/services/snmp_exporter/generator.yml | 50 - modules/services/snmp_exporter/snmp.yml | 5629 ------------------ 6 files changed, 5752 deletions(-) delete mode 100644 modules/services/snmp_exporter/README.md delete mode 100644 modules/services/snmp_exporter/default.nix delete mode 100644 modules/services/snmp_exporter/generator.yml delete mode 100644 modules/services/snmp_exporter/snmp.yml diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 7927db0..5333f9d 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -174,7 +174,6 @@ tailscale.enable = true; node_exporter.enable = true; gitea.enable = true; - snmp_exporter.enable = true; sshguard.enable = true; hass.enable = true; @@ -516,41 +515,6 @@ job_name = "vno1-vinc.vincentas.jakst"; static_configs = [{targets = ["${myData.hosts."vno1-vinc.vincentas.jakst".jakstIP}:9100"];}]; } - { - job_name = "snmp_exporter"; - static_configs = [{targets = ["127.0.0.1:9116"];}]; - } - { - job_name = "snmp-mikrotik"; - static_configs = [ - { - targets = [ - "192.168.189.2" # kids - "192.168.189.3" # livingroom - "192.168.189.4" # commbox - ]; - } - ]; - metrics_path = "./snmp"; - params = { - auth = ["public_v2"]; - module = ["mikrotik"]; - }; - relabel_configs = [ - { - source_labels = ["__address__"]; - target_label = "__param_target"; - } - { - source_labels = ["__param_target"]; - target_label = "instance"; - } - { - target_label = "__address__"; - replacement = "127.0.0.1:9116"; - } - ]; - } ]; }; diff --git a/modules/services/default.nix b/modules/services/default.nix index d32988b..8b37e25 100644 --- a/modules/services/default.nix +++ b/modules/services/default.nix @@ -12,7 +12,6 @@ ./nsd-acme ./postfix ./remote-builder - ./snmp_exporter ./sshguard ./syncthing ./tailscale diff --git a/modules/services/snmp_exporter/README.md b/modules/services/snmp_exporter/README.md deleted file mode 100644 index 2358ebc..0000000 --- a/modules/services/snmp_exporter/README.md +++ /dev/null @@ -1,8 +0,0 @@ -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/modules/services/snmp_exporter/default.nix b/modules/services/snmp_exporter/default.nix deleted file mode 100644 index 0ac62cd..0000000 --- a/modules/services/snmp_exporter/default.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ - config, - lib, - pkgs, - myData, - ... -}: { - options.mj.services.snmp_exporter = with lib.types; { - enable = lib.mkEnableOption "Enable prometheus snmp_exporter"; - }; - - config = lib.mkIf config.mj.services.snmp_exporter.enable { - mj.services.friendlyport.ports = [ - { - subnets = [myData.subnets.tailscale.cidr]; - tcp = [config.services.prometheus.exporters.snmp.port]; - } - ]; - - services.prometheus.exporters.snmp = { - enable = true; - configurationPath = pkgs.concatTextFile { - name = "snmp.yml"; - files = [./snmp.yml]; - }; - }; - }; -} diff --git a/modules/services/snmp_exporter/generator.yml b/modules/services/snmp_exporter/generator.yml deleted file mode 100644 index a0c2ce4..0000000 --- a/modules/services/snmp_exporter/generator.yml +++ /dev/null @@ -1,50 +0,0 @@ -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/modules/services/snmp_exporter/snmp.yml b/modules/services/snmp_exporter/snmp.yml deleted file mode 100644 index 958f25b..0000000 --- a/modules/services/snmp_exporter/snmp.yml +++ /dev/null @@ -1,5629 +0,0 @@ -# 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 From da17773e5186662bf67d66edb95545c2b8faa914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 30 May 2024 17:25:54 +0300 Subject: [PATCH 03/10] desktop: minor moving around xorg/displaymanager, use stable kernel pkgs --- hosts/fwminex/configuration.nix | 1 - hosts/mtworx/configuration.nix | 2 -- modules/base/default.nix | 2 +- modules/profiles/desktop/default.nix | 30 +++++++++++++--------------- 4 files changed, 15 insertions(+), 20 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 355babe..3462ee3 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -10,7 +10,6 @@ boot = { initrd.availableKernelModules = ["usb_storage" "sd_mod" "xhci_pci" "thunderbolt" "nvme" "usbhid"]; - kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages; loader.systemd-boot.enable = true; supportedFilesystems = ["zfs"]; zfs = { diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 7bfcf2f..1198d53 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -1,5 +1,4 @@ { - pkgs, config, myData, ... @@ -15,7 +14,6 @@ in { ]; boot = { - kernelPackages = pkgs.linuxPackages_latest; kernelModules = ["kvm-intel"]; #kernelParams = ["intel_pstate=disable"]; loader.systemd-boot.enable = true; diff --git a/modules/base/default.nix b/modules/base/default.nix index ee7822c..91bea1f 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -48,7 +48,7 @@ in { "kernel.kptr_restrict" = "0"; }; - kernelPackages = lib.mkDefault pkgs.zfs.latestCompatibleLinuxPackages; + kernelPackages = lib.mkDefault pkgs.linuxPackages; supportedFilesystems = ["btrfs"]; }; diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index 4bdd708..7c948d3 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -53,25 +53,27 @@ in { avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; openFirewall = true; }; xserver = { enable = true; - layout = "us,lt"; - xkbOptions = "grp:alt_shift_toggle"; + xkb = { + layout = "us,lt"; + options = "grp:alt_shift_toggle"; + }; desktopManager.xfce.enable = true; windowManager.awesome.enable = true; + displayManager.lightdm.enable = true; + }; - displayManager = { - lightdm.enable = true; - defaultSession = "none+awesome"; - autoLogin = { - enable = true; - user = username; - }; + displayManager = { + defaultSession = "none+awesome"; + autoLogin = { + enable = true; + user = username; }; }; @@ -238,12 +240,8 @@ in { ] (lib.mkIf (pkgs.stdenv.hostPlatform.system == "x86_64-linux") [ i7z - (nvtop.override { - amd = true; - intel = true; - msm = false; - nvidia = false; - }) + nvtopPackages.amd + nvtopPackages.intel joplin-desktop intel-gpu-tools From beb747d508f98f3ead128ced8fad85512199b7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 31 May 2024 07:20:03 +0300 Subject: [PATCH 04/10] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/fafeae3d248c41c6c8a2ab5e09f9e2d3de706ef8' (2024-05-29) → 'github:NixOS/nixpkgs/d24e7fdcfaecdca496ddd426cae98c9e2d12dfe8' (2024-05-30) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/9ca3f649614213b2aaf5f1e16ec06952fe4c2632' (2024-05-27) → 'github:NixOS/nixpkgs/ad57eef4ef0659193044870c731987a6df5cf56b' (2024-05-29) • Updated input 'nur': 'github:nix-community/NUR/497367bbf48fde0bd3dbb5e75a5c8ca1d12087c4' (2024-05-29) → 'github:nix-community/NUR/5087d4ff41071cbc7d2f376df89d81bde2e00745' (2024-05-31) --- flake.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 07df95d..a87dd64 100644 --- a/flake.lock +++ b/flake.lock @@ -232,11 +232,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716966868, - "narHash": "sha256-I5dlFm936SkuUu9haYabEBCUPeX6EuXLT1uFkEM/lbY=", + "lastModified": 1717090882, + "narHash": "sha256-Up5tvtY9YlVEyVn9hfZcxFQi5qVhQ5hdVNGPQOUchNw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fafeae3d248c41c6c8a2ab5e09f9e2d3de706ef8", + "rev": "d24e7fdcfaecdca496ddd426cae98c9e2d12dfe8", "type": "github" }, "original": { @@ -248,11 +248,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1716769173, - "narHash": "sha256-7EXDb5WBw+d004Agt+JHC/Oyh/KTUglOaQ4MNjBbo5w=", + "lastModified": 1716948383, + "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9ca3f649614213b2aaf5f1e16ec06952fe4c2632", + "rev": "ad57eef4ef0659193044870c731987a6df5cf56b", "type": "github" }, "original": { @@ -264,11 +264,11 @@ }, "nur": { "locked": { - "lastModified": 1717022063, - "narHash": "sha256-1cFivapNXpdEgI+H5UOcdaaD2Jwk7HontkMb6UCBpd8=", + "lastModified": 1717128264, + "narHash": "sha256-G1v5wsi6TAyKWUZcfU8yvbhRrXXL2jVsX3OP3o3PIfQ=", "owner": "nix-community", "repo": "NUR", - "rev": "497367bbf48fde0bd3dbb5e75a5c8ca1d12087c4", + "rev": "5087d4ff41071cbc7d2f376df89d81bde2e00745", "type": "github" }, "original": { From 7f8623c866f0621ca1958b9f6f75511c63ddb816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 31 May 2024 09:31:54 +0300 Subject: [PATCH 05/10] remove nixpkgs-unstable --- flake.lock | 23 +++-------------------- flake.nix | 6 ------ modules/profiles/desktop/default.nix | 2 +- shared/home/default.nix | 6 +++--- shared/work/default.nix | 28 ++++++++++++---------------- 5 files changed, 19 insertions(+), 46 deletions(-) diff --git a/flake.lock b/flake.lock index a87dd64..a02403e 100644 --- a/flake.lock +++ b/flake.lock @@ -246,29 +246,13 @@ "type": "github" } }, - "nixpkgs-unstable": { - "locked": { - "lastModified": 1716948383, - "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "ad57eef4ef0659193044870c731987a6df5cf56b", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nur": { "locked": { - "lastModified": 1717128264, - "narHash": "sha256-G1v5wsi6TAyKWUZcfU8yvbhRrXXL2jVsX3OP3o3PIfQ=", + "lastModified": 1717137004, + "narHash": "sha256-bTPVuz7H9Rpa5hyUvFqL8VBZTnh9u6FEd/ZSrJNHqcM=", "owner": "nix-community", "repo": "NUR", - "rev": "5087d4ff41071cbc7d2f376df89d81bde2e00745", + "rev": "83d68f7515cf4915933e6c9a431baf81110433f9", "type": "github" }, "original": { @@ -319,7 +303,6 @@ "nixgl": "nixgl", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", - "nixpkgs-unstable": "nixpkgs-unstable", "nur": "nur", "pre-commit-hooks": "pre-commit-hooks" } diff --git a/flake.nix b/flake.nix index c42b32d..d7f9447 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,6 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; - nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils"; flake-compat.url = "github:nix-community/flake-compat"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; @@ -76,7 +75,6 @@ outputs = { self, nixpkgs, - nixpkgs-unstable, agenix, deploy-rs, flake-utils, @@ -115,10 +113,6 @@ # TODO: copied from 24.05 turbo = super.callPackage ./pkgs/turbo.nix {}; - pkgs-unstable = import nixpkgs-unstable { - inherit (super) system; - }; - crossArm64 = import nixpkgs { system = "x86_64-linux"; hostPlatform.config = "aarch64-linux"; diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index 7c948d3..a648a6b 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -248,7 +248,7 @@ in { winetricks wineWowPackages.full ]) - [pkgs.pkgs-unstable.undocker] + [pkgs.undocker] ]; # https://discourse.nixos.org/t/nixos-rebuild-switch-upgrade-networkmanager-wait-online-service-failure/30746 diff --git a/shared/home/default.nix b/shared/home/default.nix index 5750ebf..d805e28 100644 --- a/shared/home/default.nix +++ b/shared/home/default.nix @@ -70,9 +70,9 @@ in { [extract_url] (lib.mkIf devTools [ - pkgs-unstable.go_1_22 - pkgs-unstable.go-tools - pkgs-unstable.zig_0_12 + go_1_22 + go-tools + zig_0_12 ]) (lib.mkIf hmOnly [ diff --git a/shared/work/default.nix b/shared/work/default.nix index 3efeac8..502bdaa 100644 --- a/shared/work/default.nix +++ b/shared/work/default.nix @@ -6,22 +6,18 @@ mj.base.users.email = null; mj.base.users.user.extraGroups = ["docker"]; - environment.systemPackages = - (with pkgs; [ - #swc - #nodejs - #typescript - #concurrently - bats - mysql80 - kubectl - kubectl-node-shell - kubectx - google-cloud-sdk - ]) - ++ (with pkgs.pkgs-unstable; [ - #turbo - ]); + environment.systemPackages = with pkgs; [ + #swc + #nodejs + #typescript + #concurrently + bats + mysql80 + kubectl + kubectl-node-shell + kubectx + google-cloud-sdk + ]; services.clamav = { updater.enable = true; From ca927f3d717f5edba924e8deb7d2e1d421527d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 4 Jun 2024 20:54:40 +0300 Subject: [PATCH 06/10] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'flake-compat': 'github:nix-community/flake-compat/8bf105319d44f6b9f0d764efa4fdef9f1cc9ba1c' (2023-06-29) → 'github:nix-community/flake-compat/38fd3954cf65ce6faf3d0d45cd26059e059f07ea' (2024-06-02) • Updated input 'nix-index-database': 'github:Mic92/nix-index-database/ff80cb4a11bb87f3ce8459be6f16a25ac86eb2ac' (2024-05-27) → 'github:Mic92/nix-index-database/972a52bee3991ae1f1899e6452e0d7c01ee566d9' (2024-06-02) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/8251761f93d6f5b91cee45ac09edb6e382641009' (2024-05-29) → 'github:NixOS/nixos-hardware/82b2e20fbffe6a5f0555701af136ad3e734a5faa' (2024-06-04) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/d24e7fdcfaecdca496ddd426cae98c9e2d12dfe8' (2024-05-30) → 'github:NixOS/nixpkgs/b3b2b28c1daa04fe2ae47c21bb76fd226eac4ca1' (2024-06-01) • Updated input 'nur': 'github:nix-community/NUR/83d68f7515cf4915933e6c9a431baf81110433f9' (2024-05-31) → 'github:nix-community/NUR/9a42df165c2851b40e9288564e09b0aa54dda5f5' (2024-06-04) --- flake.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index a02403e..1f2b31c 100644 --- a/flake.lock +++ b/flake.lock @@ -86,11 +86,11 @@ }, "flake-compat": { "locked": { - "lastModified": 1688025799, - "narHash": "sha256-ktpB4dRtnksm9F5WawoIkEneh1nrEvuxb5lJFt1iOyw=", + "lastModified": 1717312683, + "narHash": "sha256-FrlieJH50AuvagamEvWMIE6D2OAnERuDboFDYAED/dE=", "owner": "nix-community", "repo": "flake-compat", - "rev": "8bf105319d44f6b9f0d764efa4fdef9f1cc9ba1c", + "rev": "38fd3954cf65ce6faf3d0d45cd26059e059f07ea", "type": "github" }, "original": { @@ -178,11 +178,11 @@ ] }, "locked": { - "lastModified": 1716772633, - "narHash": "sha256-Idcye44UW+EgjbjCoklf2IDF+XrehV6CVYvxR1omst4=", + "lastModified": 1717297675, + "narHash": "sha256-43UmlS1Ifx17y93/Vc258U7bOlAAIZbu8dsGDHOIIr0=", "owner": "Mic92", "repo": "nix-index-database", - "rev": "ff80cb4a11bb87f3ce8459be6f16a25ac86eb2ac", + "rev": "972a52bee3991ae1f1899e6452e0d7c01ee566d9", "type": "github" }, "original": { @@ -216,11 +216,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1716987116, - "narHash": "sha256-uuEkErFVsFdg2K0cKbNQ9JlFSAm/xYqPr4rbPLI91Y8=", + "lastModified": 1717515267, + "narHash": "sha256-3d/rDckP583688YqVPc6SyXTy2gHpma0HzCv3idi1OE=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "8251761f93d6f5b91cee45ac09edb6e382641009", + "rev": "82b2e20fbffe6a5f0555701af136ad3e734a5faa", "type": "github" }, "original": { @@ -232,11 +232,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1717090882, - "narHash": "sha256-Up5tvtY9YlVEyVn9hfZcxFQi5qVhQ5hdVNGPQOUchNw=", + "lastModified": 1717281328, + "narHash": "sha256-evZPzpf59oNcDUXxh2GHcxHkTEG4fjae2ytWP85jXRo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d24e7fdcfaecdca496ddd426cae98c9e2d12dfe8", + "rev": "b3b2b28c1daa04fe2ae47c21bb76fd226eac4ca1", "type": "github" }, "original": { @@ -248,11 +248,11 @@ }, "nur": { "locked": { - "lastModified": 1717137004, - "narHash": "sha256-bTPVuz7H9Rpa5hyUvFqL8VBZTnh9u6FEd/ZSrJNHqcM=", + "lastModified": 1717521378, + "narHash": "sha256-3UMMPUmY+sqGXuz+cZg5Ul7x8awrgrXmVg9L/Tv91QM=", "owner": "nix-community", "repo": "NUR", - "rev": "83d68f7515cf4915933e6c9a431baf81110433f9", + "rev": "9a42df165c2851b40e9288564e09b0aa54dda5f5", "type": "github" }, "original": { From c6d87a5cc0ec961d344ff3a778c8d79509227032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 4 Jun 2024 20:58:26 +0300 Subject: [PATCH 07/10] remove refs to pkgs-unstable --- shared/home/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/home/default.nix b/shared/home/default.nix index d805e28..a19d109 100644 --- a/shared/home/default.nix +++ b/shared/home/default.nix @@ -149,8 +149,8 @@ in { plugins = lib.mkMerge [ [pkgs.vimPlugins.fugitive] (lib.mkIf devTools [ - pkgs.pkgs-unstable.vimPlugins.vim-go - pkgs.pkgs-unstable.vimPlugins.zig-vim + pkgs.vimPlugins.vim-go + pkgs.vimPlugins.zig-vim ]) ]; extraConfig = builtins.readFile ./vimrc; From 776cea6c0120eb296a9b2f7c011e3c628f36d5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 5 Jun 2024 10:10:05 +0300 Subject: [PATCH 08/10] disable crossNative https://discourse.nixos.org/t/24-05-unable-to-build-bash-and-thus-almost-anything-on-aarch64-linux/46513/5?u=motiejus --- shared/platform/orangepi5plus.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/shared/platform/orangepi5plus.nix b/shared/platform/orangepi5plus.nix index 3b726e6..a220064 100644 --- a/shared/platform/orangepi5plus.nix +++ b/shared/platform/orangepi5plus.nix @@ -4,15 +4,16 @@ pkgs, modulesPath, ... -}: let - #crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform; - crossNative = pkgs.pkgsCross.aarch64-multiplatform; -in { +}: +#let +#crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform; +#in +{ mj.skipPerf = true; boot = { #kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec { - kernelPackages = crossNative.linuxPackagesFor (crossNative.buildLinux rec { + kernelPackages = pkgs.linuxPackagesFor (pkgs.buildLinux rec { version = "6.9.0-rc1"; modDirVersion = "6.9.0-rc1"; @@ -59,6 +60,6 @@ in { inherit config lib pkgs; }; #uboot = crossFast.callPackage ../../hacks/orangepi5plus/uboot {}; - uboot = crossNative.callPackage ../../hacks/orangepi5plus/uboot {}; + uboot = pkgs.callPackage ../../hacks/orangepi5plus/uboot {}; }; } From 32dcf4e9dd49b7924cca9a02333ba89dc7696287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 5 Jun 2024 10:11:53 +0300 Subject: [PATCH 09/10] Revert "disable crossNative" This reverts commit 776cea6c0120eb296a9b2f7c011e3c628f36d5a2. --- shared/platform/orangepi5plus.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/shared/platform/orangepi5plus.nix b/shared/platform/orangepi5plus.nix index a220064..3b726e6 100644 --- a/shared/platform/orangepi5plus.nix +++ b/shared/platform/orangepi5plus.nix @@ -4,16 +4,15 @@ pkgs, modulesPath, ... -}: -#let -#crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform; -#in -{ +}: let + #crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform; + crossNative = pkgs.pkgsCross.aarch64-multiplatform; +in { mj.skipPerf = true; boot = { #kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec { - kernelPackages = pkgs.linuxPackagesFor (pkgs.buildLinux rec { + kernelPackages = crossNative.linuxPackagesFor (crossNative.buildLinux rec { version = "6.9.0-rc1"; modDirVersion = "6.9.0-rc1"; @@ -60,6 +59,6 @@ inherit config lib pkgs; }; #uboot = crossFast.callPackage ../../hacks/orangepi5plus/uboot {}; - uboot = pkgs.callPackage ../../hacks/orangepi5plus/uboot {}; + uboot = crossNative.callPackage ../../hacks/orangepi5plus/uboot {}; }; } From 54a3a314788a0c771f08dfbe3b0c96058abe64b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 5 Jun 2024 10:10:05 +0300 Subject: [PATCH 10/10] disable crossNative https://discourse.nixos.org/t/24-05-unable-to-build-bash-and-thus-almost-anything-on-aarch64-linux/46513/5?u=motiejus --- shared/platform/orangepi5plus.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/shared/platform/orangepi5plus.nix b/shared/platform/orangepi5plus.nix index 3b726e6..a220064 100644 --- a/shared/platform/orangepi5plus.nix +++ b/shared/platform/orangepi5plus.nix @@ -4,15 +4,16 @@ pkgs, modulesPath, ... -}: let - #crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform; - crossNative = pkgs.pkgsCross.aarch64-multiplatform; -in { +}: +#let +#crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform; +#in +{ mj.skipPerf = true; boot = { #kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec { - kernelPackages = crossNative.linuxPackagesFor (crossNative.buildLinux rec { + kernelPackages = pkgs.linuxPackagesFor (pkgs.buildLinux rec { version = "6.9.0-rc1"; modDirVersion = "6.9.0-rc1"; @@ -59,6 +60,6 @@ in { inherit config lib pkgs; }; #uboot = crossFast.callPackage ../../hacks/orangepi5plus/uboot {}; - uboot = crossNative.callPackage ../../hacks/orangepi5plus/uboot {}; + uboot = pkgs.callPackage ../../hacks/orangepi5plus/uboot {}; }; }