diff --git a/Makefile b/Makefile index 2265bfd..2a1495d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ KUBECTL = kubectl KUBECTLFLAGS = KUBECTLDIFFFLAGS = KUBECTLDIFFPRINTER = highlight --out-format xterm256 --syntax diff -KUBECTLAPPLYFLAGS = --prune +KUBECTLAPPLYFLAGS = --prune --server-side --force-conflicts KUBECTLAPPLYPRINTER = sed -E -e 's/(.+configured)/\o033[32m\1\o033[0m/g' -e 's/(.+pruned)/\o033[31m\1\o033[0m/g' SRC := $(shell find kustomize/ -type f) diff --git a/kustomize/bases/deluge/deluge-deployment.yaml b/kustomize/bases/deluge/deluge-deployment.yaml index 1dbfbc1..8af60af 100644 --- a/kustomize/bases/deluge/deluge-deployment.yaml +++ b/kustomize/bases/deluge/deluge-deployment.yaml @@ -25,14 +25,9 @@ spec: - name: deluge-daemon hostPort: 58846 containerPort: 58846 - - name: torrent-tcp + - name: torrent containerPort: 6881 hostPort: 6881 - protocol: TCP - - name: torrent-udp - containerPort: 6881 - hostPort: 6881 - protocol: UDP resources: requests: cpu: 1500m diff --git a/kustomize/bases/nextcloud/nextcloud-ingress.yaml b/kustomize/bases/nextcloud/nextcloud-ingress.yaml index 70d0fa7..00a6fd4 100644 --- a/kustomize/bases/nextcloud/nextcloud-ingress.yaml +++ b/kustomize/bases/nextcloud/nextcloud-ingress.yaml @@ -45,3 +45,14 @@ spec: name: collabora port: name: http +--- +# https://docs.nextcloud.com/server/27/admin_manual/issues/general_troubleshooting.html#service-discovery +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: server-redirectregex +spec: + redirectRegex: + permanent: true + regex: https://(.*)/.well-known/(?:card|cal)dav + replacement: https://$${1}/remote.php/dav \ No newline at end of file diff --git a/kustomize/bases/snmp-exporter/configurations/snmp.yml b/kustomize/bases/snmp-exporter/configurations/snmp.yml new file mode 100644 index 0000000..6d17fa5 --- /dev/null +++ b/kustomize/bases/snmp-exporter/configurations/snmp.yml @@ -0,0 +1,28198 @@ +# WARNING: This file was auto-generated using snmp_exporter generator, manual changes will be lost. +auths: + public_v1: + community: public + security_level: noAuthNoPriv + auth_protocol: MD5 + priv_protocol: DES + version: 1 + public_v2: + community: public + security_level: noAuthNoPriv + auth_protocol: MD5 + priv_protocol: DES + version: 2 +modules: + apcups: + walk: + - 1.3.6.1.4.1.318.1.1.1.12 + - 1.3.6.1.4.1.318.1.1.1.2 + - 1.3.6.1.4.1.318.1.1.1.3 + - 1.3.6.1.4.1.318.1.1.1.4 + - 1.3.6.1.4.1.318.1.1.1.7.2 + - 1.3.6.1.4.1.318.1.1.10.2.3.2 + - 1.3.6.1.4.1.318.1.1.26.10.2.2 + - 1.3.6.1.4.1.318.1.1.26.4.3 + - 1.3.6.1.4.1.318.1.1.26.6.3 + - 1.3.6.1.4.1.318.1.1.26.8.3 + get: + - 1.3.6.1.4.1.318.1.1.1.8.1.0 + metrics: + - name: upsOutletGroupStatusTableSize + oid: 1.3.6.1.4.1.318.1.1.1.12.1.1 + type: gauge + help: The number of outlet groups for the UPS. - 1.3.6.1.4.1.318.1.1.1.12.1.1 + - name: upsOutletGroupStatusIndex + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.1 + type: gauge + help: The index to the outlet group entry. - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.1 + indexes: + - labelname: upsOutletGroupStatusIndex + type: gauge + lookups: + - labels: + - upsOutletGroupStatusIndex + labelname: upsOutletGroupStatusName + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2 + type: DisplayString + - labels: [] + labelname: upsOutletGroupStatusIndex + - name: upsOutletGroupStatusName + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2 + type: DisplayString + help: The name of the outlet group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2 + indexes: + - labelname: upsOutletGroupStatusIndex + type: gauge + lookups: + - labels: + - upsOutletGroupStatusIndex + labelname: upsOutletGroupStatusName + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2 + type: DisplayString + - labels: [] + labelname: upsOutletGroupStatusIndex + - name: upsOutletGroupStatusGroupState + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.3 + type: gauge + help: Getting this variable will return the outlet group state - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.3 + indexes: + - labelname: upsOutletGroupStatusIndex + type: gauge + lookups: + - labels: + - upsOutletGroupStatusIndex + labelname: upsOutletGroupStatusName + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2 + type: DisplayString + - labels: [] + labelname: upsOutletGroupStatusIndex + enum_values: + 1: upsOutletGroupStatusOn + 2: upsOutletGroupStatusOff + 3: upsOutletGroupStatusUnknown + - name: upsOutletGroupStatusCommandPending + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.4 + type: gauge + help: Getting this variable will return the command pending state of the outlet + group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.4 + indexes: + - labelname: upsOutletGroupStatusIndex + type: gauge + lookups: + - labels: + - upsOutletGroupStatusIndex + labelname: upsOutletGroupStatusName + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2 + type: DisplayString + - labels: [] + labelname: upsOutletGroupStatusIndex + enum_values: + 1: upsOutletGroupCommandPending + 2: upsOutletGroupNoCommandPending + - name: upsOutletGroupStatusOutletType + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.5 + type: gauge + help: Getting this variable will return the type of outlet group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.5 + indexes: + - labelname: upsOutletGroupStatusIndex + type: gauge + lookups: + - labels: + - upsOutletGroupStatusIndex + labelname: upsOutletGroupStatusName + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2 + type: DisplayString + - labels: [] + labelname: upsOutletGroupStatusIndex + enum_values: + 1: upsSwitchedOutletGroup + 2: upsMainOutletGroup + - name: upsOutletGroupStatusGroupFullState + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.6 + type: DisplayString + help: An ASCII string containing the 32 flags representing the current state(s) + of the outlet group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.6 + indexes: + - labelname: upsOutletGroupStatusIndex + type: gauge + lookups: + - labels: + - upsOutletGroupStatusIndex + labelname: upsOutletGroupStatusName + oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2 + type: DisplayString + - labels: [] + labelname: upsOutletGroupStatusIndex + - name: upsOutletGroupConfigTableSize + oid: 1.3.6.1.4.1.318.1.1.1.12.2.1 + type: gauge + help: The number of outlet groups for the UPS. - 1.3.6.1.4.1.318.1.1.1.12.2.1 + - name: upsOutletGroupConfigIndex + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.1 + type: gauge + help: The index to the outlet group entry. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.1 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + - name: upsOutletGroupConfigName + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.2 + type: DisplayString + help: The name of the outlet group. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.2 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + - name: upsOutletGroupConfigPowerOnDelay + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.3 + type: gauge + help: The amount of time (seconds) the outlet group will delay powering on when + the delayed on, reboot, or shutdown command is applied - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.3 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + - name: upsOutletGroupConfigPowerOffDelay + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.4 + type: gauge + help: The amount of time (seconds) the outlet group will delay powering off + when the delayed off, reboot, or shutdown command is applied - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.4 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + - name: upsOutletGroupConfigRebootDuration + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.5 + type: gauge + help: During a reboot sequence, power is turned off and then back on - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.5 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + - name: upsOutletGroupConfigMinReturnRuntime + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.6 + type: gauge + help: In an Outlet Group shutdown sequence, the Outlet Group cycles power off + then on - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.6 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + - name: upsOutletGroupConfigOutletType + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.7 + type: gauge + help: Getting this variable will return the type of outlet group - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.7 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + enum_values: + 1: upsSwitchedOutletGroup + 2: upsMainOutletGroup + - name: upsOutletGroupConfigLoadShedControlSkipOffDelay + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.8 + type: gauge + help: Configures whether the outlet group's off delay setting (upsOutletGroupConfigPowerOffDelay) + will be used in a load shedding situation, where applicable. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.8 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + enum_values: + 1: upsOutletGroupConfigSkipOffDelay + 2: upsOutletGroupConfigUseOffDelay + - name: upsOutletGroupConfigLoadShedControlAutoRestart + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.9 + type: gauge + help: Configures whether the outlet group will automatically restart after a + load shedding situation, where applicable. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.9 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + enum_values: + 1: upsOutletGroupConfigAutoRestart + 2: upsOutletGroupConfigManualRestart + - name: upsOutletGroupConfigLoadShedControlTimeOnBattery + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.10 + type: gauge + help: Configures whether the outlet group will load shed (turn off) after the + UPS device's time on battery has exceeded the upsOutletGroupConfigLoadShedTimeOnBattery + OID setting - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.10 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + enum_values: + 1: upsOutletGroupConfigDisableTimeOnBatteryLoadShed + 2: upsOutletGroupConfigEnableTimeOnBatteryLoadShed + - name: upsOutletGroupConfigLoadShedControlRuntimeRemaining + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.11 + type: gauge + help: Configures whether the outlet group will load shed (turn off) when the + UPS is on battery and the remaining runtime is less than the upsOutletGroupConfigLoadShedRuntimeRemaining + OID setting - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.11 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + enum_values: + 1: upsOutletGroupConfigDisableRuntimeRemainingLoadShed + 2: upsOutletGroupConfigEnableRuntimeRemainingLoadShed + - name: upsOutletGroupConfigLoadShedControlInOverload + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.12 + type: gauge + help: Configures whether the outlet group will load shed (turn off) when the + UPS is in an overload condition - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.12 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + enum_values: + 1: upsOutletGroupConfigDisableInOverloadLoadShed + 2: upsOutletGroupConfigEnableInOverloadLoadShed + - name: upsOutletGroupConfigLoadShedTimeOnBattery + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.13 + type: gauge + help: When the UPS has been on battery for more time than this value, the outlet + group will turn off if this condition is enabled by the upsOutletGroupConfigLoadShedControlTimeOnBattery + OID - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.13 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + - name: upsOutletGroupConfigLoadShedRuntimeRemaining + oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.14 + type: gauge + help: When the runtime remaining is less than this value, the outlet group will + turn off if this condition is enabled by the upsOutletGroupConfigLoadShedControlRuntimeRemaining + OID - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.14 + indexes: + - labelname: upsOutletGroupConfigIndex + type: gauge + - name: upsOutletGroupControlTableSize + oid: 1.3.6.1.4.1.318.1.1.1.12.3.1 + type: gauge + help: The number of outlet groups for the UPS. - 1.3.6.1.4.1.318.1.1.1.12.3.1 + - name: upsOutletGroupControlIndex + oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.1 + type: gauge + help: The index to the outlet group entry. - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.1 + indexes: + - labelname: upsOutletGroupControlIndex + type: gauge + - name: upsOutletGroupControlName + oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.2 + type: DisplayString + help: The name of the outlet group - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.2 + indexes: + - labelname: upsOutletGroupControlIndex + type: gauge + - name: upsOutletGroupControlCommand + oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.3 + type: gauge + help: Getting this variable will return the outlet group state - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.3 + indexes: + - labelname: upsOutletGroupControlIndex + type: gauge + enum_values: + 1: upsOutletGroupImmediateOn + 2: upsOutletGroupImmediateOff + 3: upsOutletGroupImmediateRebootWithOrWithoutAC + 4: upsOutletGroupDelayedOn + 5: upsOutletGroupDelayedOff + 6: upsOutletGroupDelayedRebootWithOrWithoutAC + 7: upsOutletGroupCancelPendingCommand + 8: upsOutletGroupControlUnknown + 9: upsOutletGroupImmediateRebootShutdown + 10: upsOutletGroupDelayedRebootShutdown + - name: upsOutletGroupControlOutletType + oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.4 + type: gauge + help: Getting this variable will return the type of outlet group - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.4 + indexes: + - labelname: upsOutletGroupControlIndex + type: gauge + enum_values: + 1: upsSwitchedOutletGroup + 2: upsMainOutletGroup + - name: upsBasicBatteryStatus + oid: 1.3.6.1.4.1.318.1.1.1.2.1.1 + type: gauge + help: The status of the UPS batteries - 1.3.6.1.4.1.318.1.1.1.2.1.1 + enum_values: + 1: unknown + 2: batteryNormal + 3: batteryLow + 4: batteryInFaultCondition + 5: noBatteryPresent + - name: upsBasicBatteryTimeOnBattery + oid: 1.3.6.1.4.1.318.1.1.1.2.1.2 + type: gauge + help: The elapsed time since the UPS has switched to battery power. - 1.3.6.1.4.1.318.1.1.1.2.1.2 + - name: upsBasicBatteryLastReplaceDate + oid: 1.3.6.1.4.1.318.1.1.1.2.1.3 + type: DisplayString + help: The date when the UPS system's batteries were last replaced in mm/dd/yy + (or yyyy) format - 1.3.6.1.4.1.318.1.1.1.2.1.3 + - name: upsAdvBatteryCapacity + oid: 1.3.6.1.4.1.318.1.1.1.2.2.1 + type: gauge + help: The remaining battery capacity expressed in percent of full capacity - + 1.3.6.1.4.1.318.1.1.1.2.2.1 + - name: upsAdvBatteryTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.2.2 + type: gauge + help: The current internal UPS temperature expressed in Celsius - 1.3.6.1.4.1.318.1.1.1.2.2.2 + - name: upsAdvBatteryRunTimeRemaining + oid: 1.3.6.1.4.1.318.1.1.1.2.2.3 + type: gauge + help: The UPS battery run time remaining before battery exhaustion. - 1.3.6.1.4.1.318.1.1.1.2.2.3 + - name: upsAdvBatteryReplaceIndicator + oid: 1.3.6.1.4.1.318.1.1.1.2.2.4 + type: gauge + help: Indicates whether the UPS batteries need replacing. - 1.3.6.1.4.1.318.1.1.1.2.2.4 + enum_values: + 1: noBatteryNeedsReplacing + 2: batteryNeedsReplacing + - name: upsAdvBatteryNumOfBattPacks + oid: 1.3.6.1.4.1.318.1.1.1.2.2.5 + type: gauge + help: The number of external battery packs connected to the UPS - 1.3.6.1.4.1.318.1.1.1.2.2.5 + - name: upsAdvBatteryNumOfBadBattPacks + oid: 1.3.6.1.4.1.318.1.1.1.2.2.6 + type: gauge + help: The number of external battery packs connected to the UPS that are defective + - 1.3.6.1.4.1.318.1.1.1.2.2.6 + - name: upsAdvBatteryNominalVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.2.7 + type: gauge + help: The nominal battery voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.2.2.7 + - name: upsAdvBatteryActualVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.2.8 + type: gauge + help: The actual battery bus voltage in Volts - 1.3.6.1.4.1.318.1.1.1.2.2.8 + - name: upsAdvBatteryCurrent + oid: 1.3.6.1.4.1.318.1.1.1.2.2.9 + type: gauge + help: The battery current in Amps - 1.3.6.1.4.1.318.1.1.1.2.2.9 + - name: upsAdvTotalDCCurrent + oid: 1.3.6.1.4.1.318.1.1.1.2.2.10 + type: gauge + help: The total DC current in Amps. - 1.3.6.1.4.1.318.1.1.1.2.2.10 + - name: upsAdvBatteryFullCapacity + oid: 1.3.6.1.4.1.318.1.1.1.2.2.11 + type: gauge + help: The full chargeable capacity of the battery which is expressed in percentage. + - 1.3.6.1.4.1.318.1.1.1.2.2.11 + - name: upsAdvBatteryActualVoltageTableIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.2.12.1.1 + type: gauge + help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.2.12.1.1 + indexes: + - labelname: upsAdvBatteryActualVoltageTableIndex + type: gauge + - name: upsAdvBatteryActualVoltagePolarity + oid: 1.3.6.1.4.1.318.1.1.1.2.2.12.1.2 + type: gauge + help: The selected Battery Voltage Polarity - 1.3.6.1.4.1.318.1.1.1.2.2.12.1.2 + indexes: + - labelname: upsAdvBatteryActualVoltageTableIndex + type: gauge + enum_values: + 0: positive + 1: negative + - name: upsAdvBatteryFrameActualVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.2.12.1.3 + type: gauge + help: The actual battery bus voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.2.2.12.1.3 + indexes: + - labelname: upsAdvBatteryActualVoltageTableIndex + type: gauge + - name: upsAdvTotalDCCurrentTableIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.2.13.1.1 + type: gauge + help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.2.13.1.1 + indexes: + - labelname: upsAdvTotalDCCurrentTableIndex + type: gauge + - name: upsAdvTotalDCCurrentPolarity + oid: 1.3.6.1.4.1.318.1.1.1.2.2.13.1.2 + type: gauge + help: The selected Battery Current Polarity - 1.3.6.1.4.1.318.1.1.1.2.2.13.1.2 + indexes: + - labelname: upsAdvTotalDCCurrentTableIndex + type: gauge + enum_values: + 0: positive + 1: negative + - name: upsAdvTotalFrameDCCurrent + oid: 1.3.6.1.4.1.318.1.1.1.2.2.13.1.3 + type: gauge + help: The Total DC Current of battery in Amperes. - 1.3.6.1.4.1.318.1.1.1.2.2.13.1.3 + indexes: + - labelname: upsAdvTotalDCCurrentTableIndex + type: gauge + - name: upsAdvBatteryCurrentTableIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.1 + type: gauge + help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.1 + indexes: + - labelname: upsAdvBatteryCurrentTableIndex + type: gauge + - labelname: upsAdvBatteryCurrentIndex + type: gauge + - name: upsAdvBatteryCurrentIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.2 + type: gauge + help: The battery frame identifier. - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.2 + indexes: + - labelname: upsAdvBatteryCurrentTableIndex + type: gauge + - labelname: upsAdvBatteryCurrentIndex + type: gauge + - name: upsAdvBatteryCurrentPolarity + oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.3 + type: gauge + help: The selected Battery current polarity - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.3 + indexes: + - labelname: upsAdvBatteryCurrentTableIndex + type: gauge + - labelname: upsAdvBatteryCurrentIndex + type: gauge + enum_values: + 0: positive + 1: negative + - name: upsAdvBatteryFrameCurrent + oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.4 + type: gauge + help: The Battery current measured in Amperes - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.4 + indexes: + - labelname: upsAdvBatteryCurrentTableIndex + type: gauge + - labelname: upsAdvBatteryCurrentIndex + type: gauge + - name: upsAdvBatteryEstimatedChargeTime + oid: 1.3.6.1.4.1.318.1.1.1.2.2.15 + type: gauge + help: The estimated remaining time required to charge the UPS to a full state + of charge. - 1.3.6.1.4.1.318.1.1.1.2.2.15 + - name: upsAdvBatteryPower + oid: 1.3.6.1.4.1.318.1.1.1.2.2.16 + type: gauge + help: The measured battery power in kW. - 1.3.6.1.4.1.318.1.1.1.2.2.16 + - name: upsAdvBatteryChargerStatus + oid: 1.3.6.1.4.1.318.1.1.1.2.2.17 + type: EnumAsStateSet + help: The status of the battery charger - 1.3.6.1.4.1.318.1.1.1.2.2.17 + enum_values: + 1: unknown + 2: ok + 3: inFaultCondition + 4: floatCharging + 5: boostCharging + 6: resting + 7: notCharging + 8: equalizationCharging + 9: testInProgress + 10: cyclicFloatCharging + - name: upsAdvBatteryInternalSKU + oid: 1.3.6.1.4.1.318.1.1.1.2.2.19 + type: DisplayString + help: The SKU of the internal battery. - 1.3.6.1.4.1.318.1.1.1.2.2.19 + - name: upsAdvBatteryExternalSKU + oid: 1.3.6.1.4.1.318.1.1.1.2.2.20 + type: DisplayString + help: The SKU of the external battery. - 1.3.6.1.4.1.318.1.1.1.2.2.20 + - name: upsAdvBatteryRecommendedReplaceDate + oid: 1.3.6.1.4.1.318.1.1.1.2.2.21 + type: DisplayString + help: The recommended replacement date for the battery based on the UPS internal + battery life algorithm. - 1.3.6.1.4.1.318.1.1.1.2.2.21 + - name: upsAdvBatteryNominalBackupTime + oid: 1.3.6.1.4.1.318.1.1.1.2.2.22 + type: gauge + help: Defines the runtime of the user supplied battery in minutes, when battery + is new. - 1.3.6.1.4.1.318.1.1.1.2.2.22 + - name: upsAdvBatteryCondition + oid: 1.3.6.1.4.1.318.1.1.1.2.2.23 + type: EnumAsStateSet + help: Health of the battries based on the battery test. - 1.3.6.1.4.1.318.1.1.1.2.2.23 + enum_values: + 1: unknown + 2: ok + 3: weak + 4: poor + - name: upsAdvBatteryChargingCurrentRestricted + oid: 1.3.6.1.4.1.318.1.1.1.2.2.24 + type: EnumAsStateSet + help: Indicates whether battery charging current is restricted or not - 1.3.6.1.4.1.318.1.1.1.2.2.24 + enum_values: + 1: "yes" + 2: "no" + - name: upsAdvBatteryTotalCapacity + oid: 1.3.6.1.4.1.318.1.1.1.2.2.25 + type: gauge + help: The actual available battery capacity of the system expressed in ampere + hours (Ah) - 1.3.6.1.4.1.318.1.1.1.2.2.25 + - name: upsAdvBatteryFuseStatus + oid: 1.3.6.1.4.1.318.1.1.1.2.2.26 + type: gauge + help: If battery system has one common fuse for the battery system, the status + is given by this value - 1.3.6.1.4.1.318.1.1.1.2.2.26 + enum_values: + 1: fuseOpen + 2: fuseOk + 3: notPresent + - name: upsAdvBatteryBreakerStatus + oid: 1.3.6.1.4.1.318.1.1.1.2.2.27 + type: gauge + help: The value indicates the aggregated status of the battery breakers in the + system - 1.3.6.1.4.1.318.1.1.1.2.2.27 + enum_values: + 1: disconnected + 2: closed + 3: notPresent + - name: upsAdvBatteryWiringConfiguration + oid: 1.3.6.1.4.1.318.1.1.1.2.2.28 + type: gauge + help: The value indicates the wiring configuration, whether the battery is 2-wire + or 3-wire - 1.3.6.1.4.1.318.1.1.1.2.2.28 + enum_values: + 1: twoWire + 2: threeWire + - name: upsHighPrecBatteryCapacity + oid: 1.3.6.1.4.1.318.1.1.1.2.3.1 + type: gauge + help: The remaining battery capacity expressed in tenths of percent of full + capacity. - 1.3.6.1.4.1.318.1.1.1.2.3.1 + - name: upsHighPrecBatteryTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.3.2 + type: gauge + help: The current internal UPS temperature expressed in tenths of degrees Celsius + - 1.3.6.1.4.1.318.1.1.1.2.3.2 + - name: upsHighPrecBatteryNominalVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.3.3 + type: gauge + help: The nominal battery voltage in tenths of Volts. - 1.3.6.1.4.1.318.1.1.1.2.3.3 + - name: upsHighPrecBatteryActualVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.3.4 + type: gauge + help: The actual battery bus voltage in tenths of Volts. - 1.3.6.1.4.1.318.1.1.1.2.3.4 + - name: upsHighPrecBatteryCurrent + oid: 1.3.6.1.4.1.318.1.1.1.2.3.5 + type: gauge + help: The battery current in tenths of Amps - 1.3.6.1.4.1.318.1.1.1.2.3.5 + - name: upsHighPrecTotalDCCurrent + oid: 1.3.6.1.4.1.318.1.1.1.2.3.6 + type: gauge + help: The total DC current in tenths of Amps. - 1.3.6.1.4.1.318.1.1.1.2.3.6 + - name: upsHighPrecBatteryActualVoltageTableIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.3.7.1.1 + type: gauge + help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.7.1.1 + indexes: + - labelname: upsHighPrecBatteryActualVoltageTableIndex + type: gauge + - name: upsHighPrecBatteryActualVoltagePolarity + oid: 1.3.6.1.4.1.318.1.1.1.2.3.7.1.2 + type: gauge + help: The selected Battery Voltage polarity - 1.3.6.1.4.1.318.1.1.1.2.3.7.1.2 + indexes: + - labelname: upsHighPrecBatteryActualVoltageTableIndex + type: gauge + enum_values: + 0: positive + 1: negative + - name: upsHighPrecBatteryVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.3.7.1.3 + type: gauge + help: The actual battery bus voltage expressed as tenths of Volts - 1.3.6.1.4.1.318.1.1.1.2.3.7.1.3 + indexes: + - labelname: upsHighPrecBatteryActualVoltageTableIndex + type: gauge + - name: upsHighPrecTotalDCCurrentTableIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.3.8.1.1 + type: gauge + help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.8.1.1 + indexes: + - labelname: upsHighPrecTotalDCCurrentTableIndex + type: gauge + - name: upsHighPrecTotalDCCurrentPolarity + oid: 1.3.6.1.4.1.318.1.1.1.2.3.8.1.2 + type: gauge + help: The selected Battery Current polarity - 1.3.6.1.4.1.318.1.1.1.2.3.8.1.2 + indexes: + - labelname: upsHighPrecTotalDCCurrentTableIndex + type: gauge + enum_values: + 0: positive + 1: negative + - name: upsHighPrecTotalDCFrameCurrent + oid: 1.3.6.1.4.1.318.1.1.1.2.3.8.1.3 + type: gauge + help: The total DC current in tenths of Amperes. - 1.3.6.1.4.1.318.1.1.1.2.3.8.1.3 + indexes: + - labelname: upsHighPrecTotalDCCurrentTableIndex + type: gauge + - name: upsHighPrecBatteryCurrentTableIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.1 + type: gauge + help: The Battery frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.1 + indexes: + - labelname: upsHighPrecBatteryCurrentTableIndex + type: gauge + - labelname: upsHighPrecBatteryCurrentIndex + type: gauge + - name: upsHighPrecBatteryCurrentIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.2 + type: gauge + help: The Battery frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.2 + indexes: + - labelname: upsHighPrecBatteryCurrentTableIndex + type: gauge + - labelname: upsHighPrecBatteryCurrentIndex + type: gauge + - name: upsHighPrecBatteryCurrentPolarity + oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.3 + type: gauge + help: The selected Battery Current polarity - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.3 + indexes: + - labelname: upsHighPrecBatteryCurrentTableIndex + type: gauge + - labelname: upsHighPrecBatteryCurrentIndex + type: gauge + enum_values: + 0: positive + 1: negative + - name: upsHighPrecBatteryFrameCurrent + oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.4 + type: gauge + help: The Battery current in tenths of Amperes. - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.4 + indexes: + - labelname: upsHighPrecBatteryCurrentTableIndex + type: gauge + - labelname: upsHighPrecBatteryCurrentIndex + type: gauge + - name: upsHighPrecBatteryPackTableSize + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.1 + type: gauge + help: The number of entries in the upsHighPrecBatteryPacks. - 1.3.6.1.4.1.318.1.1.1.2.3.10.1 + - name: upsHighPrecBatteryPackIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.1 + type: gauge + help: The battery pack identifier. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.1 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryCartridgeIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.2 + type: gauge + help: The battery cartridge identifier. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.2 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryPackFirmwareRevision + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.3 + type: DisplayString + help: The battery pack firmware revision. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.3 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryPackSerialNumber + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.4 + type: DisplayString + help: The battery pack serial number. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.4 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryPackTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.5 + type: gauge + help: The battery pack temperature measured in 10ths of degree Celcius - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.5 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryPackStatus + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.6 + type: OctetString + help: The battery status for the pack only - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.6 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryPackCartridgeHealth + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.7 + type: OctetString + help: The battery cartridge health - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.7 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryPackCartridgeReplaceDate + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.8 + type: DisplayString + help: The battery cartridge estimated battery replace date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.8 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryPackCartridgeInstallDate + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.9 + type: DisplayString + help: The battery cartridge install date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.9 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryPackCartridgeStatus + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.10 + type: OctetString + help: The battery cartridge status - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.10 + indexes: + - labelname: upsHighPrecBatteryPackIndex + type: gauge + - labelname: upsHighPrecBatteryCartridgeIndex + type: gauge + - name: upsHighPrecBatteryPackOnlyTableSize + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.3 + type: gauge + help: The number of entries in the upsHighPrecBatteryPacks. - 1.3.6.1.4.1.318.1.1.1.2.3.10.3 + - name: upsHighPrecBatteryPackOnlyIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.1 + type: gauge + help: The battery pack identifier. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.1 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryPackOnlyFirmwareRevision + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.2 + type: DisplayString + help: The battery pack firmware revision. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.2 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryPackOnlySerialNumber + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.3 + type: DisplayString + help: The battery pack serial number. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.3 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryPackOnlyTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.4 + type: gauge + help: The battery pack temperature measured in 10ths of degree Celcius - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.4 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryPackOnlyStatus + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.5 + type: OctetString + help: The battery status for the pack only - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.5 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryPackOnlyHealth + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.6 + type: OctetString + help: The battery pack health - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.6 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryPackOnlyReplaceDate + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.7 + type: DisplayString + help: The battery pack estimated battery replace date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.7 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryPackOnlyInstallDate + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.8 + type: DisplayString + help: The battery pack install date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.8 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryPackOnlyManufactureDate + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.9 + type: DisplayString + help: The battery pack manufacture date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.9 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryPackOnlySKU + oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.10 + type: DisplayString + help: The battery pack SKU. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.10 + indexes: + - labelname: upsHighPrecBatteryPackOnlyIndex + type: gauge + - name: upsHighPrecBatteryHealth + oid: 1.3.6.1.4.1.318.1.1.1.2.3.11 + type: OctetString + help: The battery health - 1.3.6.1.4.1.318.1.1.1.2.3.11 + - name: upsHighPrecActivePower + oid: 1.3.6.1.4.1.318.1.1.1.2.3.12 + type: gauge + help: Active Power of Battery in tenths of kW - 1.3.6.1.4.1.318.1.1.1.2.3.12 + - name: upsHighPrecExtdBatteryTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.3.13 + type: gauge + help: The current internal UPS temperature expressed in tenths of degrees Celsius + - 1.3.6.1.4.1.318.1.1.1.2.3.13 + - name: upsHighPrecMaximumModuleTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.3.14 + type: gauge + help: The current maximum temperature across all battery modules in tenths of + degrees Celsius - 1.3.6.1.4.1.318.1.1.1.2.3.14 + - name: upsHighPrecMinimumModuleTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.3.15 + type: gauge + help: The current minimum temperature across all battery modules in tenths of + degrees Celsius - 1.3.6.1.4.1.318.1.1.1.2.3.15 + - name: upsHighPrecMaximumCellVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.3.16 + type: gauge + help: The current maximum cell voltage in mVDC across all batteries. - 1.3.6.1.4.1.318.1.1.1.2.3.16 + - name: upsHighPrecMinimumCellVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.3.17 + type: gauge + help: The current minimum cell voltage in mVDC across all batteries. - 1.3.6.1.4.1.318.1.1.1.2.3.17 + - name: upsBatteryNumberOfCabinets + oid: 1.3.6.1.4.1.318.1.1.1.2.4 + type: gauge + help: The value indicates the number of battery cabinets in total, internal + and external - 1.3.6.1.4.1.318.1.1.1.2.4 + - name: upsBatteryCabinetIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.1 + type: gauge + help: The Battery Cabinet identifier - 1.3.6.1.4.1.318.1.1.1.2.5.1.1 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetLocalIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.2 + type: gauge + help: The identification number for the actual battery cabinet in the system + - 1.3.6.1.4.1.318.1.1.1.2.5.1.2 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetWiringConfiguration + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.3 + type: gauge + help: The value indicates the wiring configuration, whether the battery is 2-wire + or 3-wire - 1.3.6.1.4.1.318.1.1.1.2.5.1.3 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + enum_values: + 1: twoWire + 2: threeWire + - name: upsBatteryCabinetVoltagePolarity1 + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.4 + type: gauge + help: The battery voltage - 1.3.6.1.4.1.318.1.1.1.2.5.1.4 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetVoltagePolarity2 + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.5 + type: gauge + help: The voltage for the second side/half of the battery in a split battery + system - 1.3.6.1.4.1.318.1.1.1.2.5.1.5 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetCurrentPolarity1 + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.6 + type: gauge + help: The battery current - 1.3.6.1.4.1.318.1.1.1.2.5.1.6 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetCurrentPolarity2 + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.7 + type: gauge + help: The current for the second side/half of the battery in a split battery + system - 1.3.6.1.4.1.318.1.1.1.2.5.1.7 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.8 + type: gauge + help: The measured temperature of the battery cabinet in tenths of degrees Celcius + - 1.3.6.1.4.1.318.1.1.1.2.5.1.8 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetMaxTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.9 + type: gauge + help: The highest temperature measured for the battery in the battery cabinet + in tenths of degrees Celcius - 1.3.6.1.4.1.318.1.1.1.2.5.1.9 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetMinTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.10 + type: gauge + help: The lowest temperature measured for the battery in the battery cabinet + in tenths of degrees Celcius - 1.3.6.1.4.1.318.1.1.1.2.5.1.10 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetAverageTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.11 + type: gauge + help: The average temperature for all the battery sensors in the battery cabinet + and for the battery strings, if battery strings are present - 1.3.6.1.4.1.318.1.1.1.2.5.1.11 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetFuse + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.12 + type: gauge + help: If the battery cabinet has a common fuse, the status is given by this + value - 1.3.6.1.4.1.318.1.1.1.2.5.1.12 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + enum_values: + 1: fuseOpen + 2: fuseOk + 3: notPresent + - name: upsBatteryCabinetBreaker + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.13 + type: gauge + help: The value indicates the battery cabinet breaker status - 1.3.6.1.4.1.318.1.1.1.2.5.1.13 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + enum_values: + 1: noBreaker + 2: unknown + 3: breakerOpen + 4: breakerClosed + - name: upsBatteryCabinetNumberOfStrings + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.14 + type: gauge + help: The number of battery strings in the battery cabinet - 1.3.6.1.4.1.318.1.1.1.2.5.1.14 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetNumberOfVerticalPositions + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.15 + type: gauge + help: The number of vertical levels or shelves for battery blocks/modules - + 1.3.6.1.4.1.318.1.1.1.2.5.1.15 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabinetNumberOfHorizontalPositions + oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.16 + type: gauge + help: The number of horizontal positions for battery blocks/modules - 1.3.6.1.4.1.318.1.1.1.2.5.1.16 + indexes: + - labelname: upsBatteryCabinetIndex + type: gauge + - name: upsBatteryCabStringIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.1 + type: gauge + help: The battery cabinet string identifier - 1.3.6.1.4.1.318.1.1.1.2.6.1.1 + indexes: + - labelname: upsBatteryCabStringIndex + type: gauge + - name: upsBatteryCabStringCabReference + oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.2 + type: gauge + help: Reference to the global battery cabinet index where the battery string + is placed. - 1.3.6.1.4.1.318.1.1.1.2.6.1.2 + indexes: + - labelname: upsBatteryCabStringIndex + type: gauge + - name: upsBatteryCabStringLocalIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.3 + type: gauge + help: Local battery string identification index in the actual battery cabinet + (e.g - 1.3.6.1.4.1.318.1.1.1.2.6.1.3 + indexes: + - labelname: upsBatteryCabStringIndex + type: gauge + - name: upsBatteryCabStringCurrent + oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.4 + type: gauge + help: The current in a battery string or battery halfstring, in tenths of Amps. + - 1.3.6.1.4.1.318.1.1.1.2.6.1.4 + indexes: + - labelname: upsBatteryCabStringIndex + type: gauge + - name: upsBatteryCabStringAverageTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.5 + type: gauge + help: Temperature of the battery string or the average of the aggregated temperature + of each battery block/module (in tenths of degrees Celcius). - 1.3.6.1.4.1.318.1.1.1.2.6.1.5 + indexes: + - labelname: upsBatteryCabStringIndex + type: gauge + - name: upsBatteryCabStringMaxTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.6 + type: gauge + help: The actual highest battery temperature measurement for the battery blocks/modules + (in tenths of degrees Celcius). - 1.3.6.1.4.1.318.1.1.1.2.6.1.6 + indexes: + - labelname: upsBatteryCabStringIndex + type: gauge + - name: upsBatteryCabStringMinTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.7 + type: gauge + help: The actual lowest battery temperature measurement for the battery blocks/modules + (in tenths of degrees Celcius). - 1.3.6.1.4.1.318.1.1.1.2.6.1.7 + indexes: + - labelname: upsBatteryCabStringIndex + type: gauge + - name: upsBatteryCabStringFuseStatus + oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.8 + type: gauge + help: If the battery string has a common fuse, the status is given by this value + - 1.3.6.1.4.1.318.1.1.1.2.6.1.8 + indexes: + - labelname: upsBatteryCabStringIndex + type: gauge + enum_values: + 1: fuseOpen + 2: fuseOk + 3: notPresent + - name: upsBatteryCabStringNumberOfBlocks + oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.9 + type: gauge + help: The number of battery blocks/modules in a battery string - 1.3.6.1.4.1.318.1.1.1.2.6.1.9 + indexes: + - labelname: upsBatteryCabStringIndex + type: gauge + - name: upsBatteryCabBlockIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.1 + type: gauge + help: The battery cabinet block identifier - 1.3.6.1.4.1.318.1.1.1.2.7.1.1 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + - name: upsBatteryCabBlockStringReference + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.2 + type: gauge + help: Reference to the specific global battery string index - 1.3.6.1.4.1.318.1.1.1.2.7.1.2 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + - name: upsBatteryCabBlockLocalIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.3 + type: gauge + help: Local battery block/module identification index in the actual battery + string (e.g - 1.3.6.1.4.1.318.1.1.1.2.7.1.3 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + - name: upsBatteryCabBlockPresent + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.4 + type: gauge + help: Value indicates if battery block/module is present in the system - 1.3.6.1.4.1.318.1.1.1.2.7.1.4 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + enum_values: + 1: present + 2: notPresent + 3: notAvailable + - name: upsBatteryCabBlockType + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.5 + type: DisplayString + help: Text string value, showing the vendor and model of the battery in the + battery block/module - 1.3.6.1.4.1.318.1.1.1.2.7.1.5 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + - name: upsBatteryCabBlockTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.6 + type: gauge + help: The temperature for the battery block/module in tenths of degrees Celcius + - 1.3.6.1.4.1.318.1.1.1.2.7.1.6 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + - name: upsBatteryCabBlockFuseStatus + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.7 + type: gauge + help: If the battery module has a fuse, the status is given by this value - + 1.3.6.1.4.1.318.1.1.1.2.7.1.7 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + enum_values: + 1: fuseOpen + 2: fuseOk + 3: notPresent + - name: upsBatteryCabBlockVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.8 + type: gauge + help: The voltage of the battery block/module - 1.3.6.1.4.1.318.1.1.1.2.7.1.8 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + - name: upsBatteryCabBlockNumberOfCells + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.9 + type: gauge + help: The number of cells in the battery block/module - 1.3.6.1.4.1.318.1.1.1.2.7.1.9 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + - name: upsBatteryCabBlockVerticalPosition + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.10 + type: gauge + help: The vertical position of the battery block/module in the actual battery + cabinet (e.g - 1.3.6.1.4.1.318.1.1.1.2.7.1.10 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + - name: upsBatteryCabBlockHorizontalPosition + oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.11 + type: gauge + help: The horizontal position of the battery block/module in the actual battery + cabinet (e.g - 1.3.6.1.4.1.318.1.1.1.2.7.1.11 + indexes: + - labelname: upsBatteryCabBlockIndex + type: gauge + - name: upsBatteryCabBlockCellIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.1 + type: gauge + help: The battery block cell identifier - 1.3.6.1.4.1.318.1.1.1.2.8.1.1 + indexes: + - labelname: upsBatteryCabBlockCellIndex + type: gauge + - name: upsBatteryCabBlockCellReference + oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.2 + type: gauge + help: Reference to the specific global battery block/module index. - 1.3.6.1.4.1.318.1.1.1.2.8.1.2 + indexes: + - labelname: upsBatteryCabBlockCellIndex + type: gauge + - name: upsBatteryCabBlockCellLocalIndex + oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.3 + type: gauge + help: Local battery block/module identification index in the actual battery + block (e.g - 1.3.6.1.4.1.318.1.1.1.2.8.1.3 + indexes: + - labelname: upsBatteryCabBlockCellIndex + type: gauge + - name: upsBatteryCabBlockCellVoltage + oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.4 + type: gauge + help: The measured battery cell voltage - 1.3.6.1.4.1.318.1.1.1.2.8.1.4 + indexes: + - labelname: upsBatteryCabBlockCellIndex + type: gauge + - name: upsBatteryCabBlockCellTemperature + oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.5 + type: gauge + help: The temperature for the battery cell in tenths of degrees Celcius - 1.3.6.1.4.1.318.1.1.1.2.8.1.5 + indexes: + - labelname: upsBatteryCabBlockCellIndex + type: gauge + - name: upsBasicInputPhase + oid: 1.3.6.1.4.1.318.1.1.1.3.1.1 + type: gauge + help: The current AC input phase. - 1.3.6.1.4.1.318.1.1.1.3.1.1 + - name: upsAdvInputLineVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.2.1 + type: gauge + help: The current utility line voltage in VAC. - 1.3.6.1.4.1.318.1.1.1.3.2.1 + - name: upsAdvInputMaxLineVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.2.2 + type: gauge + help: The maximum utility line voltage in VAC over the previous 1 minute period. + - 1.3.6.1.4.1.318.1.1.1.3.2.2 + - name: upsAdvInputMinLineVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.2.3 + type: gauge + help: The minimum utility line voltage in VAC over the previous 1 minute period. + - 1.3.6.1.4.1.318.1.1.1.3.2.3 + - name: upsAdvInputFrequency + oid: 1.3.6.1.4.1.318.1.1.1.3.2.4 + type: gauge + help: The current input frequency to the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.3.2.4 + - name: upsAdvInputLineFailCause + oid: 1.3.6.1.4.1.318.1.1.1.3.2.5 + type: gauge + help: The reason for the occurrence of the last transfer to UPS battery power + - 1.3.6.1.4.1.318.1.1.1.3.2.5 + enum_values: + 1: noTransfer + 2: highLineVoltage + 3: brownout + 4: blackout + 5: smallMomentarySag + 6: deepMomentarySag + 7: smallMomentarySpike + 8: largeMomentarySpike + 9: selfTest + 10: rateOfVoltageChange + - name: upsAdvInputNominalFrequency + oid: 1.3.6.1.4.1.318.1.1.1.3.2.6 + type: gauge + help: The nominal input frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.3.2.6 + - name: upsAdvInputNominalVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.2.7 + type: gauge + help: The nominal input voltage of the UPS system in VAC. - 1.3.6.1.4.1.318.1.1.1.3.2.7 + - name: upsAdvInputBypassNominalFrequency + oid: 1.3.6.1.4.1.318.1.1.1.3.2.8 + type: gauge + help: The nominal bypass input frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.3.2.8 + - name: upsAdvInputBypassNominalVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.2.9 + type: gauge + help: The nominal bypass input voltage of the UPS system in VAC. - 1.3.6.1.4.1.318.1.1.1.3.2.9 + - name: upsAdvInputStatisticsIndex + oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.1 + type: gauge + help: The input identifier. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.1 + indexes: + - labelname: upsAdvInputStatisticsIndex + type: gauge + - name: upsAdvInputApparentPower + oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.2 + type: gauge + help: The input apparent power(sum of all of the three phases) measured in kVA. + - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.2 + indexes: + - labelname: upsAdvInputStatisticsIndex + type: gauge + - name: upsAdvInputVoltageTHD + oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.3 + type: gauge + help: The input voltage Total Harmonic Distortion in percent. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.3 + indexes: + - labelname: upsAdvInputStatisticsIndex + type: gauge + - name: upsAdvInputBypassVoltageTHD + oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.4 + type: gauge + help: The bypass input voltage Total Harmonic Distortion in percent. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.4 + indexes: + - labelname: upsAdvInputStatisticsIndex + type: gauge + - name: upsAdvInputPeakCurrent + oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.5 + type: gauge + help: The input peak current in Amperes. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.5 + indexes: + - labelname: upsAdvInputStatisticsIndex + type: gauge + - name: upsAdvInputBypassPeakCurrent + oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.6 + type: gauge + help: The bypass input peak current in Amperes. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.6 + indexes: + - labelname: upsAdvInputStatisticsIndex + type: gauge + - name: upsAdvInputActivePower + oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.7 + type: gauge + help: The input active power measured in kW. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.7 + indexes: + - labelname: upsAdvInputStatisticsIndex + type: gauge + - name: upsAdvInputTotalApparentPower + oid: 1.3.6.1.4.1.318.1.1.1.3.2.11 + type: gauge + help: The input total apparent power(sum of all three phases) of the UPS system + in kVA. - 1.3.6.1.4.1.318.1.1.1.3.2.11 + - name: upsAdvInputTotalActivePower + oid: 1.3.6.1.4.1.318.1.1.1.3.2.12 + type: gauge + help: The input total active power(sum of all three phases) of the UPS system + in kW - 1.3.6.1.4.1.318.1.1.1.3.2.12 + - name: upsAdvInputBypassTotalApparentPower + oid: 1.3.6.1.4.1.318.1.1.1.3.2.13 + type: gauge + help: The input bypass total apparent power(sum of all three phases) of the + UPS system in kVA. - 1.3.6.1.4.1.318.1.1.1.3.2.13 + - name: upsAdvInputBypassTotalActivePower + oid: 1.3.6.1.4.1.318.1.1.1.3.2.14 + type: gauge + help: The input bypass total active power(sum of all three phases) of the UPS + system in kW. - 1.3.6.1.4.1.318.1.1.1.3.2.14 + - name: upsAdvInputEnergyUsage + oid: 1.3.6.1.4.1.318.1.1.1.3.2.15 + type: gauge + help: The input energy usage of the UPS in kWh. - 1.3.6.1.4.1.318.1.1.1.3.2.15 + - name: upsAdvInputDCVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.2.16 + type: gauge + help: The DC input voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.3.2.16 + - name: upsAdvInputDCCurrent + oid: 1.3.6.1.4.1.318.1.1.1.3.2.17 + type: gauge + help: The DC input current in Amps. - 1.3.6.1.4.1.318.1.1.1.3.2.17 + - name: upsAdvInputNominalDCVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.2.18 + type: gauge + help: The nominal input DC voltage of the inverter in Volts - 1.3.6.1.4.1.318.1.1.1.3.2.18 + - name: upsHighPrecInputLineVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.3.1 + type: gauge + help: The current utility line voltage in tenths of VAC. - 1.3.6.1.4.1.318.1.1.1.3.3.1 + - name: upsHighPrecInputMaxLineVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.3.2 + type: gauge + help: The maximum utility line voltage in tenths of VAC over the previous 1 + minute period. - 1.3.6.1.4.1.318.1.1.1.3.3.2 + - name: upsHighPrecInputMinLineVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.3.3 + type: gauge + help: The minimum utility line voltage in tenths of VAC over the previous 1 + minute period. - 1.3.6.1.4.1.318.1.1.1.3.3.3 + - name: upsHighPrecInputFrequency + oid: 1.3.6.1.4.1.318.1.1.1.3.3.4 + type: gauge + help: The current input frequency to the UPS system in tenths of Hz. - 1.3.6.1.4.1.318.1.1.1.3.3.4 + - name: upsHighPrecInputEnergyUsage + oid: 1.3.6.1.4.1.318.1.1.1.3.3.5 + type: gauge + help: The input energy usage of the UPS in hundredths of kWh. - 1.3.6.1.4.1.318.1.1.1.3.3.5 + - name: upsHighPrecInputBypassVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.3.6 + type: gauge + help: The current bypass line voltage in tenths of VAC. - 1.3.6.1.4.1.318.1.1.1.3.3.6 + - name: upsHighPrecInputBypassFrequency + oid: 1.3.6.1.4.1.318.1.1.1.3.3.7 + type: gauge + help: The current input bypass frequency to the UPS system in tenths of Hz. + - 1.3.6.1.4.1.318.1.1.1.3.3.7 + - name: upsHighPrecInputDCVoltage + oid: 1.3.6.1.4.1.318.1.1.1.3.3.8 + type: gauge + help: The DC input voltage, in tenths, of Volts on the inverter - 1.3.6.1.4.1.318.1.1.1.3.3.8 + - name: upsHighPrecInputDCCurrent + oid: 1.3.6.1.4.1.318.1.1.1.3.3.9 + type: gauge + help: The DC input current, in tenths of amperes, of the inverter. - 1.3.6.1.4.1.318.1.1.1.3.3.9 + - name: upsBasicOutputStatus + oid: 1.3.6.1.4.1.318.1.1.1.4.1.1 + type: gauge + help: The current state of the UPS - 1.3.6.1.4.1.318.1.1.1.4.1.1 + enum_values: + 1: unknown + 2: onLine + 3: onBattery + 4: onSmartBoost + 5: timedSleeping + 6: softwareBypass + 7: "off" + 8: rebooting + 9: switchedBypass + 10: hardwareFailureBypass + 11: sleepingUntilPowerReturn + 12: onSmartTrim + 13: ecoMode + 14: hotStandby + 15: onBatteryTest + 16: emergencyStaticBypass + 17: staticBypassStandby + 18: powerSavingMode + 19: spotMode + 20: eConversion + 21: chargerSpotmode + 22: inverterSpotmode + 23: activeLoad + 24: batteryDischargeSpotmode + 25: inverterStandby + 26: chargerOnly + 27: distributedEnergyReserve + 28: selfTest + - name: upsBasicOutputPhase + oid: 1.3.6.1.4.1.318.1.1.1.4.1.2 + type: gauge + help: The actual number of output phases in a UPS - 1.3.6.1.4.1.318.1.1.1.4.1.2 + - name: upsBasicSystemStatus + oid: 1.3.6.1.4.1.318.1.1.1.4.1.3 + type: gauge + help: Current state for the whole system (UPS and surrounding breakers) - 1.3.6.1.4.1.318.1.1.1.4.1.3 + enum_values: + 1: unknown + 2: onLine + 3: onBattery + 4: onSmartBoost + 5: timedSleeping + 6: softwareBypass + 7: "off" + 8: rebooting + 9: switchedBypass + 10: hardwareFailureBypass + 11: sleepingUntilPowerReturn + 12: onSmartTrim + 13: ecoMode + 14: inverter + 15: eConversion + 16: staticBypassStandby + 17: efficiencyBoosterMode + - name: upsBasicSystemInternalTemperature + oid: 1.3.6.1.4.1.318.1.1.1.4.1.4 + type: gauge + help: The actual internal temperature of the UPS system in Celsius. - 1.3.6.1.4.1.318.1.1.1.4.1.4 + - name: upsBasicSystemInverterStatus + oid: 1.3.6.1.4.1.318.1.1.1.4.1.5 + type: gauge + help: The current state of the UPS inverter - 1.3.6.1.4.1.318.1.1.1.4.1.5 + enum_values: + 1: unknown + 2: ok + 3: inFaultCondition + - name: upsBasicSystemPFCStatus + oid: 1.3.6.1.4.1.318.1.1.1.4.1.6 + type: gauge + help: The general status of the power factor correction (AC input stage of the + UPS) - 1.3.6.1.4.1.318.1.1.1.4.1.6 + enum_values: + 1: unknown + 2: ok + 3: inFaultCondition + - name: upsBasicOutputACwiringConfiguration + oid: 1.3.6.1.4.1.318.1.1.1.4.1.7 + type: gauge + help: Indicates if neutral wire on output side of the UPS is used (load wired + line to neutral) - 1.3.6.1.4.1.318.1.1.1.4.1.7 + enum_values: + 1: unknown + 2: noNeutralWiredonSystem + 3: neutralUsedforSupplyingLoad + - name: upsAdvOutputVoltage + oid: 1.3.6.1.4.1.318.1.1.1.4.2.1 + type: gauge + help: The output voltage of the UPS system in VAC. - 1.3.6.1.4.1.318.1.1.1.4.2.1 + - name: upsAdvOutputFrequency + oid: 1.3.6.1.4.1.318.1.1.1.4.2.2 + type: gauge + help: The current output frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.4.2.2 + - name: upsAdvOutputLoad + oid: 1.3.6.1.4.1.318.1.1.1.4.2.3 + type: gauge + help: The current UPS load expressed in percent of rated capacity. - 1.3.6.1.4.1.318.1.1.1.4.2.3 + - name: upsAdvOutputCurrent + oid: 1.3.6.1.4.1.318.1.1.1.4.2.4 + type: gauge + help: The current in amperes drawn by the load on the UPS. - 1.3.6.1.4.1.318.1.1.1.4.2.4 + - name: upsAdvOutputRedundancy + oid: 1.3.6.1.4.1.318.1.1.1.4.2.5 + type: gauge + help: The number of power modules which can fail or be removed without causing + the UPS to generate a Minimum Redundancy Lost event. - 1.3.6.1.4.1.318.1.1.1.4.2.5 + - name: upsAdvOutputKVACapacity + oid: 1.3.6.1.4.1.318.1.1.1.4.2.6 + type: gauge + help: The maximum load that this UPS can support - 1.3.6.1.4.1.318.1.1.1.4.2.6 + - name: upsAdvOutputNominalFrequency + oid: 1.3.6.1.4.1.318.1.1.1.4.2.7 + type: gauge + help: The nominal output frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.4.2.7 + - name: upsAdvOutputActivePower + oid: 1.3.6.1.4.1.318.1.1.1.4.2.8 + type: gauge + help: The total output active power of the UPS system in W - 1.3.6.1.4.1.318.1.1.1.4.2.8 + - name: upsAdvOutputApparentPower + oid: 1.3.6.1.4.1.318.1.1.1.4.2.9 + type: gauge + help: The total output apparent power of all phases of the UPS system in VA + - 1.3.6.1.4.1.318.1.1.1.4.2.9 + - name: upsAdvOutputStatisticsIndex + oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.1 + type: gauge + help: The output identifier. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.1 + indexes: + - labelname: upsAdvOutputStatisticsIndex + type: gauge + - name: upsAdvOutputPeakCurrent + oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.2 + type: gauge + help: The output peak current in Amperes. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.2 + indexes: + - labelname: upsAdvOutputStatisticsIndex + type: gauge + - name: upsAdvOutputCurrentTHD + oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.3 + type: gauge + help: The output current Total Harmonic Distortion in percent. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.3 + indexes: + - labelname: upsAdvOutputStatisticsIndex + type: gauge + - name: upsAdvOutputCrestFactor + oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.4 + type: gauge + help: The output current crest factor expressed in tenths. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.4 + indexes: + - labelname: upsAdvOutputStatisticsIndex + type: gauge + - name: upsAdvOutputNeutralCurrent + oid: 1.3.6.1.4.1.318.1.1.1.4.2.11 + type: gauge + help: The neutral current in amperes. - 1.3.6.1.4.1.318.1.1.1.4.2.11 + - name: upsAdvOutputEnergyUsage + oid: 1.3.6.1.4.1.318.1.1.1.4.2.12 + type: gauge + help: The output energy usage of the UPS in kWh. - 1.3.6.1.4.1.318.1.1.1.4.2.12 + - name: upsAdvOutputSourceSynchronization + oid: 1.3.6.1.4.1.318.1.1.1.4.2.13 + type: gauge + help: Indicates the synchronization source for the inverter output frequency + - 1.3.6.1.4.1.318.1.1.1.4.2.13 + - name: upsAdvOutputInverterFrequency + oid: 1.3.6.1.4.1.318.1.1.1.4.2.14 + type: gauge + help: Output frequency in Hz measured at the output of inverter. - 1.3.6.1.4.1.318.1.1.1.4.2.14 + - name: upsAdvOutputInverterLoad + oid: 1.3.6.1.4.1.318.1.1.1.4.2.15 + type: gauge + help: The total active power at the output of all inverter modules in percent + of rated system power (% of kW) If not supported, return -1. - 1.3.6.1.4.1.318.1.1.1.4.2.15 + - name: upsAdvOutputPercentPower + oid: 1.3.6.1.4.1.318.1.1.1.4.2.16 + type: gauge + help: The relative active power at the output of the inverter system (static + switch output) in percent of rated system power (% of kW) - 1.3.6.1.4.1.318.1.1.1.4.2.16 + - name: upsAdvOutputInverterActivePower + oid: 1.3.6.1.4.1.318.1.1.1.4.2.17 + type: gauge + help: The total active power at the output of all inverter modules in kW - 1.3.6.1.4.1.318.1.1.1.4.2.17 + - name: upsAdvOutputPercentLoad + oid: 1.3.6.1.4.1.318.1.1.1.4.2.18 + type: gauge + help: The relative apparent power at the output of the inverter system (static + switch output) in percent of rated system load (% of kVA) If not supported, + return -1. - 1.3.6.1.4.1.318.1.1.1.4.2.18 + - name: upsAdvOutputInverterCurrent + oid: 1.3.6.1.4.1.318.1.1.1.4.2.19 + type: gauge + help: The current, in amperes, drawn by the load on the inverter. - 1.3.6.1.4.1.318.1.1.1.4.2.19 + - name: upsAdvOutputReactivePower + oid: 1.3.6.1.4.1.318.1.1.1.4.2.20 + type: gauge + help: The total output reactive power of all phases of the UPS system in VAR + - 1.3.6.1.4.1.318.1.1.1.4.2.20 + - name: upsAdvOutputInverterVoltage + oid: 1.3.6.1.4.1.318.1.1.1.4.2.21 + type: gauge + help: The output voltage of the inverter in VAC. - 1.3.6.1.4.1.318.1.1.1.4.2.21 + - name: upsAdvOutputUpperAcceptPowerSettingPct + oid: 1.3.6.1.4.1.318.1.1.1.4.2.22 + type: gauge + help: Upper acceptable voltage as percent of nominal voltage - 1.3.6.1.4.1.318.1.1.1.4.2.22 + - name: upsHighPrecOutputVoltage + oid: 1.3.6.1.4.1.318.1.1.1.4.3.1 + type: gauge + help: The output voltage of the UPS system in tenths of VAC. - 1.3.6.1.4.1.318.1.1.1.4.3.1 + - name: upsHighPrecOutputFrequency + oid: 1.3.6.1.4.1.318.1.1.1.4.3.2 + type: gauge + help: The current output frequency of the UPS system in tenths of Hz. - 1.3.6.1.4.1.318.1.1.1.4.3.2 + - name: upsHighPrecOutputLoad + oid: 1.3.6.1.4.1.318.1.1.1.4.3.3 + type: gauge + help: The current UPS load expressed in tenths of percent of rated capacity. + - 1.3.6.1.4.1.318.1.1.1.4.3.3 + - name: upsHighPrecOutputCurrent + oid: 1.3.6.1.4.1.318.1.1.1.4.3.4 + type: gauge + help: The current in tenths of amperes drawn by the load on the UPS. - 1.3.6.1.4.1.318.1.1.1.4.3.4 + - name: upsHighPrecOutputEfficiency + oid: 1.3.6.1.4.1.318.1.1.1.4.3.5 + type: gauge + help: The positive values represent efficiency of the UPS in tenths of percent + - 1.3.6.1.4.1.318.1.1.1.4.3.5 + - name: upsHighPrecOutputEnergyUsage + oid: 1.3.6.1.4.1.318.1.1.1.4.3.6 + type: gauge + help: The output energy usage of the UPS in hundredths of kWh. - 1.3.6.1.4.1.318.1.1.1.4.3.6 + - name: upsAdvTestDiagnosticSchedule + oid: 1.3.6.1.4.1.318.1.1.1.7.2.1 + type: gauge + help: The UPS system's automatic battery test schedule. - 1.3.6.1.4.1.318.1.1.1.7.2.1 + enum_values: + 1: unknown + 2: biweekly + 3: weekly + 4: atTurnOn + 5: never + 6: fourWeeks + 7: twelveWeeks + 8: biweeklySinceLastTest + 9: weeklySinceLastTest + 10: eightWeeks + 11: twentysixWeeks + 12: fiftytwoWeeks + - name: upsAdvTestDiagnostics + oid: 1.3.6.1.4.1.318.1.1.1.7.2.2 + type: gauge + help: Setting this variable to testDiagnostics(2) causes the UPS to perform + a diagnostic self test - 1.3.6.1.4.1.318.1.1.1.7.2.2 + enum_values: + 1: noTestDiagnostics + 2: testDiagnostics + - name: upsAdvTestDiagnosticsResults + oid: 1.3.6.1.4.1.318.1.1.1.7.2.3 + type: gauge + help: The results of the last UPS diagnostics test performed. - 1.3.6.1.4.1.318.1.1.1.7.2.3 + enum_values: + 1: ok + 2: failed + 3: invalidTest + 4: testInProgress + - name: upsAdvTestLastDiagnosticsDate + oid: 1.3.6.1.4.1.318.1.1.1.7.2.4 + type: DisplayString + help: The date the last UPS diagnostics test was performed in mm/dd/yy format. + - 1.3.6.1.4.1.318.1.1.1.7.2.4 + - name: upsAdvTestRuntimeCalibration + oid: 1.3.6.1.4.1.318.1.1.1.7.2.5 + type: gauge + help: Setting this variable to performCalibration(2) causes the UPS to discharge + to calibrate the UPS - 1.3.6.1.4.1.318.1.1.1.7.2.5 + enum_values: + 1: noPerformCalibration + 2: performCalibration + 3: cancelCurrentCalibration + - name: upsAdvTestCalibrationResults + oid: 1.3.6.1.4.1.318.1.1.1.7.2.6 + type: gauge + help: The results of the last runtime calibration - 1.3.6.1.4.1.318.1.1.1.7.2.6 + enum_values: + 1: ok + 2: invalidCalibration + 3: calibrationInProgress + 4: refused + 5: aborted + 6: pending + 7: unknown + - name: upsAdvTestCalibrationDate + oid: 1.3.6.1.4.1.318.1.1.1.7.2.7 + type: DisplayString + help: The date the last UPS runtime calibration was performed in mm/dd/yy format. + - 1.3.6.1.4.1.318.1.1.1.7.2.7 + - name: upsAdvTestDiagnosticTime + oid: 1.3.6.1.4.1.318.1.1.1.7.2.8 + type: DisplayString + help: The time of the day to perform automatic battery test - 1.3.6.1.4.1.318.1.1.1.7.2.8 + - name: upsAdvTestDiagnosticDay + oid: 1.3.6.1.4.1.318.1.1.1.7.2.9 + type: gauge + help: The day of the week to perform automatic battery test. - 1.3.6.1.4.1.318.1.1.1.7.2.9 + enum_values: + 1: monday + 2: tuesday + 3: wednesday + 4: thursday + 5: friday + 6: saturday + 7: sunday + - name: upsAdvTestBatteryInterval + oid: 1.3.6.1.4.1.318.1.1.1.7.2.10 + type: DisplayString + help: The UPS system's automatic battery test period. - 1.3.6.1.4.1.318.1.1.1.7.2.10 + - name: upsAdvTestCalibrationLastSuccessfulDate + oid: 1.3.6.1.4.1.318.1.1.1.7.2.11 + type: DisplayString + help: The latest date when the UPS performed a successful runtime calibration + test - 1.3.6.1.4.1.318.1.1.1.7.2.11 + - name: upsAdvTestBatteryLastSuccessfulDate + oid: 1.3.6.1.4.1.318.1.1.1.7.2.12 + type: DisplayString + help: The latest date when the UPS performed a successful battery diagnostic + test (battery monitoring test) - 1.3.6.1.4.1.318.1.1.1.7.2.12 + - name: upsAdvTestBatteryLastDate + oid: 1.3.6.1.4.1.318.1.1.1.7.2.13 + type: DisplayString + help: The latest date when the UPS performed a battery diagnostic test (battery + monitoring test), regardless of the test result.The format is YYYY-MM-DD - + 1.3.6.1.4.1.318.1.1.1.7.2.13 + - name: upsAdvTestBatteryProcessStatus + oid: 1.3.6.1.4.1.318.1.1.1.7.2.14 + type: gauge + help: The results of the latest battery diagnostic test (battery monitoring + test) - 1.3.6.1.4.1.318.1.1.1.7.2.14 + enum_values: + 1: ok + 2: preconditionNotMeet + 3: batteryTestInProgress + 4: refused + 5: aborted + 6: pending + 7: unknown + 8: noBatteryPresent + - name: upsAdvTestBatteryConditionStatus + oid: 1.3.6.1.4.1.318.1.1.1.7.2.15 + type: gauge + help: Result of the latest successful test 1 = unknown 2 = battery OK 3 = battery + capacity decreased 4 = battery defect 5 = indicate that no battery is present + (no battery, battery breaker open,..) to perform the battery diagnostic test + - 1.3.6.1.4.1.318.1.1.1.7.2.15 + enum_values: + 1: unknown + 2: batteryOK + 3: batteryCapacityDecreased + 4: batteryDefect + 5: noBatteryPresent + - name: upsAdvTestDiagnosticsBatteryInterval + oid: 1.3.6.1.4.1.318.1.1.1.7.2.16 + type: gauge + help: The battery test is a diagnostic test (also referred to as battery monitoring + test) - 1.3.6.1.4.1.318.1.1.1.7.2.16 + enum_values: + 1: never + 2: weekly + 3: biweekly + 4: every4weeks + 5: every8weeks + 6: every12weeks + 7: every26weeks + 8: every52weeks + - name: upsCommStatus + oid: 1.3.6.1.4.1.318.1.1.1.8.1 + type: gauge + help: The status of agent's communication with UPS. - 1.3.6.1.4.1.318.1.1.1.8.1 + enum_values: + 1: ok + 2: noComm + - name: iemStatusProbeNumber + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.1 + type: gauge + help: The index of the probe. - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.1 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + - name: iemStatusProbeName + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.2 + type: DisplayString + help: A descriptive name for the probe set by the user. - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.2 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + - name: iemStatusProbeStatus + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.3 + type: gauge + help: The connected status of the probe, either disconnected(1) or connected(2). + - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.3 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: disconnected + 2: connected + - name: iemStatusProbeCurrentTemp + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.4 + type: gauge + help: The current temperature reading from the probe displayed in the units + shown in the 'iemStatusProbeTempUnits' OID (Celsius or Fahrenheit). - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.4 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + - name: iemStatusProbeTempUnits + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.5 + type: gauge + help: The temperature scale used to display the temperature thresholds of the + probe, Celsius(1) or Fahrenheit(2) - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.5 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: celsius + 2: fahrenheit + - name: iemStatusProbeCurrentHumid + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.6 + type: gauge + help: The current humidity reading from the probe in percent relative humidity. + - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.6 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + - name: iemStatusProbeHighTempViolation + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.7 + type: gauge + help: The high temperature violation status of the probe temperature reading + - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.7 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: noViolation + 2: highTempViolation + 3: disabled + - name: iemStatusProbeLowTempViolation + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.8 + type: gauge + help: The high temperature violation status of the probe temperature reading + - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.8 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: noViolation + 2: lowTempViolation + 3: disabled + - name: iemStatusProbeHighHumidViolation + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.9 + type: gauge + help: The high humidity violation status of the probe humidity reading - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.9 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: noViolation + 2: highHumidViolation + 3: disabled + - name: iemStatusProbeLowHumidViolation + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.10 + type: gauge + help: The low humidity violation status of the probe humidity reading - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.10 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: noViolation + 2: lowHumidViolation + 3: disabled + - name: iemStatusProbeMaxTempViolation + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.11 + type: gauge + help: The max temperature violation status of the probe temperature reading + - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.11 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: noViolation + 2: maxTempViolation + 3: disabled + - name: iemStatusProbeMinTempViolation + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.12 + type: gauge + help: The minimum temperature violation status of the probe temperature reading + - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.12 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: noViolation + 2: minTempViolation + 3: disabled + - name: iemStatusProbeMaxHumidViolation + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.13 + type: gauge + help: The maximum humidity violation status of the probe humidity reading - + 1.3.6.1.4.1.318.1.1.10.2.3.2.1.13 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: noViolation + 2: maxHumidViolation + 3: disabled + - name: iemStatusProbeMinHumidViolation + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.14 + type: gauge + help: The minimum humidity violation status of the probe humidity reading - + 1.3.6.1.4.1.318.1.1.10.2.3.2.1.14 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + enum_values: + 1: noViolation + 2: minHumidViolation + 3: disabled + - name: iemStatusProbeLocation + oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.15 + type: DisplayString + help: A descriptive location for the probe set by the user. - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.15 + indexes: + - labelname: iemStatusProbeNumber + type: gauge + - name: rPDU2SensorTempHumidityStatusIndex + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.1 + type: gauge + help: The index to the temperature-humidity status data table entry - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.1 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusModule + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.2 + type: gauge + help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.2 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusName + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.3 + type: DisplayString + help: The user-defined temperature-humidity sensor ID string - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.3 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusNumber + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.4 + type: gauge + help: The temperature-humidity sensor numeric ID - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.4 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusType + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.5 + type: gauge + help: The type of the sensor - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.5 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + enum_values: + 1: temperatureOnly + 2: temperatureHumidity + 3: commsLost + 4: notInstalled + - name: rPDU2SensorTempHumidityStatusCommStatus + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.6 + type: gauge + help: The communications status of the sensor - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.6 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + enum_values: + 1: notInstalled + 2: commsOK + 3: commsLost + - name: rPDU2SensorTempHumidityStatusTempF + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.7 + type: gauge + help: Sensor temperature reading in tenths of degrees Fahrenheit - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.7 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusTempC + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8 + type: gauge + help: Sensor temperature reading in tenths of degrees Celsius - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusTempStatus + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.9 + type: gauge + help: This OID reports the current state of the temperature probe - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.9 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + enum_values: + 1: notPresent + 2: belowMin + 3: belowLow + 4: normal + 5: aboveHigh + 6: aboveMax + - name: rPDU2SensorTempHumidityStatusRelativeHumidity + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.10 + type: gauge + help: Sensor humidity reading in percent relative humidity - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.10 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusHumidityStatus + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.11 + type: gauge + help: This OID reports the current state of the humidity probe - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.11 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + enum_values: + 1: notPresent + 2: belowMin + 3: belowLow + 4: normal + 5: aboveHigh + 6: aboveMax + - name: rPDU2SensorTempHumidityStatusTempPeakF + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.12 + type: gauge + help: Sensor peak temperature in tenths of degrees Fahrenheit - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.12 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusTempPeakC + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.13 + type: gauge + help: Sensor peak temperature in tenths of degrees Celsius - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.13 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusTempPeakTimestamp + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.14 + type: DisplayString + help: Indicates the date and time that the peak temperature occurred - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.14 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2SensorTempHumidityStatusTempPeakStartTime + oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.15 + type: DisplayString + help: Indicates the date and time of the last temperature peak reset - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.15 + indexes: + - labelname: rPDU2SensorTempHumidityStatusIndex + type: gauge + - name: rPDU2DeviceStatusIndex + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.1 + type: gauge + help: The index to the Rack PDU status table entry - 1.3.6.1.4.1.318.1.1.26.4.3.1.1 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusModule + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.2 + type: gauge + help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.4.3.1.2 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusName + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.3 + type: DisplayString + help: A user-defined string identifying the Rack PDU - 1.3.6.1.4.1.318.1.1.26.4.3.1.3 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusLoadState + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.4 + type: gauge + help: Indicates the present load status of the Rack PDU - 1.3.6.1.4.1.318.1.1.26.4.3.1.4 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + enum_values: + 1: lowLoad + 2: normal + 3: nearOverload + 4: overload + 5: notsupported + - name: rPDU2DeviceStatusPower + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.5 + type: gauge + help: The power consumption of the Rack PDU load in hundredths of kilowatts + - 1.3.6.1.4.1.318.1.1.26.4.3.1.5 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusPeakPower + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.6 + type: gauge + help: The peak power consumption of the Rack PDU load in hundredths of kilowatts + - 1.3.6.1.4.1.318.1.1.26.4.3.1.6 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusPeakPowerTimestamp + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.7 + type: DisplayString + help: Indicates the date and time that peak power consumption occurred - 1.3.6.1.4.1.318.1.1.26.4.3.1.7 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusPeakPowerStartTime + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.8 + type: DisplayString + help: Indicates the date and time of the last device peak power reset - 1.3.6.1.4.1.318.1.1.26.4.3.1.8 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusEnergy + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.9 + type: gauge + help: A user resettable energy meter measuring Rack PDU load energy consumption + in tenths of kilowatt-hours - 1.3.6.1.4.1.318.1.1.26.4.3.1.9 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusEnergyStartTime + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.10 + type: DisplayString + help: Indicates the date and time of the last device energy meter reset - 1.3.6.1.4.1.318.1.1.26.4.3.1.10 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusCommandPending + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.11 + type: gauge + help: Indicates whether or not the device is processing a pending command - + 1.3.6.1.4.1.318.1.1.26.4.3.1.11 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + enum_values: + 1: commandPending + 2: noCommandPending + 3: commandPendingUnknown + - name: rPDU2DeviceStatusPowerSupplyAlarm + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.12 + type: gauge + help: Indicates a power supply alarm is active when value equals alarm (2) - + 1.3.6.1.4.1.318.1.1.26.4.3.1.12 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + enum_values: + 1: normal + 2: alarm + - name: rPDU2DeviceStatusPowerSupply1Status + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.13 + type: gauge + help: Indicates whether or not an alarm is active in Power Supply 1 - 1.3.6.1.4.1.318.1.1.26.4.3.1.13 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + enum_values: + 1: normal + 2: alarm + 3: notInstalled + - name: rPDU2DeviceStatusPowerSupply2Status + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.14 + type: gauge + help: Indicates whether or not an alarm is active in Power Supply 2 - 1.3.6.1.4.1.318.1.1.26.4.3.1.14 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + enum_values: + 1: normal + 2: alarm + 3: notInstalled + - name: rPDU2DeviceStatusOutletsEnergyStartTime + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.15 + type: DisplayString + help: Indicates the date and time of the last outlets energy meter reset - 1.3.6.1.4.1.318.1.1.26.4.3.1.15 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusApparentPower + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.16 + type: gauge + help: The apparent power consumption of the Rack PDU load in hundredths of kiloVoltAmps + (kVA) - 1.3.6.1.4.1.318.1.1.26.4.3.1.16 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusPowerFactor + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.17 + type: gauge + help: The power factor of the Rack PDU load in hundredths - 1.3.6.1.4.1.318.1.1.26.4.3.1.17 + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + - name: rPDU2DeviceStatusNPSType + oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.18 + type: gauge + help: 'The device NPS status: notNPS (1) indicates the Rack PDU is not in an + NPS group - 1.3.6.1.4.1.318.1.1.26.4.3.1.18' + indexes: + - labelname: rPDU2DeviceStatusIndex + type: gauge + enum_values: + 1: notNPS + 2: host + 3: guest + - name: rPDU2PhaseStatusIndex + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.1 + type: gauge + help: The index to the Rack PDU phase status table entry - 1.3.6.1.4.1.318.1.1.26.6.3.1.1 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusModule + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.2 + type: gauge + help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.6.3.1.2 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusNumber + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.3 + type: gauge + help: The numeric phase ID - 1.3.6.1.4.1.318.1.1.26.6.3.1.3 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusLoadState + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.4 + type: gauge + help: Indicates the present load status of the Rack PDU phase being queried + - 1.3.6.1.4.1.318.1.1.26.6.3.1.4 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + enum_values: + 1: lowLoad + 2: normal + 3: nearOverload + 4: overload + - name: rPDU2PhaseStatusCurrent + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.5 + type: gauge + help: Indicates the current draw, in tenths of Amps, of the load on the Rack + PDU phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.5 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusVoltage + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.6 + type: gauge + help: Indicates the Voltage, in Volts, of the Rack PDU phase being queried - + 1.3.6.1.4.1.318.1.1.26.6.3.1.6 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusPower + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.7 + type: gauge + help: Indicates the load power, in hundredths of kilowatts (kW), consumed on + the Rack PDU phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.7 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusApparentPower + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.8 + type: gauge + help: Indicates the load apparent power, in hundredths of kiloVoltAmps (kVA), + consumed on the Rack PDU phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.8 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusPowerFactor + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.9 + type: gauge + help: Indicates the load power factor, in hundredths, of the Rack PDU phase + being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.9 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusPeakCurrent + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.10 + type: gauge + help: The peak current of the Rack PDU phase load in tenths of Amps - 1.3.6.1.4.1.318.1.1.26.6.3.1.10 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusPeakCurrentTimestamp + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.11 + type: DisplayString + help: Indicates the date and time that the peak current occurred - 1.3.6.1.4.1.318.1.1.26.6.3.1.11 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2PhaseStatusPeakCurrentStartTime + oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.12 + type: DisplayString + help: Indicates the date and time of the last phase peak current reset - 1.3.6.1.4.1.318.1.1.26.6.3.1.12 + indexes: + - labelname: rPDU2PhaseStatusIndex + type: gauge + - name: rPDU2BankStatusIndex + oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.1 + type: gauge + help: The index to the Rack PDU bank status table entry - 1.3.6.1.4.1.318.1.1.26.8.3.1.1 + indexes: + - labelname: rPDU2BankStatusIndex + type: gauge + - name: rPDU2BankStatusModule + oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.2 + type: gauge + help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.8.3.1.2 + indexes: + - labelname: rPDU2BankStatusIndex + type: gauge + - name: rPDU2BankStatusNumber + oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.3 + type: gauge + help: The numeric bank ID - 1.3.6.1.4.1.318.1.1.26.8.3.1.3 + indexes: + - labelname: rPDU2BankStatusIndex + type: gauge + - name: rPDU2BankStatusLoadState + oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.4 + type: EnumAsStateSet + help: Indicates the present load status of the Rack PDU bank being queried - + 1.3.6.1.4.1.318.1.1.26.8.3.1.4 + indexes: + - labelname: rPDU2BankStatusIndex + type: gauge + enum_values: + 1: lowLoad + 2: normal + 3: nearOverload + 4: overload + - name: rPDU2BankStatusCurrent + oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.5 + type: gauge + help: Indicates the current draw, in tenths of Amps, of the load on the Rack + PDU bank being queried - 1.3.6.1.4.1.318.1.1.26.8.3.1.5 + indexes: + - labelname: rPDU2BankStatusIndex + type: gauge + - name: rPDU2BankStatusPeakCurrent + oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.6 + type: gauge + help: The peak current of the Rack PDU bank load in tenths of Amps - 1.3.6.1.4.1.318.1.1.26.8.3.1.6 + indexes: + - labelname: rPDU2BankStatusIndex + type: gauge + - name: rPDU2BankStatusPeakCurrentTimestamp + oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.7 + type: DisplayString + help: Indicates the date and time the bank peak current occurred - 1.3.6.1.4.1.318.1.1.26.8.3.1.7 + indexes: + - labelname: rPDU2BankStatusIndex + type: gauge + - name: rPDU2BankStatusPeakCurrentStartTime + oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.8 + type: DisplayString + help: Indicates the date and time of the last bank peak current reset - 1.3.6.1.4.1.318.1.1.26.8.3.1.8 + indexes: + - labelname: rPDU2BankStatusIndex + type: gauge + arista_sw: + walk: + - 1.3.6.1.2.1.25.2.3.1.6 + - 1.3.6.1.2.1.25.3.3.1.2 + - 1.3.6.1.4.1.30065.3.1.1 + metrics: + - 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 + - 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: aristaSwFwdIpStatsIPVersion + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.1 + type: gauge + help: The IP version of this row. - 1.3.6.1.4.1.30065.3.1.1.1.1.1 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInReceives + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.3 + type: counter + help: The total number of input IP datagrams received in software, including + those received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.3 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCInReceives + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.4 + type: counter + help: The total number of input IP datagrams received in software, including + those received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.4 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInOctets + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.5 + type: counter + help: The total number of octets received in software in input IP datagrams, + including those received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.5 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCInOctets + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.6 + type: counter + help: The total number of octets received in software in input IP datagrams, + including those received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.6 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInHdrErrors + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.7 + type: counter + help: The number of input IP datagrams discarded in software due to errors in + their IP headers, including version number mismatch, other format errors, + hop count exceeded, errors discovered in processing their IP options, etc + - 1.3.6.1.4.1.30065.3.1.1.1.1.7 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInNoRoutes + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.8 + type: counter + help: The number of input IP datagrams discarded in software because no route + could be found to transmit them to their destination - 1.3.6.1.4.1.30065.3.1.1.1.1.8 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInAddrErrors + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.9 + type: counter + help: The number of input IP datagrams discarded in software because the IP + address in their IP header's destination field was not a valid address to + be received at this entity - 1.3.6.1.4.1.30065.3.1.1.1.1.9 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInUnknownProtos + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.10 + type: counter + help: The number of locally-addressed IP datagrams received successfully in + software but discarded because of an unknown or unsupported protocol - 1.3.6.1.4.1.30065.3.1.1.1.1.10 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInTruncatedPkts + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.11 + type: counter + help: The number of input IP datagrams discarded in software because the datagram + frame didn't carry enough data - 1.3.6.1.4.1.30065.3.1.1.1.1.11 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInForwDatagrams + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.12 + type: counter + help: The number of input datagrams for which this entity was not their final + IP destination and for which this entity attempted in software to find a route + to forward them to that final destination - 1.3.6.1.4.1.30065.3.1.1.1.1.12 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCInForwDatagrams + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.13 + type: counter + help: The number of input datagrams for which this entity was not their final + IP destination and for which this entity attempted in software to find a route + to forward them to that final destination - 1.3.6.1.4.1.30065.3.1.1.1.1.13 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsReasmReqds + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.14 + type: counter + help: The number of IP fragments received that needed to be reassembled at this + interface - 1.3.6.1.4.1.30065.3.1.1.1.1.14 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsReasmOKs + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.15 + type: counter + help: The number of IP datagrams successfully reassembled - 1.3.6.1.4.1.30065.3.1.1.1.1.15 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsReasmFails + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.16 + type: counter + help: 'The number of failures detected by the IP re-assembly algorithm (for + whatever reason: timed out, errors, etc.) - 1.3.6.1.4.1.30065.3.1.1.1.1.16' + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInDiscards + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.17 + type: counter + help: The number of input IP datagrams received in software for which no problems + were encountered to prevent their continued processing, but were discarded + (e.g., for lack of buffer space) - 1.3.6.1.4.1.30065.3.1.1.1.1.17 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInDelivers + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.18 + type: counter + help: The total number of datagrams successfully delivered to IP user-protocols + (including ICMP) - 1.3.6.1.4.1.30065.3.1.1.1.1.18 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCInDelivers + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.19 + type: counter + help: The total number of datagrams successfully delivered to IP user-protocols + (including ICMP) - 1.3.6.1.4.1.30065.3.1.1.1.1.19 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutRequests + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.20 + type: counter + help: The total number of IP datagrams that local IP user- protocols (including + ICMP) supplied to IP in requests for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.20 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCOutRequests + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.21 + type: counter + help: The total number of IP datagrams that local IP user- protocols (including + ICMP) supplied to IP in requests for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.21 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutNoRoutes + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.22 + type: counter + help: The number of locally generated IP datagrams discarded because no route + could be found to transmit them to their destination - 1.3.6.1.4.1.30065.3.1.1.1.1.22 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutForwDatagrams + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.23 + type: counter + help: The number of datagrams for which this entity was not their final IP destination + and for which it was successful in finding a path to their final destination + in software - 1.3.6.1.4.1.30065.3.1.1.1.1.23 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCOutForwDatagrams + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.24 + type: counter + help: The number of datagrams for which this entity was not their final IP destination + and for which it was successful in finding a path to their final destination + in software - 1.3.6.1.4.1.30065.3.1.1.1.1.24 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutDiscards + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.25 + type: counter + help: The number of output IP datagrams for which no problem was encountered + to prevent their transmission to their destination, but were discarded in + software (e.g., for lack of buffer space) - 1.3.6.1.4.1.30065.3.1.1.1.1.25 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutFragReqds + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.26 + type: counter + help: The number of IP datagrams that would require fragmentation in order to + be transmitted - 1.3.6.1.4.1.30065.3.1.1.1.1.26 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutFragOKs + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.27 + type: counter + help: The number of IP datagrams that have been successfully fragmented - 1.3.6.1.4.1.30065.3.1.1.1.1.27 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutFragFails + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.28 + type: counter + help: The number of IP datagrams that have been discarded because they needed + to be fragmented but could not be - 1.3.6.1.4.1.30065.3.1.1.1.1.28 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutFragCreates + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.29 + type: counter + help: The number of output datagram fragments that have been generated as a + result of IP fragmentation - 1.3.6.1.4.1.30065.3.1.1.1.1.29 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutTransmits + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.30 + type: counter + help: The total number of IP datagrams that this entity supplied by software + to the lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.30 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCOutTransmits + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.31 + type: counter + help: The total number of IP datagrams that this entity supplied by software + to the lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.31 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutOctets + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.32 + type: counter + help: The total number of octets in IP datagrams delivered by software to the + lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.32 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCOutOctets + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.33 + type: counter + help: The total number of octets in IP datagrams delivered by software to the + lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.33 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInMcastPkts + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.34 + type: counter + help: The number of IP multicast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.34 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCInMcastPkts + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.35 + type: counter + help: The number of IP multicast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.35 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInMcastOctets + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.36 + type: counter + help: The total number of octets received by software in IP multicast datagrams + - 1.3.6.1.4.1.30065.3.1.1.1.1.36 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCInMcastOctets + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.37 + type: counter + help: The total number of octets received by software in IP multicast datagrams + - 1.3.6.1.4.1.30065.3.1.1.1.1.37 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutMcastPkts + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.38 + type: counter + help: The number of IP multicast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.38 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCOutMcastPkts + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.39 + type: counter + help: The number of IP multicast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.39 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutMcastOctets + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.40 + type: counter + help: The total number of octets transmitted by software in IP multicast datagrams + - 1.3.6.1.4.1.30065.3.1.1.1.1.40 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCOutMcastOctets + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.41 + type: counter + help: The total number of octets transmitted by software in IP multicast datagrams + - 1.3.6.1.4.1.30065.3.1.1.1.1.41 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsInBcastPkts + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.42 + type: counter + help: The number of IP broadcast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.42 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCInBcastPkts + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.43 + type: counter + help: The number of IP broadcast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.43 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsOutBcastPkts + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.44 + type: counter + help: The number of IP broadcast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.44 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsHCOutBcastPkts + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.45 + type: counter + help: The number of IP broadcast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.45 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsDiscontinuityTime + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.46 + type: gauge + help: The value of sysUpTime on the most recent occasion at which any one or + more of this entry's counters suffered a discontinuity - 1.3.6.1.4.1.30065.3.1.1.1.1.46 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + - name: aristaSwFwdIpStatsRefreshRate + oid: 1.3.6.1.4.1.30065.3.1.1.1.1.47 + type: gauge + help: The minimum reasonable polling interval for this entry - 1.3.6.1.4.1.30065.3.1.1.1.1.47 + indexes: + - labelname: aristaSwFwdIpStatsIPVersion + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + cisco_wlc: + walk: + - 1.3.6.1.4.1.14179.2.1.1.1.2 + - 1.3.6.1.4.1.14179.2.1.1.1.38 + - 1.3.6.1.4.1.14179.2.2.1.1.3 + - 1.3.6.1.4.1.14179.2.2.13.1.3 + - 1.3.6.1.4.1.14179.2.2.15.1.21 + - 1.3.6.1.4.1.14179.2.2.2.1.15 + - 1.3.6.1.4.1.14179.2.2.2.1.2 + - 1.3.6.1.4.1.14179.2.2.2.1.4 + - 1.3.6.1.4.1.14179.2.2.6.1 + metrics: + - name: bsnDot11EssNumberOfMobileStations + oid: 1.3.6.1.4.1.14179.2.1.1.1.38 + type: counter + help: No of Mobile Stations currently associated with the WLAN. - 1.3.6.1.4.1.14179.2.1.1.1.38 + indexes: + - labelname: bsnDot11EssIndex + type: gauge + lookups: + - labels: + - bsnDot11EssIndex + labelname: bsnDot11EssSsid + oid: 1.3.6.1.4.1.14179.2.1.1.1.2 + type: DisplayString + - labels: [] + labelname: bsnDot11EssIndex + - name: bsnAPIfLoadChannelUtilization + oid: 1.3.6.1.4.1.14179.2.2.13.1.3 + type: gauge + help: Channel Utilization - 1.3.6.1.4.1.14179.2.2.13.1.3 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDBNoisePower + oid: 1.3.6.1.4.1.14179.2.2.15.1.21 + type: gauge + help: This is the average noise power in dBm on each channel that is available + to Airespace AP - 1.3.6.1.4.1.14179.2.2.15.1.21 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + - labelname: bsnAPIfNoiseChannelNo + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnApIfNoOfUsers + oid: 1.3.6.1.4.1.14179.2.2.2.1.15 + type: counter + help: No of Users associated with this radio. - 1.3.6.1.4.1.14179.2.2.2.1.15 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfType + oid: 1.3.6.1.4.1.14179.2.2.2.1.2 + type: gauge + help: The type of this interface - 1.3.6.1.4.1.14179.2.2.2.1.2 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + enum_values: + 1: dot11b + 2: dot11a + 4: uwb + - name: bsnAPIfPhyChannelNumber + oid: 1.3.6.1.4.1.14179.2.2.2.1.4 + type: gauge + help: Current channel number of the AP Interface - 1.3.6.1.4.1.14179.2.2.2.1.4 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + enum_values: + 1: ch1 + 2: ch2 + 3: ch3 + 4: ch4 + 5: ch5 + 6: ch6 + 7: ch7 + 8: ch8 + 9: ch9 + 10: ch10 + 11: ch11 + 12: ch12 + 13: ch13 + 14: ch14 + 20: ch20 + 21: ch21 + 22: ch22 + 23: ch23 + 24: ch24 + 25: ch25 + 26: ch26 + 34: ch34 + 36: ch36 + 38: ch38 + 40: ch40 + 42: ch42 + 44: ch44 + 46: ch46 + 48: ch48 + 52: ch52 + 56: ch56 + 60: ch60 + 64: ch64 + 100: ch100 + 104: ch104 + 108: ch108 + 112: ch112 + 116: ch116 + 120: ch120 + 124: ch124 + 128: ch128 + 132: ch132 + 136: ch136 + 140: ch140 + 149: ch149 + 153: ch153 + 157: ch157 + 161: ch161 + 165: ch165 + 169: ch169 + - name: bsnAPIfDot11TransmittedFragmentCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.1 + type: counter + help: This counter shall be incremented for an acknowledged MPDU with an individual + address in the address 1 field or an MPDU with a multicast address in the + address 1 field of type Data or Management. - 1.3.6.1.4.1.14179.2.2.6.1.1 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11MulticastTransmittedFrameCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.2 + type: counter + help: This counter shall increment only when the multicast bit is set in the + destination MAC address of a successfully transmitted MSDU - 1.3.6.1.4.1.14179.2.2.6.1.2 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11RetryCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.3 + type: counter + help: This counter shall increment when an MSDU is successfully transmitted + after one or more retransmissions. - 1.3.6.1.4.1.14179.2.2.6.1.3 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11MultipleRetryCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.4 + type: counter + help: This counter shall increment when an MSDU is successfully transmitted + after more than one retransmission. - 1.3.6.1.4.1.14179.2.2.6.1.4 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11FrameDuplicateCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.5 + type: counter + help: This counter shall increment when a frame is received that the Sequence + Control field indicates is a duplicate. - 1.3.6.1.4.1.14179.2.2.6.1.5 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11RTSSuccessCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.6 + type: counter + help: This counter shall increment when a CTS is received in response to an + RTS. - 1.3.6.1.4.1.14179.2.2.6.1.6 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11RTSFailureCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.7 + type: counter + help: This counter shall increment when a CTS is not received in response to + an RTS. - 1.3.6.1.4.1.14179.2.2.6.1.7 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11ACKFailureCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.8 + type: counter + help: This counter shall increment when an ACK is not received when expected. + - 1.3.6.1.4.1.14179.2.2.6.1.8 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11ReceivedFragmentCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.9 + type: counter + help: This counter shall be incremented for each successfully received MPDU + of type Data or Management. - 1.3.6.1.4.1.14179.2.2.6.1.9 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11MulticastReceivedFrameCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.10 + type: counter + help: This counter shall increment when a MSDU is received with the multicast + bit set in the destination MAC address. - 1.3.6.1.4.1.14179.2.2.6.1.10 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11FCSErrorCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.11 + type: counter + help: This counter shall increment when an FCS error is detected in a received + MPDU. - 1.3.6.1.4.1.14179.2.2.6.1.11 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11TransmittedFrameCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.12 + type: counter + help: This counter shall increment for each successfully transmitted MSDU. - + 1.3.6.1.4.1.14179.2.2.6.1.12 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11WEPUndecryptableCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.13 + type: counter + help: This counter shall increment when a frame is received with the WEP subfield + of the Frame Control field set to one and the WEPOn value for the key mapped + to the TA's MAC address indicates that the frame should not have been encrypted + or that frame is discarded due to the receiving STA not implementing the privacy + option. - 1.3.6.1.4.1.14179.2.2.6.1.13 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + - name: bsnAPIfDot11FailedCount + oid: 1.3.6.1.4.1.14179.2.2.6.1.33 + type: counter + help: This counter shall increment when an MSDU is not transmitted successfully + due to the number of transmit attempts exceeding either the bsnAPIfDot11ShortRetryLimit + or dot11LongRetryLimit. - 1.3.6.1.4.1.14179.2.2.6.1.33 + indexes: + - labelname: bsnAPDot3MacAddress + type: PhysAddress48 + fixed_size: 6 + - labelname: bsnAPIfSlotId + type: gauge + lookups: + - labels: + - bsnAPDot3MacAddress + labelname: bsnAPName + oid: 1.3.6.1.4.1.14179.2.2.1.1.3 + type: DisplayString + - labels: [] + labelname: bsnAPDot3MacAddress + cyberpower: + walk: + - 1.3.6.1.4.1.3808.1.1.1 + - 1.3.6.1.4.1.3808.1.1.4 + - 1.3.6.1.4.1.3808.1.1.6 + metrics: + - name: upsBaseIdentModel + oid: 1.3.6.1.4.1.3808.1.1.1.1.1.1 + type: DisplayString + help: The UPS model name. - 1.3.6.1.4.1.3808.1.1.1.1.1.1 + - name: upsBaseIdentName + oid: 1.3.6.1.4.1.3808.1.1.1.1.1.2 + type: DisplayString + help: The UPS identified name could be set by the administrator. - 1.3.6.1.4.1.3808.1.1.1.1.1.2 + - name: upsAdvanceIdentFirmwareRevision + oid: 1.3.6.1.4.1.3808.1.1.1.1.2.1 + type: DisplayString + help: The UPS firmware revision. - 1.3.6.1.4.1.3808.1.1.1.1.2.1 + - name: upsAdvanceIdentDateOfManufacture + oid: 1.3.6.1.4.1.3808.1.1.1.1.2.2 + type: DisplayString + help: The UPS manufacture date in mm/dd/yy format. - 1.3.6.1.4.1.3808.1.1.1.1.2.2 + - name: upsAdvanceIdentSerialNumber + oid: 1.3.6.1.4.1.3808.1.1.1.1.2.3 + type: DisplayString + help: The UPS serial number in the internal microprocessor. - 1.3.6.1.4.1.3808.1.1.1.1.2.3 + - name: upsAdvanceIdentAgentFirmwareRevision + oid: 1.3.6.1.4.1.3808.1.1.1.1.2.4 + type: DisplayString + help: The SNMP agent firmware revision. - 1.3.6.1.4.1.3808.1.1.1.1.2.4 + - name: upsAdvanceIdentLCDFirmwareVersion + oid: 1.3.6.1.4.1.3808.1.1.1.1.2.5 + type: DisplayString + help: The revision number of the UPS LCD firmware. - 1.3.6.1.4.1.3808.1.1.1.1.2.5 + - name: upsAdvanceIdentPowerRating + oid: 1.3.6.1.4.1.3808.1.1.1.1.2.6 + type: gauge + help: The Volt-Amp rating of the UPS. - 1.3.6.1.4.1.3808.1.1.1.1.2.6 + - name: upsAdvanceIdentLoadPower + oid: 1.3.6.1.4.1.3808.1.1.1.1.2.7 + type: gauge + help: The power rating(Watts) of the UPS. - 1.3.6.1.4.1.3808.1.1.1.1.2.7 + - name: upsAdvanceIdentCurrentRating + oid: 1.3.6.1.4.1.3808.1.1.1.1.2.8 + type: gauge + help: The output current rating of the UPS - 1.3.6.1.4.1.3808.1.1.1.1.2.8 + - name: upsAdvanceIdentAgentSerialNumber + oid: 1.3.6.1.4.1.3808.1.1.1.1.2.9 + type: DisplayString + help: A string identifying the serial number of the Agent. - 1.3.6.1.4.1.3808.1.1.1.1.2.9 + - name: upsBaseBatteryStatus + oid: 1.3.6.1.4.1.3808.1.1.1.2.1.1 + type: gauge + help: The UPS battery status - 1.3.6.1.4.1.3808.1.1.1.2.1.1 + enum_values: + 1: unknown + 2: batteryNormal + 3: batteryLow + 4: batteryNotPresent + - name: upsBaseBatteryTimeOnBattery + oid: 1.3.6.1.4.1.3808.1.1.1.2.1.2 + type: gauge + help: The UPS wasted battery time since the UPS has transfered to backup mode. + - 1.3.6.1.4.1.3808.1.1.1.2.1.2 + - name: upsBaseBatteryLastReplaceDate + oid: 1.3.6.1.4.1.3808.1.1.1.2.1.3 + type: DisplayString + help: The UPS batteries last replaced date in mm/dd/yyyy format - 1.3.6.1.4.1.3808.1.1.1.2.1.3 + - name: upsBaseBatteryAgeRecommand + oid: 1.3.6.1.4.1.3808.1.1.1.2.1.4 + type: gauge + help: Recommended battery life in month - 1.3.6.1.4.1.3808.1.1.1.2.1.4 + - name: upsAdvanceBatteryCapacity + oid: 1.3.6.1.4.1.3808.1.1.1.2.2.1 + type: gauge + help: The battery capacity expressed in percentage. - 1.3.6.1.4.1.3808.1.1.1.2.2.1 + - name: upsAdvanceBatteryVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.2.2.2 + type: gauge + help: The battery voltage expressed in 1/10 VDC. - 1.3.6.1.4.1.3808.1.1.1.2.2.2 + - name: upsAdvanceBatteryTemperature + oid: 1.3.6.1.4.1.3808.1.1.1.2.2.3 + type: gauge + help: The UPS battery temperature expressed in Celsius. - 1.3.6.1.4.1.3808.1.1.1.2.2.3 + - name: upsAdvanceBatteryRunTimeRemaining + oid: 1.3.6.1.4.1.3808.1.1.1.2.2.4 + type: gauge + help: The UPS battery remaining run time. - 1.3.6.1.4.1.3808.1.1.1.2.2.4 + - name: upsAdvanceBatteryReplaceIndicator + oid: 1.3.6.1.4.1.3808.1.1.1.2.2.5 + type: gauge + help: This value indicates if UPS batteries need to be replaced. - 1.3.6.1.4.1.3808.1.1.1.2.2.5 + enum_values: + 1: noBatteryNeedsReplacing + 2: batteryNeedsReplacing + - name: upsAdvanceBatteryFullChargeVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.2.2.6 + type: gauge + help: The battery charged voltage expressed in 1/10 VDC. - 1.3.6.1.4.1.3808.1.1.1.2.2.6 + - name: upsAdvanceBatteryCurrent + oid: 1.3.6.1.4.1.3808.1.1.1.2.2.7 + type: gauge + help: The battery current expressed in percentage. - 1.3.6.1.4.1.3808.1.1.1.2.2.7 + - name: upsAdvanceBatteryVoltageRating + oid: 1.3.6.1.4.1.3808.1.1.1.2.2.8 + type: gauge + help: The DC voltage rating of the battery set. - 1.3.6.1.4.1.3808.1.1.1.2.2.8 + - name: upsAdvanceBatteryLife + oid: 1.3.6.1.4.1.3808.1.1.1.2.2.9 + type: gauge + help: The battery life expressed in 1/100 percentage. - 1.3.6.1.4.1.3808.1.1.1.2.2.9 + - name: upsBaseInputPhase + oid: 1.3.6.1.4.1.3808.1.1.1.3.1.1 + type: gauge + help: The AC input phase. - 1.3.6.1.4.1.3808.1.1.1.3.1.1 + - name: upsAdvanceInputLineVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.3.2.1 + type: gauge + help: The input line voltage in 1/10 VAC. - 1.3.6.1.4.1.3808.1.1.1.3.2.1 + - name: upsAdvanceInputMaxLineVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.3.2.2 + type: gauge + help: The maximum input line voltage in 1/10 VAC over the previous 1 minute + period. - 1.3.6.1.4.1.3808.1.1.1.3.2.2 + - name: upsAdvanceInputMinLineVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.3.2.3 + type: gauge + help: The minimum input line voltage in 1/10 VAC over the previous 1 minute + period. - 1.3.6.1.4.1.3808.1.1.1.3.2.3 + - name: upsAdvanceInputFrequency + oid: 1.3.6.1.4.1.3808.1.1.1.3.2.4 + type: gauge + help: The input line frequency in 1/10 Hz. - 1.3.6.1.4.1.3808.1.1.1.3.2.4 + - name: upsAdvanceInputLineFailCause + oid: 1.3.6.1.4.1.3808.1.1.1.3.2.5 + type: gauge + help: The reason of UPS power failure - 1.3.6.1.4.1.3808.1.1.1.3.2.5 + enum_values: + 1: noTransfer + 2: highLineVoltage + 3: brownout + 4: selfTest + - name: upsAdvanceInputStatus + oid: 1.3.6.1.4.1.3808.1.1.1.3.2.6 + type: gauge + help: Display the present status of the utility power supplied to the UPS. - + 1.3.6.1.4.1.3808.1.1.1.3.2.6 + enum_values: + 1: normal + 2: overVoltage + 3: underVoltage + 4: frequencyFailure + 5: blackout + 6: powerFailure + - name: upsAdvanceInputWatt + oid: 1.3.6.1.4.1.3808.1.1.1.3.2.7 + type: gauge + help: Getting this OID will return the input power that each phase of the UPS + can provide - 1.3.6.1.4.1.3808.1.1.1.3.2.7 + - name: upsBaseOutputStatus + oid: 1.3.6.1.4.1.3808.1.1.1.4.1.1 + type: gauge + help: The UPS output status. - 1.3.6.1.4.1.3808.1.1.1.4.1.1 + enum_values: + 1: unknown + 2: onLine + 3: onBattery + 4: onBoost + 5: onSleep + 6: "off" + 7: rebooting + 8: onECO + 9: onBypass + 10: onBuck + 11: onOverload + - name: upsBaseOutputPhase + oid: 1.3.6.1.4.1.3808.1.1.1.4.1.2 + type: gauge + help: The output phase. - 1.3.6.1.4.1.3808.1.1.1.4.1.2 + - name: upsBaseOutputWorkingFrequency + oid: 1.3.6.1.4.1.3808.1.1.1.4.1.3 + type: DisplayString + help: The frequency of the UPS output power. - 1.3.6.1.4.1.3808.1.1.1.4.1.3 + - name: upsAdvanceOutputVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.4.2.1 + type: gauge + help: The UPS output voltage in 1/10 VAC. - 1.3.6.1.4.1.3808.1.1.1.4.2.1 + - name: upsAdvanceOutputFrequency + oid: 1.3.6.1.4.1.3808.1.1.1.4.2.2 + type: gauge + help: The UPS output frequency in 1/10 Hz. - 1.3.6.1.4.1.3808.1.1.1.4.2.2 + - name: upsAdvanceOutputLoad + oid: 1.3.6.1.4.1.3808.1.1.1.4.2.3 + type: gauge + help: The UPS output load expressed in percentage - 1.3.6.1.4.1.3808.1.1.1.4.2.3 + - name: upsAdvanceOutputCurrent + oid: 1.3.6.1.4.1.3808.1.1.1.4.2.4 + type: gauge + help: The UPS output current in 1/10 Amps. - 1.3.6.1.4.1.3808.1.1.1.4.2.4 + - name: upsAdvanceOutputPower + oid: 1.3.6.1.4.1.3808.1.1.1.4.2.5 + type: gauge + help: The total output active power of the UPS system in W. - 1.3.6.1.4.1.3808.1.1.1.4.2.5 + - name: upsAdvanceOutputEnergy + oid: 1.3.6.1.4.1.3808.1.1.1.4.2.6 + type: gauge + help: The total output energy of the UPS system in 1/10 kWh. - 1.3.6.1.4.1.3808.1.1.1.4.2.6 + - name: upsAdvanceOutputEnergyStartTime + oid: 1.3.6.1.4.1.3808.1.1.1.4.2.7 + type: DisplayString + help: Indicates the date and time of the last device energy meter reset. - 1.3.6.1.4.1.3808.1.1.1.4.2.7 + - name: upsBaseConfigNumDevices + oid: 1.3.6.1.4.1.3808.1.1.1.5.1.1 + type: gauge + help: The number of equipment plugged into the UPS. - 1.3.6.1.4.1.3808.1.1.1.5.1.1 + - name: deviceIndex + oid: 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.1 + type: gauge + help: The index of the equipment plugged into the UPS. - 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.1 + indexes: + - labelname: deviceIndex + type: gauge + - name: deviceName + oid: 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.2 + type: DisplayString + help: The name of the equipment plugged into the UPS. - 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.2 + indexes: + - labelname: deviceIndex + type: gauge + - name: vaRating + oid: 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.3 + type: gauge + help: The VA rating of the equipment plugged into the UPS. - 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.3 + indexes: + - labelname: deviceIndex + type: gauge + - name: acceptThisDevice + oid: 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.4 + type: gauge + help: An equipment is plugged if yes, unplugged if no. - 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.4 + indexes: + - labelname: deviceIndex + type: gauge + enum_values: + 1: "yes" + 2: "no" + - name: upsAdvanceConfigOutputVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.1 + type: gauge + help: The standard UPS output voltage in VAC - 1.3.6.1.4.1.3808.1.1.1.5.2.1 + - name: upsAdvanceConfigHighTransferVolt + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.2 + type: gauge + help: Adjust the high transfer vloltage in VAC - 1.3.6.1.4.1.3808.1.1.1.5.2.2 + - name: upsAdvanceConfigLowTransferVolt + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.3 + type: gauge + help: Adjust the low transfer vloltage in VAC - 1.3.6.1.4.1.3808.1.1.1.5.2.3 + - name: upsAdvanceConfigAlarm + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.4 + type: gauge + help: This value is set to handle audible alarms when power failure. - 1.3.6.1.4.1.3808.1.1.1.5.2.4 + enum_values: + 1: timed + 2: enable + 3: disable + 4: mute + - name: upsAdvanceConfigAlarmTimer + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.5 + type: gauge + help: The time after power failure at which the UPS begins giving audible alarms + - 1.3.6.1.4.1.3808.1.1.1.5.2.5 + - name: upsAdvanceConfigMinReturnCapacity + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.6 + type: gauge + help: The minimum battery capacity that UPS will return from a low battery shutdown + condition - 1.3.6.1.4.1.3808.1.1.1.5.2.6 + - name: upsAdvanceConfigSensitivity + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.7 + type: gauge + help: The sensitivity of the UPS to power failure detection. - 1.3.6.1.4.1.3808.1.1.1.5.2.7 + enum_values: + 1: auto + 2: low + 3: medium + 4: high + - name: upsAdvanceConfigLowBatteryRunTime + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.8 + type: gauge + help: The desired run time, in seconds, UPS will enter in a low battery sequence + - 1.3.6.1.4.1.3808.1.1.1.5.2.8 + - name: upsAdvanceConfigReturnDelay + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.9 + type: gauge + help: The delay time the UPS will turn on after power recovery - 1.3.6.1.4.1.3808.1.1.1.5.2.9 + - name: upsAdvanceConfigShutoffDelay + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.10 + type: gauge + help: The delay time the UPS will remain on after receiving a turn off command + - 1.3.6.1.4.1.3808.1.1.1.5.2.10 + - name: upsAdvanceConfigSleepDelay + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.11 + type: gauge + help: The delay time the UPS will enter sleep mode after receiving a sleep command + - 1.3.6.1.4.1.3808.1.1.1.5.2.11 + - name: upsAdvanceConfigSetEEPROMDefaults + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.12 + type: gauge + help: Reset the UPS EEPROM parameters to default values. - 1.3.6.1.4.1.3808.1.1.1.5.2.12 + enum_values: + 1: noSetEEPROMDefaults + 2: setEEPROMDefaults + - name: upsAdvanceConfigAutoRestore + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.13 + type: gauge + help: When this option is enabled, the UPS will restore output immediately when + the utility power restores.When this option is disabled, the UPS will not + restore output at that moment and users have to turn it on manually at a later + time. - 1.3.6.1.4.1.3808.1.1.1.5.2.13 + enum_values: + 1: disable + 2: enable + - name: upsAdvanceConfigRechargedCapacity + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.14 + type: gauge + help: When the utility power restores, the UPS will start to recharge until + the specified battery capacity in percentage is met before restoring output + power - 1.3.6.1.4.1.3808.1.1.1.5.2.14 + - name: upsAdvanceConfigColdStart + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.15 + type: gauge + help: Set the ability of the UPS can start in the absence of input power.When + this option is enabled the UPS can be turned on without having input power. + - 1.3.6.1.4.1.3808.1.1.1.5.2.15 + enum_values: + 1: disable + 2: enable + - name: upsAdvanceConfigDeepDischargeProtection + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.16 + type: gauge + help: When the UPS is on Battery Mode with 0% load and the status remains for + the time configured,the RMCARD will enforce the UPS to Sleep Mode and the + output will be turned off - 1.3.6.1.4.1.3808.1.1.1.5.2.16 + - name: upsAdvanceConfigSleepAfterAllClientShut + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.17 + type: gauge + help: If this option is enabled, UPS will enter sleep mode after utility power + failed and remaining MSDT+2 minutes.More information about MSDT please reference + to help page of UPS - > PowerPanel List. - 1.3.6.1.4.1.3808.1.1.1.5.2.17 + enum_values: + 1: disable + 2: enable + - name: upsAdvanceConfigLowBatteryThreshold + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.18 + type: gauge + help: When the UPS supplies battery power and the remaining capacity is lower + than this threshold, the UPS will sound an alarm - 1.3.6.1.4.1.3808.1.1.1.5.2.18 + - name: upsAdvanceConfigEnergyReset + oid: 1.3.6.1.4.1.3808.1.1.1.5.2.19 + type: gauge + help: Setting this OID to reset (2) will cause the output energy meter value + to be reset to zero - 1.3.6.1.4.1.3808.1.1.1.5.2.19 + enum_values: + 1: noOperation + 2: reset + - name: upsBaseControlConserveBattery + oid: 1.3.6.1.4.1.3808.1.1.1.6.1.1 + type: gauge + help: UPS on battery will enter sleeping when the variable is set to turnOffUpsToConserveBattery(2) + - 1.3.6.1.4.1.3808.1.1.1.6.1.1 + enum_values: + 1: noTurnOffUps + 2: turnOffUpsToConserveBattery + - name: upsAdvanceControlUpsOff + oid: 1.3.6.1.4.1.3808.1.1.1.6.2.1 + type: gauge + help: UPS will shutdown when the variable is set to turnUpsOff(2) - 1.3.6.1.4.1.3808.1.1.1.6.2.1 + enum_values: + 1: noTurnUpsOff + 2: turnUpsOff + 3: turnUpsOffGracefully + - name: upsAdvanceControlRebootUps + oid: 1.3.6.1.4.1.3808.1.1.1.6.2.2 + type: gauge + help: UPS will shutdown and turn back on when the variable is set to rebootUps(2) + - 1.3.6.1.4.1.3808.1.1.1.6.2.2 + enum_values: + 1: noRebootUps + 2: rebootUps + - name: upsAdvanceControlUpsSleep + oid: 1.3.6.1.4.1.3808.1.1.1.6.2.3 + type: gauge + help: UPS will enter sleep mode when the variable is set to putUpsToSleep(2) + - 1.3.6.1.4.1.3808.1.1.1.6.2.3 + enum_values: + 1: noPutUpsToSleep + 2: putUpsToSleep + 3: putUpsToSleepGracefully + - name: upsAdvanceControlSimulatePowerFail + oid: 1.3.6.1.4.1.3808.1.1.1.6.2.4 + type: gauge + help: UPS will transfer to backup mode when the variable is set to simulatePowerFailure(2) + - 1.3.6.1.4.1.3808.1.1.1.6.2.4 + enum_values: + 1: noSimulatePowerFailure + 2: simulatePowerFailure + - name: upsAdvanceControlFlashAndBeep + oid: 1.3.6.1.4.1.3808.1.1.1.6.2.5 + type: gauge + help: UPS will beep and simultaneously turn on the panel lights when the variable + is set to flashAndBeep(2) - 1.3.6.1.4.1.3808.1.1.1.6.2.5 + enum_values: + 1: noFlashAndBeep + 2: flashAndBeep + - name: upsAdvanceControlTurnOnUPS + oid: 1.3.6.1.4.1.3808.1.1.1.6.2.6 + type: gauge + help: UPS will turned on immediately when the variable is set to turnOnUPS(2) + - 1.3.6.1.4.1.3808.1.1.1.6.2.6 + enum_values: + 1: noTurnOnUPS + 2: turnOnUPS + - name: upsAdvanceSleepAfterDelay + oid: 1.3.6.1.4.1.3808.1.1.1.6.2.7 + type: gauge + help: UPS will enter sleep mode after indicated number of seconds, or less if + the UPS batteries become depleted - 1.3.6.1.4.1.3808.1.1.1.6.2.7 + - name: upsAdvanceTestDiagnosticSchedule + oid: 1.3.6.1.4.1.3808.1.1.1.7.2.1 + type: gauge + help: The schedule of the UPS automatic selftest. - 1.3.6.1.4.1.3808.1.1.1.7.2.1 + enum_values: + 1: unknown + 2: biweekly + 3: weekly + 4: atTurnOn + 5: never + - name: upsAdvanceTestDiagnostics + oid: 1.3.6.1.4.1.3808.1.1.1.7.2.2 + type: gauge + help: UPS will do a diagnostic selftest when the variable is set to testDiagnostics(2) + - 1.3.6.1.4.1.3808.1.1.1.7.2.2 + enum_values: + 1: noTestDiagnostics + 2: testDiagnostics + - name: upsAdvanceTestDiagnosticsResults + oid: 1.3.6.1.4.1.3808.1.1.1.7.2.3 + type: gauge + help: The last UPS selftest result. - 1.3.6.1.4.1.3808.1.1.1.7.2.3 + enum_values: + 1: ok + 2: failed + 3: invalidTest + 4: testInProgress + - name: upsAdvanceTestLastDiagnosticsDate + oid: 1.3.6.1.4.1.3808.1.1.1.7.2.4 + type: DisplayString + help: The last UPS selftest date in mm/dd/yy format. - 1.3.6.1.4.1.3808.1.1.1.7.2.4 + - name: upsAdvanceTestIndicators + oid: 1.3.6.1.4.1.3808.1.1.1.7.2.5 + type: gauge + help: UPS will perform a panel indicator test when the variable is set to testIndicators(2) + - 1.3.6.1.4.1.3808.1.1.1.7.2.5 + enum_values: + 1: noTestIndicators + 2: testIndicators + - name: upsAdvanceTestRuntimeEstimation + oid: 1.3.6.1.4.1.3808.1.1.1.7.2.6 + type: gauge + help: UPS will discharge to calibrate the UPS runtime when the variable is set + to performEstimation(2) - 1.3.6.1.4.1.3808.1.1.1.7.2.6 + enum_values: + 1: noPerformEstimation + 2: performEstimation + 3: cancelCurrentEstimation + - name: upsAdvanceTestEstimationResults + oid: 1.3.6.1.4.1.3808.1.1.1.7.2.7 + type: gauge + help: The last runtime estimation result - 1.3.6.1.4.1.3808.1.1.1.7.2.7 + enum_values: + 1: ok + 2: invalidEstimation + 3: estimationInProgress + - name: upsAdvanceTestEstimationDate + oid: 1.3.6.1.4.1.3808.1.1.1.7.2.8 + type: DisplayString + help: The last UPS runtime estimation date - 1.3.6.1.4.1.3808.1.1.1.7.2.8 + - name: upsBankControlIndex + oid: 1.3.6.1.4.1.3808.1.1.1.8.1.1.1.1 + type: gauge + help: The index to the outlet entry. - 1.3.6.1.4.1.3808.1.1.1.8.1.1.1.1 + indexes: + - labelname: upsBankControlIndex + type: gauge + - name: upsBankControlOutletCommand + oid: 1.3.6.1.4.1.3808.1.1.1.8.1.1.1.2 + type: gauge + help: Getting this variable will return the outlet bank state - 1.3.6.1.4.1.3808.1.1.1.8.1.1.1.2 + indexes: + - labelname: upsBankControlIndex + type: gauge + enum_values: + 1: immediateOn + 2: immediateOff + 3: bankNotExist + 4: criticalBank + - name: upsIndividualOutletTableSize + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.1 + type: gauge + help: The number of switched outlets - 1.3.6.1.4.1.3808.1.1.1.8.2.1 + - name: upsIndividualOutletConfigIndex + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.1 + type: gauge + help: The index to the switched outlet configuration table entry. - 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.1 + indexes: + - labelname: upsIndividualOutletConfigIndex + type: gauge + - name: upsIndividualOutletConfigName + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.2 + type: DisplayString + help: The user-defined switched outlet name string. - 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.2 + indexes: + - labelname: upsIndividualOutletConfigIndex + type: gauge + - name: upsIndividualOutletConfigPowerOnTime + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.3 + type: gauge + help: The amount of time (in seconds) the outlet will delay powering on at coldstart + or when a command that requires a turn-on delay is issued - 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.3 + indexes: + - labelname: upsIndividualOutletConfigIndex + type: gauge + - name: upsIndividualOutletConfigPowerOffTime + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.4 + type: gauge + help: The amount of time (in seconds) the outlet will delay powering off when + a command that requires a turn-off delay is issued - 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.4 + indexes: + - labelname: upsIndividualOutletConfigIndex + type: gauge + - name: upsIndividualOutletConfigRebootDuration + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.5 + type: gauge + help: During a reboot sequence, power is turned off and then back on - 1.3.6.1.4.1.3808.1.1.1.8.2.2.1.5 + indexes: + - labelname: upsIndividualOutletConfigIndex + type: gauge + - name: upsIndividualOutletInfoIndex + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.3.1.1 + type: gauge + help: The index to the switched outlet information table entry. - 1.3.6.1.4.1.3808.1.1.1.8.2.3.1.1 + indexes: + - labelname: upsIndividualOutletInfoIndex + type: gauge + - name: upsIndividualOutletInfoName + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.3.1.2 + type: DisplayString + help: The numeric switched outlet name. - 1.3.6.1.4.1.3808.1.1.1.8.2.3.1.2 + indexes: + - labelname: upsIndividualOutletInfoIndex + type: gauge + - name: upsIndividualOutletInfoBank + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.3.1.3 + type: gauge + help: The numeric bank ID. - 1.3.6.1.4.1.3808.1.1.1.8.2.3.1.3 + indexes: + - labelname: upsIndividualOutletInfoIndex + type: gauge + - name: upsIndividualOutletStatusIndex + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.4.1.1 + type: gauge + help: The index to the switched outlet status information table entry. - 1.3.6.1.4.1.3808.1.1.1.8.2.4.1.1 + indexes: + - labelname: upsIndividualOutletStatusIndex + type: gauge + - name: upsIndividualOutletStatusName + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.4.1.2 + type: DisplayString + help: The user-defined switched outlet name string. - 1.3.6.1.4.1.3808.1.1.1.8.2.4.1.2 + indexes: + - labelname: upsIndividualOutletStatusIndex + type: gauge + - name: upsIndividualOutletStatusState + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.4.1.3 + type: gauge + help: Indicates the present switch state of the switched outlet being queried. + - 1.3.6.1.4.1.3808.1.1.1.8.2.4.1.3 + indexes: + - labelname: upsIndividualOutletStatusIndex + type: gauge + enum_values: + 1: outletStatusOn + 2: outletStatusOff + - name: upsIndividualOutletStatusCommandPending + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.4.1.4 + type: gauge + help: Getting this variable will return the command pending state of the outlet + - 1.3.6.1.4.1.3808.1.1.1.8.2.4.1.4 + indexes: + - labelname: upsIndividualOutletStatusIndex + type: gauge + enum_values: + 1: outletStatusCommandPending + 2: outletStatusNoCommandPending + - name: upsIndividualOutletControlIndex + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.5.1.1 + type: gauge + help: The index to the switched outlet control data table entry. - 1.3.6.1.4.1.3808.1.1.1.8.2.5.1.1 + indexes: + - labelname: upsIndividualOutletControlIndex + type: gauge + - name: upsIndividualOutletControlName + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.5.1.2 + type: DisplayString + help: The user-defined switched outlet name string. - 1.3.6.1.4.1.3808.1.1.1.8.2.5.1.2 + indexes: + - labelname: upsIndividualOutletControlIndex + type: gauge + - name: upsIndividualOutletControlCommand + oid: 1.3.6.1.4.1.3808.1.1.1.8.2.5.1.3 + type: gauge + help: Getting this variable will return the outlet state - 1.3.6.1.4.1.3808.1.1.1.8.2.5.1.3 + indexes: + - labelname: upsIndividualOutletControlIndex + type: gauge + enum_values: + 1: immediateOn + 2: immediateOff + 3: immediateReboot + 4: delayedOn + 5: delayedOff + 6: delayedReboot + 7: cancelPendingCommand + - name: upsPhaseInputTableSize + oid: 1.3.6.1.4.1.3808.1.1.1.9.1.1 + type: gauge + help: Getting this OID will return the phase number. - 1.3.6.1.4.1.3808.1.1.1.9.1.1 + - name: upsPhaseInputTableIndex + oid: 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.1 + type: gauge + help: The index to the UPS Phase Input entry. - 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.1 + indexes: + - labelname: upsPhaseInputTableIndex + type: gauge + - name: upsPhaseInputVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.2 + type: gauge + help: Getting this OID will return the input voltage that each phase of the + UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.2 + indexes: + - labelname: upsPhaseInputTableIndex + type: gauge + - name: upsPhaseInputCurrent + oid: 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.3 + type: gauge + help: Getting this OID will return the input current that each phase of the + UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.3 + indexes: + - labelname: upsPhaseInputTableIndex + type: gauge + - name: upsPhaseInputFrequency + oid: 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.4 + type: gauge + help: Getting this OID will return the input frequency that each phase of the + UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.4 + indexes: + - labelname: upsPhaseInputTableIndex + type: gauge + - name: upsPhaseInputPowerFactor + oid: 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.5 + type: gauge + help: Getting this OID will return the input power factor that each phase of + the UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.1.2.1.5 + indexes: + - labelname: upsPhaseInputTableIndex + type: gauge + - name: upsPhaseOutputTableSize + oid: 1.3.6.1.4.1.3808.1.1.1.9.2.1 + type: gauge + help: Getting this OID will return the Phase number. - 1.3.6.1.4.1.3808.1.1.1.9.2.1 + - name: upsPhaseOutputTableIndex + oid: 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.1 + type: gauge + help: The index to the UPS Phase Output entry. - 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.1 + indexes: + - labelname: upsPhaseOutputTableIndex + type: gauge + - name: upsPhaseOutputVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.2 + type: gauge + help: Getting this OID will return the output voltage that each phase of the + UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.2 + indexes: + - labelname: upsPhaseOutputTableIndex + type: gauge + - name: upsPhaseOutputCurrent + oid: 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.3 + type: gauge + help: Getting this OID will return the output current that each phase of the + UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.3 + indexes: + - labelname: upsPhaseOutputTableIndex + type: gauge + - name: upsPhaseOutputFrequency + oid: 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.4 + type: gauge + help: Getting this OID will return the output frequency that each phase of the + UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.4 + indexes: + - labelname: upsPhaseOutputTableIndex + type: gauge + - name: upsPhaseOutputPowerFactor + oid: 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.5 + type: gauge + help: Getting this OID will return the output power factor that each phase of + the UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.5 + indexes: + - labelname: upsPhaseOutputTableIndex + type: gauge + - name: upsPhaseOutputPower + oid: 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.6 + type: gauge + help: Getting this OID will return the output power that each phase of the UPS + can provide - 1.3.6.1.4.1.3808.1.1.1.9.2.2.1.6 + indexes: + - labelname: upsPhaseOutputTableIndex + type: gauge + - name: upsPhaseBypassTableSize + oid: 1.3.6.1.4.1.3808.1.1.1.9.3.1 + type: gauge + help: Getting this OID will return the Phase number. - 1.3.6.1.4.1.3808.1.1.1.9.3.1 + - name: upsPhaseBypassTableIndex + oid: 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.1 + type: gauge + help: The index to the UPS Phase Bypass entry. - 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.1 + indexes: + - labelname: upsPhaseBypassTableIndex + type: gauge + - name: upsPhaseBypassVoltage + oid: 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.2 + type: gauge + help: Getting this OID will return the bypass voltage that each phase of the + UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.2 + indexes: + - labelname: upsPhaseBypassTableIndex + type: gauge + - name: upsPhaseBypassCurrent + oid: 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.3 + type: gauge + help: Getting this OID will return the bypass current that each phase of the + UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.3 + indexes: + - labelname: upsPhaseBypassTableIndex + type: gauge + - name: upsPhaseBypassFrequency + oid: 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.4 + type: gauge + help: Getting this OID will return the bypass frequency that each phase of the + UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.4 + indexes: + - labelname: upsPhaseBypassTableIndex + type: gauge + - name: upsPhaseBypassPowerFactor + oid: 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.5 + type: gauge + help: Getting this OID will return the bypass power factor that each phase of + the UPS can provide - 1.3.6.1.4.1.3808.1.1.1.9.3.2.1.5 + indexes: + - labelname: upsPhaseBypassTableIndex + type: gauge + - name: upsStatus + oid: 1.3.6.1.4.1.3808.1.1.1.10.1 + type: gauge + help: The UPS system status. - 1.3.6.1.4.1.3808.1.1.1.10.1 + enum_values: + 1: normal + 2: overheat + 3: hardwarefault + - name: upsTemperature + oid: 1.3.6.1.4.1.3808.1.1.1.10.2 + type: gauge + help: The UPS NTC temperature expressed in Celsius. - 1.3.6.1.4.1.3808.1.1.1.10.2 + - name: envirIdentName + oid: 1.3.6.1.4.1.3808.1.1.4.1.1 + type: DisplayString + help: The name of the environment sensor - 1.3.6.1.4.1.3808.1.1.4.1.1 + - name: envirIdentLocation + oid: 1.3.6.1.4.1.3808.1.1.4.1.2 + type: DisplayString + help: The location of the environment sensor - 1.3.6.1.4.1.3808.1.1.4.1.2 + - name: envirTemperature + oid: 1.3.6.1.4.1.3808.1.1.4.2.1 + type: gauge + help: The environment temperature expressed in 1/10 Fahrenheit - 1.3.6.1.4.1.3808.1.1.4.2.1 + - name: envirTempHighThreshold + oid: 1.3.6.1.4.1.3808.1.1.4.2.2 + type: gauge + help: The high temperature threshold of the environment sensor - 1.3.6.1.4.1.3808.1.1.4.2.2 + - name: envirTempLowThreshold + oid: 1.3.6.1.4.1.3808.1.1.4.2.3 + type: gauge + help: The low temperature threshold of the environment sensor - 1.3.6.1.4.1.3808.1.1.4.2.3 + - name: envirTempRateOfChange + oid: 1.3.6.1.4.1.3808.1.1.4.2.4 + type: gauge + help: The rate of change of the temperature - 1.3.6.1.4.1.3808.1.1.4.2.4 + - name: envirTempHysteresis + oid: 1.3.6.1.4.1.3808.1.1.4.2.5 + type: gauge + help: The number of degrees beyond the temperature thresholds at which an active + temperature alarm will be cleared - 1.3.6.1.4.1.3808.1.1.4.2.5 + - name: envirTemperatureCelsius + oid: 1.3.6.1.4.1.3808.1.1.4.2.6 + type: gauge + help: The environment temperature expressed in 1/10 Celsius - 1.3.6.1.4.1.3808.1.1.4.2.6 + - name: envirTempCelsiusHighThreshold + oid: 1.3.6.1.4.1.3808.1.1.4.2.7 + type: gauge + help: The high temperature threshold of the environment sensor - 1.3.6.1.4.1.3808.1.1.4.2.7 + - name: envirTempCelsiusLowThreshold + oid: 1.3.6.1.4.1.3808.1.1.4.2.8 + type: gauge + help: The low temperature threshold of the environment sensor - 1.3.6.1.4.1.3808.1.1.4.2.8 + - name: envirTempCelsiusRateOfChange + oid: 1.3.6.1.4.1.3808.1.1.4.2.9 + type: gauge + help: The rate of change of the temperature - 1.3.6.1.4.1.3808.1.1.4.2.9 + - name: envirTempCelsiusHysteresis + oid: 1.3.6.1.4.1.3808.1.1.4.2.10 + type: gauge + help: The number of degrees beyond the temperature thresholds at which an active + temperature alarm will be cleared - 1.3.6.1.4.1.3808.1.1.4.2.10 + - name: envirHumidity + oid: 1.3.6.1.4.1.3808.1.1.4.3.1 + type: gauge + help: The environment relative humidity expressed in persentage. - 1.3.6.1.4.1.3808.1.1.4.3.1 + - name: envirHumidHighThreshold + oid: 1.3.6.1.4.1.3808.1.1.4.3.2 + type: gauge + help: The high relative humidity threshold of the environment sensor - 1.3.6.1.4.1.3808.1.1.4.3.2 + - name: envirHumidLowThreshold + oid: 1.3.6.1.4.1.3808.1.1.4.3.3 + type: gauge + help: The low relative humidity threshold of the environment sensor - 1.3.6.1.4.1.3808.1.1.4.3.3 + - name: envirHumidRateOfChange + oid: 1.3.6.1.4.1.3808.1.1.4.3.4 + type: gauge + help: The rate of change of the relative humidity - 1.3.6.1.4.1.3808.1.1.4.3.4 + - name: envirHumidHysteresis + oid: 1.3.6.1.4.1.3808.1.1.4.3.5 + type: gauge + help: The number of degrees beyond the relative humidity thresholds at which + an active relative humidity alarm will be cleared - 1.3.6.1.4.1.3808.1.1.4.3.5 + - name: envirContactTableSize + oid: 1.3.6.1.4.1.3808.1.1.4.4.1 + type: gauge + help: The number of the contact in the environment sensor. - 1.3.6.1.4.1.3808.1.1.4.4.1 + - name: envirContactIndex + oid: 1.3.6.1.4.1.3808.1.1.4.4.2.1.1 + type: gauge + help: The index to the contact of the environment sensor. - 1.3.6.1.4.1.3808.1.1.4.4.2.1.1 + indexes: + - labelname: envirContactIndex + type: gauge + - name: envirContactName + oid: 1.3.6.1.4.1.3808.1.1.4.4.2.1.2 + type: DisplayString + help: Getting or setting the name of the contact of the environment sensor. + - 1.3.6.1.4.1.3808.1.1.4.4.2.1.2 + indexes: + - labelname: envirContactIndex + type: gauge + - name: envirContactStatus + oid: 1.3.6.1.4.1.3808.1.1.4.4.2.1.3 + type: gauge + help: Getting this OID will return the Contact Status. - 1.3.6.1.4.1.3808.1.1.4.4.2.1.3 + indexes: + - labelname: envirContactIndex + type: gauge + enum_values: + 1: contactNormal + 2: contactAbnormal + - name: envirContactNormalState + oid: 1.3.6.1.4.1.3808.1.1.4.4.2.1.4 + type: gauge + help: Set the contact normal state. - 1.3.6.1.4.1.3808.1.1.4.4.2.1.4 + indexes: + - labelname: envirContactIndex + type: gauge + enum_values: + 1: normalOpen + 2: normalClose + - name: ePDU2Role + oid: 1.3.6.1.4.1.3808.1.1.6.1 + type: gauge + help: Get this oid shows the role the PDU played on Daisy Chain Group - 1.3.6.1.4.1.3808.1.1.6.1 + enum_values: + 1: standalone + 2: host + 3: slave + - name: ePDU2IdentTableSize + oid: 1.3.6.1.4.1.3808.1.1.6.2.1 + type: gauge + help: PDU as a Host response total PDU ident number on daisy chain - 1.3.6.1.4.1.3808.1.1.6.2.1 + - name: ePDU2IdentIndex + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.1 + type: gauge + help: The index to the Rack PDU identification table entry. - 1.3.6.1.4.1.3808.1.1.6.2.2.1.1 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.2 + type: gauge + help: The Rack PDU identification table entry numeric ID. - 1.3.6.1.4.1.3808.1.1.6.2.2.1.2 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentName + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.3 + type: DisplayString + help: A user-defined string identifying the name of the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.2.2.1.3 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentLocation + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.4 + type: DisplayString + help: A user-defined string identifying the location of the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.2.2.1.4 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentContact + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.5 + type: DisplayString + help: A user-defined string identifying the person to contact of the Rack PDU. + - 1.3.6.1.4.1.3808.1.1.6.2.2.1.5 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentHardwareRev + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.6 + type: DisplayString + help: The Rack PDU hardware version. - 1.3.6.1.4.1.3808.1.1.6.2.2.1.6 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentFirmwareRev + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.7 + type: DisplayString + help: The Rack PDU firmware version. - 1.3.6.1.4.1.3808.1.1.6.2.2.1.7 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentDateOfManufacture + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.8 + type: DisplayString + help: The date the Rack PDU was manufactured in mm/dd/yyyy format. - 1.3.6.1.4.1.3808.1.1.6.2.2.1.8 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentModelName + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.9 + type: DisplayString + help: The Rack PDU model number. - 1.3.6.1.4.1.3808.1.1.6.2.2.1.9 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentSerialNumber + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.10 + type: DisplayString + help: The Rack PDU serial number. - 1.3.6.1.4.1.3808.1.1.6.2.2.1.10 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + - name: ePDU2IdentIndicator + oid: 1.3.6.1.4.1.3808.1.1.6.2.2.1.11 + type: gauge + help: PDU will perform a panel indicator test when the variable is set to testIndicators(2) + - 1.3.6.1.4.1.3808.1.1.6.2.2.1.11 + indexes: + - labelname: ePDU2IdentIndex + type: gauge + enum_values: + 1: noTestIndicators + 2: testIndicators + - name: ePDU2DeviceTableSize + oid: 1.3.6.1.4.1.3808.1.1.6.3.1 + type: gauge + help: A Host Rack PDU response total number of Rack PDUs on daisy chain - 1.3.6.1.4.1.3808.1.1.6.3.1 + - name: ePDU2DeviceConfigIndex + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.1 + type: gauge + help: The index to the Rack PDU table entry. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.1 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.2 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigName + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.3 + type: DisplayString + help: A user-defined string identifying the name of Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.3 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigLocation + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.4 + type: DisplayString + help: A user-defined string identifying the location of the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.4 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigContact + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.5 + type: DisplayString + help: A user-defined string identifying the person to contact of the Rack PDU. + - 1.3.6.1.4.1.3808.1.1.6.3.2.1.5 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigDisplayOrientation + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.6 + type: gauge + help: Getting this OID will return the intended physical orientation of the + Seven-Segment Display - 1.3.6.1.4.1.3808.1.1.6.3.2.1.6 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + enum_values: + 1: displayNormal + 2: displayReverse + 3: displayRotate90 + 4: displayRotate270 + 5: displayAuto + - name: ePDU2DeviceConfigColdstartDelay + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.7 + type: gauge + help: The amount of delay, measured in seconds, between when power is provided + to the Rack PDU and when the Rack PDU provides basic master power to the outlets + - 1.3.6.1.4.1.3808.1.1.6.3.2.1.7 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigCurrentLowLoadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.8 + type: gauge + help: User-defined low current draw alarm threshold, measured in Amps. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.8 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigCurrentNearOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.9 + type: gauge + help: User-defined near overload current threshold, measured in Amps. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.9 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigCurrentOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.10 + type: gauge + help: User-defined current overload threshold, measured in Amps. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.10 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigPeakLoadReset + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.11 + type: gauge + help: Setting this OID to resetAll (2) will cause the existing peak current + value of Rack PDU and its outlets to be replaced by the current load current + value - 1.3.6.1.4.1.3808.1.1.6.3.2.1.11 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + enum_values: + 1: noOperation + 2: resetAll + 3: resetDevice + 4: resetOutlets + - name: ePDU2DeviceConfigEnergyReset + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.12 + type: gauge + help: Setting this OID to resetAll (2) will cause the device energy meter value + to be reset to zero - 1.3.6.1.4.1.3808.1.1.6.3.2.1.12 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + enum_values: + 1: noOperation + 2: resetAll + 3: resetDevice + 4: resetOutlets + - name: ePDU2DeviceConfigPowerLowLoadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.13 + type: gauge + help: User-defined low power draw alarm threshold, measured in Watts. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.13 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigPowerNearOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.14 + type: gauge + help: User-defined near overload power threshold, measured in Watts. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.14 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceConfigPowerOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.3.2.1.15 + type: gauge + help: User-defined power overload threshold, measured in Watts. - 1.3.6.1.4.1.3808.1.1.6.3.2.1.15 + indexes: + - labelname: ePDU2DeviceConfigIndex + type: gauge + - name: ePDU2DeviceInfoIndex + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.1 + type: gauge + help: The index to the Rack PDU Information table entry. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.1 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.2 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoName + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.3 + type: DisplayString + help: A user-defined string identifying the name of the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.3 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoRating + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.4 + type: gauge + help: The electrical rating of the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.4 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoNumOutlets + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.5 + type: gauge + help: The number of outlets on the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.5 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoSwitchedOutlets + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.6 + type: gauge + help: The number of switched outlets on the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.6 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoMeteredOutlets + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.7 + type: gauge + help: The number of metered outlets on the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.7 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoNumPhases + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.8 + type: gauge + help: The number of phases present in the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.8 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoNumBreakers + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.9 + type: gauge + help: The number of metered banks present in the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.9 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoBreakerRating + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.10 + type: gauge + help: The maximum current rating, measured in Amps, for the Rack PDU - 1.3.6.1.4.1.3808.1.1.6.3.3.1.10 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceInfoOrientation + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.11 + type: gauge + help: Rack PDU orientation. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.11 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + enum_values: + 1: orientHorizontal + 2: orientVertical + - name: ePDU2DeviceInfoOutletLayout + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.12 + type: gauge + help: Getting this OID will return outlet layout for the device - 1.3.6.1.4.1.3808.1.1.6.3.3.1.12 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + enum_values: + 1: seqPhaseToNeutral + 2: seqPhaseToPhase + 3: seqOther + - name: ePDU2DeviceInfoPowerLimit + oid: 1.3.6.1.4.1.3808.1.1.6.3.3.1.13 + type: gauge + help: The maximum power limit, measured in Watt, for the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.3.1.13 + indexes: + - labelname: ePDU2DeviceInfoIndex + type: gauge + - name: ePDU2DeviceStatusIndex + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.1 + type: gauge + help: The index to the Rack PDU status table entry. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.1 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.2 + type: gauge + help: The Rack PDU numeric ID - 1.3.6.1.4.1.3808.1.1.6.3.4.1.2 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusName + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.3 + type: DisplayString + help: A user-defined string identifying the name of the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.3 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusLoadState + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.4 + type: gauge + help: Indicates the present load status of the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.4 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + enum_values: + 1: noLoadAlarm + 2: underCurrentAlarm + 3: nearOverCurrentAlarm + 4: overCurrentAlarm + - name: ePDU2DeviceStatusCurrentLoad + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.5 + type: gauge + help: The power consumption of the Rack PDU load in tenths of Amps. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.5 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusCurrentPeakLoad + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.6 + type: gauge + help: The peak power consumption of the Rack PDU load in tenths of Amps. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.6 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusPeakLoadTimestamp + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.7 + type: DisplayString + help: Indicates the date and time that peak load occurred. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.7 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusPeakLoadStartTime + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.8 + type: DisplayString + help: Indicates the date and time of the last device peak load reset. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.8 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusEnergy + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.9 + type: gauge + help: A user resettable energy meter measuring Rack PDU load energy consumption + in tenths of kilowatt-hours. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.9 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusEnergyStartTime + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.10 + type: DisplayString + help: Indicates the date and time of the last device energy meter reset. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.10 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusCommandPending + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.11 + type: gauge + help: Indicates whether or not the device is processing a pending command. - + 1.3.6.1.4.1.3808.1.1.6.3.4.1.11 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + enum_values: + 1: commandPending + 2: noCommandPending + - name: ePDU2DeviceStatusPowerSupplyAlarm + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.12 + type: gauge + help: Indicates a power supply alarm is active when value equals alarm (2). + - 1.3.6.1.4.1.3808.1.1.6.3.4.1.12 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + enum_values: + 1: normal + 2: alarm + - name: ePDU2DeviceStatusPowerSupply1Status + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.13 + type: gauge + help: Indicates whether or not an alarm is active in Power Supply 1. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.13 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + enum_values: + 1: normal + 2: alarm + - name: ePDU2DeviceStatusPowerSupply2Status + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.14 + type: gauge + help: Indicates whether or not an alarm is active in Power Supply 2. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.14 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + enum_values: + 1: normal + 2: alarm + - name: ePDU2DeviceStatusApparentPower + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.15 + type: gauge + help: The apparent power consumption of the Rack PDU load in VoltAmps (VA). + - 1.3.6.1.4.1.3808.1.1.6.3.4.1.15 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusPowerFactor + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.16 + type: gauge + help: The power factor of the Rack PDU load in hundredths. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.16 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusRoleType + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.17 + type: gauge + help: Get this oid shows the role the PDU played on Daisy Chain Group - 1.3.6.1.4.1.3808.1.1.6.3.4.1.17 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + enum_values: + 1: standalone + 2: host + 3: slave + - name: ePDU2DeviceStatusPowerLoad + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.18 + type: gauge + help: The power consumption of the Rack PDU load in Watts. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.18 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceStatusPowerPeakLoad + oid: 1.3.6.1.4.1.3808.1.1.6.3.4.1.19 + type: gauge + help: The peak power consumption of the Rack PDU load in Watts. - 1.3.6.1.4.1.3808.1.1.6.3.4.1.19 + indexes: + - labelname: ePDU2DeviceStatusIndex + type: gauge + - name: ePDU2DeviceControlIndex + oid: 1.3.6.1.4.1.3808.1.1.6.3.5.1.1 + type: gauge + help: The index to the Rack PDU control table entry. - 1.3.6.1.4.1.3808.1.1.6.3.5.1.1 + indexes: + - labelname: ePDU2DeviceControlIndex + type: gauge + - name: ePDU2DeviceControlModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.3.5.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.3.5.1.2 + indexes: + - labelname: ePDU2DeviceControlIndex + type: gauge + - name: ePDU2DeviceControlName + oid: 1.3.6.1.4.1.3808.1.1.6.3.5.1.3 + type: DisplayString + help: A user-defined string identifying the name of the Rack PDU. - 1.3.6.1.4.1.3808.1.1.6.3.5.1.3 + indexes: + - labelname: ePDU2DeviceControlIndex + type: gauge + - name: ePDU2DeviceControlCommand + oid: 1.3.6.1.4.1.3808.1.1.6.3.5.1.4 + type: gauge + help: Setting this OID to immediateAllOn (1) will turn all outlets on immediately + - 1.3.6.1.4.1.3808.1.1.6.3.5.1.4 + indexes: + - labelname: ePDU2DeviceControlIndex + type: gauge + enum_values: + 1: immediateAllOn + 2: immediateAllOff + 3: immediateAllReboot + 4: delayedAllOn + 5: delayedAllOff + 6: delayedAllReboot + 7: cancelAllPendingCommand + 8: noCommand + - name: ePDU2PhaseTableSize + oid: 1.3.6.1.4.1.3808.1.1.6.4.1 + type: gauge + help: A Host Rack PDU response total phase number of Rack PDUs on daisy chain + - 1.3.6.1.4.1.3808.1.1.6.4.1 + - name: ePDU2PhaseConfigIndex + oid: 1.3.6.1.4.1.3808.1.1.6.4.2.1.1 + type: gauge + help: The index to the Rack PDU phase configuration table entry. - 1.3.6.1.4.1.3808.1.1.6.4.2.1.1 + indexes: + - labelname: ePDU2PhaseConfigIndex + type: gauge + - name: ePDU2PhaseConfigModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.4.2.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.4.2.1.2 + indexes: + - labelname: ePDU2PhaseConfigIndex + type: gauge + - name: ePDU2PhaseConfigNumber + oid: 1.3.6.1.4.1.3808.1.1.6.4.2.1.3 + type: gauge + help: The numeric phase ID. - 1.3.6.1.4.1.3808.1.1.6.4.2.1.3 + indexes: + - labelname: ePDU2PhaseConfigIndex + type: gauge + - name: ePDU2PhaseConfigOverloadRestriction + oid: 1.3.6.1.4.1.3808.1.1.6.4.2.1.4 + type: gauge + help: This OID controls the behavior of a Switched Rack PDU phase when an overload + condition is possible and additional outlets are requested to be turned on + - 1.3.6.1.4.1.3808.1.1.6.4.2.1.4 + indexes: + - labelname: ePDU2PhaseConfigIndex + type: gauge + enum_values: + -1: notSupported + 1: alwaysAllowTurnON + 2: restrictOnNearOverload + 3: restrictOnOverload + - name: ePDU2PhaseConfigLowLoadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.4.2.1.5 + type: gauge + help: User-defined low load phase current threshold in Amps. - 1.3.6.1.4.1.3808.1.1.6.4.2.1.5 + indexes: + - labelname: ePDU2PhaseConfigIndex + type: gauge + - name: ePDU2PhaseConfigNearOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.4.2.1.6 + type: gauge + help: User-defined near phase overload current warning threshold in Amps. - + 1.3.6.1.4.1.3808.1.1.6.4.2.1.6 + indexes: + - labelname: ePDU2PhaseConfigIndex + type: gauge + - name: ePDU2PhaseConfigOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.4.2.1.7 + type: gauge + help: User-defined phase overload current threshold in Amps - 1.3.6.1.4.1.3808.1.1.6.4.2.1.7 + indexes: + - labelname: ePDU2PhaseConfigIndex + type: gauge + - name: ePDU2PhaseConfigPhasePeakLoadReset + oid: 1.3.6.1.4.1.3808.1.1.6.4.2.1.8 + type: gauge + help: Setting this OID to reset (2) will cause the existing peak current value + to be replaced by the present load current value - 1.3.6.1.4.1.3808.1.1.6.4.2.1.8 + indexes: + - labelname: ePDU2PhaseConfigIndex + type: gauge + enum_values: + 1: noOperation + 2: reset + - name: ePDU2PhaseStatusIndex + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.1 + type: gauge + help: The index to the Rack PDU phase status table entry. - 1.3.6.1.4.1.3808.1.1.6.4.4.1.1 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.4.4.1.2 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusNumber + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.3 + type: gauge + help: The numeric phase ID. - 1.3.6.1.4.1.3808.1.1.6.4.4.1.3 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusLoadState + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.4 + type: gauge + help: Indicates the present load status of the Rack PDU phase being queried. + - 1.3.6.1.4.1.3808.1.1.6.4.4.1.4 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + enum_values: + 1: normal + 2: lowLoad + 3: nearOverload + 4: overload + - name: ePDU2PhaseStatusLoad + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.5 + type: gauge + help: Indicates the current draw, in tenths of Amps, of the load on the Rack + PDU phase being queried. - 1.3.6.1.4.1.3808.1.1.6.4.4.1.5 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusVoltage + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.6 + type: gauge + help: Indicates the Voltage, in tenths of Volts, of the Rack PDU phase being + queried. - 1.3.6.1.4.1.3808.1.1.6.4.4.1.6 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusPower + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.7 + type: gauge + help: Indicates the load power, in watts, consumed on the Rack PDU phase being + queried - 1.3.6.1.4.1.3808.1.1.6.4.4.1.7 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusApparentPower + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.8 + type: gauge + help: Indicates the load apparent power, in VoltAmps (VA), consumed on the Rack + PDU phase being queried - 1.3.6.1.4.1.3808.1.1.6.4.4.1.8 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusPowerFactor + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.9 + type: gauge + help: Indicates the load power factor, in hundredths, of the Rack PDU phase + being queried - 1.3.6.1.4.1.3808.1.1.6.4.4.1.9 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusPeakLoad + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.10 + type: gauge + help: The peak current of the Rack PDU phase load in tenths of Amps - 1.3.6.1.4.1.3808.1.1.6.4.4.1.10 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusPeakLoadTimestamp + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.11 + type: DisplayString + help: Indicates the date and time the phase peak current occurred. - 1.3.6.1.4.1.3808.1.1.6.4.4.1.11 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusPeakLoadStartTime + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.12 + type: DisplayString + help: Indicates the date and time of the last phase peak current reset. - 1.3.6.1.4.1.3808.1.1.6.4.4.1.12 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2PhaseStatusLineToLineVoltage + oid: 1.3.6.1.4.1.3808.1.1.6.4.4.1.13 + type: gauge + help: Indicates the Line to Line Voltage, in tenths of Volts, of the Rack PDU + phase being queried - 1.3.6.1.4.1.3808.1.1.6.4.4.1.13 + indexes: + - labelname: ePDU2PhaseStatusIndex + type: gauge + - name: ePDU2BankTableSize + oid: 1.3.6.1.4.1.3808.1.1.6.5.1 + type: gauge + help: A Host Rack PDU response total bank number of Rack PDUs on daisy chain + - 1.3.6.1.4.1.3808.1.1.6.5.1 + - name: ePDU2BankConfigIndex + oid: 1.3.6.1.4.1.3808.1.1.6.5.2.1.1 + type: gauge + help: The index to the Rack PDU bank configuration table entry. - 1.3.6.1.4.1.3808.1.1.6.5.2.1.1 + indexes: + - labelname: ePDU2BankConfigIndex + type: gauge + - name: ePDU2BankConfigModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.5.2.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.5.2.1.2 + indexes: + - labelname: ePDU2BankConfigIndex + type: gauge + - name: ePDU2BankConfigNumber + oid: 1.3.6.1.4.1.3808.1.1.6.5.2.1.3 + type: gauge + help: The numeric bank ID. - 1.3.6.1.4.1.3808.1.1.6.5.2.1.3 + indexes: + - labelname: ePDU2BankConfigIndex + type: gauge + - name: ePDU2BankConfigOverloadRestriction + oid: 1.3.6.1.4.1.3808.1.1.6.5.2.1.4 + type: gauge + help: This OID controls the behavior of a Switched Rack PDU bank when an overload + condition is possible and additional outlets are requested to be turned on + - 1.3.6.1.4.1.3808.1.1.6.5.2.1.4 + indexes: + - labelname: ePDU2BankConfigIndex + type: gauge + enum_values: + 1: alwaysAllowTurnON + 2: restrictOnNearOverload + 3: restrictOnOverload + - name: ePDU2BankConfigLowLoadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.5.2.1.5 + type: gauge + help: User-defined low load bank current threshold in Amps. - 1.3.6.1.4.1.3808.1.1.6.5.2.1.5 + indexes: + - labelname: ePDU2BankConfigIndex + type: gauge + - name: ePDU2BankConfigNearOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.5.2.1.6 + type: gauge + help: User-defined near bank overload current warning threshold in Amps. - 1.3.6.1.4.1.3808.1.1.6.5.2.1.6 + indexes: + - labelname: ePDU2BankConfigIndex + type: gauge + - name: ePDU2BankConfigOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.5.2.1.7 + type: gauge + help: User-defined bank overload current threshold in Amps - 1.3.6.1.4.1.3808.1.1.6.5.2.1.7 + indexes: + - labelname: ePDU2BankConfigIndex + type: gauge + - name: ePDU2BankConfigPeakLoadReset + oid: 1.3.6.1.4.1.3808.1.1.6.5.2.1.8 + type: gauge + help: Setting this OID to reset (2) will cause the existing peak current value + to be replaced by the present load current value - 1.3.6.1.4.1.3808.1.1.6.5.2.1.8 + indexes: + - labelname: ePDU2BankConfigIndex + type: gauge + enum_values: + 1: noOperation + 2: reset + - name: ePDU2BankInfoIndex + oid: 1.3.6.1.4.1.3808.1.1.6.5.3.1.1 + type: gauge + help: The index to the Rack PDU bank properties table entry. - 1.3.6.1.4.1.3808.1.1.6.5.3.1.1 + indexes: + - labelname: ePDU2BankInfoIndex + type: gauge + - name: ePDU2BankInfoModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.5.3.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.5.3.1.2 + indexes: + - labelname: ePDU2BankInfoIndex + type: gauge + - name: ePDU2BankInfoNumber + oid: 1.3.6.1.4.1.3808.1.1.6.5.3.1.3 + type: gauge + help: The numeric bank ID. - 1.3.6.1.4.1.3808.1.1.6.5.3.1.3 + indexes: + - labelname: ePDU2BankInfoIndex + type: gauge + - name: ePDU2BankStatusIndex + oid: 1.3.6.1.4.1.3808.1.1.6.5.4.1.1 + type: gauge + help: The index to the Rack PDU bank status table entry. - 1.3.6.1.4.1.3808.1.1.6.5.4.1.1 + indexes: + - labelname: ePDU2BankStatusIndex + type: gauge + - name: ePDU2BankStatusModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.5.4.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.5.4.1.2 + indexes: + - labelname: ePDU2BankStatusIndex + type: gauge + - name: ePDU2BankStatusNumber + oid: 1.3.6.1.4.1.3808.1.1.6.5.4.1.3 + type: gauge + help: The numeric bank ID. - 1.3.6.1.4.1.3808.1.1.6.5.4.1.3 + indexes: + - labelname: ePDU2BankStatusIndex + type: gauge + - name: ePDU2BankStatusLoadState + oid: 1.3.6.1.4.1.3808.1.1.6.5.4.1.4 + type: gauge + help: Indicates the present load status of the Rack PDU bank being queried. + - 1.3.6.1.4.1.3808.1.1.6.5.4.1.4 + indexes: + - labelname: ePDU2BankStatusIndex + type: gauge + enum_values: + 1: normal + 2: lowLoad + 3: nearOverload + 4: overload + - name: ePDU2BankStatusLoad + oid: 1.3.6.1.4.1.3808.1.1.6.5.4.1.5 + type: gauge + help: Indicates the current draw, in tenths of Amps, of the load on the Rack + PDU bank being queried. - 1.3.6.1.4.1.3808.1.1.6.5.4.1.5 + indexes: + - labelname: ePDU2BankStatusIndex + type: gauge + - name: ePDU2BankStatusPeakLoad + oid: 1.3.6.1.4.1.3808.1.1.6.5.4.1.6 + type: gauge + help: The peak current of the Rack PDU bank load in tenths of Amps. - 1.3.6.1.4.1.3808.1.1.6.5.4.1.6 + indexes: + - labelname: ePDU2BankStatusIndex + type: gauge + - name: ePDU2BankStatusPeakLoadTimestamp + oid: 1.3.6.1.4.1.3808.1.1.6.5.4.1.7 + type: DisplayString + help: Indicates the date and time the bank peak current occurred. - 1.3.6.1.4.1.3808.1.1.6.5.4.1.7 + indexes: + - labelname: ePDU2BankStatusIndex + type: gauge + - name: ePDU2BankStatusPeakLoadStartTime + oid: 1.3.6.1.4.1.3808.1.1.6.5.4.1.8 + type: DisplayString + help: Indicates the date and time of the last bank peak current reset. - 1.3.6.1.4.1.3808.1.1.6.5.4.1.8 + indexes: + - labelname: ePDU2BankStatusIndex + type: gauge + - name: ePDU2OutletSwitchedTableSize + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.1 + type: gauge + help: The number of switched outlets on connected Rack PDUs. - 1.3.6.1.4.1.3808.1.1.6.6.1.1 + - name: ePDU2OutletSwitchedConfigIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.1 + type: gauge + help: The index to the Rack PDU switched outlet configuration table entry. - + 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.1 + indexes: + - labelname: ePDU2OutletSwitchedConfigIndex + type: gauge + - name: ePDU2OutletSwitchedConfigModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.2 + indexes: + - labelname: ePDU2OutletSwitchedConfigIndex + type: gauge + - name: ePDU2OutletSwitchedConfigNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.3 + type: gauge + help: The numeric switched outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.3 + indexes: + - labelname: ePDU2OutletSwitchedConfigIndex + type: gauge + - name: ePDU2OutletSwitchedConfigName + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.4 + type: DisplayString + help: The user-defined switched outlet name string. - 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.4 + indexes: + - labelname: ePDU2OutletSwitchedConfigIndex + type: gauge + - name: ePDU2OutletSwitchedConfigPowerOnTime + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.5 + type: gauge + help: The amount of time (in seconds) the outlet will delay powering on at coldstart + or when a command that requires a turn-on delay is issued - 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.5 + indexes: + - labelname: ePDU2OutletSwitchedConfigIndex + type: gauge + - name: ePDU2OutletSwitchedConfigPowerOffTime + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.6 + type: gauge + help: The amount of time (in seconds) the outlet will delay powering off when + a command that requires a turn-off delay is issued - 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.6 + indexes: + - labelname: ePDU2OutletSwitchedConfigIndex + type: gauge + - name: ePDU2OutletSwitchedConfigRebootDuration + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.7 + type: gauge + help: During a reboot sequence, power is turned off and then back on - 1.3.6.1.4.1.3808.1.1.6.6.1.2.1.7 + indexes: + - labelname: ePDU2OutletSwitchedConfigIndex + type: gauge + - name: ePDU2OutletSwitchedInfoIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.1 + type: gauge + help: The index to the Rack PDU switched outlet information table entry. - 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.1 + indexes: + - labelname: ePDU2OutletSwitchedInfoIndex + type: gauge + - name: ePDU2OutletSwitchedInfoModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.2 + indexes: + - labelname: ePDU2OutletSwitchedInfoIndex + type: gauge + - name: ePDU2OutletSwitchedInfoNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.3 + type: gauge + help: The numeric switched outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.3 + indexes: + - labelname: ePDU2OutletSwitchedInfoIndex + type: gauge + - name: ePDU2OutletSwitchedInfoName + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.4 + type: DisplayString + help: The numeric switched outlet name. - 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.4 + indexes: + - labelname: ePDU2OutletSwitchedInfoIndex + type: gauge + - name: ePDU2OutletSwitchedInfoPhaseLayout + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.5 + type: gauge + help: 'This OID describes the phase connections of the referenced outlet as + follows: seqPhase1ToNeutral(1) indicates that the outlet is wired from Phase + 1 to Neutral - 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.5' + indexes: + - labelname: ePDU2OutletSwitchedInfoIndex + type: gauge + - name: ePDU2OutletSwitchedInfoBank + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.6 + type: gauge + help: The numeric bank ID. - 1.3.6.1.4.1.3808.1.1.6.6.1.3.1.6 + indexes: + - labelname: ePDU2OutletSwitchedInfoIndex + type: gauge + - name: ePDU2OutletSwitchedStatusIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.1 + type: gauge + help: The index to the Rack PDU switched outlet status information table entry. + - 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.1 + indexes: + - labelname: ePDU2OutletSwitchedStatusIndex + type: gauge + - name: ePDU2OutletSwitchedStatusModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.2 + indexes: + - labelname: ePDU2OutletSwitchedStatusIndex + type: gauge + - name: ePDU2OutletSwitchedStatusNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.3 + type: gauge + help: The numeric switched outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.3 + indexes: + - labelname: ePDU2OutletSwitchedStatusIndex + type: gauge + - name: ePDU2OutletSwitchedStatusName + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.4 + type: DisplayString + help: The user-defined switched outlet name string. - 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.4 + indexes: + - labelname: ePDU2OutletSwitchedStatusIndex + type: gauge + - name: ePDU2OutletSwitchedStatusState + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.5 + type: gauge + help: Indicates the present switch state of the Rack PDU switched outlet being + queried. - 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.5 + indexes: + - labelname: ePDU2OutletSwitchedStatusIndex + type: gauge + enum_values: + 1: outletStatusOn + 2: outletStatusOff + - name: ePDU2OutletSwitchedStatusCommandPending + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.6 + type: gauge + help: Getting this variable will return the command pending state of the outlet + - 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.6 + indexes: + - labelname: ePDU2OutletSwitchedStatusIndex + type: gauge + enum_values: + 1: outletStatusCommandPending + 2: outletStatusNoCommandPending + - name: ePDU2OutletSwitchedControlIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.1 + type: gauge + help: The index to the Rack PDU switched outlet control data table entry. - + 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.1 + indexes: + - labelname: ePDU2OutletSwitchedControlIndex + type: gauge + - name: ePDU2OutletSwitchedControlModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.2 + type: gauge + help: The user-defined Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.2 + indexes: + - labelname: ePDU2OutletSwitchedControlIndex + type: gauge + - name: ePDU2OutletSwitchedControlNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.3 + type: gauge + help: The numeric switched outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.3 + indexes: + - labelname: ePDU2OutletSwitchedControlIndex + type: gauge + - name: ePDU2OutletSwitchedControlName + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.4 + type: DisplayString + help: The user-defined switched outlet name string. - 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.4 + indexes: + - labelname: ePDU2OutletSwitchedControlIndex + type: gauge + - name: ePDU2OutletSwitchedControlCommand + oid: 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.5 + type: gauge + help: Getting this variable will return the outlet state - 1.3.6.1.4.1.3808.1.1.6.6.1.5.1.5 + indexes: + - labelname: ePDU2OutletSwitchedControlIndex + type: gauge + enum_values: + 1: immediateOn + 2: immediateOff + 3: immediateReboot + 4: delayedOn + 5: delayedOff + 6: delayedReboot + 7: cancelPendingCommand + 8: outletIdentify + - name: ePDU2OutletMeteredTableSize + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.1 + type: gauge + help: The number of metered outlets on connected Rack PDUs. - 1.3.6.1.4.1.3808.1.1.6.6.2.1 + - name: ePDU2OutletMeteredConfigIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.1 + type: gauge + help: The index to the Rack PDU metered outlet configuration table entry. - + 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.1 + indexes: + - labelname: ePDU2OutletMeteredConfigIndex + type: gauge + - name: ePDU2OutletMeteredConfigModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.2 + type: gauge + help: The user-defined Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.2 + indexes: + - labelname: ePDU2OutletMeteredConfigIndex + type: gauge + - name: ePDU2OutletMeteredConfigNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.3 + type: gauge + help: The numeric metered outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.3 + indexes: + - labelname: ePDU2OutletMeteredConfigIndex + type: gauge + - name: ePDU2OutletMeteredConfigName + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.4 + type: DisplayString + help: The user-defined metered outlet name string. - 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.4 + indexes: + - labelname: ePDU2OutletMeteredConfigIndex + type: gauge + - name: ePDU2OutletMeteredConfigLowLoadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.5 + type: gauge + help: User-defined outlet low load current threshold in Watts. - 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.5 + indexes: + - labelname: ePDU2OutletMeteredConfigIndex + type: gauge + - name: ePDU2OutletMeteredConfigNearOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.6 + type: gauge + help: User-defined outlet near overload warning threshold in Watts. - 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.6 + indexes: + - labelname: ePDU2OutletMeteredConfigIndex + type: gauge + - name: ePDU2OutletMeteredConfigOverloadThreshold + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.7 + type: gauge + help: User-defined outlet overload current threshold in Watts. - 1.3.6.1.4.1.3808.1.1.6.6.2.2.1.7 + indexes: + - labelname: ePDU2OutletMeteredConfigIndex + type: gauge + - name: ePDU2OutletMeteredInfoIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.1 + type: gauge + help: The index to the Rack PDU metered information table entry. - 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.1 + indexes: + - labelname: ePDU2OutletMeteredInfoIndex + type: gauge + - name: ePDU2OutletMeteredInfoModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.2 + indexes: + - labelname: ePDU2OutletMeteredInfoIndex + type: gauge + - name: ePDU2OutletMeteredInfoNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.3 + type: gauge + help: The numeric metered outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.3 + indexes: + - labelname: ePDU2OutletMeteredInfoIndex + type: gauge + - name: ePDU2OutletMeteredInfoName + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.4 + type: DisplayString + help: The user-defined metered outlet name string. - 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.4 + indexes: + - labelname: ePDU2OutletMeteredInfoIndex + type: gauge + - name: ePDU2OutletMeteredInfoLayout + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.5 + type: gauge + help: 'This OID describes the phase connections of the referenced outlet as + follows: seqPhase1ToNeutral(1) indicates that the outlet is wired from Phase + 1 to Neutral - 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.5' + indexes: + - labelname: ePDU2OutletMeteredInfoIndex + type: gauge + - name: ePDU2OutletMeteredInfoRating + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.6 + type: gauge + help: Maximum power rating of Rack PDU metered outlet. - 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.6 + indexes: + - labelname: ePDU2OutletMeteredInfoIndex + type: gauge + - name: ePDU2OutletMeteredInfoBank + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.7 + type: gauge + help: This outlet's numeric bank ID. - 1.3.6.1.4.1.3808.1.1.6.6.2.3.1.7 + indexes: + - labelname: ePDU2OutletMeteredInfoIndex + type: gauge + - name: ePDU2OutletMeteredStatusIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.1 + type: gauge + help: The index to the Rack PDU metered status table entry. - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.1 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.2 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.3 + type: gauge + help: The numeric metered outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.3 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusName + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.4 + type: DisplayString + help: The user-defined metered outlet name string. - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.4 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusAlarm + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.5 + type: gauge + help: Getting this OID will return the current outlet alarm. - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.5 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + enum_values: + 1: noLoadAlarm + 2: underCurrentAlarm + 3: nearOverCurrentAlarm + 4: overCurrentAlarm + - name: ePDU2OutletMeteredStatusLoad + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.6 + type: gauge + help: Getting this OID will return the measured Outlet load for an Outlet Monitored + Rack PDU in tenths of Amps. - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.6 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusActivePower + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.7 + type: gauge + help: Getting this OID will return the measured Outlet load for an Outlet Monitored + Rack PDU in watts. - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.7 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusPeakPower + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.8 + type: gauge + help: The peak power consumption of the Rack PDU load in watts. - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.8 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusPeakPowerTimestamp + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.9 + type: DisplayString + help: Get this oid shows the date and time that peak power consumption occurred. + - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.9 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusPeakPowerStartTime + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.10 + type: DisplayString + help: Get this oid shows the date and time that peak power consumption started. + - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.10 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusEnergy + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.11 + type: gauge + help: Energy meter measuring Rack PDU load energy consumption in tenths of kilowatt-hours. + - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.11 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMeteredStatusEnergyStart + oid: 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.12 + type: DisplayString + help: Indicates the date and time of the last device energy meter reset. - 1.3.6.1.4.1.3808.1.1.6.6.2.4.1.12 + indexes: + - labelname: ePDU2OutletMeteredStatusIndex + type: gauge + - name: ePDU2OutletMonitoredTableSize + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.1 + type: gauge + help: The number of monitored outlets on connected Rack PDUs. - 1.3.6.1.4.1.3808.1.1.6.6.3.1 + - name: ePDU2OutletMonitoredConfigIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.2.1.1 + type: gauge + help: The index to the Rack PDU monitored outlet configuration table entry. + - 1.3.6.1.4.1.3808.1.1.6.6.3.2.1.1 + indexes: + - labelname: ePDU2OutletMonitoredConfigIndex + type: gauge + - name: ePDU2OutletMonitoredConfigModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.2.1.2 + type: gauge + help: The user-defined Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.3.2.1.2 + indexes: + - labelname: ePDU2OutletMonitoredConfigIndex + type: gauge + - name: ePDU2OutletMonitoredConfigNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.2.1.3 + type: gauge + help: The numeric monitored outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.3.2.1.3 + indexes: + - labelname: ePDU2OutletMonitoredConfigIndex + type: gauge + - name: ePDU2OutletMonitoredConfigName + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.2.1.4 + type: DisplayString + help: The user-defined monitored outlet name string. - 1.3.6.1.4.1.3808.1.1.6.6.3.2.1.4 + indexes: + - labelname: ePDU2OutletMonitoredConfigIndex + type: gauge + - name: ePDU2OutletMonitoredInfoIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.1 + type: gauge + help: The index to the Rack PDU monitored information table entry. - 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.1 + indexes: + - labelname: ePDU2OutletMonitoredInfoIndex + type: gauge + - name: ePDU2OutletMonitoredInfoModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.2 + indexes: + - labelname: ePDU2OutletMonitoredInfoIndex + type: gauge + - name: ePDU2OutletMonitoredInfoNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.3 + type: gauge + help: The numeric monitored outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.3 + indexes: + - labelname: ePDU2OutletMonitoredInfoIndex + type: gauge + - name: ePDU2OutletMonitoredInfoName + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.4 + type: DisplayString + help: The user-defined monitored outlet name string. - 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.4 + indexes: + - labelname: ePDU2OutletMonitoredInfoIndex + type: gauge + - name: ePDU2OutletMonitoredInfoLayout + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.5 + type: gauge + help: 'This OID describes the phase connections of the referenced outlet as + follows: seqPhase1ToNeutral(1) indicates that the outlet is wired from Phase + 1 to Neutral - 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.5' + indexes: + - labelname: ePDU2OutletMonitoredInfoIndex + type: gauge + - name: ePDU2OutletMonitoredInfoRating + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.6 + type: gauge + help: Maximum power rating of Rack PDU monitored outlet. - 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.6 + indexes: + - labelname: ePDU2OutletMonitoredInfoIndex + type: gauge + - name: ePDU2OutletMonitoredInfoBank + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.7 + type: gauge + help: This outlet's numeric bank ID. - 1.3.6.1.4.1.3808.1.1.6.6.3.3.1.7 + indexes: + - labelname: ePDU2OutletMonitoredInfoIndex + type: gauge + - name: ePDU2OutletMonitoredStatusIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.4.1.1 + type: gauge + help: The index to the Rack PDU monitored status table entry. - 1.3.6.1.4.1.3808.1.1.6.6.3.4.1.1 + indexes: + - labelname: ePDU2OutletMonitoredStatusIndex + type: gauge + - name: ePDU2OutletMonitoredStatusModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.4.1.2 + type: gauge + help: The Rack PDU numeric ID. - 1.3.6.1.4.1.3808.1.1.6.6.3.4.1.2 + indexes: + - labelname: ePDU2OutletMonitoredStatusIndex + type: gauge + - name: ePDU2OutletMonitoredStatusNumber + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.4.1.3 + type: gauge + help: The numeric monitored outlet ID. - 1.3.6.1.4.1.3808.1.1.6.6.3.4.1.3 + indexes: + - labelname: ePDU2OutletMonitoredStatusIndex + type: gauge + - name: ePDU2OutletMonitoredStatusName + oid: 1.3.6.1.4.1.3808.1.1.6.6.3.4.1.4 + type: DisplayString + help: The user-defined monitored outlet name string. - 1.3.6.1.4.1.3808.1.1.6.6.3.4.1.4 + indexes: + - labelname: ePDU2OutletMonitoredStatusIndex + type: gauge + - name: ePDU2GroupNumberOfDevices + oid: 1.3.6.1.4.1.3808.1.1.6.8.1 + type: gauge + help: Getting this OID will return the number of Rack PDU devices contributing + to the Daisy Chain group power and energy values - 1.3.6.1.4.1.3808.1.1.6.8.1 + - name: ePDU2GroupTotalPower + oid: 1.3.6.1.4.1.3808.1.1.6.8.2 + type: gauge + help: Getting this OID will return the total power consumption of the Rack PDU + Daisy Chain group devices in watts - 1.3.6.1.4.1.3808.1.1.6.8.2 + - name: ePDU2GroupTotalEnergy + oid: 1.3.6.1.4.1.3808.1.1.6.8.3 + type: gauge + help: Getting this OID will return the total energy consumption of the Rack + PDU Daisy Chain group devices in tenths of kilowatt-hours - 1.3.6.1.4.1.3808.1.1.6.8.3 + - name: ePDU2GroupEnergyReset + oid: 1.3.6.1.4.1.3808.1.1.6.8.4 + type: gauge + help: Setting this OID to reset (2) will cause the device energy meter value + on each device in the Rack PDU Daisy Chain group to be reset to zero - 1.3.6.1.4.1.3808.1.1.6.8.4 + enum_values: + 1: noOperation + 2: reset + - name: ePDU2GroupPeakRecordReset + oid: 1.3.6.1.4.1.3808.1.1.6.8.5 + type: gauge + help: Setting this OID to reset (2) will cause the device peak record value + on each device in the Rack PDU Daisy Chain group to be reset to current load/power + - 1.3.6.1.4.1.3808.1.1.6.8.5 + enum_values: + 1: noOperation + 2: reset + - name: ePDU2SourceTableSize + oid: 1.3.6.1.4.1.3808.1.1.6.9.1 + type: gauge + help: A Host Automatic Transfer Switch response total number of Automatic Transfer + Switches on daisy chain - 1.3.6.1.4.1.3808.1.1.6.9.1 + - name: ePDU2SourceConfigIndex + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.1 + type: gauge + help: The index to the Automatic Transfer Switch table entry. - 1.3.6.1.4.1.3808.1.1.6.9.2.1.1 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + - name: ePDU2SourceConfigModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.2 + type: gauge + help: The Automatic Transfer Switch numeric ID. - 1.3.6.1.4.1.3808.1.1.6.9.2.1.2 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + - name: ePDU2SourceConfigPreferredSource + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.3 + type: gauge + help: This variable returns the preferred source of power when both sources + are OK - 1.3.6.1.4.1.3808.1.1.6.9.2.1.3 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + enum_values: + 1: sourceA + 2: sourceB + 3: none + - name: ePDU2SourceConfigFrequencyDeviation + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.4 + type: gauge + help: To configure the frequency deviation. - 1.3.6.1.4.1.3808.1.1.6.9.2.1.4 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + - name: ePDU2SourceConfigVoltageSensitivity + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.5 + type: gauge + help: 'This variable defines the sensitivity to changes in voltage: high(1) + for best protection, low(3) for frequent small line voltage changes. - 1.3.6.1.4.1.3808.1.1.6.9.2.1.5' + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + enum_values: + 1: high + 2: medium + 3: low + - name: ePDU2SourceConfigNominalVoltage + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.6 + type: gauge + help: This variable returns the nominal voltage of the input. - 1.3.6.1.4.1.3808.1.1.6.9.2.1.6 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + - name: ePDU2SourceConfigTransferVoltageRange + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.7 + type: gauge + help: This variable defines the range of acceptable voltage from a power source + - 1.3.6.1.4.1.3808.1.1.6.9.2.1.7 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + enum_values: + 1: wide + 2: medium + 3: narrow + - name: ePDU2SourceConfigNarrowRangeValue + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.8 + type: gauge + help: To configure the Narrow Range value of acceptable voltage from a power + source. - 1.3.6.1.4.1.3808.1.1.6.9.2.1.8 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + - name: ePDU2SourceConfigMediumRangeValue + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.9 + type: gauge + help: To configure the Medium Range value of acceptable voltage from a power + source. - 1.3.6.1.4.1.3808.1.1.6.9.2.1.9 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + - name: ePDU2SourceConfigWideRangeValue + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.10 + type: gauge + help: To configure the Wide Range value of acceptable voltage from a power source. + - 1.3.6.1.4.1.3808.1.1.6.9.2.1.10 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + - name: ePDU2EventCountsReset + oid: 1.3.6.1.4.1.3808.1.1.6.9.2.1.11 + type: gauge + help: Setting this variable will clear all event counts in Automatic Transfer + Switch. - 1.3.6.1.4.1.3808.1.1.6.9.2.1.11 + indexes: + - labelname: ePDU2SourceConfigIndex + type: gauge + enum_values: + 1: none + 2: clear + - name: ePDU2SourceInfoIndex + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.1 + type: gauge + help: The index to the Automatic Transfer Switch Information table entry. - + 1.3.6.1.4.1.3808.1.1.6.9.3.1.1 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceInfoModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.2 + type: gauge + help: The Automatic Transfer Switch numeric ID. - 1.3.6.1.4.1.3808.1.1.6.9.3.1.2 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceInfoSourceSwitch + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.3 + type: gauge + help: The Source Switch event counts of Automatic Transfer Switch. - 1.3.6.1.4.1.3808.1.1.6.9.3.1.3 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceInfoSourcePreferenceChange + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.4 + type: gauge + help: The Source Preference Change event counts of Automatic Transfer Switch. + - 1.3.6.1.4.1.3808.1.1.6.9.3.1.4 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceInfoPreferredSourceFreqOutofRange + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.5 + type: gauge + help: The Preferred Source Frequency Out of Range event counts of Automatic + Transfer Switch. - 1.3.6.1.4.1.3808.1.1.6.9.3.1.5 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceInfoPreferredSourceVoltOutofRange + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.6 + type: gauge + help: The Preferred Source Voltage Out of Range event counts of Automatic Transfer + Switch. - 1.3.6.1.4.1.3808.1.1.6.9.3.1.6 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceInfoDeviceCurrentOverload + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.7 + type: gauge + help: The Device Current Overload event counts of Automatic Transfer Switch. + - 1.3.6.1.4.1.3808.1.1.6.9.3.1.7 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceInfoBank1Overload + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.8 + type: gauge + help: The Bank 1 Current Overload event counts of Automatic Transfer Switch + - 1.3.6.1.4.1.3808.1.1.6.9.3.1.8 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceInfoBank2Overload + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.9 + type: gauge + help: The Bank 2 Current Overload event counts of Automatic Transfer Switch + - 1.3.6.1.4.1.3808.1.1.6.9.3.1.9 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceInfoBank3Overload + oid: 1.3.6.1.4.1.3808.1.1.6.9.3.1.10 + type: gauge + help: The Bank 3 Current Overload event counts of Automatic Transfer Switch + - 1.3.6.1.4.1.3808.1.1.6.9.3.1.10 + indexes: + - labelname: ePDU2SourceInfoIndex + type: gauge + - name: ePDU2SourceStatusIndex + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.1 + type: gauge + help: The index to the Automatic Transfer Switch status table entry. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.1 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + - name: ePDU2SourceStatusModuleIndex + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.2 + type: gauge + help: The Automatic Transfer Switch numeric ID - 1.3.6.1.4.1.3808.1.1.6.9.4.1.2 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + - name: ePDU2SourceStatusSelectedSource + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.3 + type: gauge + help: This variable returns the current source of power. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.3 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + enum_values: + 1: sourceA + 2: sourceB + 3: none + - name: ePDU2SourceStatusNominalFrequency + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.4 + type: gauge + help: The Nominal Frequency in 0.1 Hertz. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.4 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + - name: ePDU2SourceStatusSourceAVoltage + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.5 + type: gauge + help: The input voltage of source A in 0.1 Volt. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.5 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + - name: ePDU2SourceStatusSourceBVoltage + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.6 + type: gauge + help: The input voltage of source B in 0.1 Volt. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.6 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + - name: ePDU2SourceStatusSourceAFrequency + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.7 + type: gauge + help: The input frequency of source A in 0.1 Hertz. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.7 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + - name: ePDU2SourceStatusSourceBFrequency + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.8 + type: gauge + help: The input frequency of source B in 0.1 Hertz. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.8 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + - name: ePDU2SourceStatusSourceAVolStatus + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.9 + type: gauge + help: The input voltage status of source A. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.9 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + enum_values: + 1: normal + 2: overVoltage + 3: underVoltage + - name: ePDU2SourceStatusSourceBVolStatus + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.10 + type: gauge + help: The input voltage status of source B. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.10 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + enum_values: + 1: normal + 2: overVoltage + 3: underVoltage + - name: ePDU2SourceStatusSourceAFreqStatus + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.11 + type: gauge + help: The input frequency status of source A. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.11 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + enum_values: + 1: normal + 2: overFrequency + 3: underFrequency + - name: ePDU2SourceStatusSourceBFreqStatus + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.12 + type: gauge + help: The input frequency status of source B. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.12 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + enum_values: + 1: normal + 2: overFrequency + 3: underFrequency + - name: ePDU2SourceStatusSourcePhaseSync + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.13 + type: gauge + help: This variable returns the status of the phase sync. - 1.3.6.1.4.1.3808.1.1.6.9.4.1.13 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + enum_values: + 1: inSync + 2: outOfSync + - name: ePDU2SourceStatusPowerSupplySourceAStatus + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.14 + type: gauge + help: This variable returns the status of the power supply in system - 1.3.6.1.4.1.3808.1.1.6.9.4.1.14 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + enum_values: + 1: normal + 2: failed3p3v + 3: failed24v + 4: failed3p3and24v + - name: ePDU2SourceStatusPowerSupplySourceBStatus + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.15 + type: gauge + help: This variable returns the status of the power supply in system - 1.3.6.1.4.1.3808.1.1.6.9.4.1.15 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + enum_values: + 1: normal + 2: failed3p3v + 3: failed24v + 4: failed3p3and24v + - name: ePDU2SourceStatusRedundancyState + oid: 1.3.6.1.4.1.3808.1.1.6.9.4.1.16 + type: gauge + help: This variable returns the current redundancy state of the ATS - 1.3.6.1.4.1.3808.1.1.6.9.4.1.16 + indexes: + - labelname: ePDU2SourceStatusIndex + type: gauge + enum_values: + 1: atsRedundancyLost + 2: atsFullyRedundant + ddwrt: + walk: + - 1.3.6.1.2.1.25.2 + - 1.3.6.1.4.1.2021.10.1.1 + - 1.3.6.1.4.1.2021.10.1.2 + - 1.3.6.1.4.1.2021.10.1.5 + - 1.3.6.1.4.1.2021.11 + - 1.3.6.1.4.1.2021.4 + metrics: + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - name: laNames + oid: 1.3.6.1.4.1.2021.10.1.2 + type: DisplayString + help: The list of loadave names we're watching. - 1.3.6.1.4.1.2021.10.1.2 + 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 + - name: laLoadInt + oid: 1.3.6.1.4.1.2021.10.1.5 + type: gauge + help: The 1,5 and 15 minute load averages as an integer - 1.3.6.1.4.1.2021.10.1.5 + 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 + - name: ssIndex + oid: 1.3.6.1.4.1.2021.11.1 + type: gauge + help: Bogus Index - 1.3.6.1.4.1.2021.11.1 + - name: ssErrorName + oid: 1.3.6.1.4.1.2021.11.2 + type: DisplayString + help: Bogus Name - 1.3.6.1.4.1.2021.11.2 + - name: ssSwapIn + oid: 1.3.6.1.4.1.2021.11.3 + type: gauge + help: The average amount of memory swapped in from disk, calculated over the + last minute. - 1.3.6.1.4.1.2021.11.3 + - name: ssSwapOut + oid: 1.3.6.1.4.1.2021.11.4 + type: gauge + help: The average amount of memory swapped out to disk, calculated over the + last minute. - 1.3.6.1.4.1.2021.11.4 + - name: ssIOSent + oid: 1.3.6.1.4.1.2021.11.5 + type: gauge + help: The average amount of data written to disk or other block device, calculated + over the last minute - 1.3.6.1.4.1.2021.11.5 + - name: ssIOReceive + oid: 1.3.6.1.4.1.2021.11.6 + type: gauge + help: The average amount of data read from disk or other block device, calculated + over the last minute - 1.3.6.1.4.1.2021.11.6 + - name: ssSysInterrupts + oid: 1.3.6.1.4.1.2021.11.7 + type: gauge + help: The average rate of interrupts processed (including the clock) calculated + over the last minute - 1.3.6.1.4.1.2021.11.7 + - name: ssSysContext + oid: 1.3.6.1.4.1.2021.11.8 + type: gauge + help: The average rate of context switches, calculated over the last minute + - 1.3.6.1.4.1.2021.11.8 + - name: ssCpuUser + oid: 1.3.6.1.4.1.2021.11.9 + type: gauge + help: The percentage of CPU time spent processing user-level code, calculated + over the last minute - 1.3.6.1.4.1.2021.11.9 + - name: ssCpuSystem + oid: 1.3.6.1.4.1.2021.11.10 + type: gauge + help: The percentage of CPU time spent processing system-level code, calculated + over the last minute - 1.3.6.1.4.1.2021.11.10 + - name: ssCpuIdle + oid: 1.3.6.1.4.1.2021.11.11 + type: gauge + help: The percentage of processor time spent idle, calculated over the last + minute - 1.3.6.1.4.1.2021.11.11 + - name: ssCpuRawUser + oid: 1.3.6.1.4.1.2021.11.50 + type: counter + help: The number of 'ticks' (typically 1/100s) spent processing user-level code + - 1.3.6.1.4.1.2021.11.50 + - name: ssCpuRawNice + oid: 1.3.6.1.4.1.2021.11.51 + type: counter + help: The number of 'ticks' (typically 1/100s) spent processing reduced-priority + code - 1.3.6.1.4.1.2021.11.51 + - name: ssCpuRawSystem + oid: 1.3.6.1.4.1.2021.11.52 + type: counter + help: The number of 'ticks' (typically 1/100s) spent processing system-level + code - 1.3.6.1.4.1.2021.11.52 + - name: ssCpuRawIdle + oid: 1.3.6.1.4.1.2021.11.53 + type: counter + help: The number of 'ticks' (typically 1/100s) spent idle - 1.3.6.1.4.1.2021.11.53 + - name: ssCpuRawWait + oid: 1.3.6.1.4.1.2021.11.54 + type: counter + help: The number of 'ticks' (typically 1/100s) spent waiting for IO - 1.3.6.1.4.1.2021.11.54 + - name: ssCpuRawKernel + oid: 1.3.6.1.4.1.2021.11.55 + type: counter + help: The number of 'ticks' (typically 1/100s) spent processing kernel-level + code - 1.3.6.1.4.1.2021.11.55 + - name: ssCpuRawInterrupt + oid: 1.3.6.1.4.1.2021.11.56 + type: counter + help: The number of 'ticks' (typically 1/100s) spent processing hardware interrupts + - 1.3.6.1.4.1.2021.11.56 + - name: ssIORawSent + oid: 1.3.6.1.4.1.2021.11.57 + type: counter + help: Number of blocks sent to a block device - 1.3.6.1.4.1.2021.11.57 + - name: ssIORawReceived + oid: 1.3.6.1.4.1.2021.11.58 + type: counter + help: Number of blocks received from a block device - 1.3.6.1.4.1.2021.11.58 + - name: ssRawInterrupts + oid: 1.3.6.1.4.1.2021.11.59 + type: counter + help: Number of interrupts processed - 1.3.6.1.4.1.2021.11.59 + - name: ssRawContexts + oid: 1.3.6.1.4.1.2021.11.60 + type: counter + help: Number of context switches - 1.3.6.1.4.1.2021.11.60 + - name: ssCpuRawSoftIRQ + oid: 1.3.6.1.4.1.2021.11.61 + type: counter + help: The number of 'ticks' (typically 1/100s) spent processing software interrupts + - 1.3.6.1.4.1.2021.11.61 + - name: ssRawSwapIn + oid: 1.3.6.1.4.1.2021.11.62 + type: counter + help: Number of blocks swapped in - 1.3.6.1.4.1.2021.11.62 + - name: ssRawSwapOut + oid: 1.3.6.1.4.1.2021.11.63 + type: counter + help: Number of blocks swapped out - 1.3.6.1.4.1.2021.11.63 + - name: ssCpuRawSteal + oid: 1.3.6.1.4.1.2021.11.64 + type: counter + help: The number of 'ticks' (typically 1/100s) spent by the hypervisor code + to run other VMs even though the CPU in the current VM had something runnable + - 1.3.6.1.4.1.2021.11.64 + - name: ssCpuRawGuest + oid: 1.3.6.1.4.1.2021.11.65 + type: counter + help: The number of 'ticks' (typically 1/100s) spent by the CPU to run a virtual + CPU (guest) - 1.3.6.1.4.1.2021.11.65 + - name: ssCpuRawGuestNice + oid: 1.3.6.1.4.1.2021.11.66 + type: counter + help: The number of 'ticks' (typically 1/100s) spent by the CPU to run a niced + virtual CPU (guest) - 1.3.6.1.4.1.2021.11.66 + - name: ssCpuNumCpus + oid: 1.3.6.1.4.1.2021.11.67 + type: gauge + help: The number of processors, as counted by the agent - 1.3.6.1.4.1.2021.11.67 + - name: memIndex + oid: 1.3.6.1.4.1.2021.4.1 + type: gauge + help: Bogus Index - 1.3.6.1.4.1.2021.4.1 + - name: memErrorName + oid: 1.3.6.1.4.1.2021.4.2 + type: DisplayString + help: Bogus Name - 1.3.6.1.4.1.2021.4.2 + - name: memTotalSwap + oid: 1.3.6.1.4.1.2021.4.3 + type: gauge + help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.3 + - name: memAvailSwap + oid: 1.3.6.1.4.1.2021.4.4 + type: gauge + help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.4 + - name: memTotalReal + oid: 1.3.6.1.4.1.2021.4.5 + type: gauge + help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5 + - name: memAvailReal + oid: 1.3.6.1.4.1.2021.4.6 + type: gauge + help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6 + - name: memTotalSwapTXT + oid: 1.3.6.1.4.1.2021.4.7 + type: gauge + help: The total amount of swap space or virtual memory allocated for text pages + on this host - 1.3.6.1.4.1.2021.4.7 + - name: memAvailSwapTXT + oid: 1.3.6.1.4.1.2021.4.8 + type: gauge + help: The amount of swap space or virtual memory currently being used by text + pages on this host - 1.3.6.1.4.1.2021.4.8 + - name: memTotalRealTXT + oid: 1.3.6.1.4.1.2021.4.9 + type: gauge + help: The total amount of real/physical memory allocated for text pages on this + host - 1.3.6.1.4.1.2021.4.9 + - name: memAvailRealTXT + oid: 1.3.6.1.4.1.2021.4.10 + type: gauge + help: The amount of real/physical memory currently being used by text pages + on this host - 1.3.6.1.4.1.2021.4.10 + - name: memTotalFree + oid: 1.3.6.1.4.1.2021.4.11 + type: gauge + help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.11 + - name: memMinimumSwap + oid: 1.3.6.1.4.1.2021.4.12 + type: gauge + help: The minimum amount of swap space expected to be kept free or available + during normal operation of this host - 1.3.6.1.4.1.2021.4.12 + - name: memShared + oid: 1.3.6.1.4.1.2021.4.13 + type: gauge + help: The total amount of real or virtual memory currently allocated for use + as shared memory - 1.3.6.1.4.1.2021.4.13 + - name: memBuffer + oid: 1.3.6.1.4.1.2021.4.14 + type: gauge + help: The total amount of real or virtual memory currently allocated for use + as memory buffers - 1.3.6.1.4.1.2021.4.14 + - name: memCached + oid: 1.3.6.1.4.1.2021.4.15 + type: gauge + help: The total amount of real or virtual memory currently allocated for use + as cached memory - 1.3.6.1.4.1.2021.4.15 + - name: memUsedSwapTXT + oid: 1.3.6.1.4.1.2021.4.16 + type: gauge + help: The amount of swap space or virtual memory currently being used by text + pages on this host - 1.3.6.1.4.1.2021.4.16 + - name: memUsedRealTXT + oid: 1.3.6.1.4.1.2021.4.17 + type: gauge + help: The amount of real/physical memory currently being used by text pages + on this host - 1.3.6.1.4.1.2021.4.17 + - name: memTotalSwapX + oid: 1.3.6.1.4.1.2021.4.18 + type: counter + help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.18 + - name: memAvailSwapX + oid: 1.3.6.1.4.1.2021.4.19 + type: counter + help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.19 + - name: memTotalRealX + oid: 1.3.6.1.4.1.2021.4.20 + type: counter + help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.20 + - name: memAvailRealX + oid: 1.3.6.1.4.1.2021.4.21 + type: counter + help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.21 + - name: memTotalFreeX + oid: 1.3.6.1.4.1.2021.4.22 + type: counter + help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.22 + - name: memMinimumSwapX + oid: 1.3.6.1.4.1.2021.4.23 + type: counter + help: The minimum amount of swap space expected to be kept free or available + during normal operation of this host - 1.3.6.1.4.1.2021.4.23 + - name: memSharedX + oid: 1.3.6.1.4.1.2021.4.24 + type: counter + help: The total amount of real or virtual memory currently allocated for use + as shared memory - 1.3.6.1.4.1.2021.4.24 + - name: memBufferX + oid: 1.3.6.1.4.1.2021.4.25 + type: counter + help: The total amount of real or virtual memory currently allocated for use + as memory buffers - 1.3.6.1.4.1.2021.4.25 + - name: memCachedX + oid: 1.3.6.1.4.1.2021.4.26 + type: counter + help: The total amount of real or virtual memory currently allocated for use + as cached memory - 1.3.6.1.4.1.2021.4.26 + - name: memSwapError + oid: 1.3.6.1.4.1.2021.4.100 + type: gauge + help: Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'), + is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.100 + enum_values: + 0: noError + 1: error + - name: memSwapErrorMsg + oid: 1.3.6.1.4.1.2021.4.101 + type: DisplayString + help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), + is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101 + eap: + get: + - 1.3.6.1.4.1.11863.10.1.1.1.0 + metrics: + - name: clientCount + oid: 1.3.6.1.4.1.11863.10.1.1.1 + type: gauge + help: this used to get the count of clients - 1.3.6.1.4.1.11863.10.1.1.1 + 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 + infrapower_pdu: + walk: + - 1.3.6.1.4.1.34550.20.2.1.1.1.1 + - 1.3.6.1.4.1.34550.20.2.1.1.1.13 + - 1.3.6.1.4.1.34550.20.2.1.1.1.14 + - 1.3.6.1.4.1.34550.20.2.1.1.1.17 + - 1.3.6.1.4.1.34550.20.2.1.1.1.6 + - 1.3.6.1.4.1.34550.20.2.1.1.1.7 + metrics: + - name: pduMainLoadVoltage + oid: 1.3.6.1.4.1.34550.20.2.1.1.1.13 + type: DisplayString + help: The voltage measured on this PDU in tenth of Volts - 1.3.6.1.4.1.34550.20.2.1.1.1.13 + indexes: + - labelname: pduIndex + type: gauge + lookups: + - labels: + - pduIndex + labelname: pduName + oid: 1.3.6.1.4.1.34550.20.2.1.1.1.6 + type: DisplayString + - labels: + - pduIndex + labelname: pduLocation + oid: 1.3.6.1.4.1.34550.20.2.1.1.1.7 + type: DisplayString + regex_extracts: + "": + - value: $1.$2 + regex: ^(?:(.*)(.))$ + - name: pduMainLoadAmp + oid: 1.3.6.1.4.1.34550.20.2.1.1.1.14 + type: DisplayString + help: The current load measured on this PDU in tenth of Amps - 1.3.6.1.4.1.34550.20.2.1.1.1.14 + indexes: + - labelname: pduIndex + type: gauge + lookups: + - labels: + - pduIndex + labelname: pduName + oid: 1.3.6.1.4.1.34550.20.2.1.1.1.6 + type: DisplayString + - labels: + - pduIndex + labelname: pduLocation + oid: 1.3.6.1.4.1.34550.20.2.1.1.1.7 + type: DisplayString + regex_extracts: + "": + - value: $1.$2 + regex: ^(?:(.*)(.))$ + - name: pduMainActivePower + oid: 1.3.6.1.4.1.34550.20.2.1.1.1.17 + type: DisplayString + help: The active power consumption of this PDU in hundred-thousandth of kW - + 1.3.6.1.4.1.34550.20.2.1.1.1.17 + indexes: + - labelname: pduIndex + type: gauge + lookups: + - labels: + - pduIndex + labelname: pduName + oid: 1.3.6.1.4.1.34550.20.2.1.1.1.6 + type: DisplayString + - labels: + - pduIndex + labelname: pduLocation + oid: 1.3.6.1.4.1.34550.20.2.1.1.1.7 + type: DisplayString + regex_extracts: + "": + - value: 0$1.$2 + regex: ^(?:(\d*?)(\d{2}))$ + - value: 0.0$1 + regex: ^(?:^(\d))$ + ip_mib: + walk: + - 1.3.6.1.2.1.4.28 + metrics: + - name: ipv4InterfaceIfIndex + oid: 1.3.6.1.2.1.4.28.1.1 + type: gauge + help: The index value that uniquely identifies the interface to which this entry + is applicable - 1.3.6.1.2.1.4.28.1.1 + indexes: + - labelname: ipv4InterfaceIfIndex + type: gauge + - name: ipv4InterfaceReasmMaxSize + oid: 1.3.6.1.2.1.4.28.1.2 + type: gauge + help: The size of the largest IPv4 datagram that this entity can re-assemble + from incoming IPv4 fragmented datagrams received on this interface. - 1.3.6.1.2.1.4.28.1.2 + indexes: + - labelname: ipv4InterfaceIfIndex + type: gauge + - name: ipv4InterfaceEnableStatus + oid: 1.3.6.1.2.1.4.28.1.3 + type: gauge + help: The indication of whether IPv4 is enabled (up) or disabled (down) on this + interface - 1.3.6.1.2.1.4.28.1.3 + indexes: + - labelname: ipv4InterfaceIfIndex + type: gauge + enum_values: + 1: up + 2: down + - name: ipv4InterfaceRetransmitTime + oid: 1.3.6.1.2.1.4.28.1.4 + type: gauge + help: The time between retransmissions of ARP requests to a neighbor when resolving + the address or when probing the reachability of a neighbor. - 1.3.6.1.2.1.4.28.1.4 + indexes: + - labelname: ipv4InterfaceIfIndex + type: gauge + keepalived: + walk: + - 1.3.6.1.2.1.207.1.2.5 + - 1.3.6.1.2.1.68.2.4 + - 1.3.6.1.4.1.9586.100.5.2.1 + - 1.3.6.1.4.1.9586.100.5.2.3 + - 1.3.6.1.4.1.9586.100.5.3.1 + - 1.3.6.1.4.1.9586.100.5.3.3 + - 1.3.6.1.4.1.9586.100.5.3.4 + metrics: + - name: vrrpv3StatisticsMasterTransitions + oid: 1.3.6.1.2.1.207.1.2.5.1.1 + type: counter + help: The total number of times that this virtual router's state has transitioned + to master state - 1.3.6.1.2.1.207.1.2.5.1.1 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsNewMasterReason + oid: 1.3.6.1.2.1.207.1.2.5.1.2 + type: gauge + help: This indicates the reason for the virtual router to transition to master + state - 1.3.6.1.2.1.207.1.2.5.1.2 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + enum_values: + 0: notMaster + 1: priority + 2: preempted + 3: masterNoResponse + - name: vrrpv3StatisticsRcvdAdvertisements + oid: 1.3.6.1.2.1.207.1.2.5.1.3 + type: counter + help: The total number of VRRP advertisements received by this virtual router + - 1.3.6.1.2.1.207.1.2.5.1.3 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsAdvIntervalErrors + oid: 1.3.6.1.2.1.207.1.2.5.1.4 + type: counter + help: The total number of VRRP advertisement packets received for which the + advertisement interval is different from the vrrpv3OperationsAdvInterval configured + on this virtual router - 1.3.6.1.2.1.207.1.2.5.1.4 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsIpTtlErrors + oid: 1.3.6.1.2.1.207.1.2.5.1.5 + type: counter + help: The total number of VRRP packets received by the virtual router with IPv4 + TTL (for VRRP over IPv4) or IPv6 Hop Limit (for VRRP over IPv6) not equal + to 255 - 1.3.6.1.2.1.207.1.2.5.1.5 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsProtoErrReason + oid: 1.3.6.1.2.1.207.1.2.5.1.6 + type: gauge + help: This indicates the reason for the last protocol error - 1.3.6.1.2.1.207.1.2.5.1.6 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + enum_values: + 0: noError + 1: ipTtlError + 2: versionError + 3: checksumError + 4: vrIdError + - name: vrrpv3StatisticsRcvdPriZeroPackets + oid: 1.3.6.1.2.1.207.1.2.5.1.7 + type: counter + help: The total number of VRRP packets received by the virtual router with a + priority of '0' - 1.3.6.1.2.1.207.1.2.5.1.7 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsSentPriZeroPackets + oid: 1.3.6.1.2.1.207.1.2.5.1.8 + type: counter + help: The total number of VRRP packets sent by the virtual router with a priority + of '0' - 1.3.6.1.2.1.207.1.2.5.1.8 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsRcvdInvalidTypePackets + oid: 1.3.6.1.2.1.207.1.2.5.1.9 + type: counter + help: The number of VRRP packets received by the virtual router with an invalid + value in the 'type' field - 1.3.6.1.2.1.207.1.2.5.1.9 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsAddressListErrors + oid: 1.3.6.1.2.1.207.1.2.5.1.10 + type: counter + help: The total number of packets received for which the address list does not + match the locally configured list for the virtual router - 1.3.6.1.2.1.207.1.2.5.1.10 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsPacketLengthErrors + oid: 1.3.6.1.2.1.207.1.2.5.1.11 + type: counter + help: The total number of packets received with a packet length less than the + length of the VRRP header - 1.3.6.1.2.1.207.1.2.5.1.11 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsRowDiscontinuityTime + oid: 1.3.6.1.2.1.207.1.2.5.1.12 + type: gauge + help: The value of sysUpTime on the most recent occasion at which any one or + more of this entry's counters suffered a discontinuity - 1.3.6.1.2.1.207.1.2.5.1.12 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpv3StatisticsRefreshRate + oid: 1.3.6.1.2.1.207.1.2.5.1.13 + type: gauge + help: The minimum reasonable polling interval for this entry - 1.3.6.1.2.1.207.1.2.5.1.13 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpv3OperationsVrId + type: gauge + - labelname: vrrpv3OperationsInetAddrType + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpStatsBecomeMaster + oid: 1.3.6.1.2.1.68.2.4.1.1 + type: counter + help: The total number of times that this virtual router's state has transitioned + to MASTER. - 1.3.6.1.2.1.68.2.4.1.1 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsAdvertiseRcvd + oid: 1.3.6.1.2.1.68.2.4.1.2 + type: counter + help: The total number of VRRP advertisements received by this virtual router. + - 1.3.6.1.2.1.68.2.4.1.2 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsAdvertiseIntervalErrors + oid: 1.3.6.1.2.1.68.2.4.1.3 + type: counter + help: The total number of VRRP advertisement packets received for which the + advertisement interval is different than the one configured for the local + virtual router. - 1.3.6.1.2.1.68.2.4.1.3 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsAuthFailures + oid: 1.3.6.1.2.1.68.2.4.1.4 + type: counter + help: The total number of VRRP packets received that do not pass the authentication + check. - 1.3.6.1.2.1.68.2.4.1.4 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsIpTtlErrors + oid: 1.3.6.1.2.1.68.2.4.1.5 + type: counter + help: The total number of VRRP packets received by the virtual router with IP + TTL (Time-To-Live) not equal to 255. - 1.3.6.1.2.1.68.2.4.1.5 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsPriorityZeroPktsRcvd + oid: 1.3.6.1.2.1.68.2.4.1.6 + type: counter + help: The total number of VRRP packets received by the virtual router with a + priority of '0'. - 1.3.6.1.2.1.68.2.4.1.6 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsPriorityZeroPktsSent + oid: 1.3.6.1.2.1.68.2.4.1.7 + type: counter + help: The total number of VRRP packets sent by the virtual router with a priority + of '0'. - 1.3.6.1.2.1.68.2.4.1.7 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsInvalidTypePktsRcvd + oid: 1.3.6.1.2.1.68.2.4.1.8 + type: counter + help: The number of VRRP packets received by the virtual router with an invalid + value in the 'type' field. - 1.3.6.1.2.1.68.2.4.1.8 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsAddressListErrors + oid: 1.3.6.1.2.1.68.2.4.1.9 + type: counter + help: The total number of packets received for which the address list does not + match the locally configured list for the virtual router. - 1.3.6.1.2.1.68.2.4.1.9 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsInvalidAuthType + oid: 1.3.6.1.2.1.68.2.4.1.10 + type: counter + help: The total number of packets received with an unknown authentication type. + - 1.3.6.1.2.1.68.2.4.1.10 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsAuthTypeMismatch + oid: 1.3.6.1.2.1.68.2.4.1.11 + type: counter + help: The total number of packets received with 'Auth Type' not equal to the + locally configured authentication method (`vrrpOperAuthType'). - 1.3.6.1.2.1.68.2.4.1.11 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpStatsPacketLengthErrors + oid: 1.3.6.1.2.1.68.2.4.1.12 + type: counter + help: The total number of packets received with a packet length less than the + length of the VRRP header. - 1.3.6.1.2.1.68.2.4.1.12 + indexes: + - labelname: ifIndex + type: gauge + - labelname: vrrpOperVrId + type: gauge + - name: vrrpSyncGroupIndex + oid: 1.3.6.1.4.1.9586.100.5.2.1.1.1 + type: gauge + help: Index of the synchronisation group. - 1.3.6.1.4.1.9586.100.5.2.1.1.1 + indexes: + - labelname: vrrpSyncGroupIndex + type: gauge + - name: vrrpSyncGroupName + oid: 1.3.6.1.4.1.9586.100.5.2.1.1.2 + type: DisplayString + help: Name of the synchronisation group. - 1.3.6.1.4.1.9586.100.5.2.1.1.2 + indexes: + - labelname: vrrpSyncGroupIndex + type: gauge + - name: vrrpSyncGroupState + oid: 1.3.6.1.4.1.9586.100.5.2.1.1.3 + type: gauge + help: Current state of the synchronisation group. - 1.3.6.1.4.1.9586.100.5.2.1.1.3 + indexes: + - labelname: vrrpSyncGroupIndex + type: gauge + enum_values: + 0: init + 1: backup + 2: master + 3: fault + 4: unknown + 5: shutdown + 6: deleted + - name: vrrpSyncGroupSmtpAlert + oid: 1.3.6.1.4.1.9586.100.5.2.1.1.4 + type: gauge + help: Will SMTP alert be sent for this synchronisation group? - 1.3.6.1.4.1.9586.100.5.2.1.1.4 + indexes: + - labelname: vrrpSyncGroupIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: vrrpSyncGroupNotifyExec + oid: 1.3.6.1.4.1.9586.100.5.2.1.1.5 + type: gauge + help: Will we execute notification script for this group? - 1.3.6.1.4.1.9586.100.5.2.1.1.5 + indexes: + - labelname: vrrpSyncGroupIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: vrrpSyncGroupTrackingWeight + oid: 1.3.6.1.4.1.9586.100.5.2.1.1.10 + type: gauge + help: Allow differing tracking weights for sync group members - 1.3.6.1.4.1.9586.100.5.2.1.1.10 + indexes: + - labelname: vrrpSyncGroupIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: vrrpInstanceIndex + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.1 + type: gauge + help: Index of the VRRP instance - 1.3.6.1.4.1.9586.100.5.2.3.1.1 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceName + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.2 + type: DisplayString + help: Name of the VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.2 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceVirtualRouterId + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.3 + type: gauge + help: Virtual Router ID (VRID) for this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.3 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceState + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.4 + type: gauge + help: Current state of this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.4 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 0: init + 1: backup + 2: master + 3: fault + 4: unknown + 5: shutdown + 6: deleted + - name: vrrpInstanceInitialState + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.5 + type: gauge + help: Initial state of this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.5 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 0: init + 1: backup + 2: master + 3: fault + 4: unknown + 5: shutdown + 6: deleted + - name: vrrpInstanceWantedState + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.6 + type: gauge + help: State wanted by the operator for this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.6 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 0: init + 1: backup + 2: master + 3: fault + 4: unknown + 5: shutdown + 6: deleted + - name: vrrpInstanceBasePriority + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.7 + type: gauge + help: Base priority (as defined in the configuration file) for this VRRP instance + - 1.3.6.1.4.1.9586.100.5.2.3.1.7 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceEffectivePriority + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.8 + type: gauge + help: Effective priority for this VRRP instance - 1.3.6.1.4.1.9586.100.5.2.3.1.8 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceVipsStatus + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.9 + type: gauge + help: Are all VIP of this VRRP instance enabled? - 1.3.6.1.4.1.9586.100.5.2.3.1.9 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 1: allSet + 2: notAllSet + - name: vrrpInstancePrimaryInterface + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.10 + type: DisplayString + help: Primary interface of this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.10 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceTrackPrimaryIf + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.11 + type: gauge + help: Do we track the status of the primary interface? - 1.3.6.1.4.1.9586.100.5.2.3.1.11 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 1: tracked + 2: notTracked + - name: vrrpInstanceAdvertisementsInt + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.12 + type: gauge + help: Delay in seconds between two VRRP advertisements and it is in centiseconds + between two VRRPV3 advertisements - 1.3.6.1.4.1.9586.100.5.2.3.1.12 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstancePreempt + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.13 + type: gauge + help: Will a higher priority advertisement preempt a lower instance? - 1.3.6.1.4.1.9586.100.5.2.3.1.13 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 1: preempt + 2: noPreempt + - name: vrrpInstancePreemptDelay + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.14 + type: gauge + help: Delay after startup or lower priority advert received until preemption + can happen - 1.3.6.1.4.1.9586.100.5.2.3.1.14 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceAuthType + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.15 + type: gauge + help: VRRPv2 supports authentication method to authenticate other peers - 1.3.6.1.4.1.9586.100.5.2.3.1.15 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 0: none + 1: password + 2: ah + - name: vrrpInstanceSyncGroup + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.18 + type: DisplayString + help: Name of the synchronisation group this VRRP instance belongs, if any. + - 1.3.6.1.4.1.9586.100.5.2.3.1.18 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceGarpDelay + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.19 + type: gauge + help: Delay to launch gratuitous ARP (GARP). - 1.3.6.1.4.1.9586.100.5.2.3.1.19 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceSmtpAlert + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.20 + type: gauge + help: Will SMTP alert be sent for this VRRP instance? - 1.3.6.1.4.1.9586.100.5.2.3.1.20 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: vrrpInstanceNotifyExec + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.21 + type: gauge + help: Will we execute notification script for this instance? - 1.3.6.1.4.1.9586.100.5.2.3.1.21 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: vrrpInstanceAccept + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.27 + type: gauge + help: Accept allow the non-master owner to process the packets destined to VIP + and it is supported for only VRRPv3. - 1.3.6.1.4.1.9586.100.5.2.3.1.27 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: vrrpInstancePromoteSecondaries + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.28 + type: gauge + help: Set promote_secondaries on interface. - 1.3.6.1.4.1.9586.100.5.2.3.1.28 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: vrrpInstanceUseLinkbeat + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.29 + type: gauge + help: Use linkbeat for interface status. - 1.3.6.1.4.1.9586.100.5.2.3.1.29 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: vrrpInstanceVrrpVersion + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.30 + type: gauge + help: VRRP protocol version. - 1.3.6.1.4.1.9586.100.5.2.3.1.30 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 2: vrrpv2 + 3: vrrpv3 + - name: vrrpInstanceScriptDeleted + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.32 + type: DisplayString + help: Script to execute when the instance is deleted on reload. - 1.3.6.1.4.1.9586.100.5.2.3.1.32 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: vrrpInstanceNotifyDeleted + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.33 + type: gauge + help: Send Deleted rather than Fault notifications if instance is deleted on + config reload. - 1.3.6.1.4.1.9586.100.5.2.3.1.33 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: vrrpInstanceMulticastAddressType + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.34 + type: gauge + help: A value that represents a type of Internet address. - 1.3.6.1.4.1.9586.100.5.2.3.1.34 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vrrpInstanceMulticastAddress + oid: 1.3.6.1.4.1.9586.100.5.2.3.1.35 + type: InetAddress + help: Multicast address for adverts - 1.3.6.1.4.1.9586.100.5.2.3.1.35 + indexes: + - labelname: vrrpInstanceIndex + type: gauge + - name: virtualServerGroupIndex + oid: 1.3.6.1.4.1.9586.100.5.3.1.1.1 + type: gauge + help: Index of the virtual server group. - 1.3.6.1.4.1.9586.100.5.3.1.1.1 + indexes: + - labelname: virtualServerGroupIndex + type: gauge + - name: virtualServerGroupName + oid: 1.3.6.1.4.1.9586.100.5.3.1.1.2 + type: DisplayString + help: Name of the virtual server group. - 1.3.6.1.4.1.9586.100.5.3.1.1.2 + indexes: + - labelname: virtualServerGroupIndex + type: gauge + - name: virtualServerIndex + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.1 + type: gauge + help: Index of the virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.1 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerType + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.2 + type: gauge + help: Type of virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.2 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: fwmark + 2: ip + 3: group + - name: virtualServerNameOfGroup + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.3 + type: DisplayString + help: If the virtual is defined from a group, this is the name of the group. + - 1.3.6.1.4.1.9586.100.5.3.3.1.3 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerFwMark + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.4 + type: gauge + help: If the virtual server is defined from a firewall mark, this is the value + of the mark - 1.3.6.1.4.1.9586.100.5.3.3.1.4 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerAddrType + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.5 + type: gauge + help: If the virtual server is defined from an IP, this is the address family + - 1.3.6.1.4.1.9586.100.5.3.3.1.5 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: virtualServerAddress + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.6 + type: InetAddress + help: If the virtual server is defined from an IP address, this is the value + of the IP - 1.3.6.1.4.1.9586.100.5.3.3.1.6 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerPort + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.7 + type: gauge + help: If the virtual server is defined from an IP, this is the value of the + port to listen for requests - 1.3.6.1.4.1.9586.100.5.3.3.1.7 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerProtocol + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.8 + type: gauge + help: Which transport protocol should be used for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.8 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: tcp + 2: udp + 3: sctp + 4: none + - name: virtualServerLoadBalancingAlgo + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.9 + type: gauge + help: Which load balancing algorithm (or scheduler) should be used for this + virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.9 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: rr + 2: wrr + 3: lc + 4: wlc + 5: lblc + 6: lblcr + 7: dh + 8: sh + 9: sed + 10: nq + 11: fo + 12: ovf + 13: mh + 14: twos + 99: unknown + - name: virtualServerLoadBalancingKind + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.10 + type: gauge + help: Default forwarding method to use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.10 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: nat + 2: dr + 3: tun + - name: virtualServerStatus + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.11 + type: gauge + help: Current status of this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.11 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: alive + 2: dead + - name: virtualServerVirtualHost + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.12 + type: DisplayString + help: Virtualhost of this server for HTTP like requests. - 1.3.6.1.4.1.9586.100.5.3.3.1.12 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerPersist + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.13 + type: gauge + help: Is the virtual service persistence enabled? - 1.3.6.1.4.1.9586.100.5.3.3.1.13 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: virtualServerPersistTimeout + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.14 + type: gauge + help: If this virtual service is persistence, what is the timeout. - 1.3.6.1.4.1.9586.100.5.3.3.1.14 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerPersistGranularity + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.15 + type: OctetString + help: Netmask specifying the granularity of the IPv4 persistence mechanism. + - 1.3.6.1.4.1.9586.100.5.3.3.1.15 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerDelayLoop + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.16 + type: gauge + help: Delay in seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.3.1.16 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerHaSuspend + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.17 + type: gauge + help: If set to true(1), checks will be suspended if the IP of the virtual server + is currently not set. - 1.3.6.1.4.1.9586.100.5.3.3.1.17 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: virtualServerAlpha + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.18 + type: gauge + help: Is alpha mode enabled? - 1.3.6.1.4.1.9586.100.5.3.3.1.18 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: virtualServerOmega + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.19 + type: gauge + help: Is omega mode enabled? - 1.3.6.1.4.1.9586.100.5.3.3.1.19 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: virtualServerRealServersTotal + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.20 + type: gauge + help: Total number of real servers for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.20 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRealServersUp + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.21 + type: gauge + help: Real servers actually up for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.21 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerQuorum + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.22 + type: gauge + help: Quorum to get amond real servers to consider this virtual server up. - + 1.3.6.1.4.1.9586.100.5.3.3.1.22 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerQuorumStatus + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.23 + type: gauge + help: Current status of the quorum for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.23 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: met + 2: notMet + 3: shutdown + - name: virtualServerQuorumUp + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.24 + type: DisplayString + help: Command to execute when the quorum is met. - 1.3.6.1.4.1.9586.100.5.3.3.1.24 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerQuorumDown + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.25 + type: DisplayString + help: Command to execute when the quorum is not met. - 1.3.6.1.4.1.9586.100.5.3.3.1.25 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerHysteresis + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.26 + type: gauge + help: Hysteresis with respect to quorum count. - 1.3.6.1.4.1.9586.100.5.3.3.1.26 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerStatsConns + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.27 + type: gauge + help: Total number of connections scheduled for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.27 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerStatsInPkts + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.28 + type: counter + help: Total number of incoming packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.28 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerStatsOutPkts + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.29 + type: counter + help: Total number of outgoing packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.29 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerStatsInBytes + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.30 + type: counter + help: Total number of incoming bytes for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.30 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerStatsOutBytes + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.31 + type: counter + help: Total number of outgoing bytes for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.31 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateCps + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.32 + type: gauge + help: Current connection rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.32 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateInPPS + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.33 + type: gauge + help: Current in packet rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.33 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateOutPPS + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.34 + type: gauge + help: Current out packet rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.34 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateInBPS + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.35 + type: gauge + help: Current incoming rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.35 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateOutBPS + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.36 + type: gauge + help: Current outgoing rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.36 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerOPS + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.37 + type: gauge + help: If set to true(1), One-Packet-Scheduling will be applied. - 1.3.6.1.4.1.9586.100.5.3.3.1.37 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: virtualServerStatsConns64 + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.38 + type: counter + help: Total number of connections scheduled for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.38 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerStatsInPkts64 + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.39 + type: counter + help: Total number of incoming packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.39 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerStatsOutPkts64 + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.40 + type: counter + help: Total number of outgoing packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.40 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateCpsLow + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.41 + type: gauge + help: Current connection rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.41 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateCpsHigh + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.42 + type: gauge + help: Current connection rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.42 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateInPPSLow + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.43 + type: gauge + help: Current in packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.43 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateInPPSHigh + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.44 + type: gauge + help: Current in packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.44 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateOutPPSLow + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.45 + type: gauge + help: Current out packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.45 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateOutPPSHigh + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.46 + type: gauge + help: Current out packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.46 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateInBPSLow + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.47 + type: gauge + help: Current incoming rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.47 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateInBPSHigh + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.48 + type: gauge + help: Current incoming rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.48 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateOutBPSLow + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.49 + type: gauge + help: Current outgoing rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.49 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerRateOutBPSHigh + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.50 + type: gauge + help: Current outgoing rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.50 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerPersistGranularity6 + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.51 + type: gauge + help: Netmask specifying the granularity of the IPv6 persistence mechanism. + - 1.3.6.1.4.1.9586.100.5.3.3.1.51 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerHashed + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.52 + type: gauge + help: If set to true(1), entries will be hashed. - 1.3.6.1.4.1.9586.100.5.3.3.1.52 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: virtualServerSHFallback + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.53 + type: gauge + help: If set to true(1), SH scheduler fallback. - 1.3.6.1.4.1.9586.100.5.3.3.1.53 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: virtualServerSHPort + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.54 + type: gauge + help: If set to true(1), SH scheduler use port. - 1.3.6.1.4.1.9586.100.5.3.3.1.54 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: virtualServerSched3 + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.55 + type: gauge + help: If set to true(1), scheduler flag 3 set. - 1.3.6.1.4.1.9586.100.5.3.3.1.55 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: virtualServerActionWhenDown + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.56 + type: gauge + help: What action is performed when the real servers are down - 1.3.6.1.4.1.9586.100.5.3.3.1.56 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: remove + 2: inhibit + - name: virtualServerRetry + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.57 + type: gauge + help: Default number of retries of checker before marking failed. - 1.3.6.1.4.1.9586.100.5.3.3.1.57 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerDelayBeforeRetry + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.58 + type: gauge + help: Default number of seconds between retrying a checker ofter it has failed. + - 1.3.6.1.4.1.9586.100.5.3.3.1.58 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerWarmup + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.59 + type: gauge + help: Maximum number of seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.3.1.59 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerWeight + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.60 + type: gauge + help: Default wieght for each real server. - 1.3.6.1.4.1.9586.100.5.3.3.1.60 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerSmtpAlert + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.61 + type: gauge + help: Will SMTP alert be sent for this virtual server? - 1.3.6.1.4.1.9586.100.5.3.3.1.61 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: virtualServerMHFallback + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.62 + type: gauge + help: If set to true(1), MH scheduler fallback. - 1.3.6.1.4.1.9586.100.5.3.3.1.62 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: virtualServerMHPort + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.63 + type: gauge + help: If set to true(1), MH scheduler use port. - 1.3.6.1.4.1.9586.100.5.3.3.1.63 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: virtualServerDelayLoopUsec + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.64 + type: gauge + help: Delay in micro-seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.3.1.64 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerDelayBeforeRetrUsec + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.65 + type: gauge + help: Default number of micro-seconds between retrying a checker ofter it has + failed. - 1.3.6.1.4.1.9586.100.5.3.3.1.65 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerWarmupUsec + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.66 + type: gauge + help: Maximum number of micro-seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.3.1.66 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerConnTimeoutUsec + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.67 + type: gauge + help: Maximum number of micro-seconds for checker to establish connection. - + 1.3.6.1.4.1.9586.100.5.3.3.1.67 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerTunnelType + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.68 + type: gauge + help: Default forwarding tunnel type use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.68 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: ipip + 2: gue + 3: gre + - name: virtualServerTunnelPort + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.69 + type: gauge + help: Default forwarding tunnel GUE port use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.69 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: virtualServerTunnelCsum + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.70 + type: gauge + help: Default forwarding tunnel checksum type use for this virtual server. - + 1.3.6.1.4.1.9586.100.5.3.3.1.70 + indexes: + - labelname: virtualServerIndex + type: gauge + enum_values: + 1: nocsum + 2: csum + 3: remcsum + - name: virtualServerName + oid: 1.3.6.1.4.1.9586.100.5.3.3.1.71 + type: DisplayString + help: Optional SNMP name of this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.71 + indexes: + - labelname: virtualServerIndex + type: gauge + - name: realServerIndex + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.1 + type: gauge + help: Index of the real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.1 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerType + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.2 + type: gauge + help: 'Type of real server: either a regular real server or a sorry server. + - 1.3.6.1.4.1.9586.100.5.3.4.1.2' + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + enum_values: + 1: regular + 2: sorry + - name: realServerAddrType + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.3 + type: gauge + help: Address family for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.3 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: realServerAddress + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.4 + type: InetAddress + help: IP address of this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.4 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerPort + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.5 + type: gauge + help: Port of the service. - 1.3.6.1.4.1.9586.100.5.3.4.1.5 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatus + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.6 + type: gauge + help: Status of this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.6 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + enum_values: + 1: alive + 2: dead + - name: realServerWeight + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.7 + type: gauge + help: Weight of this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.7 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerUpperConnectionLimit + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.8 + type: gauge + help: Maximum number of connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.8 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerLowerConnectionLimit + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.9 + type: gauge + help: Minimum number of connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.9 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerActionWhenDown + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.10 + type: gauge + help: What action is performed when this server is down - 1.3.6.1.4.1.9586.100.5.3.4.1.10 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + enum_values: + 1: remove + 2: inhibit + - name: realServerNotifyUp + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.11 + type: DisplayString + help: Command to execute when this server becomes alive. - 1.3.6.1.4.1.9586.100.5.3.4.1.11 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerNotifyDown + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.12 + type: DisplayString + help: Command to execute when this server becomes dead. - 1.3.6.1.4.1.9586.100.5.3.4.1.12 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerFailedChecks + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.13 + type: gauge + help: How many failed checks for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.13 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsConns + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.14 + type: gauge + help: Total number of connections scheduled for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.14 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsActiveConns + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.15 + type: gauge + help: Current active connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.15 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsInactiveConns + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.16 + type: gauge + help: Current inactive connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.16 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsPersistentConns + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.17 + type: gauge + help: Current persistent connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.17 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsInPkts + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.18 + type: counter + help: Total number of incoming packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.18 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsOutPkts + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.19 + type: counter + help: Total number of outgoing packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.19 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsInBytes + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.20 + type: counter + help: Total number of incoming bytes for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.20 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsOutBytes + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.21 + type: counter + help: Total number of outgoing bytes for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.21 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateCps + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.22 + type: gauge + help: Current connection rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.22 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateInPPS + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.23 + type: gauge + help: Current in packet rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.23 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateOutPPS + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.24 + type: gauge + help: Current out packet rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.24 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateInBPS + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.25 + type: gauge + help: Current incoming rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.25 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateOutBPS + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.26 + type: gauge + help: Current outgoing rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.26 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsConns64 + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.27 + type: counter + help: Total number of connections scheduled for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.27 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsInPkts64 + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.28 + type: counter + help: Total number of incoming packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.28 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerStatsOutPkts64 + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.29 + type: counter + help: Total number of outgoing packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.29 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateCpsLow + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.30 + type: gauge + help: Current connection rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.30 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateCpsHigh + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.31 + type: gauge + help: Current connection rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.31 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateInPPSLow + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.32 + type: gauge + help: Current in packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.32 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateInPPSHigh + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.33 + type: gauge + help: Current in packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.33 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateOutPPSLow + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.34 + type: gauge + help: Current out packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.34 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateOutPPSHigh + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.35 + type: gauge + help: Current out packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.35 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateInBPSLow + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.36 + type: gauge + help: Current incoming rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.36 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateInBPSHigh + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.37 + type: gauge + help: Current incoming rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.37 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateOutBPSLow + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.38 + type: gauge + help: Current outgoing rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.38 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerRateOutBPSHigh + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.39 + type: gauge + help: Current outgoing rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.39 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerForwardingMethod + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.40 + type: gauge + help: Forwarding method to use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.40 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + enum_values: + 1: nat + 2: dr + 3: tun + - name: realServerVirtualHost + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.41 + type: DisplayString + help: Virtualhost of this real server for HTTP like requests. - 1.3.6.1.4.1.9586.100.5.3.4.1.41 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerAlpha + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.42 + type: gauge + help: Is alpha mode enabled? - 1.3.6.1.4.1.9586.100.5.3.4.1.42 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: realServerRetry + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.43 + type: gauge + help: Default number of retries of checker before marking failed. - 1.3.6.1.4.1.9586.100.5.3.4.1.43 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerDelayBeforeRetry + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.44 + type: gauge + help: Default number of seconds between retrying a checker after it has failed. + - 1.3.6.1.4.1.9586.100.5.3.4.1.44 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerWarmup + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.45 + type: gauge + help: Maximum number of seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.4.1.45 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerDelayLoop + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.46 + type: gauge + help: Delay in seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.4.1.46 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerSmtpAlert + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.47 + type: gauge + help: Will SMTP alert be sent for this real server? - 1.3.6.1.4.1.9586.100.5.3.4.1.47 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: realServerDelayBeforeRetryUsec + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.48 + type: gauge + help: Default number of micro-seconds between retrying a checker after it has + failed. - 1.3.6.1.4.1.9586.100.5.3.4.1.48 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerWarmupUsec + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.49 + type: gauge + help: Maximum number of micro-seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.4.1.49 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerDelayLoopUsec + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.50 + type: gauge + help: Delay in micro-seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.4.1.50 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerConnTimeoutUsec + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.51 + type: gauge + help: Maximum number of micro-seconds for checker to establish connection. - + 1.3.6.1.4.1.9586.100.5.3.4.1.51 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerTunnelType + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.52 + type: gauge + help: Forwarding tunnel type use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.52 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + enum_values: + 1: ipip + 2: gue + 3: gre + - name: realServerTunnelPort + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.53 + type: gauge + help: Forwarding tunnel GUE port use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.53 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + - name: realServerTunnelCsum + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.54 + type: gauge + help: Forwarding tunnel checksum type use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.54 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + enum_values: + 1: nocsum + 2: csum + 3: remcsum + - name: realServerName + oid: 1.3.6.1.4.1.9586.100.5.3.4.1.55 + type: DisplayString + help: Optional SNMP name of this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.55 + indexes: + - labelname: virtualServerIndex + type: gauge + - labelname: realServerIndex + type: gauge + kemp_loadmaster: + walk: + - 1.3.6.1.4.1.12196.13.0 + - 1.3.6.1.4.1.12196.13.1 + - 1.3.6.1.4.1.12196.13.2 + - 1.3.6.1.4.1.2021.10.1.2 + - 1.3.6.1.4.1.2021.10.1.5 + - 1.3.6.1.4.1.2021.4 + get: + - 1.3.6.1.4.1.2021.11.10.0 + - 1.3.6.1.4.1.2021.11.11.0 + - 1.3.6.1.4.1.2021.11.9.0 + metrics: + - name: version + oid: 1.3.6.1.4.1.12196.13.0.1 + type: DisplayString + help: The version of the netfilter modules - 1.3.6.1.4.1.12196.13.0.1 + - name: numServices + oid: 1.3.6.1.4.1.12196.13.0.2 + type: gauge + help: The current number of Virtual Services - 1.3.6.1.4.1.12196.13.0.2 + - name: hashTableSize + oid: 1.3.6.1.4.1.12196.13.0.3 + type: gauge + help: The size of hash table for L4 connection contexts - 1.3.6.1.4.1.12196.13.0.3 + - name: tcpTimeOut + oid: 1.3.6.1.4.1.12196.13.0.4 + type: gauge + help: The L4 TCP Timeout(s) for established connections - 1.3.6.1.4.1.12196.13.0.4 + - name: tcpFinTimeOut + oid: 1.3.6.1.4.1.12196.13.0.5 + type: gauge + help: The L4 TCP Timeout(s) for connections in FIN wait state - 1.3.6.1.4.1.12196.13.0.5 + - name: udpTimeOut + oid: 1.3.6.1.4.1.12196.13.0.6 + type: gauge + help: The L4 UDP Timeout(s) - 1.3.6.1.4.1.12196.13.0.6 + - name: daemonState + oid: 1.3.6.1.4.1.12196.13.0.7 + type: EnumAsInfo + help: The state of daemon for synchronisation of L4 connection contexts - 1.3.6.1.4.1.12196.13.0.7 + enum_values: + 0: none + 1: master + 2: backup + - name: mcastInterface + oid: 1.3.6.1.4.1.12196.13.0.8 + type: OctetString + help: The multicast interface used by L4 inter machine update daemon - 1.3.6.1.4.1.12196.13.0.8 + - name: haState + oid: 1.3.6.1.4.1.12196.13.0.9 + type: EnumAsInfo + help: The HA status of the current machine - 1.3.6.1.4.1.12196.13.0.9 + enum_values: + 0: none + 1: master + 2: standby + 3: passive + - name: patchVersion + oid: 1.3.6.1.4.1.12196.13.0.10 + type: DisplayString + help: The installed software patch version - 1.3.6.1.4.1.12196.13.0.10 + - name: totalTps + oid: 1.3.6.1.4.1.12196.13.0.11 + type: gauge + help: The current total TPS - 1.3.6.1.4.1.12196.13.0.11 + - name: sslTps + oid: 1.3.6.1.4.1.12196.13.0.12 + type: gauge + help: The current SSL TPS - 1.3.6.1.4.1.12196.13.0.12 + - name: vSIdx + oid: 1.3.6.1.4.1.12196.13.1.1.1 + type: gauge + help: The Virtual Service index - 1.3.6.1.4.1.12196.13.1.1.1 + indexes: + - labelname: vSIdx + type: gauge + - name: vSIp + oid: 1.3.6.1.4.1.12196.13.1.1.2 + type: DisplayString + help: The IP address of the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.2 + indexes: + - labelname: vSIdx + type: gauge + - name: vSPort + oid: 1.3.6.1.4.1.12196.13.1.1.3 + type: gauge + help: The Virtual Service port number - 1.3.6.1.4.1.12196.13.1.1.3 + indexes: + - labelname: vSIdx + type: gauge + - name: vSAddrtype + oid: 1.3.6.1.4.1.12196.13.1.1.4 + type: EnumAsInfo + help: The Virtual Service address type - 1.3.6.1.4.1.12196.13.1.1.4 + indexes: + - labelname: vSIdx + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: vSProtocol + oid: 1.3.6.1.4.1.12196.13.1.1.5 + type: EnumAsInfo + help: The Virtual Service protocol (TCP/UDP) - 1.3.6.1.4.1.12196.13.1.1.5 + indexes: + - labelname: vSIdx + type: gauge + enum_values: + 6: tcp + 17: udp + - name: vSSchedulingMethod + oid: 1.3.6.1.4.1.12196.13.1.1.6 + type: DisplayString + help: The Virtual Service scheduling method - 1.3.6.1.4.1.12196.13.1.1.6 + indexes: + - labelname: vSIdx + type: gauge + - name: vSPersistenceTimeout + oid: 1.3.6.1.4.1.12196.13.1.1.7 + type: gauge + help: The Virtual Service timeout for persistent connections - 1.3.6.1.4.1.12196.13.1.1.7 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCheckerType + oid: 1.3.6.1.4.1.12196.13.1.1.8 + type: DisplayString + help: The type of checker associated with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.8 + indexes: + - labelname: vSIdx + type: gauge + - name: vSAdaptiveMethod + oid: 1.3.6.1.4.1.12196.13.1.1.9 + type: DisplayString + help: The type of adaptive method used with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.9 + indexes: + - labelname: vSIdx + type: gauge + - name: vSNumDests + oid: 1.3.6.1.4.1.12196.13.1.1.10 + type: gauge + help: The number of destinations (Real Servers) for this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.10 + indexes: + - labelname: vSIdx + type: gauge + - name: vSL7persist + oid: 1.3.6.1.4.1.12196.13.1.1.11 + type: DisplayString + help: The type of persistence used with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.11 + indexes: + - labelname: vSIdx + type: gauge + - name: vSL7cookieId + oid: 1.3.6.1.4.1.12196.13.1.1.12 + type: DisplayString + help: The name of the cookie associated with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.12 + indexes: + - labelname: vSIdx + type: gauge + - name: vSName + oid: 1.3.6.1.4.1.12196.13.1.1.13 + type: DisplayString + help: The name of the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.13 + indexes: + - labelname: vSIdx + type: gauge + - name: vSState + oid: 1.3.6.1.4.1.12196.13.1.1.14 + type: EnumAsInfo + help: The status of the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.14 + indexes: + - labelname: vSIdx + type: gauge + enum_values: + 1: inService + 2: outOfService + 4: disabled + 5: sorry + 6: redirect + 7: errormsg + 8: securityDown + - name: vSFollow + oid: 1.3.6.1.4.1.12196.13.1.1.15 + type: gauge + help: The Virtual Service follow port number - 1.3.6.1.4.1.12196.13.1.1.15 + indexes: + - labelname: vSIdx + type: gauge + - name: vSConns + oid: 1.3.6.1.4.1.12196.13.1.1.16 + type: counter + help: The total number of connections for this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.16 + indexes: + - labelname: vSIdx + type: gauge + - name: vSInPkts + oid: 1.3.6.1.4.1.12196.13.1.1.17 + type: counter + help: The total number of incomming packets to this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.17 + indexes: + - labelname: vSIdx + type: gauge + - name: vSOutPkts + oid: 1.3.6.1.4.1.12196.13.1.1.18 + type: counter + help: The total number of outgoing packets from this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.18 + indexes: + - labelname: vSIdx + type: gauge + - name: vSInBytes + oid: 1.3.6.1.4.1.12196.13.1.1.19 + type: counter + help: The total number of incomming bytes to this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.19 + indexes: + - labelname: vSIdx + type: gauge + - name: vSOutBytes + oid: 1.3.6.1.4.1.12196.13.1.1.20 + type: counter + help: The number of outgoing bytes from this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.20 + indexes: + - labelname: vSIdx + type: gauge + - name: vSActiveConns + oid: 1.3.6.1.4.1.12196.13.1.1.21 + type: gauge + help: The number of active connections for this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.21 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCurrentAvgRequest + oid: 1.3.6.1.4.1.12196.13.1.1.22 + type: gauge + help: Request Current Average (ms) - 1.3.6.1.4.1.12196.13.1.1.22 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCurrentAvgResponse + oid: 1.3.6.1.4.1.12196.13.1.1.23 + type: gauge + help: Response Current Average (ms) - 1.3.6.1.4.1.12196.13.1.1.23 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCurrentMaxRequest + oid: 1.3.6.1.4.1.12196.13.1.1.24 + type: gauge + help: Request Current Max (ms) - 1.3.6.1.4.1.12196.13.1.1.24 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCurrentMaxResponse + oid: 1.3.6.1.4.1.12196.13.1.1.25 + type: gauge + help: Response Current Max (ms) - 1.3.6.1.4.1.12196.13.1.1.25 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCurrentMinRequest + oid: 1.3.6.1.4.1.12196.13.1.1.26 + type: gauge + help: Request Current Min (ms) - 1.3.6.1.4.1.12196.13.1.1.26 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCurrentMinResponse + oid: 1.3.6.1.4.1.12196.13.1.1.27 + type: gauge + help: Response Current Min (ms) - 1.3.6.1.4.1.12196.13.1.1.27 + indexes: + - labelname: vSIdx + type: gauge + - name: vSLongTermAvgRequest + oid: 1.3.6.1.4.1.12196.13.1.1.28 + type: gauge + help: Request Long Term Average (ms) - 1.3.6.1.4.1.12196.13.1.1.28 + indexes: + - labelname: vSIdx + type: gauge + - name: vSLongTermAvgResponse + oid: 1.3.6.1.4.1.12196.13.1.1.29 + type: gauge + help: Response Long Term Average (ms) - 1.3.6.1.4.1.12196.13.1.1.29 + indexes: + - labelname: vSIdx + type: gauge + - name: vSLongTermMaxRequest + oid: 1.3.6.1.4.1.12196.13.1.1.30 + type: gauge + help: Request Long Term Max (ms) - 1.3.6.1.4.1.12196.13.1.1.30 + indexes: + - labelname: vSIdx + type: gauge + - name: vSLongTermMaxResponse + oid: 1.3.6.1.4.1.12196.13.1.1.31 + type: gauge + help: Response Long Term Max (ms) - 1.3.6.1.4.1.12196.13.1.1.31 + indexes: + - labelname: vSIdx + type: gauge + - name: vSLongTermMinRequest + oid: 1.3.6.1.4.1.12196.13.1.1.32 + type: gauge + help: Request Long Term Min (ms) - 1.3.6.1.4.1.12196.13.1.1.32 + indexes: + - labelname: vSIdx + type: gauge + - name: vSLongTermMinResponse + oid: 1.3.6.1.4.1.12196.13.1.1.33 + type: gauge + help: Response Long Term Min (ms) - 1.3.6.1.4.1.12196.13.1.1.33 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCurrentAvgRTTTimes + oid: 1.3.6.1.4.1.12196.13.1.1.34 + type: gauge + help: Round Trip Times Current Average (ms) - 1.3.6.1.4.1.12196.13.1.1.34 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCurrentMaxRTTTimes + oid: 1.3.6.1.4.1.12196.13.1.1.35 + type: gauge + help: Round Trip Times Current Max (ms) - 1.3.6.1.4.1.12196.13.1.1.35 + indexes: + - labelname: vSIdx + type: gauge + - name: vSCurrentMinRTTTimes + oid: 1.3.6.1.4.1.12196.13.1.1.36 + type: gauge + help: Round Trip Times Current Min (ms) - 1.3.6.1.4.1.12196.13.1.1.36 + indexes: + - labelname: vSIdx + type: gauge + - name: vSLongTermAvgRTTTimes + oid: 1.3.6.1.4.1.12196.13.1.1.37 + type: gauge + help: Round Trip Times Long Term Average (ms) - 1.3.6.1.4.1.12196.13.1.1.37 + indexes: + - labelname: vSIdx + type: gauge + - name: vSLongTermMaxRTTTimes + oid: 1.3.6.1.4.1.12196.13.1.1.38 + type: gauge + help: Round Trip Times Long Term Max (ms) - 1.3.6.1.4.1.12196.13.1.1.38 + indexes: + - labelname: vSIdx + type: gauge + - name: vSLongTermMinRTTTimes + oid: 1.3.6.1.4.1.12196.13.1.1.39 + type: gauge + help: Round Trip Times Long Term Min (ms) - 1.3.6.1.4.1.12196.13.1.1.39 + indexes: + - labelname: vSIdx + type: gauge + - name: rSVsIdx + oid: 1.3.6.1.4.1.12196.13.2.1.1 + type: gauge + help: The id of the associated Virtual Service - 1.3.6.1.4.1.12196.13.2.1.1 + indexes: + - labelname: rSIdx + type: gauge + - name: rSIp + oid: 1.3.6.1.4.1.12196.13.2.1.2 + type: DisplayString + help: The IP address of the Real Server - 1.3.6.1.4.1.12196.13.2.1.2 + indexes: + - labelname: rSIdx + type: gauge + - name: rSPort + oid: 1.3.6.1.4.1.12196.13.2.1.3 + type: gauge + help: The Real Server port number - 1.3.6.1.4.1.12196.13.2.1.3 + indexes: + - labelname: rSIdx + type: gauge + - name: rSAddrType + oid: 1.3.6.1.4.1.12196.13.2.1.4 + type: EnumAsInfo + help: The Real Server address type - 1.3.6.1.4.1.12196.13.2.1.4 + indexes: + - labelname: rSIdx + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: rSIdx + oid: 1.3.6.1.4.1.12196.13.2.1.5 + type: gauge + help: The Real Server index - 1.3.6.1.4.1.12196.13.2.1.5 + indexes: + - labelname: rSIdx + type: gauge + - name: rSForwardingMethod + oid: 1.3.6.1.4.1.12196.13.2.1.6 + type: DisplayString + help: The forwarding method used for Real Server - 1.3.6.1.4.1.12196.13.2.1.6 + indexes: + - labelname: rSIdx + type: gauge + - name: rSWeight + oid: 1.3.6.1.4.1.12196.13.2.1.7 + type: gauge + help: The configured weight of the Real Server - 1.3.6.1.4.1.12196.13.2.1.7 + indexes: + - labelname: rSIdx + type: gauge + - name: rSState + oid: 1.3.6.1.4.1.12196.13.2.1.8 + type: EnumAsInfo + help: The current status of the Real Server - 1.3.6.1.4.1.12196.13.2.1.8 + indexes: + - labelname: rSIdx + type: gauge + enum_values: + 1: inService + 2: outOfService + 4: disabled + - name: rSConns + oid: 1.3.6.1.4.1.12196.13.2.1.12 + type: counter + help: The total number of connections for this Real Server - 1.3.6.1.4.1.12196.13.2.1.12 + indexes: + - labelname: rSIdx + type: gauge + - name: rSInPkts + oid: 1.3.6.1.4.1.12196.13.2.1.13 + type: counter + help: The total number of incoming packets to this Real Server - 1.3.6.1.4.1.12196.13.2.1.13 + indexes: + - labelname: rSIdx + type: gauge + - name: rSOutPkts + oid: 1.3.6.1.4.1.12196.13.2.1.14 + type: counter + help: The total number of outgoing packets from this Real Server - 1.3.6.1.4.1.12196.13.2.1.14 + indexes: + - labelname: rSIdx + type: gauge + - name: rSInBytes + oid: 1.3.6.1.4.1.12196.13.2.1.15 + type: counter + help: The total number of incoming bytes to this Real Server - 1.3.6.1.4.1.12196.13.2.1.15 + indexes: + - labelname: rSIdx + type: gauge + - name: rSOutBytes + oid: 1.3.6.1.4.1.12196.13.2.1.16 + type: counter + help: The total number of outgoing bytes from this Real Server - 1.3.6.1.4.1.12196.13.2.1.16 + indexes: + - labelname: rSIdx + type: gauge + - name: rSActiveConns + oid: 1.3.6.1.4.1.12196.13.2.1.17 + type: gauge + help: The number of active connections for this Real Server - 1.3.6.1.4.1.12196.13.2.1.17 + indexes: + - labelname: rSIdx + type: gauge + - name: rSInactiveConns + oid: 1.3.6.1.4.1.12196.13.2.1.18 + type: counter + help: The number of inactive connections for this Real Server - 1.3.6.1.4.1.12196.13.2.1.18 + indexes: + - labelname: rSIdx + type: gauge + - name: rSCurrentAvgRequest + oid: 1.3.6.1.4.1.12196.13.2.1.19 + type: gauge + help: Request Current Average (ms) - 1.3.6.1.4.1.12196.13.2.1.19 + indexes: + - labelname: rSIdx + type: gauge + - name: rSCurrentAvgResponse + oid: 1.3.6.1.4.1.12196.13.2.1.20 + type: gauge + help: Response Current Average (ms) - 1.3.6.1.4.1.12196.13.2.1.20 + indexes: + - labelname: rSIdx + type: gauge + - name: rSCurrentMaxRequest + oid: 1.3.6.1.4.1.12196.13.2.1.21 + type: gauge + help: Request Current Max (ms) - 1.3.6.1.4.1.12196.13.2.1.21 + indexes: + - labelname: rSIdx + type: gauge + - name: rSCurrentMaxResponse + oid: 1.3.6.1.4.1.12196.13.2.1.22 + type: gauge + help: Response Current Max (ms) - 1.3.6.1.4.1.12196.13.2.1.22 + indexes: + - labelname: rSIdx + type: gauge + - name: rSCurrentMinRequest + oid: 1.3.6.1.4.1.12196.13.2.1.23 + type: gauge + help: Request Current Min (ms) - 1.3.6.1.4.1.12196.13.2.1.23 + indexes: + - labelname: rSIdx + type: gauge + - name: rSCurrentMinResponse + oid: 1.3.6.1.4.1.12196.13.2.1.24 + type: gauge + help: Response Current Min (ms) - 1.3.6.1.4.1.12196.13.2.1.24 + indexes: + - labelname: rSIdx + type: gauge + - name: rSLongTermAvgRequest + oid: 1.3.6.1.4.1.12196.13.2.1.25 + type: gauge + help: Request Long Term Average (ms) - 1.3.6.1.4.1.12196.13.2.1.25 + indexes: + - labelname: rSIdx + type: gauge + - name: rSLongTermAvgResponse + oid: 1.3.6.1.4.1.12196.13.2.1.26 + type: gauge + help: Response Long Term Average (ms) - 1.3.6.1.4.1.12196.13.2.1.26 + indexes: + - labelname: rSIdx + type: gauge + - name: rSLongTermMaxRequest + oid: 1.3.6.1.4.1.12196.13.2.1.27 + type: gauge + help: Request Long Term Max (ms) - 1.3.6.1.4.1.12196.13.2.1.27 + indexes: + - labelname: rSIdx + type: gauge + - name: rSLongTermMaxResponse + oid: 1.3.6.1.4.1.12196.13.2.1.28 + type: gauge + help: Response Long Term Max (ms) - 1.3.6.1.4.1.12196.13.2.1.28 + indexes: + - labelname: rSIdx + type: gauge + - name: rSLongTermMinRequest + oid: 1.3.6.1.4.1.12196.13.2.1.29 + type: gauge + help: Request Long Term Min (ms) - 1.3.6.1.4.1.12196.13.2.1.29 + indexes: + - labelname: rSIdx + type: gauge + - name: rSLongTermMinResponse + oid: 1.3.6.1.4.1.12196.13.2.1.30 + type: gauge + help: Response Long Term Min (ms) - 1.3.6.1.4.1.12196.13.2.1.30 + indexes: + - labelname: rSIdx + type: gauge + - name: rSCurrentAvgRTTTimes + oid: 1.3.6.1.4.1.12196.13.2.1.31 + type: gauge + help: Round Trip Times Current Average (ms) - 1.3.6.1.4.1.12196.13.2.1.31 + indexes: + - labelname: rSIdx + type: gauge + - name: rSCurrentMaxRTTTimes + oid: 1.3.6.1.4.1.12196.13.2.1.32 + type: gauge + help: Round Trip Times Current Max (ms) - 1.3.6.1.4.1.12196.13.2.1.32 + indexes: + - labelname: rSIdx + type: gauge + - name: rSCurrentMinRTTTimes + oid: 1.3.6.1.4.1.12196.13.2.1.33 + type: gauge + help: Round Trip Times Current Min (ms) - 1.3.6.1.4.1.12196.13.2.1.33 + indexes: + - labelname: rSIdx + type: gauge + - name: rSLongTermAvgRTTTimes + oid: 1.3.6.1.4.1.12196.13.2.1.34 + type: gauge + help: Round Trip Times Long Term Average (ms) - 1.3.6.1.4.1.12196.13.2.1.34 + indexes: + - labelname: rSIdx + type: gauge + - name: rSLongTermMaxRTTTimes + oid: 1.3.6.1.4.1.12196.13.2.1.35 + type: gauge + help: Round Trip Times Long Term Max (ms) - 1.3.6.1.4.1.12196.13.2.1.35 + indexes: + - labelname: rSIdx + type: gauge + - name: rSLongTermMinRTTTimes + oid: 1.3.6.1.4.1.12196.13.2.1.36 + type: gauge + help: Round Trip Times Long Term Min (ms) - 1.3.6.1.4.1.12196.13.2.1.36 + indexes: + - labelname: rSIdx + type: gauge + - name: laNames + oid: 1.3.6.1.4.1.2021.10.1.2 + type: DisplayString + help: The list of loadave names we're watching. - 1.3.6.1.4.1.2021.10.1.2 + indexes: + - labelname: laIndex + type: gauge + - name: laLoadInt + oid: 1.3.6.1.4.1.2021.10.1.5 + type: gauge + help: The 1,5 and 15 minute load averages as an integer - 1.3.6.1.4.1.2021.10.1.5 + indexes: + - labelname: laIndex + type: gauge + - name: ssCpuSystem + oid: 1.3.6.1.4.1.2021.11.10 + type: gauge + help: The percentage of CPU time spent processing system-level code, calculated + over the last minute - 1.3.6.1.4.1.2021.11.10 + - name: ssCpuIdle + oid: 1.3.6.1.4.1.2021.11.11 + type: gauge + help: The percentage of processor time spent idle, calculated over the last + minute - 1.3.6.1.4.1.2021.11.11 + - name: ssCpuUser + oid: 1.3.6.1.4.1.2021.11.9 + type: gauge + help: The percentage of CPU time spent processing user-level code, calculated + over the last minute - 1.3.6.1.4.1.2021.11.9 + - name: memIndex + oid: 1.3.6.1.4.1.2021.4.1 + type: gauge + help: Bogus Index - 1.3.6.1.4.1.2021.4.1 + - name: memErrorName + oid: 1.3.6.1.4.1.2021.4.2 + type: DisplayString + help: Bogus Name - 1.3.6.1.4.1.2021.4.2 + - name: memTotalSwap + oid: 1.3.6.1.4.1.2021.4.3 + type: gauge + help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.3 + - name: memAvailSwap + oid: 1.3.6.1.4.1.2021.4.4 + type: gauge + help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.4 + - name: memTotalReal + oid: 1.3.6.1.4.1.2021.4.5 + type: gauge + help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5 + - name: memAvailReal + oid: 1.3.6.1.4.1.2021.4.6 + type: gauge + help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6 + - name: memTotalSwapTXT + oid: 1.3.6.1.4.1.2021.4.7 + type: gauge + help: The total amount of swap space or virtual memory allocated for text pages + on this host - 1.3.6.1.4.1.2021.4.7 + - name: memAvailSwapTXT + oid: 1.3.6.1.4.1.2021.4.8 + type: gauge + help: The amount of swap space or virtual memory currently being used by text + pages on this host - 1.3.6.1.4.1.2021.4.8 + - name: memTotalRealTXT + oid: 1.3.6.1.4.1.2021.4.9 + type: gauge + help: The total amount of real/physical memory allocated for text pages on this + host - 1.3.6.1.4.1.2021.4.9 + - name: memAvailRealTXT + oid: 1.3.6.1.4.1.2021.4.10 + type: gauge + help: The amount of real/physical memory currently being used by text pages + on this host - 1.3.6.1.4.1.2021.4.10 + - name: memTotalFree + oid: 1.3.6.1.4.1.2021.4.11 + type: gauge + help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.11 + - name: memMinimumSwap + oid: 1.3.6.1.4.1.2021.4.12 + type: gauge + help: The minimum amount of swap space expected to be kept free or available + during normal operation of this host - 1.3.6.1.4.1.2021.4.12 + - name: memShared + oid: 1.3.6.1.4.1.2021.4.13 + type: gauge + help: The total amount of real or virtual memory currently allocated for use + as shared memory - 1.3.6.1.4.1.2021.4.13 + - name: memBuffer + oid: 1.3.6.1.4.1.2021.4.14 + type: gauge + help: The total amount of real or virtual memory currently allocated for use + as memory buffers - 1.3.6.1.4.1.2021.4.14 + - name: memCached + oid: 1.3.6.1.4.1.2021.4.15 + type: gauge + help: The total amount of real or virtual memory currently allocated for use + as cached memory - 1.3.6.1.4.1.2021.4.15 + - name: memUsedSwapTXT + oid: 1.3.6.1.4.1.2021.4.16 + type: gauge + help: The amount of swap space or virtual memory currently being used by text + pages on this host - 1.3.6.1.4.1.2021.4.16 + - name: memUsedRealTXT + oid: 1.3.6.1.4.1.2021.4.17 + type: gauge + help: The amount of real/physical memory currently being used by text pages + on this host - 1.3.6.1.4.1.2021.4.17 + - name: memTotalSwapX + oid: 1.3.6.1.4.1.2021.4.18 + type: counter + help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.18 + - name: memAvailSwapX + oid: 1.3.6.1.4.1.2021.4.19 + type: counter + help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.19 + - name: memTotalRealX + oid: 1.3.6.1.4.1.2021.4.20 + type: counter + help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.20 + - name: memAvailRealX + oid: 1.3.6.1.4.1.2021.4.21 + type: counter + help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.21 + - name: memTotalFreeX + oid: 1.3.6.1.4.1.2021.4.22 + type: counter + help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.22 + - name: memMinimumSwapX + oid: 1.3.6.1.4.1.2021.4.23 + type: counter + help: The minimum amount of swap space expected to be kept free or available + during normal operation of this host - 1.3.6.1.4.1.2021.4.23 + - name: memSharedX + oid: 1.3.6.1.4.1.2021.4.24 + type: counter + help: The total amount of real or virtual memory currently allocated for use + as shared memory - 1.3.6.1.4.1.2021.4.24 + - name: memBufferX + oid: 1.3.6.1.4.1.2021.4.25 + type: counter + help: The total amount of real or virtual memory currently allocated for use + as memory buffers - 1.3.6.1.4.1.2021.4.25 + - name: memCachedX + oid: 1.3.6.1.4.1.2021.4.26 + type: counter + help: The total amount of real or virtual memory currently allocated for use + as cached memory - 1.3.6.1.4.1.2021.4.26 + - name: memSwapError + oid: 1.3.6.1.4.1.2021.4.100 + type: gauge + help: Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'), + is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.100 + enum_values: + 0: noError + 1: error + - name: memSwapErrorMsg + oid: 1.3.6.1.4.1.2021.4.101 + type: DisplayString + help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), + is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101 + liebert_pdu: + walk: + - 1.3.6.1.4.1.476.1.42.3.8.20 + - 1.3.6.1.4.1.476.1.42.3.8.30.20 + - 1.3.6.1.4.1.476.1.42.3.8.30.40 + - 1.3.6.1.4.1.476.1.42.3.8.50.20 + - 1.3.6.1.4.1.476.1.42.3.8.60.10 + metrics: + - name: lgpPduEntryIndex + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.1 + type: gauge + help: This is the index that indicates the row of the 'lgpPduTable'. - 1.3.6.1.4.1.476.1.42.3.8.20.1.1 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntryId + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.5 + type: gauge + help: This is an internal index representing a unique identifier for each PDU + represented by this agent - 1.3.6.1.4.1.476.1.42.3.8.20.1.5 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntryUsrLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.10 + type: DisplayString + help: This is a user assigned label representing the PDU. - 1.3.6.1.4.1.476.1.42.3.8.20.1.10 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + help: System assigned identifier representing the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntryPositionRelative + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.20 + type: gauge + help: This is a one-based value that indicates the PDU's relative position within + a rack or other enclosing entity. - 1.3.6.1.4.1.476.1.42.3.8.20.1.20 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntrySysStatus + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.25 + type: gauge + help: This value represents a bit-field of the various operational states of + the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.25 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntryUsrTag1 + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.35 + type: DisplayString + help: This is a user assigned Tag for the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.35 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntryUsrTag2 + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.40 + type: DisplayString + help: This is a user assigned Tag for the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.40 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntrySerialNumber + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.45 + type: DisplayString + help: System assigned serial number for this PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.45 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntryRbCount + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.50 + type: gauge + help: Number of receptacle branches (Rb) within this PDU. - 1.3.6.1.4.1.476.1.42.3.8.20.1.50 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - name: lgpPduEntrySWOverCurrentProtection + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.55 + type: gauge + help: This is the PDU Software Over Current Protection feature which will prevent + unused receptacles from turning on when the 'PDU Over Current Warning' or + 'PDU Over Current Alarm' threshold is violated - 1.3.6.1.4.1.476.1.42.3.8.20.1.55 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + enum_values: + 0: disabled + 1: enable + - name: lgpPduPsEntryIndex + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.5 + type: gauge + help: This is a unique identifier for the Power Source within a given PDU - + 1.3.6.1.4.1.476.1.42.3.8.30.20.1.5 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryId + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.10 + type: gauge + help: This is a unique entry id representing a given PDU power source for the + PDU. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.10 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + help: System assigned identifier for this power source - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryModel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.20 + type: DisplayString + help: This is the model name (identifier) of the power supply. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.20 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryWiringType + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.25 + type: gauge + help: The PDU's power supply physical wiring type - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.25 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + enum_values: + 0: not-specified + 1: single-phase-3-wire-L1-N-PE + 2: two-phase-3-wire-L1-L2-PE + 3: three-phase-4-wire-L1-L2-L3-PE + 4: three-phase-5-wire-L1-L2-L3-N-PE + 5: two-phase-4-wire-L1-L2-N-PE + - name: lgpPduPsEntryEpInputRated + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.30 + type: gauge + help: Rated Input Line Voltage for the power source (i.e - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.30 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryEcInputRated + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.35 + type: gauge + help: This is the rated input line current for the module (it is NOT the measured + current). - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.35 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryFreqRated + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.40 + type: gauge + help: Rated input line frequency for this power source (i.e - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.40 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryEnergyAccum + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.50 + type: gauge + help: Total accumulated energy, measured at the power source input, since the + last energy reset - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.50 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntrySerialNum + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.55 + type: DisplayString + help: This is a unique serial number of the power supply - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.55 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryFirmwareVersion + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.60 + type: DisplayString + help: This is the version of the firmware installed on the PDU's power supply. + - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.60 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryPwrTotal + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.65 + type: gauge + help: Total input power for this power supply - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.65 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryEcNeutral + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.70 + type: gauge + help: The neutral current measured at the PDU's power source. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.70 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryEcNeutralThrshldOvrWarn + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.75 + type: gauge + help: The threshold at which an over current warning is activated - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.75 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryEcNeutralThrshldOvrAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.80 + type: gauge + help: The threshold at which an over current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.80 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryUnbalancedLoadThrshldAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.85 + type: gauge + help: The parameter is for setting the maximum acceptable percentage of 'Unbalanced + Load' between any two phases - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.85 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryApTotal + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.90 + type: gauge + help: Total Apparent power for this power supply - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.90 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryPfTotal + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.95 + type: gauge + help: Total power factor, which is real power/apparent power for all phases + combined - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.95 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryEcResidual + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.100 + type: gauge + help: The measured residual current. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.100 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsEntryEcResidualThrshldOvrAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.105 + type: gauge + help: The threshold at which an over current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.105 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryIndex + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.5 + type: gauge + help: This is the index that indicates the line/phase of the measurements in + the given row of the 'lgpPduPsLineTable'. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.5 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryId + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.10 + type: gauge + help: Unique identifier (within a PDU) for the PDU's power source - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.10 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryLine + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.15 + type: gauge + help: The line number (phase) that the measurement represents for all measurements + in a given row of the table - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.15 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + enum_values: + 1: phase1 + 2: phase2 + 3: phase3 + - name: lgpPduPsLineEntryEpLNTenths + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.19 + type: gauge + help: Alternating Current RMS Line to Neutral Electrical Potential measurement + - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.19 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEpLN + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.20 + type: gauge + help: Alternating Current RMS Line to Neutral Electrical Potential measurement + - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.20 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEc + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.21 + type: gauge + help: Total input line-to-neutral electrical current - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.21 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEcHundredths + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.22 + type: gauge + help: Total input line-to-neutral electrical current - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.22 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEcThrshldUndrAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.35 + type: gauge + help: The threshold at which an under current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.35 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEcThrshldOvrWarn + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.36 + type: gauge + help: The threshold at which an over current warning is activated - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.36 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEcThrshldOvrAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.37 + type: gauge + help: The threshold at which an over current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.37 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEcAvailBeforeAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.38 + type: gauge + help: The amount that the current/amperage may increase from its present value + before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.38 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEcUsedBeforeAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.39 + type: gauge + help: The percent of current utilization relative to the over current alarm + threshold. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.39 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEpLL + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.60 + type: gauge + help: Line to Line Electrical Potential - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.60 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEpLLTenths + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.61 + type: gauge + help: Line to Line Electrical Potential - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.61 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryEcAvailBeforeAlarmHundredths + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.62 + type: gauge + help: The amount that the current/amperage may increase from its present value + before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.62 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryPwrLN + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.63 + type: gauge + help: The line-to-neutral measurement of the Real Power (Watts) - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.63 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryPwrLL + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.64 + type: gauge + help: The line-to-line measurement of the Real Power (Watts) - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.64 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryApLN + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.65 + type: gauge + help: The line-to-neutral measurement of the Apparent Power (VA) - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.65 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryApLL + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.66 + type: gauge + help: The line-to-line measurement of the Apparent Power (VA) - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.66 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryPfLN + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.67 + type: gauge + help: The line-to-neutral measurement of the Power Factor of the power source + - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.67 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduPsLineEntryPfLL + oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.68 + type: gauge + help: The line-to-line measurement of the Power Factor of the power source - + 1.3.6.1.4.1.476.1.42.3.8.30.40.1.68 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduPsEntryIndex + type: gauge + - labelname: lgpPduPsLineEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduPsEntryIndex + labelname: lgpPduPsEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15 + type: DisplayString + - name: lgpPduRcpEntryIndex + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.1 + type: gauge + help: This is the index that indicates the receptacle position on the receptacle + branch - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.1 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryId + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.5 + type: gauge + help: A runtime assigned receptacle identification number. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.5 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryUsrLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.10 + type: DisplayString + help: User assigned label for this receptacle. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.10 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryUsrTag1 + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.15 + type: DisplayString + help: User assigned Tag to assist in identifying or grouping this receptacle + within the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.15 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryUsrTag2 + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.20 + type: DisplayString + help: User assigned Tag to assist in identifying or grouping this receptacle + within the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.20 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + help: System assigned identifier representing the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryPosition + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.30 + type: gauge + help: A number representing the position of the receptacle within the receptacle + branch. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.30 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryType + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.40 + type: gauge + help: The type or form of receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.40 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 0: not-specified + 1: nema-5-20R-20-Amp + 2: iec-C13-sheet-F-10-Amp + 3: iec-C19-sheet-J-16-Amp + 7: cee-7-type-E-schuko + 8: nema-L6-30R-30-Amp + - name: lgpPduRcpEntryLineSource + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.45 + type: gauge + help: This represents the line source that is supplying power to this receptacle + - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.45 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 0: not-specified + 1: line-1-N + 2: line-2-N + 3: line-3-N + 4: line-1-line-2 + 5: line-2-line-3 + 6: line-3-line-1 + 7: unknown-line-neutral + 8: unknown-line-line + - name: lgpPduRcpEntryCapabilities + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.50 + type: gauge + help: Receptacle capabilities describes what an individual receptacle is capable + of - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.50 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 0: not-specified + 1: no-optional-capabilities + 2: measurement-only + 3: measurement-and-control + 4: control-only + 5: current-measurement-only + 6: current-measurement-and-control + - name: lgpPduRcpEntryEp + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.55 + type: gauge + help: Voltage being delivered to the load attached to the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.55 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEpTenths + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.56 + type: gauge + help: Voltage being delivered to the load attached to the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.56 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEc + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.60 + type: gauge + help: Current (amperage) being delivered to the load attached to the receptacle + - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.60 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEcHundredths + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.61 + type: gauge + help: Current (amperage) being delivered to the load attached to the receptacle + - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.61 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryPwrOut + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.65 + type: gauge + help: Real Power (watts) being delivered to the load attached to the receptacle. + - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.65 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryApOut + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.70 + type: gauge + help: Apparent Power (volt-amps) being delivered to the load attached to the + receptacle. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.70 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryPf + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.75 + type: gauge + help: Receptacle Power Factor, which is the ratio of real power to apparent + power (i.e - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.75 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryFreq + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.80 + type: gauge + help: The measured line frequency being delivered to the load attached to the + receptacle. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.80 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEnergyAccum + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.85 + type: gauge + help: Total accumulated energy, measured at the module input, since the last + energy reset - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.85 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryPwrOnDelay + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.90 + type: gauge + help: The amount of time to wait before power is applied to the receptacle after + a power strip is turned on or rebooted - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.90 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryPwrState + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.95 + type: gauge + help: unknown The current power state is unknown - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.95 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 0: unknown + 1: "off" + 2: "on" + 3: off-pending-on-delay + - name: lgpPduRcpEntryPwrUpState + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.96 + type: gauge + help: The 'Power Up State' defines the state to which the receptacle shall return + after a power cycle of the PDU - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.96 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 1: "on" + 2: "off" + 3: last-state + - name: lgpPduRcpEntryControl + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.100 + type: gauge + help: This object represents the current and persistent (configured) power state + of the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.100 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 0: "off" + 1: "on" + 2: cycle-power + - name: lgpPduRcpEntryControlLock + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.105 + type: gauge + help: This object represents the locked state of the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.105 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 0: unknown + 1: unlocked + 2: locked + - name: lgpPduRcpEntryEcThrshldUnderAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.150 + type: gauge + help: The threshold at which an under current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.150 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEcThrshldOverWarn + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.151 + type: gauge + help: The threshold at which an over current warning is activated - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.151 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEcThrshldOverAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.152 + type: gauge + help: The threshold at which an over current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.152 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEcAvailBeforeAlarmHundredths + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.159 + type: gauge + help: The amount that the current/amperage may increase from its present value + before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.159 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEcAvailBeforeAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.160 + type: gauge + help: The amount that the current/amperage may increase from its present value + before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.160 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEcUsedBeforeAlarm + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.161 + type: gauge + help: The percent of current utilization relative to the over current alarm + threshold. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.161 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryEcCrestFactor + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.162 + type: gauge + help: Receptacle current crest factor, which is the peak amplitude of the current + waveform divided by the RMS value of the waveform. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.162 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryBlinkLED + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.200 + type: gauge + help: Blink the receptacle LED - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.200 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 1: noAction + 2: blinkLED + - name: lgpPduRcpEntrySwOverTemperatureProtection + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.205 + type: gauge + help: 'The configuration parameter to enable or disable the Receptacle SW Over + Temperature Protection feature If the feature is enabled, in case of Over + Temperature Alarm condition, following action will be taken on the receptacles: + Locked & Off - No Change Unlocked & Off - No Change Unlocked & On - Turn it + Off - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.205' + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 0: disable + 1: enable + - name: lgpPduRcpEntryOperationCondition + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.210 + type: gauge + help: Receptacle Operating Condition - indicates the condition of the receptacle + - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.210 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 1: normalOperation + 2: normalWithWarning + 3: normalWithAlarm + 4: abnormal + - name: lgpPduRcpEntryCriticality + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.215 + type: gauge + help: The configuration parameter can be used by the user to mark a receptacle + as critical or non-critical. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.215 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + enum_values: + 0: critical + 1: notCritical + - name: lgpPduRcpEntryPostOnDelay + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.220 + type: gauge + help: The 'Post On Delay' is the time interval (in seconds) that the PDU waits + after a command is issued to switch ON a receptacle before applying power + to the receptacle A value of zero implies that there is no delay (i.e - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.220 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryPostOffDelay + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.225 + type: gauge + help: The 'Post Off Delay' is the time interval (in seconds) that the PDU waits + after a command is issued to switch OFF a receptacle before removing power + from the receptacle A value of zero implies that there is no delay (i.e - + 1.3.6.1.4.1.476.1.42.3.8.50.20.1.225 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryAddReceptacleToGroup + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.230 + type: OctetString + help: This receptacle can be added to a group by writing a corresponding OID + to this column - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.230 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduRcpEntryRemoveReceptacleFromGroup + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.235 + type: OctetString + help: This receptacle can be removed from a group by writing a corresponding + OID to this column - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.235 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduRbEntryIndex + type: gauge + - labelname: lgpPduRcpEntryIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduRcpEntryIndex + labelname: lgpPduRcpEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25 + type: DisplayString + - name: lgpPduAuxSensorIndex + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.1 + type: gauge + help: This is the index indicating the nth element of the table. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.1 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorMeasType + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.5 + type: gauge + help: not-specified The type of sensor is unknown - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.5 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + enum_values: + 0: not-specified + 1: temperature + 2: humidity + 3: temperature-and-humidity + - name: lgpPduAuxSensorId + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.10 + type: gauge + help: System assigned auxiliary sensor identification number - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.10 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + help: Label assigned to the auxiliary sensor at runtime by the system - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorPositionRelative + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.20 + type: gauge + help: Auxiliary sensor relative position - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.20 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorUsrLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.25 + type: DisplayString + help: User assigned auxiliary sensor label. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.25 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorUsrTag1 + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.30 + type: DisplayString + help: User assigned Tag to assist in identifying or grouping this auxiliary + sensor within the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.30 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorUsrTag2 + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.35 + type: DisplayString + help: User assigned Tag to assist in identifying or grouping this auxiliary + sensor within the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.35 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempSerialNum + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.40 + type: DisplayString + help: The temperature sensor's globally unique serial number assigned at the + time of manufacture. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.40 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorHumSerialNum + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.45 + type: DisplayString + help: The humidity sensor's globally unique serial number assigned at the time + of manufacture. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.45 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempMeasurementDegF + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.50 + type: gauge + help: Temperature measured at the temperature sensor reported in degrees Fahrenheit. + - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.50 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempThrshldUndrAlmDegF + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.55 + type: gauge + help: Under temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.55 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempThrshldOvrAlmDegF + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.60 + type: gauge + help: Over temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.60 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempThrshldUndrWarnDegF + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.65 + type: gauge + help: Under temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.65 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempThrshldOvrWarnDegF + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.70 + type: gauge + help: Over temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.70 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempMeasurementDegC + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.75 + type: gauge + help: Temperature measured at the temperature sensor reported in degrees Celsius. + - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.75 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempThrshldUndrAlmDegC + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.80 + type: gauge + help: Under temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.80 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempThrshldOvrAlmDegC + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.85 + type: gauge + help: Over temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.85 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempThrshldUndrWarnDegC + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.90 + type: gauge + help: Under temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.90 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorTempThrshldOvrWarnDegC + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.95 + type: gauge + help: Over temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.95 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorHumMeasurement + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.100 + type: gauge + help: Relative Humidity measured at the humidity sensor. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.100 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorHumThrshldUndrAlm + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.105 + type: gauge + help: Under relative humidity alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.105 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorHumThrshldOvrAlm + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.110 + type: gauge + help: Over relative humidity alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.110 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorHumThrshldUndrWarn + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.115 + type: gauge + help: Under relative humidity warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.115 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + - name: lgpPduAuxSensorHumThrshldOvrWarn + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.120 + type: gauge + help: Over relative humidity warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.120 + indexes: + - labelname: lgpPduEntryIndex + type: gauge + - labelname: lgpPduAuxSensorIndex + type: gauge + lookups: + - labels: + - lgpPduEntryIndex + labelname: lgpPduEntrySysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15 + type: DisplayString + - labels: + - lgpPduAuxSensorIndex + labelname: lgpPduAuxSensorSysAssignLabel + oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15 + type: DisplayString + mikrotik: + walk: + - 1.3.6.1.2.1.25 + - 1.3.6.1.2.1.31.1.1.1.1 + - 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 + 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: 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: 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 + lookups: + - labels: + - mtxrGaugeIndex + labelname: mtxrGaugeName + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.2 + type: DisplayString + - labels: [] + labelname: mtxrGaugeIndex + - 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 + lookups: + - labels: + - mtxrGaugeIndex + labelname: mtxrGaugeName + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.2 + type: DisplayString + - labels: [] + labelname: mtxrGaugeIndex + - 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 + lookups: + - labels: + - mtxrGaugeIndex + labelname: mtxrGaugeName + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.2 + type: DisplayString + - labels: [] + labelname: mtxrGaugeIndex + - 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 + lookups: + - labels: + - mtxrGaugeIndex + labelname: mtxrGaugeName + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.2 + type: DisplayString + - labels: [] + labelname: mtxrGaugeIndex + 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 + - labelname: mtxrNeighborInterfaceID + type: gauge + lookups: + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + - labels: + - mtxrNeighborInterfaceID + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - labels: [] + labelname: mtxrNeighborIndex + - labels: [] + labelname: mtxrNeighborInterfaceID + - 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 + - labelname: mtxrNeighborInterfaceID + type: gauge + lookups: + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + - labels: + - mtxrNeighborInterfaceID + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - labels: [] + labelname: mtxrNeighborIndex + - labels: [] + labelname: mtxrNeighborInterfaceID + - 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 + - labelname: mtxrNeighborInterfaceID + type: gauge + lookups: + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + - labels: + - mtxrNeighborInterfaceID + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - labels: [] + labelname: mtxrNeighborIndex + - labels: [] + labelname: mtxrNeighborInterfaceID + - 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 + - labelname: mtxrNeighborInterfaceID + type: gauge + lookups: + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + - labels: + - mtxrNeighborInterfaceID + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - labels: [] + labelname: mtxrNeighborIndex + - labels: [] + labelname: mtxrNeighborInterfaceID + - 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 + - labelname: mtxrNeighborInterfaceID + type: gauge + lookups: + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + - labels: + - mtxrNeighborInterfaceID + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - labels: [] + labelname: mtxrNeighborIndex + - labels: [] + labelname: mtxrNeighborInterfaceID + - 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 + - labelname: mtxrNeighborInterfaceID + type: gauge + lookups: + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + - labels: + - mtxrNeighborInterfaceID + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - labels: [] + labelname: mtxrNeighborIndex + - labels: [] + labelname: mtxrNeighborInterfaceID + - 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 + - labelname: mtxrNeighborInterfaceID + type: gauge + lookups: + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + - labels: + - mtxrNeighborInterfaceID + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - labels: [] + labelname: mtxrNeighborIndex + - labels: [] + labelname: mtxrNeighborInterfaceID + - 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 + - labelname: mtxrNeighborInterfaceID + type: gauge + lookups: + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + - labels: + - mtxrNeighborIndex + labelname: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + - labels: + - mtxrNeighborInterfaceID + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - labels: [] + labelname: mtxrNeighborIndex + - labels: [] + labelname: mtxrNeighborInterfaceID + - 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 + lookups: + - labels: + - mtxrPOEInterfaceIndex + labelname: mtxrPOEName + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrPOEInterfaceIndex + labelname: mtxrPOEName + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrPOEInterfaceIndex + labelname: mtxrPOEName + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2 + type: DisplayString + 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 + lookups: + - labels: + - mtxrPOEInterfaceIndex + labelname: mtxrPOEName + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrPOEInterfaceIndex + labelname: mtxrPOEName + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrPOEInterfaceIndex + labelname: mtxrPOEName + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrPartitionIndex + labelname: mtxrPartitionName + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrPartitionIndex + labelname: mtxrPartitionName + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrPartitionIndex + labelname: mtxrPartitionName + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrPartitionIndex + labelname: mtxrPartitionName + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrPartitionIndex + labelname: mtxrPartitionName + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2 + type: DisplayString + 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 + lookups: + - labels: + - mtxrPartitionIndex + labelname: mtxrPartitionName + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2 + type: DisplayString + 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + - 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 + lookups: + - labels: + - mtxrOpticalIndex + labelname: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + - 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 + nec_ix: + walk: + - 1.3.6.1.4.1.119.2.3.84.11 + - 1.3.6.1.4.1.119.2.3.84.12 + - 1.3.6.1.4.1.119.2.3.84.13 + - 1.3.6.1.4.1.119.2.3.84.2 + - 1.3.6.1.4.1.119.2.3.84.3 + - 1.3.6.1.4.1.119.2.3.84.6 + - 1.3.6.1.4.1.119.2.3.84.7 + - 1.3.6.1.4.1.119.2.3.84.8 + - 1.3.6.1.4.1.119.2.3.84.9 + metrics: + - name: picoMobileDeviceIndex + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.1 + type: gauge + help: The unique index for each Mobile module. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.1 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceVendorName + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.2 + type: DisplayString + help: The object of the vendor name. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.2 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceName + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.3 + type: DisplayString + help: The object of the device name. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.3 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceProductID + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.4 + type: DisplayString + help: The object of the product ID. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.4 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceSoftwareVersion + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.5 + type: DisplayString + help: The object of the software version. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.5 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceSignalBar + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.6 + type: gauge + help: The object of the signal bar. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.6 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceSignalStrength + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.7 + type: gauge + help: 'The signal strength can be: unknown(-1) :signal strength is unknown out-range(0):signal + strength is 0 weak(1) :signal strength is 1 low(2) :signal strength is 2 high(3) + :signal strength is 3 - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.7' + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + enum_values: + -1: unknown + 0: out-range + 1: weak + 2: low + 3: high + - name: picoMobileDeviceSignalQuality + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.8 + type: DisplayString + help: The object of the signal quality. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.8 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceSignalElapsedTime + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.9 + type: gauge + help: The object of the elapsed time after signal acquiring. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.9 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceRadioInterface + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.10 + type: DisplayString + help: The object of the radio interface. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.10 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceCarrier + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.11 + type: DisplayString + help: The object of the carrier name. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.11 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceDialerString + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.12 + type: DisplayString + help: The object of the dialer string. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.12 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceDialStatus + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.13 + type: gauge + help: 'The dial status can be: disconnected(0):dial status is disconnected - + 1.3.6.1.4.1.119.2.3.84.11.1.1.1.13' + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + enum_values: + 0: disconnected + 1: connect + 2: cancel + 3: connected + 4: postprocess + - name: picoMobileDeviceInRangeCounts + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.14 + type: gauge + help: The in-range statistics. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.14 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceOutRangeCounts + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.15 + type: gauge + help: The out-range statistics. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.15 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoMobileDeviceResetCounts + oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.16 + type: gauge + help: The reset device statistics. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.16 + indexes: + - labelname: picoMobileDeviceIndex + type: gauge + - name: picoIPv4CacheEntries + oid: 1.3.6.1.4.1.119.2.3.84.12.1.1 + type: gauge + help: The number of current IPv4 cache. - 1.3.6.1.4.1.119.2.3.84.12.1.1 + - name: picoIPv4CachePeaks + oid: 1.3.6.1.4.1.119.2.3.84.12.1.2 + type: gauge + help: The peak value of IPv4 cache. - 1.3.6.1.4.1.119.2.3.84.12.1.2 + - name: picoIPv4CacheCreates + oid: 1.3.6.1.4.1.119.2.3.84.12.1.3 + type: counter + help: The total count of created IPv4 cache. - 1.3.6.1.4.1.119.2.3.84.12.1.3 + - name: picoIPv4CacheOverflows + oid: 1.3.6.1.4.1.119.2.3.84.12.1.4 + type: counter + help: The total count of IPv4 cache overflow. - 1.3.6.1.4.1.119.2.3.84.12.1.4 + - name: picoIPv4UFSCacheEntries + oid: 1.3.6.1.4.1.119.2.3.84.12.2.1 + type: gauge + help: The number of current IPv4 UFS cache - 1.3.6.1.4.1.119.2.3.84.12.2.1 + - name: picoIPv4UFSCachePeaks + oid: 1.3.6.1.4.1.119.2.3.84.12.2.2 + type: gauge + help: The peak value of IPv4 UFS cache - 1.3.6.1.4.1.119.2.3.84.12.2.2 + - name: picoIPv4UFSCacheCreates + oid: 1.3.6.1.4.1.119.2.3.84.12.2.3 + type: counter + help: The total count of created IPv4 UFS cache - 1.3.6.1.4.1.119.2.3.84.12.2.3 + - name: picoIPv4UFSCacheOverflows + oid: 1.3.6.1.4.1.119.2.3.84.12.2.4 + type: counter + help: The total count of IPv4 UFS cache overflow - 1.3.6.1.4.1.119.2.3.84.12.2.4 + - name: picoIPv6CacheEntries + oid: 1.3.6.1.4.1.119.2.3.84.13.1.1 + type: gauge + help: The number of current IPv6 cache. - 1.3.6.1.4.1.119.2.3.84.13.1.1 + - name: picoIPv6CachePeaks + oid: 1.3.6.1.4.1.119.2.3.84.13.1.2 + type: gauge + help: The peak value of IPv6 cache. - 1.3.6.1.4.1.119.2.3.84.13.1.2 + - name: picoIPv6CacheCreates + oid: 1.3.6.1.4.1.119.2.3.84.13.1.3 + type: counter + help: The total count of created IPv6 cache. - 1.3.6.1.4.1.119.2.3.84.13.1.3 + - name: picoIPv6CacheOverflows + oid: 1.3.6.1.4.1.119.2.3.84.13.1.4 + type: counter + help: The total count of IPv6 cache overflow. - 1.3.6.1.4.1.119.2.3.84.13.1.4 + - name: picoIPv6UFSCacheEntries + oid: 1.3.6.1.4.1.119.2.3.84.13.2.1 + type: gauge + help: The number of current IPv6 UFS cache - 1.3.6.1.4.1.119.2.3.84.13.2.1 + - name: picoIPv6UFSCachePeaks + oid: 1.3.6.1.4.1.119.2.3.84.13.2.2 + type: gauge + help: The peak value of IPv6 UFS cache - 1.3.6.1.4.1.119.2.3.84.13.2.2 + - name: picoIPv6UFSCacheCreates + oid: 1.3.6.1.4.1.119.2.3.84.13.2.3 + type: counter + help: The total count of created IPv6 UFS cache - 1.3.6.1.4.1.119.2.3.84.13.2.3 + - name: picoIPv6UFSCacheOverflows + oid: 1.3.6.1.4.1.119.2.3.84.13.2.4 + type: counter + help: The total count of IPv6 UFS cache overflow - 1.3.6.1.4.1.119.2.3.84.13.2.4 + - name: picoCelsius + oid: 1.3.6.1.4.1.119.2.3.84.2.1.1 + type: gauge + help: Indicates the temperature of the equipment inside, in degree (Celsius). + - 1.3.6.1.4.1.119.2.3.84.2.1.1 + - name: picoFahrenheit + oid: 1.3.6.1.4.1.119.2.3.84.2.1.2 + type: gauge + help: Indicates the temperature of the equipment inside, in degree (Fahrenheit). + - 1.3.6.1.4.1.119.2.3.84.2.1.2 + - name: picoVoltage + oid: 1.3.6.1.4.1.119.2.3.84.2.2 + type: gauge + help: Indicates the observed voltage, in milli-volt (mV). - 1.3.6.1.4.1.119.2.3.84.2.2 + - name: picoFanIndex + oid: 1.3.6.1.4.1.119.2.3.84.2.3.1.1 + type: gauge + help: Unique index for each fan module. - 1.3.6.1.4.1.119.2.3.84.2.3.1.1 + indexes: + - labelname: picoFanIndex + type: gauge + - name: picoFanStatus + oid: 1.3.6.1.4.1.119.2.3.84.2.3.1.2 + type: gauge + help: Status of a fan module - 1.3.6.1.4.1.119.2.3.84.2.3.1.2 + indexes: + - labelname: picoFanIndex + type: gauge + enum_values: + 1: normal + 2: failure + - name: picoFanRpm + oid: 1.3.6.1.4.1.119.2.3.84.2.3.1.3 + type: gauge + help: Fan speed (Revolution Per Minutes) - 1.3.6.1.4.1.119.2.3.84.2.3.1.3 + indexes: + - labelname: picoFanIndex + type: gauge + - name: picoPowerSupplyIndex + oid: 1.3.6.1.4.1.119.2.3.84.2.4.1.1 + type: gauge + help: Unique index for each power supply module. - 1.3.6.1.4.1.119.2.3.84.2.4.1.1 + indexes: + - labelname: picoPowerSupplyIndex + type: gauge + - name: picoPowerSupplyType + oid: 1.3.6.1.4.1.119.2.3.84.2.4.1.2 + type: gauge + help: Power supply module type. - 1.3.6.1.4.1.119.2.3.84.2.4.1.2 + indexes: + - labelname: picoPowerSupplyIndex + type: gauge + enum_values: + 0: notInstalled + 1: systemACPS + 2: ieee802dot3af-PoE-ACPS + - name: picoPowerSupplyStatus + oid: 1.3.6.1.4.1.119.2.3.84.2.4.1.3 + type: gauge + help: Status of a Power Supply module. - 1.3.6.1.4.1.119.2.3.84.2.4.1.3 + indexes: + - labelname: picoPowerSupplyIndex + type: gauge + enum_values: + 0: notInstalled + 1: normal + 2: failure + - name: picoSchedRtUtl1Sec + oid: 1.3.6.1.4.1.119.2.3.84.2.5.1 + type: gauge + help: Indicates the observed system utilization for last 1 second, in percent + (%). - 1.3.6.1.4.1.119.2.3.84.2.5.1 + - name: picoSchedRtUtl5Sec + oid: 1.3.6.1.4.1.119.2.3.84.2.5.2 + type: gauge + help: Indicates the observed system utilization for last 5 seconds, in percent + (%). - 1.3.6.1.4.1.119.2.3.84.2.5.2 + - name: picoSchedRtUtl1Min + oid: 1.3.6.1.4.1.119.2.3.84.2.5.3 + type: gauge + help: Indicates the observed system utilization for last 1 minute, in percent + (%). - 1.3.6.1.4.1.119.2.3.84.2.5.3 + - name: picoSchedRtUtl1Hour + oid: 1.3.6.1.4.1.119.2.3.84.2.5.4 + type: gauge + help: Indicates the observed system utilization for last 1 hour, in percent + (%). - 1.3.6.1.4.1.119.2.3.84.2.5.4 + - name: picoHeapSize + oid: 1.3.6.1.4.1.119.2.3.84.2.6.1 + type: gauge + help: Indicates the observed total heap size, in bytes. - 1.3.6.1.4.1.119.2.3.84.2.6.1 + - name: picoHeapUtil + oid: 1.3.6.1.4.1.119.2.3.84.2.6.2 + type: gauge + help: Indicates the observed current heap utilization, in percent (%). - 1.3.6.1.4.1.119.2.3.84.2.6.2 + - name: pipSecMibLevel + oid: 1.3.6.1.4.1.119.2.3.84.3.1.1.1 + type: gauge + help: The version of the IPsec MIB. - 1.3.6.1.4.1.119.2.3.84.3.1.1.1 + - name: pikeGlobalActiveTunnels + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.1 + type: gauge + help: The number of currently active IPsec Phase-1 IKE Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.1 + - name: pikeGlobalInNotifys + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.6 + type: counter + help: The total number of notifys received by all currently and previously active + IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.6 + - name: pikeGlobalInP2Exchgs + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.7 + type: counter + help: The total number of IPsec Phase-2 exchanges received by all currently + and previously active IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.7 + - name: pikeGlobalInP2ExchgInvalids + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.8 + type: counter + help: The total number of IPsec Phase-2 exchanges which were received and found + to be contain references to unrecognized security parameters - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.8 + - name: pikeGlobalInP2ExchgRejects + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.9 + type: counter + help: The total number of IPsec Phase-2 exchanges which were received and validated + but were rejected by the local policy - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.9 + - name: pikeGlobalInP2SaDelRequests + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.10 + type: counter + help: The total number of IPsec Phase-2 security association delete requests + received by all currently and previously active and IPsec Phase-1 IKE Tunnels. + - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.10 + - name: pikeGlobalOutNotifys + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.14 + type: counter + help: The total number of notifys sent by all currently and previously active + IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.14 + - name: pikeGlobalOutP2Exchgs + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.15 + type: counter + help: The total number of IPsec Phase-2 exchanges which were sent by all currently + and previously active IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.15 + - name: pikeGlobalOutP2ExchgInvalids + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.16 + type: counter + help: The total number of IPsec Phase-2 exchanges which were sent and were flagged + by the peer to contain references to unrecognized security parameters - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.16 + - name: pikeGlobalOutP2ExchgRejects + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.17 + type: counter + help: The total number of IPsec Phase-2 exchanges which were sent, validated + by the peer but were rejected by the peer's policy - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.17 + - name: pikeGlobalOutP2SaDelRequests + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.18 + type: counter + help: The total number of IPsec Phase-2 SA delete requests sent by all currently + and previously active IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.18 + - name: pikeGlobalInitTunnels + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.19 + type: counter + help: The total number of IPsec Phase-1 IKE Tunnels which were locally initiated. + - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.19 + - name: pikeGlobalInitTunnelFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.20 + type: counter + help: The total number of IPsec Phase-1 IKE Tunnels which were locally initiated + and failed to activate. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.20 + - name: pikeGlobalRespTunnelFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.21 + type: counter + help: The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated + and failed to activate. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.21 + - name: pikeGlobalAuthFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.23 + type: counter + help: The total number of authentications which ended in failure by all current + and previous IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.23 + - name: pikeGlobalDecryptFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.24 + type: counter + help: The total number of decryptions which ended in failure by all current + and previous IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.24 + - name: pikeGlobalHashValidFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.25 + type: counter + help: The total number of hash validations which ended in failure by all current + and previous IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.25 + - name: pikeGlobalRespTunnels + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.27 + type: counter + help: The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated. + - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.27 + - name: pikeGlobalInP1SaDelRequests + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.30 + type: counter + help: The total number of ISAKMP security association delete requests received + by all currently and previously active and ISAKMP security associations. - + 1.3.6.1.4.1.119.2.3.84.3.1.2.1.30 + - name: pikeGlobalOutP1SaDelRequests + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.31 + type: counter + help: The total number of ISAKMP security association delete requests sent by + all currently and previously active and ISAKMP security associations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.31 + - name: pikePeerLocalType + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.1 + type: gauge + help: The type of local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.1 + indexes: + - labelname: pikePeerLocalType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerLocalValue + type: DisplayString + - labelname: pikePeerRemoteType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerRemoteValue + type: DisplayString + - labelname: pikePeerIntIndex + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - name: pikePeerLocalValue + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.2 + type: DisplayString + help: The value of the local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.2 + indexes: + - labelname: pikePeerLocalType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerLocalValue + type: DisplayString + - labelname: pikePeerRemoteType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerRemoteValue + type: DisplayString + - labelname: pikePeerIntIndex + type: gauge + - name: pikePeerRemoteType + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.3 + type: gauge + help: The type of remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.3 + indexes: + - labelname: pikePeerLocalType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerLocalValue + type: DisplayString + - labelname: pikePeerRemoteType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerRemoteValue + type: DisplayString + - labelname: pikePeerIntIndex + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - name: pikePeerRemoteValue + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.4 + type: DisplayString + help: The value of the remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.4 + indexes: + - labelname: pikePeerLocalType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerLocalValue + type: DisplayString + - labelname: pikePeerRemoteType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerRemoteValue + type: DisplayString + - labelname: pikePeerIntIndex + type: gauge + - name: pikePeerIntIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.5 + type: gauge + help: The internal index of the local-remote peer association - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.5 + indexes: + - labelname: pikePeerLocalType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerLocalValue + type: DisplayString + - labelname: pikePeerRemoteType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerRemoteValue + type: DisplayString + - labelname: pikePeerIntIndex + type: gauge + - name: pikePeerLocalAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.6 + type: OctetString + help: The IP address of the local peer. - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.6 + indexes: + - labelname: pikePeerLocalType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerLocalValue + type: DisplayString + - labelname: pikePeerRemoteType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerRemoteValue + type: DisplayString + - labelname: pikePeerIntIndex + type: gauge + - name: pikePeerRemoteAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.7 + type: OctetString + help: The IP address of the remote peer. - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.7 + indexes: + - labelname: pikePeerLocalType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerLocalValue + type: DisplayString + - labelname: pikePeerRemoteType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerRemoteValue + type: DisplayString + - labelname: pikePeerIntIndex + type: gauge + - name: pikePeerActiveTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.8 + type: gauge + help: The length of time that the peer association has existed in hundredths + of a second. - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.8 + indexes: + - labelname: pikePeerLocalType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerLocalValue + type: DisplayString + - labelname: pikePeerRemoteType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerRemoteValue + type: DisplayString + - labelname: pikePeerIntIndex + type: gauge + - name: pikePeerActiveTunnelIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.9 + type: gauge + help: The index of the active IPsec Phase-1 IKE Tunnel (pikeTunIndex in the + pikeTunnelTable) for this peer association - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.9 + indexes: + - labelname: pikePeerLocalType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerLocalValue + type: DisplayString + - labelname: pikePeerRemoteType + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - labelname: pikePeerRemoteValue + type: DisplayString + - labelname: pikePeerIntIndex + type: gauge + - name: pikeTunIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.1 + type: gauge + help: The index of the IPsec Phase-1 IKE Tunnel Table - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.1 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunLocalType + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.2 + type: gauge + help: The type of local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.2 + indexes: + - labelname: pikeTunIndex + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - name: pikeTunLocalValue + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.3 + type: DisplayString + help: The value of the local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.3 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunLocalAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.4 + type: OctetString + help: The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel. + - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.4 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunRemoteType + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.6 + type: gauge + help: The type of remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.6 + indexes: + - labelname: pikeTunIndex + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - name: pikeTunRemoteValue + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.7 + type: DisplayString + help: The value of the remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.7 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunRemoteAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.8 + type: OctetString + help: The IP address of the remote endpoint for the IPsec Phase-1 IKE Tunnel. + - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.8 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunNegoMode + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.10 + type: gauge + help: The negotiation mode of the IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.10 + indexes: + - labelname: pikeTunIndex + type: gauge + enum_values: + 1: main + 2: aggressive + - name: pikeTunDiffHellmanGrp + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.11 + type: gauge + help: The Diffie Hellman Group used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.11 + indexes: + - labelname: pikeTunIndex + type: gauge + enum_values: + 1: none + 2: modp768 + 3: modp1024 + 4: modp1536 + 5: modp2048 + - name: pikeTunEncryptAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.12 + type: gauge + help: The encryption algorithm used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.12 + indexes: + - labelname: pikeTunIndex + type: gauge + enum_values: + 1: none + 2: des + 3: des3 + 4: aes + 9: "null" + - name: pikeTunHashAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.13 + type: gauge + help: The hash algorithm used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.13 + indexes: + - labelname: pikeTunIndex + type: gauge + enum_values: + 1: none + 2: md5 + 3: sha + 4: sha2-256 + 5: sha2-384 + 6: sha2-512 + - name: pikeTunAuthMethod + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.14 + type: gauge + help: The authentication method used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.14 + indexes: + - labelname: pikeTunIndex + type: gauge + enum_values: + 1: none + 2: preSharedKey + 3: rsaSig + 4: rsaEncrypt + 5: revPublicKey + - name: pikeTunLifeTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.15 + type: gauge + help: The negotiated LifeTime of the IPsec Phase-1 IKE Tunnel in seconds. - + 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.15 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunActiveTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.16 + type: gauge + help: The length of time the IPsec Phase-1 IKE tunnel has been active in hundredths + of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.16 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunSaRefreshThreshold + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.17 + type: gauge + help: The security assoication refresh threshold in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.17 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunInNotifys + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.22 + type: counter + help: The total number of notifys received by this IPsec Phase-1 IKE Tunnel. + - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.22 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunInP2Exchgs + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.23 + type: counter + help: The total number of IPsec Phase-2 exchanges received by this IPsec Phase-1 + IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.23 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunInP2ExchgInvalids + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.24 + type: counter + help: The total number of IPsec Phase-2 exchanges received on this tunnel that + were found to contain references to unrecognized security parameters. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.24 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunInP2ExchgRejects + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.25 + type: counter + help: The total number of IPsec Phase-2 exchanges received on this tunnel that + were validated but were rejected by the local policy. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.25 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunInP2SaDelRequests + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.26 + type: counter + help: The total number of IPsec Phase-2 security association delete requests + received by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.26 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunOutNotifys + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.30 + type: counter + help: The total number of notifys sent by this IPsec Phase-1 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.30 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunOutP2Exchgs + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.31 + type: counter + help: The total number of IPsec Phase-2 exchanges sent by this IPsec Phase-1 + IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.31 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunOutP2ExchgInvalids + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.32 + type: counter + help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were + found by the peer to contain references to security parameters not recognized + by the peer. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.32 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunOutP2ExchgRejects + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.33 + type: counter + help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were + validated by the peer but were rejected by the peer's policy. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.33 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunOutP2SaDelRequests + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.34 + type: counter + help: The total number of IPsec Phase-2 security association delete requests + sent by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.34 + indexes: + - labelname: pikeTunIndex + type: gauge + - name: pikeTunStatus + oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.35 + type: gauge + help: The status of the MIB table row - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.35 + indexes: + - labelname: pikeTunIndex + type: gauge + enum_values: + 1: active + 2: destroy + - name: pipSecGlobalActiveTunnels + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.1 + type: gauge + help: The total number of currently active IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.1 + - name: pipSecGlobalInOctets + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.3 + type: counter + help: The total number of octets received by all current and previous IPsec + Phase-2 Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.3 + - name: pipSecGlobalInPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.9 + type: counter + help: The total number of packets received by all current and previous IPsec + Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.9 + - name: pipSecGlobalInDrops + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.10 + type: counter + help: The total number of packets dropped during receive processing by all current + and previous IPsec Phase-2 Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.10 + - name: pipSecGlobalInReplayDrops + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.11 + type: counter + help: The total number of packets dropped during receive processing due to Anti-Replay + processing by all current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.11 + - name: pipSecGlobalInAuths + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.12 + type: counter + help: The total number of inbound authentication's performed by all current + and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.12 + - name: pipSecGlobalInAuthFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.13 + type: counter + help: The total number of inbound authentication's which ended in failure by + all current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.13 + - name: pipSecGlobalInDecrypts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.14 + type: counter + help: The total number of inbound decryption's performed by all current and + previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.14 + - name: pipSecGlobalInDecryptFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.15 + type: counter + help: The total number of inbound decryption's which ended in failure by all + current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.15 + - name: pipSecGlobalOutOctets + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.16 + type: counter + help: The total number of octets sent by all current and previous IPsec Phase-2 + Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.16 + - name: pipSecGlobalOutPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.22 + type: counter + help: The total number of packets sent by all current and previous IPsec Phase-2 + Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.22 + - name: pipSecGlobalOutDrops + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.23 + type: counter + help: The total number of packets dropped during send processing by all current + and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.23 + - name: pipSecGlobalOutAuths + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.24 + type: counter + help: The total number of outbound authentication's performed by all current + and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.24 + - name: pipSecGlobalOutAuthFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.25 + type: counter + help: The total number of outbound authentication's which ended in failure by + all current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.25 + - name: pipSecGlobalOutEncrypts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.26 + type: counter + help: The total number of outbound encryption's performed by all current and + previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.26 + - name: pipSecGlobalOutEncryptFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.27 + type: counter + help: The total number of outbound encryption's which ended in failure by all + current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.27 + - name: pipSecGlobalNoSaFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.33 + type: counter + help: The total number of non-existent Security Assocication in failures which + occurred during processing of all current and previous IPsec Phase-2 Tunnels. + - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.33 + - name: pipSecTunIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.1 + type: gauge + help: The index of the IPsec Phase-2 Tunnel Table - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.1 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunIkeTunnelIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.2 + type: gauge + help: The index of the associated IPsec Phase-1 IKE Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.2 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunIkeTunnelAlive + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.3 + type: gauge + help: An indicator which specifies whether or not the IPsec Phase-1 IKE Tunnel + currently exists. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.3 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: pipSecTunLocalAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.4 + type: OctetString + help: The IP address of the local endpoint for the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.4 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunRemoteAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.5 + type: OctetString + help: The IP address of the remote endpoint for the IPsec Phase-2 Tunnel. - + 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.5 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunKeyType + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.6 + type: gauge + help: The type of key used by the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.6 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: ike + 2: manual + - name: pipSecTunEncapMode + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.7 + type: gauge + help: The encapsulation mode used by the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.7 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: tunnel + 2: transport + - name: pipSecTunLifeSize + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.8 + type: gauge + help: The negotiated LifeSize of the IPsec Phase-2 Tunnel in kilobytes. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.8 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunLifeTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.9 + type: gauge + help: The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.9 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunActiveTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.10 + type: gauge + help: The length of time the IPsec Phase-2 Tunnel has been active in hundredths + of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.10 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunSaLifeSizeThreshold + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.11 + type: gauge + help: The security association LifeSize refresh threshold in kilobytes. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.11 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunSaLifeTimeThreshold + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.12 + type: gauge + help: The security association LifeTime refresh threshold in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.12 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunTotalRefreshes + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.13 + type: counter + help: The total number of security association refreshes performed. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.13 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunExpiredSaInstances + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.14 + type: counter + help: The total number of security associations which have expired. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.14 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunCurrentSaInstances + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.15 + type: gauge + help: The number of security associations which are currently active or expiring. + - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.15 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunInSaDiffHellmanGrp + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.16 + type: gauge + help: The Diffie Hellman Group used by the inbound security association of the + IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.16 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: none + 2: modp768 + 3: modp1024 + 4: modp1536 + 5: modp2048 + - name: pipSecTunInSaEncryptAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.17 + type: gauge + help: The encryption algorithm used by the inbound security association of the + IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.17 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: none + 2: des + 3: des3 + 4: aes + 9: "null" + - name: pipSecTunInSaAhAuthAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.18 + type: gauge + help: The authentication algorithm used by the inbound authentication header + (AH) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.18 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: none + 2: hmacMd5 + 3: hmacSha + 4: hmacSha2-256 + 5: hmacSha2-384 + 6: hmacSha2-512 + - name: pipSecTunInSaEspAuthAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.19 + type: gauge + help: The authentication algorithm used by the inbound ecapsulation security + protocol (ESP) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.19 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: none + 2: hmacMd5 + 3: hmacSha + 4: hmacSha2-256 + 5: hmacSha2-384 + 6: hmacSha2-512 + - name: pipSecTunOutSaDiffHellmanGrp + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.21 + type: gauge + help: The Diffie Hellman Group used by the outbound security association of + the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.21 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: none + 2: modp768 + 3: modp1024 + 4: modp1536 + 5: modp2048 + - name: pipSecTunOutSaEncryptAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.22 + type: gauge + help: The encryption algorithm used by the outbound security association of + the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.22 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: none + 2: des + 3: des3 + 4: aes + 9: "null" + - name: pipSecTunOutSaAhAuthAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.23 + type: gauge + help: The authentication algorithm used by the outbound authentication header + (AH) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.23 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: none + 2: hmacMd5 + 3: hmacSha + 4: hmacSha2-256 + 5: hmacSha2-384 + 6: hmacSha2-512 + - name: pipSecTunOutSaEspAuthAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.24 + type: gauge + help: The authentication algorithm used by the inbound encapsulation security + protocol (ESP) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.24 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: none + 2: hmacMd5 + 3: hmacSha + 4: hmacSha2-256 + 5: hmacSha2-384 + 6: hmacSha2-512 + - name: pipSecTunPmtu + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.26 + type: gauge + help: The Path MTU that has been determined for this IPsec Phase-2 tunnel - + 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.26 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunInOctets + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.27 + type: counter + help: The total number of octets received by this IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.27 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunInPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.33 + type: counter + help: The total number of packets received by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.33 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunInDropPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.34 + type: counter + help: The total number of packets dropped during receive processing by this + IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.34 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunInReplayDropPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.35 + type: counter + help: The total number of packets dropped during receive processing due to Anti-Replay + processing by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.35 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunInAuths + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.36 + type: counter + help: The total number of inbound authentication's performed by this IPsec Phase-2 + Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.36 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunInAuthFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.37 + type: counter + help: The total number of inbound authentication's which ended in failure by + this IPsec Phase-2 Tunnel . - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.37 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunInDecrypts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.38 + type: counter + help: The total number of inbound decryption's performed by this IPsec Phase-2 + Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.38 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunInDecryptFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.39 + type: counter + help: The total number of inbound decryption's which ended in failure by this + IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.39 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunOutOctets + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.40 + type: counter + help: The total number of octets sent by this IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.40 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunOutPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.46 + type: counter + help: The total number of packets sent by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.46 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunOutDropPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.47 + type: counter + help: The total number of packets dropped during send processing by this IPsec + Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.47 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunOutAuths + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.48 + type: counter + help: The total number of outbound authentication's performed by this IPsec + Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.48 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunOutAuthFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.49 + type: counter + help: The total number of outbound authentication's which ended in failure by + this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.49 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunOutEncrypts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.50 + type: counter + help: The total number of outbound encryption's performed by this IPsec Phase-2 + Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.50 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunOutEncryptFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.51 + type: counter + help: The total number of outbound encryption's which ended in failure by this + IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.51 + indexes: + - labelname: pipSecTunIndex + type: gauge + - name: pipSecTunStatus + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.56 + type: gauge + help: The status of the MIB table row - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.56 + indexes: + - labelname: pipSecTunIndex + type: gauge + enum_values: + 1: active + 2: destroy + - name: pipSecSpiIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.1 + type: gauge + help: The number of the SPI associated with the Phase-2 Tunnel Table - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.1 + indexes: + - labelname: pipSecTunIndex + type: gauge + - labelname: pipSecSpiIndex + type: gauge + - name: pipSecSpiDirection + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.2 + type: gauge + help: The direction of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.2 + indexes: + - labelname: pipSecTunIndex + type: gauge + - labelname: pipSecSpiIndex + type: gauge + enum_values: + 1: in + 2: out + - name: pipSecSpiValue + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.3 + type: gauge + help: The value of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.3 + indexes: + - labelname: pipSecTunIndex + type: gauge + - labelname: pipSecSpiIndex + type: gauge + - name: pipSecSpiProtocol + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.4 + type: gauge + help: The protocol of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.4 + indexes: + - labelname: pipSecTunIndex + type: gauge + - labelname: pipSecSpiIndex + type: gauge + enum_values: + 1: ah + 2: esp + 3: ipcomp + - name: pipSecSpiStatus + oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.5 + type: gauge + help: The status of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.5 + indexes: + - labelname: pipSecTunIndex + type: gauge + - labelname: pipSecSpiIndex + type: gauge + enum_values: + 1: active + 2: expiring + - name: pikeTunHistIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.1 + type: gauge + help: The index of the IPsec Phase-1 IKE Tunnel History Table - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.1 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistTermReason + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.2 + type: gauge + help: The reason the IPsec Phase-1 IKE Tunnel was terminated - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.2 + indexes: + - labelname: pikeTunHistIndex + type: gauge + enum_values: + 1: other + 2: normal + 3: operRequest + 4: peerDelRequest + 5: peerLost + 6: applicationInitiated + 7: xauthFailure + 8: localFailure + 9: checkPointReg + - name: pikeTunHistActiveIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.3 + type: gauge + help: The index of the previously active IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.3 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistPeerLocalType + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.4 + type: gauge + help: The type of local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.4 + indexes: + - labelname: pikeTunHistIndex + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - name: pikeTunHistPeerLocalValue + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.5 + type: DisplayString + help: The value of the local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.5 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistPeerIntIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.6 + type: gauge + help: The internal index of the local-remote peer association - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.6 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistPeerRemoteType + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.7 + type: gauge + help: The type of remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.7 + indexes: + - labelname: pikeTunHistIndex + type: gauge + enum_values: + 1: idIpv4Addr + 2: idFqdn + 3: idDn + 4: idIpv6Addr + - name: pikeTunHistPeerRemoteValue + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.8 + type: DisplayString + help: The value of the remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.8 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistLocalAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.9 + type: OctetString + help: The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel. + - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.9 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistRemoteAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.11 + type: OctetString + help: The IP address of the remote endpoint for the IPsec Phase-1 IKE Tunnel. + - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.11 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistNegoMode + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.13 + type: gauge + help: The negotiation mode of the IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.13 + indexes: + - labelname: pikeTunHistIndex + type: gauge + enum_values: + 1: main + 2: aggressive + - name: pikeTunHistDiffHellmanGrp + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.14 + type: gauge + help: The Diffie Hellman Group used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.14 + indexes: + - labelname: pikeTunHistIndex + type: gauge + enum_values: + 1: none + 2: modp768 + 3: modp1024 + 4: modp1536 + 5: modp2048 + - name: pikeTunHistEncryptAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.15 + type: gauge + help: The encryption algorithm used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.15 + indexes: + - labelname: pikeTunHistIndex + type: gauge + enum_values: + 1: none + 2: des + 3: des3 + 4: aes + 9: "null" + - name: pikeTunHistHashAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.16 + type: gauge + help: The hash algorithm used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.16 + indexes: + - labelname: pikeTunHistIndex + type: gauge + enum_values: + 1: none + 2: md5 + 3: sha + 4: sha2-256 + 5: sha2-384 + 6: sha2-512 + - name: pikeTunHistAuthMethod + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.17 + type: gauge + help: The authentication method used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.17 + indexes: + - labelname: pikeTunHistIndex + type: gauge + enum_values: + 1: none + 2: preSharedKey + 3: rsaSig + 4: rsaEncrypt + 5: revPublicKey + - name: pikeTunHistLifeTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.18 + type: gauge + help: The negotiated LifeTime of the IPsec Phase-1 IKE Tunnel in seconds. - + 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.18 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistStartTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.19 + type: gauge + help: The value of sysUpTime in hundredths of seconds when the IPsec Phase-1 + IKE tunnel was started. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.19 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistActiveTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.20 + type: gauge + help: The length of time the IPsec Phase-1 IKE tunnel was been active in hundredths + of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.20 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistInNotifys + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.26 + type: counter + help: The total number of notifys received by this IPsec Phase-1 IKE Tunnel. + - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.26 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistInP2Exchgs + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.27 + type: counter + help: The total number of IPsec Phase-2 exchanges received by this IPsec Phase-1 + IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.27 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistInP2ExchgInvalids + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.28 + type: counter + help: The total number of IPsec Phase-2 exchanges received on this tunnel that + were found to contain references to unrecognized security parameters. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.28 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistInP2ExchgRejects + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.29 + type: counter + help: The total number of IPsec Phase-2 exchanges received on this tunnel that + were validated but were rejected by the local policy. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.29 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistInP2SaDelRequests + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.30 + type: counter + help: The total number of IPsec Phase-2 security association delete requests + received by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.30 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistOutNotifys + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.34 + type: counter + help: The total number of notifys sent by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.34 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistOutP2Exchgs + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.35 + type: counter + help: The total number of IPsec Phase-2 exchanges sent by this IPsec Phase-1 + IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.35 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistOutP2ExchgInvalids + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.36 + type: counter + help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were + found by the peer to contain references to security parameters not recognized + by the peer. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.36 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistOutP2ExchgRejects + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.37 + type: counter + help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were + validated by the peer but were rejected by the peer's policy. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.37 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pikeTunHistOutP2SaDelRequests + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.38 + type: counter + help: The total number of IPsec Phase-2 security association delete requests + sent by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.38 + indexes: + - labelname: pikeTunHistIndex + type: gauge + - name: pipSecTunHistIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.1 + type: gauge + help: The index of the IPsec Phase-2 Tunnel History Table - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.1 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistTermReason + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.2 + type: gauge + help: The reason the IPsec Phase-2 Tunnel was terminated - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.2 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: other + 2: normal + 3: operRequest + 4: peerDelRequest + 5: peerLost + 6: applicationInitiated + 7: xauthFailure + 8: seqNumRollOver + 9: checkPointReq + - name: pipSecTunHistActiveIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.3 + type: gauge + help: The index of the previously active IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.3 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistIkeTunnelIndex + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.4 + type: gauge + help: The index of the associated IPsec Phase-1 Tunnel (pikeTunIndex in the + pikeTunnelTable). - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.4 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistLocalAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.5 + type: OctetString + help: The IP address of the local endpoint for the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.5 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistRemoteAddr + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.6 + type: OctetString + help: The IP address of the remote endpoint for the IPsec Phase-2 Tunnel. - + 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.6 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistKeyType + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.7 + type: gauge + help: The type of key used by the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.7 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: ike + 2: manual + - name: pipSecTunHistEncapMode + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.8 + type: gauge + help: The encapsulation mode used by the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.8 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: tunnel + 2: transport + - name: pipSecTunHistLifeSize + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.9 + type: gauge + help: The negotiated LifeSize of the IPsec Phase-2 Tunnel in kilobytes. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.9 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistLifeTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.10 + type: gauge + help: The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.10 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistStartTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.11 + type: gauge + help: The value of sysUpTime in hundredths of seconds when the IPsec Phase-2 + Tunnel was started. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.11 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistActiveTime + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.12 + type: gauge + help: The length of time the IPsec Phase-2 Tunnel has been active in hundredths + of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.12 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistTotalRefreshes + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.13 + type: counter + help: The total number of security association refreshes performed. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.13 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistInSaDiffHellmanGrp + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.15 + type: gauge + help: The Diffie Hellman Group used by the inbound security association of the + IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.15 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: none + 2: modp768 + 3: modp1024 + 4: modp1536 + 5: modp2048 + - name: pipSecTunHistInSaEncryptAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.16 + type: gauge + help: The encryption algorithm used by the inbound security association of the + IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.16 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: none + 2: des + 3: des3 + 4: aes + 9: "null" + - name: pipSecTunHistInSaAhAuthAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.17 + type: gauge + help: The authentication algorithm used by the inbound authentication header + (AH) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.17 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: none + 2: hmacMd5 + 3: hmacSha + 4: hmacSha2-256 + 5: hmacSha2-384 + 6: hmacSha2-512 + - name: pipSecTunHistInSaEspAuthAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.18 + type: gauge + help: The authentication algorithm used by the inbound encapsulation security + protocol (ESP) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.18 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: none + 2: hmacMd5 + 3: hmacSha + 4: hmacSha2-256 + 5: hmacSha2-384 + 6: hmacSha2-512 + - name: pipSecTunHistOutSaDiffHellmanGrp + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.20 + type: gauge + help: The Diffie Hellman Group used by the outbound security association of + the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.20 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: none + 2: modp768 + 3: modp1024 + 4: modp1536 + 5: modp2048 + - name: pipSecTunHistOutSaEncryptAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.21 + type: gauge + help: The encryption algorithm used by the outbound security association of + the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.21 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: none + 2: des + 3: des3 + 4: aes + 9: "null" + - name: pipSecTunHistOutSaAhAuthAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.22 + type: gauge + help: The authentication algorithm used by the outbound authentication header + (AH) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.22 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: none + 2: hmacMd5 + 3: hmacSha + 4: hmacSha2-256 + 5: hmacSha2-384 + 6: hmacSha2-512 + - name: pipSecTunHistOutSaEspAuthAlgo + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.23 + type: gauge + help: The authentication algorithm used by the inbound ecapsulation security + protocol (ESP) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.23 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + enum_values: + 1: none + 2: hmacMd5 + 3: hmacSha + 4: hmacSha2-256 + 5: hmacSha2-384 + 6: hmacSha2-512 + - name: pipSecTunHistPmtu + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.25 + type: gauge + help: The Path MTU that was determined for this IPsec Phase-2 tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.25 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistInOctets + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.26 + type: counter + help: The total number of octets received by this IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.26 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistInPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.32 + type: counter + help: The total number of packets received by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.32 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistInDropPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.33 + type: counter + help: The total number of packets dropped during receive processing by this + IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.33 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistInReplayDropPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.34 + type: counter + help: The total number of packets dropped during receive processing due to Anti-Replay + processing by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.34 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistInAuths + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.35 + type: counter + help: The total number of inbound authentication's performed by this IPsec Phase-2 + Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.35 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistInAuthFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.36 + type: counter + help: The total number of inbound authentication's which ended in failure by + this IPsec Phase-2 Tunnel . - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.36 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistInDecrypts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.37 + type: counter + help: The total number of inbound decryption's performed by this IPsec Phase-2 + Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.37 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistInDecryptFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.38 + type: counter + help: The total number of inbound decryption's which ended in failure by this + IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.38 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistOutOctets + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.39 + type: counter + help: The total number of octets sent by this IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.39 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistOutPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.45 + type: counter + help: The total number of packets sent by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.45 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistOutDropPkts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.46 + type: counter + help: The total number of packets dropped during send processing by this IPsec + Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.46 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistOutAuths + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.47 + type: counter + help: The total number of outbound authentication's performed by this IPsec + Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.47 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistOutAuthFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.48 + type: counter + help: The total number of outbound authentication's which ended in failure by + this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.48 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistOutEncrypts + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.49 + type: counter + help: The total number of outbound encryption's performed by this IPsec Phase-2 + Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.49 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: pipSecTunHistOutEncryptFails + oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.50 + type: counter + help: The total number of outbound encryption's which ended in failure by this + IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.50 + indexes: + - labelname: pipSecTunHistIndex + type: gauge + - name: picoExtIfInstalledSlot + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.1 + type: gauge + help: The slot number in which the extension card was installed. - 1.3.6.1.4.1.119.2.3.84.6.1.1.1 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + - name: picoExtIfIndex + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.2 + type: gauge + help: A unique value for each extension card. - 1.3.6.1.4.1.119.2.3.84.6.1.1.2 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + - name: picoExtIfDescr + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.3 + type: DisplayString + help: A textual string containing information about the interface. - 1.3.6.1.4.1.119.2.3.84.6.1.1.3 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + - name: picoExtIfUpperLayer + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.4 + type: gauge + help: Index of interface to upper layers. - 1.3.6.1.4.1.119.2.3.84.6.1.1.4 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + - name: picoExtIfType + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.5 + type: gauge + help: The type of interface,, distinguished according to the physical/link protocol(s) + immediately `below' the network layer in the protocol stack. - 1.3.6.1.4.1.119.2.3.84.6.1.1.5 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + enum_values: + 6: ethernet-csmacd + 62: fastEther + - name: picoExtIfSpeed + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.6 + type: gauge + help: An estimate of the interface's current bandwidth in bits per second. - + 1.3.6.1.4.1.119.2.3.84.6.1.1.6 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + - name: picoExtIfDuplex + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.7 + type: gauge + help: The current mode of this link. - 1.3.6.1.4.1.119.2.3.84.6.1.1.7 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + enum_values: + 1: halfduplex + 2: fullduplex + - name: picoExtIfEffectiveMtu + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.8 + type: gauge + help: The size of the largest datagram which can be sent/received on the interface, + specified in octets. - 1.3.6.1.4.1.119.2.3.84.6.1.1.8 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + - name: picoExtIfPhysicalAddress + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.9 + type: PhysAddress48 + help: The interface's address at the protocol layer immediately `below' the + network layer in the protocol stack. - 1.3.6.1.4.1.119.2.3.84.6.1.1.9 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + - name: picoExtIfAdminStatus + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.10 + type: gauge + help: The desired state of the interface. - 1.3.6.1.4.1.119.2.3.84.6.1.1.10 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + enum_values: + 1: up + 2: down + 3: testing + - name: picoExtIfOperStatus + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.11 + type: gauge + help: The current operational state of the interface. - 1.3.6.1.4.1.119.2.3.84.6.1.1.11 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + enum_values: + 1: up + 2: down + 3: testing + - name: picoExtIfLastChange + oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.12 + type: gauge + help: The value of sysUpTime at the time the interface entered its current operational + state. - 1.3.6.1.4.1.119.2.3.84.6.1.1.12 + indexes: + - labelname: picoExtIfInstalledSlot + type: gauge + - labelname: picoExtIfIndex + type: gauge + - name: picoNetmonWatchgroupIndex + oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.1 + type: gauge + help: Unique index for each Netmon Watchgroup. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.1 + indexes: + - labelname: picoNetmonWatchgroupIndex + type: gauge + - name: picoNetmonWatchgroupName + oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.2 + type: DisplayString + help: Netmon Watchgroup Name. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.2 + indexes: + - labelname: picoNetmonWatchgroupIndex + type: gauge + - name: picoNetmonWatchgroupSequenceNumber + oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.3 + type: gauge + help: Netmon Watchgroup sequence number. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.3 + indexes: + - labelname: picoNetmonWatchgroupIndex + type: gauge + - name: picoNetmonWatchgroupStatus + oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.4 + type: gauge + help: Status of a Netmon Watchgroup. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.4 + indexes: + - labelname: picoNetmonWatchgroupIndex + type: gauge + enum_values: + 1: normal + 2: stand + 3: disable + - name: picoNetmonWatchgroupVarianceCounts + oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.5 + type: gauge + help: Netmon Watchgroup variance statistics. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.5 + indexes: + - labelname: picoNetmonWatchgroupIndex + type: gauge + - name: picoNgnIfIndex + oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.1 + type: gauge + help: The interface index value of the interface for which NGN is enabled. - + 1.3.6.1.4.1.119.2.3.84.9.1.1.1.1 + indexes: + - labelname: picoNgnIfIndex + type: gauge + - name: picoNgnType + oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.2 + type: gauge + help: 'The mode of the NGN service can be: standard(1) :NGN service is standard + - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.2' + indexes: + - labelname: picoNgnIfIndex + type: gauge + enum_values: + 1: standard + 2: numbergate + - name: picoNgnIfType + oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.3 + type: gauge + help: 'The type of the NGN interface can be: global(1) :NGN interface type is + global - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.3' + indexes: + - labelname: picoNgnIfIndex + type: gauge + enum_values: + 1: global + 2: private + - name: picoNgnStatus + oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.4 + type: gauge + help: 'The state of the NGN SIP-UA register can be: notReady(1) :NGN service + is not Ready - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.4' + indexes: + - labelname: picoNgnIfIndex + type: gauge + enum_values: + 1: notReady + 2: initializing + 3: registering + 4: registered + - name: picoNgnSipServerIpAddress + oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.5 + type: InetAddressIPv4 + help: The object of the SIP server address. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.5 + indexes: + - labelname: picoNgnIfIndex + type: gauge + - name: picoNgnSipUri + oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.6 + type: DisplayString + help: The object of the SIP URI. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.6 + indexes: + - labelname: picoNgnIfIndex + type: gauge + - name: picoNgnUpTime + oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.7 + type: gauge + help: The time elapsed since registered. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.7 + indexes: + - labelname: picoNgnIfIndex + type: gauge + - name: picoNgnVpnIfIndex + oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.1 + type: gauge + help: The interface index value of the interface for which NGN binding is enabled. + - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.1 + indexes: + - labelname: picoNgnVpnIfIndex + type: gauge + - name: picoNgnVpnStatus + oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.2 + type: gauge + help: 'The state of the NGN SIP-UA session can be: disconnected(1):SIP session + is disconnected - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.2' + indexes: + - labelname: picoNgnVpnIfIndex + type: gauge + enum_values: + 1: disconnected + 2: connecting + 3: connected + - name: picoNgnVpnPeerAddress + oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.3 + type: DisplayString + help: The object of the NGN peer address. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.3 + indexes: + - labelname: picoNgnVpnIfIndex + type: gauge + - name: picoNgnVpnBandwidth + oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.4 + type: gauge + help: The object of the NGN session bandwidth. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.4 + indexes: + - labelname: picoNgnVpnIfIndex + type: gauge + - name: picoNgnVpnUsedTime + oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.5 + type: gauge + help: The time elapsed since this connected NGN session. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.5 + indexes: + - labelname: picoNgnVpnIfIndex + type: gauge + - name: picoNgnVpnSbcIpAddress + oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.6 + type: InetAddressIPv4 + help: The object of the NGN session SBC address. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.6 + indexes: + - labelname: picoNgnVpnIfIndex + type: gauge + - name: picoNgnVpnSbcPort + oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.7 + type: gauge + help: The object of the NGN session SBC port. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.7 + indexes: + - labelname: picoNgnVpnIfIndex + type: gauge + paloalto_fw: + walk: + - 1.3.6.1.2.1.25.1 + - 1.3.6.1.2.1.25.2 + - 1.3.6.1.2.1.25.3 + - 1.3.6.1.4.1.25461.2.1.2.1 + - 1.3.6.1.4.1.25461.2.1.2.3 + - 1.3.6.1.4.1.25461.2.1.2.5 + metrics: + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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: panSysSwVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.1 + type: DisplayString + help: Full software version - 1.3.6.1.4.1.25461.2.1.2.1.1 + - name: panSysHwVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.2 + type: DisplayString + help: Hardware version of the unit. - 1.3.6.1.4.1.25461.2.1.2.1.2 + - name: panSysSerialNumber + oid: 1.3.6.1.4.1.25461.2.1.2.1.3 + type: DisplayString + help: The serial number of the unit - 1.3.6.1.4.1.25461.2.1.2.1.3 + - name: panSysTimeZoneOffset + oid: 1.3.6.1.4.1.25461.2.1.2.1.4 + type: gauge + help: The offset in seconds from UTC of the system's time zone - 1.3.6.1.4.1.25461.2.1.2.1.4 + - name: panSysDaylightSaving + oid: 1.3.6.1.4.1.25461.2.1.2.1.5 + type: gauge + help: Whether daylight savings are in currently in effect for the system's time + zone. - 1.3.6.1.4.1.25461.2.1.2.1.5 + enum_values: + 1: "true" + 2: "false" + - name: panSysVpnClientVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.6 + type: DisplayString + help: Currently installed VPN client package version - 1.3.6.1.4.1.25461.2.1.2.1.6 + - name: panSysAppVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.7 + type: DisplayString + help: Currently installed application definition version - 1.3.6.1.4.1.25461.2.1.2.1.7 + - name: panSysAvVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.8 + type: DisplayString + help: Currently installed antivirus version - 1.3.6.1.4.1.25461.2.1.2.1.8 + - name: panSysThreatVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.9 + type: DisplayString + help: Currently installed threat definition version - 1.3.6.1.4.1.25461.2.1.2.1.9 + - name: panSysUrlFilteringVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.10 + type: DisplayString + help: Currently installed URL filtering version - 1.3.6.1.4.1.25461.2.1.2.1.10 + - name: panSysHAState + oid: 1.3.6.1.4.1.25461.2.1.2.1.11 + type: DisplayString + help: Current high-availability state. - 1.3.6.1.4.1.25461.2.1.2.1.11 + - name: panSysHAPeerState + oid: 1.3.6.1.4.1.25461.2.1.2.1.12 + type: DisplayString + help: Current peer high-availability state. - 1.3.6.1.4.1.25461.2.1.2.1.12 + - name: panSysHAMode + oid: 1.3.6.1.4.1.25461.2.1.2.1.13 + type: DisplayString + help: Current high-availability mode (disabled, active-passive, or active-active). + - 1.3.6.1.4.1.25461.2.1.2.1.13 + - name: panSysUrlFilteringDatabase + oid: 1.3.6.1.4.1.25461.2.1.2.1.14 + type: DisplayString + help: Current installed URL filtering database (surfcontrol, brightcloud, etc) + - 1.3.6.1.4.1.25461.2.1.2.1.14 + - name: panSysGlobalProtectClientVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.15 + type: DisplayString + help: Currently installed global-protect client package version - 1.3.6.1.4.1.25461.2.1.2.1.15 + - name: panSysOpswatDatafileVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.16 + type: DisplayString + help: Currently installed opswat database version - 1.3.6.1.4.1.25461.2.1.2.1.16 + - name: panSysWildfireVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.17 + type: DisplayString + help: Currently installed wildfire content version - 1.3.6.1.4.1.25461.2.1.2.1.17 + - name: panSysWildfirePrivateCloudVersion + oid: 1.3.6.1.4.1.25461.2.1.2.1.18 + type: DisplayString + help: Currently installed wildfire private cloud content version - 1.3.6.1.4.1.25461.2.1.2.1.18 + - name: panAhoSw + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.1 + type: counter + help: The total usage of software for AHO - 1.3.6.1.4.1.25461.2.1.2.1.19.1 + - name: panDfaSw + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.2 + type: counter + help: The total number of dfa match using software - 1.3.6.1.4.1.25461.2.1.2.1.19.2 + - name: panFlowHostServiceAllow + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.3 + type: counter + help: Device management session allowed - 1.3.6.1.4.1.25461.2.1.2.1.19.3 + - name: panHaPathmonSent + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.4 + type: counter + help: HA path-monitoring packets sent - 1.3.6.1.4.1.25461.2.1.2.1.19.4 + - name: panAhoFpga + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.5 + type: counter + help: The total requests to FPGA for AHO - 1.3.6.1.4.1.25461.2.1.2.1.19.5 + - name: panDfaFpga + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.6 + type: counter + help: The total requests to FPGA for DFA - 1.3.6.1.4.1.25461.2.1.2.1.19.6 + - name: panFpgaPkt + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.7 + type: counter + help: The packets held because of requests to FPGA - 1.3.6.1.4.1.25461.2.1.2.1.19.7 + - name: panFlowDosAgMaxSessLimit + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.1 + type: counter + help: Session limit reached for aggregate profile, drop session - 1.3.6.1.4.1.25461.2.1.2.1.19.8.1 + - name: panFlowDosBlkNumEntries + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.2 + type: counter + help: Number of entries in DOS block table - 1.3.6.1.4.1.25461.2.1.2.1.19.8.2 + - name: panFlowDosClMaxSessLimit + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.3 + type: counter + help: Session limit reached for classified profile, drop session - 1.3.6.1.4.1.25461.2.1.2.1.19.8.3 + - name: panFlowDosClSyncookieAckErr + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.4 + type: counter + help: 'TCP SYN cookies: Invalid ACKs received, classified profile - 1.3.6.1.4.1.25461.2.1.2.1.19.8.4' + - name: panFlowDosClSyncookieAckRcv + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.5 + type: counter + help: 'TCP SYN cookies: ACKs to cookies received, classified profile - 1.3.6.1.4.1.25461.2.1.2.1.19.8.5' + - name: panFlowDosClSyncookieBlkDur + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.6 + type: counter + help: 'Packets dropped: Flagged for blocking and under block duration for cl + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.6' + - name: panFlowDosClSyncookieMax + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.7 + type: counter + help: 'Packet dropped: SYN cookies maximum threshold reached, classified pro + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.7' + - name: panFlowDosClSyncookieSent + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.8 + type: counter + help: 'TCP SYN cookies: cookies sent, classified profile - 1.3.6.1.4.1.25461.2.1.2.1.19.8.8' + - name: panFlowMeterVsysThrottle + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.9 + type: counter + help: 'Session metering: sessions throttled by vsys configuration - 1.3.6.1.4.1.25461.2.1.2.1.19.8.9' + - name: panFlowPolicyDeny + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.10 + type: counter + help: 'Session setup: denied by policy - 1.3.6.1.4.1.25461.2.1.2.1.19.8.10' + - name: panFlowPolicyNat + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.11 + type: counter + help: 'Session setup: source NAT IP/port allocation error - 1.3.6.1.4.1.25461.2.1.2.1.19.8.11' + - name: panFlowScanDrop + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.12 + type: counter + help: 'Session setup: denied by scan detection - 1.3.6.1.4.1.25461.2.1.2.1.19.8.12' + - name: panFlowDosDropIpBlocked + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.13 + type: counter + help: 'Packets dropped: Flagged for blocking and under block duration by oth + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.13' + - name: panFlowDosRedIcmp + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.14 + type: counter + help: 'Packets dropped: Zone protection protocol ''icmp'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.14' + - name: panFlowDosRedIcmp6 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.15 + type: counter + help: 'Packets dropped: Zone protection protocol ''icmpv6'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.15' + - name: panFlowDosRedIp + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.16 + type: counter + help: 'Packets dropped: Zone protection protocol ''other-ip'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.16' + - name: panFlowDosRedTcp + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.17 + type: counter + help: 'Packets dropped: Zone protection protocol ''tcp-syn'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.17' + - name: panFlowDosRedUdp + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.18 + type: counter + help: 'Packets dropped: Zone protection protocol ''udp'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.18' + - name: panFlowDosRuleAgBlkDur + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.19 + type: counter + help: 'Packets dropped: Flagged for blocking and under block duration for ag + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.19' + - name: panFlowDosRuleAgRedAct + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.20 + type: counter + help: 'Packets dropped: Activate aggregate RED threshold reached, random ear + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.20' + - name: panFlowDosRuleAgRedMax + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.21 + type: counter + help: 'Packets dropped: Maximal aggregate RED threshold reached - 1.3.6.1.4.1.25461.2.1.2.1.19.8.21' + - name: panFlowDosRuleDeny + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.22 + type: counter + help: 'Packets dropped: Denied action by DoS policy - 1.3.6.1.4.1.25461.2.1.2.1.19.8.22' + - name: panFlowDosRuleDrop + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.23 + type: counter + help: 'Packets dropped: Rate limited or IP blocked - 1.3.6.1.4.1.25461.2.1.2.1.19.8.23' + - name: panFlowDosRuleDropAggr + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.24 + type: counter + help: 'Packets dropped: due to aggregate rate limiting - 1.3.6.1.4.1.25461.2.1.2.1.19.8.24' + - name: panFlowDosRuleDropClBlkDur + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.25 + type: counter + help: 'Packets dropped: Flagged for blocking and under block duration for cl + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.25' + - name: panFlowDosRuleDropClRedAct + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.26 + type: counter + help: 'Packets dropped: Activate classified RED threshold reached, random ea + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.26' + - name: panFlowDosRuleDropClRedMax + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.27 + type: counter + help: 'Packets dropped: Maximal classified RED threshold reached - 1.3.6.1.4.1.25461.2.1.2.1.19.8.27' + - name: panFlowDosRuleDropClassified + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.28 + type: counter + help: 'Packets dropped: due to classified rate limiting - 1.3.6.1.4.1.25461.2.1.2.1.19.8.28' + - name: panFlowDosSyncookieBlkDur + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.29 + type: counter + help: 'Packets dropped: Flagged for blocking and under block duration for ag + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.29' + - name: panFlowDosSyncookieMax + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.30 + type: counter + help: 'Packet dropped: SYN cookies maximum threshold reached, aggregate prof + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.30' + - name: panFlowDosZoneRedAct + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.31 + type: counter + help: 'Packets dropped: Activate zone RED threshold reached, random early dr + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.31' + - name: panFlowDosZoneRedMax + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.32 + type: counter + help: 'Packets dropped: Maximal zone RED threshold reached - 1.3.6.1.4.1.25461.2.1.2.1.19.8.32' + - name: panFlowDosBlkSwEntries + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.33 + type: counter + help: Number of entries in DOS Software block table - 1.3.6.1.4.1.25461.2.1.2.1.19.8.33 + - name: panFlowDosBlkHwEntries + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.34 + type: counter + help: Number of entries in DOS Hardware block table - 1.3.6.1.4.1.25461.2.1.2.1.19.8.34 + - name: panFlowDosSyncookieNotTcpSyn + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.35 + type: counter + help: TCP SYN cookies:TCP SYN cookie not SYN - 1.3.6.1.4.1.25461.2.1.2.1.19.8.35 + - name: panFlowDosSyncookieNotTcpSynAck + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.36 + type: counter + help: TCP SYN cookies:TCP SYN cookie not SYN-ACK - 1.3.6.1.4.1.25461.2.1.2.1.19.8.36 + - name: panFlowDosPfIpspoof + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.37 + type: counter + help: Packets dropped:Zone protection option 'discard-ip-spoof' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.37 + - name: panFlowDosPfIpfrag + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.38 + type: counter + help: Packets dropped:Zone protection option 'discard-ip-frag' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.38 + - name: panFlowDosPfPing0 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.39 + type: counter + help: Packets dropped:Zone protection option 'discard-icmp-ping-zero-id' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.39 + - name: panFlowDosPfIcmpfrag + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.40 + type: counter + help: Packets dropped:Zone protection option 'discard-icmp-frag' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.40 + - name: panFlowDosPfIcmplpkt + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.41 + type: counter + help: Packets dropped:Zone protection option 'discard-icmp-large-packet' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.41 + - name: panFlowDosPfIcmperr + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.42 + type: counter + help: Packets dropped:Zone protection option 'discard-icmp-error' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.42 + - name: panFlowDosPfNoreplyttl + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.43 + type: counter + help: Packets dropped:Zone protection option 'suppress-icmp-timeexceeded' - + 1.3.6.1.4.1.25461.2.1.2.1.19.8.43 + - name: panFlowDosPfNoreplyneedfrag + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.44 + type: counter + help: Packets dropped:Zone protection option 'suppress-icmp-needfrag' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.44 + - name: panFlowDosPfStrictsource + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.45 + type: counter + help: Packets dropped:Zone protection option 'discard-strict-source-routing' + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.45 + - name: panFlowDosPfLoosesource + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.46 + type: counter + help: Packets dropped:Zone protection option 'discard-loose-source-routing' + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.46 + - name: panFlowDosPfTimestamp + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.47 + type: counter + help: Packets dropped:Zone protection option 'discard-timestamp' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.47 + - name: panFlowDosPfRecordroute + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.48 + type: counter + help: Packets dropped:Zone protection option 'discard-record-route' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.48 + - name: panFlowDosPfSecurity + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.49 + type: counter + help: Packets dropped:Zone protection option 'discard-security' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.49 + - name: panFlowDosPfSatnetid + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.50 + type: counter + help: Packets dropped:Zone protection option 'discard-stream-id' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.50 + - name: panFlowDosPfUnknown + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.51 + type: counter + help: Packets dropped:Zone protection option 'discard-unknown-option' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.51 + - name: panFlowDosPfBadoption + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.52 + type: counter + help: Packets dropped:Zone protection option 'discard-malformed-option' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.52 + - name: panFlowDosPfTcpoverlappingmismatch + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.53 + type: counter + help: Packets dropped:Zone protection option 'discard-overlapping-tcp-segment-mismatch' + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.53 + - name: panFlowDosPfStrictip + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.54 + type: counter + help: Packets dropped:Zone protection option 'strict-ip-check' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.54 + - name: panFlowDosPfTcpsplithandshake + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.55 + type: counter + help: Packets dropped:Zone protection option 'discard-tcp-split-handshake' - + 1.3.6.1.4.1.25461.2.1.2.1.19.8.55 + - name: panFlowDosPfTcpsyndata + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.56 + type: counter + help: Packets dropped:Zone protection option 'discard-tcp-syn-with-data' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.56 + - name: panFlowDosPfTcpsynackdata + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.57 + type: counter + help: Packets dropped:Zone protection option 'discard-tcp-synack-with-data' + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.57 + - name: panFlowDosIp6Route0 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.58 + type: counter + help: Packets dropped:Zone protection option 'routing-header-0' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.58 + - name: panFlowDosIp6Route1 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.59 + type: counter + help: Packets dropped:Zone protection option 'routing-header-1' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.59 + - name: panFlowDosIp6Route3 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.60 + type: counter + help: Packets dropped:Zone protection option 'routing-header-3' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.60 + - name: panFlowDosIp6Route4to252 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.61 + type: counter + help: Packets dropped:Zone protection option 'routing-header-4-252' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.61 + - name: panFlowDosIp6Route253 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.62 + type: counter + help: Packets dropped:Zone protection option 'routing-header-253' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.62 + - name: panFlowDosIp6Route254 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.63 + type: counter + help: Packets dropped:Zone protection option 'routing-header-254' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.63 + - name: panFlowDosIp6Route255 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.64 + type: counter + help: Packets dropped:Zone protection option 'routing-header-255' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.64 + - name: panFlowDosIp6Ip4cmpt + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.65 + type: counter + help: Packets dropped:Zone protection option 'ipv4-compatible-address' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.65 + - name: panFlowDosIp6Acast + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.66 + type: counter + help: Packets dropped:Zone protection option 'anycast-source' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.66 + - name: panFlowDosIp6OptionsInvalidIPv6 + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.67 + type: counter + help: Packets dropped:Zone protection option 'options-invalid-ipv6-discard' + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.67 + - name: panFlowDosIp6Icmpv6ErrorInvalid + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.68 + type: counter + help: Packets dropped:Zone protection option 'icmpv6-too-big-small-mtu-discard' + - 1.3.6.1.4.1.25461.2.1.2.1.19.8.68 + - name: panFlowDosIp6NeedlessIpv6FragHdr + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.69 + type: counter + help: Packets dropped:Zone protection option 'needless-fragment-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.69 + - name: panFlowDosIp6RsvdSet + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.70 + type: counter + help: Packets dropped:Zone protection option 'reserved-field-set-discard' - + 1.3.6.1.4.1.25461.2.1.2.1.19.8.70 + - name: panFlowDosIPv6ExtHdrHopByHop + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.71 + type: counter + help: Packets dropped:Zone protection option 'hop-by-hop-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.71 + - name: panFlowDosip6IPv6ExtHdrRouting + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.72 + type: counter + help: Packets dropped:Zone protection option 'routing-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.72 + - name: panFlowDosIp6IPv6ExtHdrDestOpt + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.73 + type: counter + help: Packets dropped:Zone protection option 'dest-option-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.73 + - name: panFlowDosPbpDrop + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.74 + type: counter + help: Packets dropped:Dropped by packet buffer protection RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.74 + - name: panFlowDosCurrSessIncrFailed + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.75 + type: counter + help: Unable to increment current session count on session create - 1.3.6.1.4.1.25461.2.1.2.1.19.8.75 + - name: panFlowDosCurrSessDecrFailed + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.76 + type: counter + help: Unable to decrement current session count on session delete - 1.3.6.1.4.1.25461.2.1.2.1.19.8.76 + - name: panFlowFwdL3TtlZero + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.1 + type: counter + help: 'Packets dropped: IP TTL reaches zero - 1.3.6.1.4.1.25461.2.1.2.1.19.9.1' + - name: panFlowMeterHostThrottle + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.2 + type: counter + help: 'Session metering: sessions throttled by management session threshold + - 1.3.6.1.4.1.25461.2.1.2.1.19.9.2' + - name: panFlowHostServiceDeny + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.3 + type: counter + help: Device management session denied - 1.3.6.1.4.1.25461.2.1.2.1.19.9.3 + - name: panFlowHostServiceUnknown + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.4 + type: counter + help: 'Session discarded: unknown application to control plane - 1.3.6.1.4.1.25461.2.1.2.1.19.9.4' + - name: panPktAllocFailure + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.5 + type: counter + help: Packet allocation error - 1.3.6.1.4.1.25461.2.1.2.1.19.9.5 + - name: panPktAllocFailureCos + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.6 + type: counter + help: Packet allocation error due to QoS control - 1.3.6.1.4.1.25461.2.1.2.1.19.9.6 + - name: panSessionDiscard + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.7 + type: counter + help: Session set to discard by security policy check - 1.3.6.1.4.1.25461.2.1.2.1.19.9.7 + - name: panFlowIpfragFragErr + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.10.1 + type: counter + help: 'Packet dropped: IP fragmentation error - 1.3.6.1.4.1.25461.2.1.2.1.19.10.1' + - name: panFlowIpfragRecv + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.10.2 + type: counter + help: IP fragments received - 1.3.6.1.4.1.25461.2.1.2.1.19.10.2 + - name: panTcpAllocWqeFailed + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.1 + type: counter + help: wqe allocation failure in tcp - 1.3.6.1.4.1.25461.2.1.2.1.19.11.1 + - name: panTcpDeny + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.2 + type: counter + help: session denied because of failure in tcp reassembly - 1.3.6.1.4.1.25461.2.1.2.1.19.11.2 + - name: panTcpDropOutOfWnd + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.3 + type: counter + help: out-of-window packets dropped - 1.3.6.1.4.1.25461.2.1.2.1.19.11.3 + - name: panTcpDropPacket + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.4 + type: counter + help: packets dropped because of failure in tcp reassembly - 1.3.6.1.4.1.25461.2.1.2.1.19.11.4 + - name: panFlowActionClose + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.5 + type: counter + help: TCP sessions closed via injecting RST - 1.3.6.1.4.1.25461.2.1.2.1.19.11.5 + - name: panFlowActionReset + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.6 + type: counter + help: TCP clients reset via responding RST - 1.3.6.1.4.1.25461.2.1.2.1.19.11.6 + - name: panFlowTcpNonSyn + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.7 + type: counter + help: Non-SYN TCP packets without session match - 1.3.6.1.4.1.25461.2.1.2.1.19.11.7 + - name: panTcpExceedSegLimit + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.8 + type: counter + help: packets dropped due to the limitation on global tcp out-of-order pack + - 1.3.6.1.4.1.25461.2.1.2.1.19.11.8 + - name: panFlowTciGreDecapSuccess + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.1 + type: counter + help: Total GRE sessions tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.1 + - name: panFlowTciGreDecapFailed + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.2 + type: counter + help: Total GRE sessions for failed tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.2 + - name: panFlowTciGreDecapUnknown + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.3 + type: counter + help: Total unknown tunnel inspection packets in GRE tunnel [passed|dropped] + - 1.3.6.1.4.1.25461.2.1.2.1.19.12.3 + - name: panFlowTciIpsecDecapSuccess + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.4 + type: counter + help: Total Ipsec sessions tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.4 + - name: panFlowTciIpsecDecapFailed + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.5 + type: counter + help: Total IPSEC sessions for failed tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.5 + - name: panFlowTciIpsecDecapUnknown + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.6 + type: counter + help: Total unknown tunnel inspection packets in IPSEC tunnel [passed|dropped] + - 1.3.6.1.4.1.25461.2.1.2.1.19.12.6 + - name: panFlowTciGtpDecapSuccess + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.7 + type: counter + help: Total GTP sessions tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.7 + - name: panFlowTciGtpDecapFailed + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.8 + type: counter + help: Total GTP sessions for failed tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.8 + - name: panFlowTciGtpDecapUnknown + oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.9 + type: counter + help: Total unknown tunnel inspection packets in GTP tunnel[passed|dropped] + - 1.3.6.1.4.1.25461.2.1.2.1.19.12.9 + - name: panSysAppReleaseDate + oid: 1.3.6.1.4.1.25461.2.1.2.1.20 + type: DisplayString + help: Currently installed application definition release date - 1.3.6.1.4.1.25461.2.1.2.1.20 + - name: panSysThreatReleaseDate + oid: 1.3.6.1.4.1.25461.2.1.2.1.21 + type: DisplayString + help: Currently installed threat release date - 1.3.6.1.4.1.25461.2.1.2.1.21 + - name: panSysAvReleaseDate + oid: 1.3.6.1.4.1.25461.2.1.2.1.22 + type: DisplayString + help: Currently installed antivirus release date - 1.3.6.1.4.1.25461.2.1.2.1.22 + - name: panSysWfReleaseDate + oid: 1.3.6.1.4.1.25461.2.1.2.1.23 + type: DisplayString + help: Currently installed WildFire release date - 1.3.6.1.4.1.25461.2.1.2.1.23 + - name: panSessionUtilization + oid: 1.3.6.1.4.1.25461.2.1.2.3.1 + type: gauge + help: Session table utilization percentage - 1.3.6.1.4.1.25461.2.1.2.3.1 + - name: panSessionMax + oid: 1.3.6.1.4.1.25461.2.1.2.3.2 + type: gauge + help: Total number of sessions supported. - 1.3.6.1.4.1.25461.2.1.2.3.2 + - name: panSessionActive + oid: 1.3.6.1.4.1.25461.2.1.2.3.3 + type: gauge + help: Total number of active sessions. - 1.3.6.1.4.1.25461.2.1.2.3.3 + - name: panSessionActiveTcp + oid: 1.3.6.1.4.1.25461.2.1.2.3.4 + type: gauge + help: Total number of active TCP sessions. - 1.3.6.1.4.1.25461.2.1.2.3.4 + - name: panSessionActiveUdp + oid: 1.3.6.1.4.1.25461.2.1.2.3.5 + type: gauge + help: Total number of active UDP sessions. - 1.3.6.1.4.1.25461.2.1.2.3.5 + - name: panSessionActiveICMP + oid: 1.3.6.1.4.1.25461.2.1.2.3.6 + type: gauge + help: Total number of active ICMP sessions. - 1.3.6.1.4.1.25461.2.1.2.3.6 + - name: panSessionActiveSslProxy + oid: 1.3.6.1.4.1.25461.2.1.2.3.7 + type: gauge + help: Total number of active SSL proxy sessions. - 1.3.6.1.4.1.25461.2.1.2.3.7 + - name: panSessionSslProxyUtilization + oid: 1.3.6.1.4.1.25461.2.1.2.3.8 + type: gauge + help: SSL proxy Session utilization percentage - 1.3.6.1.4.1.25461.2.1.2.3.8 + - name: panVsysId + oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.1 + type: gauge + help: Vsys id - 1.3.6.1.4.1.25461.2.1.2.3.9.1.1 + indexes: + - labelname: panVsysId + type: gauge + - name: panVsysName + oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.2 + type: DisplayString + help: User assigned vsys name (empty string if not available) - 1.3.6.1.4.1.25461.2.1.2.3.9.1.2 + indexes: + - labelname: panVsysId + type: gauge + - name: panVsysSessionUtilizationPct + oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.3 + type: gauge + help: Vsys utilization percentage, if session limit is configured - 1.3.6.1.4.1.25461.2.1.2.3.9.1.3 + indexes: + - labelname: panVsysId + type: gauge + - name: panVsysActiveSessions + oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.4 + type: gauge + help: Active sessions on this Vsys - 1.3.6.1.4.1.25461.2.1.2.3.9.1.4 + indexes: + - labelname: panVsysId + type: gauge + - name: panVsysMaxSessions + oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.5 + type: gauge + help: Max sessions on this Vsys, if session limit is configured - 1.3.6.1.4.1.25461.2.1.2.3.9.1.5 + indexes: + - labelname: panVsysId + type: gauge + - name: panVsysActiveTcpCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.6 + type: gauge + help: Number of active Tcp Connections per second for thie vSys. - 1.3.6.1.4.1.25461.2.1.2.3.9.1.6 + indexes: + - labelname: panVsysId + type: gauge + - name: panVsysActiveUdpCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.7 + type: gauge + help: Number of active Udp Connections per second for thie vSys. - 1.3.6.1.4.1.25461.2.1.2.3.9.1.7 + indexes: + - labelname: panVsysId + type: gauge + - name: panVsysActiveOtherIpCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.8 + type: gauge + help: Number of active Other IP Connections per second for thie vSys. - 1.3.6.1.4.1.25461.2.1.2.3.9.1.8 + indexes: + - labelname: panVsysId + type: gauge + - name: panZoneName + oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.1 + type: DisplayString + help: Zone name for the interface - 1.3.6.1.4.1.25461.2.1.2.3.10.1.1 + indexes: + - labelname: panZoneName + type: DisplayString + - labelname: panVsysId + type: gauge + - name: panZoneActiveTcpCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.2 + type: gauge + help: Number of active TCP connections per second for this zone. - 1.3.6.1.4.1.25461.2.1.2.3.10.1.2 + indexes: + - labelname: panZoneName + type: DisplayString + - labelname: panVsysId + type: gauge + - name: panZoneActiveUdpCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.3 + type: gauge + help: Number of active UDP connections per second for this zone. - 1.3.6.1.4.1.25461.2.1.2.3.10.1.3 + indexes: + - labelname: panZoneName + type: DisplayString + - labelname: panVsysId + type: gauge + - name: panZoneActiveOtherIpCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.4 + type: gauge + help: Number of active Other IP connections per second for this zone. - 1.3.6.1.4.1.25461.2.1.2.3.10.1.4 + indexes: + - labelname: panZoneName + type: DisplayString + - labelname: panVsysId + type: gauge + - name: ifIndex + oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.1 + type: gauge + help: Index of the interface - 1.3.6.1.4.1.25461.2.1.2.3.11.1.1 + indexes: + - labelname: ifIndex + type: gauge + - name: ifDescr + oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.2 + type: DisplayString + help: Description (name) of the interface - 1.3.6.1.4.1.25461.2.1.2.3.11.1.2 + indexes: + - labelname: ifIndex + type: gauge + - name: panIfActiveTcpCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.3 + type: gauge + help: Number of active TCP connections per second for this interface. - 1.3.6.1.4.1.25461.2.1.2.3.11.1.3 + indexes: + - labelname: ifIndex + type: gauge + - name: panIfActiveUdpCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.4 + type: gauge + help: Number of active UDP connections per second for this interface. - 1.3.6.1.4.1.25461.2.1.2.3.11.1.4 + indexes: + - labelname: ifIndex + type: gauge + - name: panIfActiveOtherIpCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.5 + type: gauge + help: Number of active Other IP connections per second for this interface. - + 1.3.6.1.4.1.25461.2.1.2.3.11.1.5 + indexes: + - labelname: ifIndex + type: gauge + - name: panSessionCps + oid: 1.3.6.1.4.1.25461.2.1.2.3.12 + type: gauge + help: Total number of active TCP connections per second. - 1.3.6.1.4.1.25461.2.1.2.3.12 + - name: panGPGWUtilizationPct + oid: 1.3.6.1.4.1.25461.2.1.2.5.1.1 + type: gauge + help: GlobalProtect Gateway utilization percentage - 1.3.6.1.4.1.25461.2.1.2.5.1.1 + - name: panGPGWUtilizationMaxTunnels + oid: 1.3.6.1.4.1.25461.2.1.2.5.1.2 + type: gauge + help: Max tunnels allowed - 1.3.6.1.4.1.25461.2.1.2.5.1.2 + - name: panGPGWUtilizationActiveTunnels + oid: 1.3.6.1.4.1.25461.2.1.2.5.1.3 + type: gauge + help: Number of active tunnels - 1.3.6.1.4.1.25461.2.1.2.5.1.3 + pfsense: + walk: + - 1.3.6.1.2.1.2.2.1 + - 1.3.6.1.4.1.12325.1.200.1.1 + - 1.3.6.1.4.1.12325.1.200.1.3 + - 1.3.6.1.4.1.12325.1.200.1.8 + metrics: + - 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 + - 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 + - name: ifType + oid: 1.3.6.1.2.1.2.2.1.3 + type: gauge + help: The type of interface - 1.3.6.1.2.1.2.2.1.3 + indexes: + - labelname: ifIndex + type: gauge + 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 + - 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 + - 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 + - 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 + 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 + 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - 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 + - name: pfStatusRunning + oid: 1.3.6.1.4.1.12325.1.200.1.1.1 + type: gauge + help: True if pf is currently enabled. - 1.3.6.1.4.1.12325.1.200.1.1.1 + enum_values: + 1: "true" + 2: "false" + - name: pfStatusRuntime + oid: 1.3.6.1.4.1.12325.1.200.1.1.2 + type: gauge + help: Indicates how long pf has been enabled - 1.3.6.1.4.1.12325.1.200.1.1.2 + - name: pfStatusDebug + oid: 1.3.6.1.4.1.12325.1.200.1.1.3 + type: gauge + help: Indicates the debug level at which pf is running. - 1.3.6.1.4.1.12325.1.200.1.1.3 + enum_values: + 0: none + 1: urgent + 2: misc + 3: loud + - name: pfStatusHostId + oid: 1.3.6.1.4.1.12325.1.200.1.1.4 + type: OctetString + help: The (unique) host identifier of the machine running pf. - 1.3.6.1.4.1.12325.1.200.1.1.4 + - name: pfStateTableCount + oid: 1.3.6.1.4.1.12325.1.200.1.3.1 + type: gauge + help: Number of entries in the state table. - 1.3.6.1.4.1.12325.1.200.1.3.1 + - name: pfStateTableSearches + oid: 1.3.6.1.4.1.12325.1.200.1.3.2 + type: counter + help: Number of searches against the state table. - 1.3.6.1.4.1.12325.1.200.1.3.2 + - name: pfStateTableInserts + oid: 1.3.6.1.4.1.12325.1.200.1.3.3 + type: counter + help: Number of entries inserted into the state table. - 1.3.6.1.4.1.12325.1.200.1.3.3 + - name: pfStateTableRemovals + oid: 1.3.6.1.4.1.12325.1.200.1.3.4 + type: counter + help: Number of entries removed from the state table. - 1.3.6.1.4.1.12325.1.200.1.3.4 + - name: pfInterfacesIfNumber + oid: 1.3.6.1.4.1.12325.1.200.1.8.1 + type: gauge + help: The number of network interfaces on this system. - 1.3.6.1.4.1.12325.1.200.1.8.1 + - name: pfInterfacesIfIndex + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.1 + type: gauge + help: A unique value, greater than zero, for each interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.1 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIfDescr + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.2 + type: OctetString + help: The name of the interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.2 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIfType + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.3 + type: gauge + help: Indicates whether the interface is a group inteface, an interface instance, + or whether it has been removed or destroyed. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.3 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + enum_values: + 0: group + 1: instance + 2: detached + - name: pfInterfacesIfTZero + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.4 + type: gauge + help: Time since statistics were last reset or since the interface was loaded. + - 1.3.6.1.4.1.12325.1.200.1.8.2.1.4 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIfRefsState + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.5 + type: gauge + help: The number of state and/or source track entries referencing this interface. + - 1.3.6.1.4.1.12325.1.200.1.8.2.1.5 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIfRefsRule + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.6 + type: gauge + help: The number of rules referencing this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.6 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf4BytesInPass + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.7 + type: counter + help: The number of IPv4 bytes passed coming in on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.7 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf4BytesInBlock + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.8 + type: counter + help: The number of IPv4 bytes blocked coming in on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.8 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf4BytesOutPass + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.9 + type: counter + help: The number of IPv4 bytes passed going out on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.9 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf4BytesOutBlock + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.10 + type: counter + help: The number of IPv4 bytes blocked going out on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.10 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf4PktsInPass + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.11 + type: counter + help: The number of IPv4 packets passed coming in on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.11 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf4PktsInBlock + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.12 + type: counter + help: The number of IPv4 packets blocked coming in on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.12 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf4PktsOutPass + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.13 + type: counter + help: The number of IPv4 packets passed going out on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.13 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf4PktsOutBlock + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.14 + type: counter + help: The number of IPv4 packets blocked going out on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.14 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf6BytesInPass + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.15 + type: counter + help: The number of IPv6 bytes passed coming in on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.15 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf6BytesInBlock + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.16 + type: counter + help: The number of IPv6 bytes blocked coming in on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.16 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf6BytesOutPass + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.17 + type: counter + help: The number of IPv6 bytes passed going out on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.17 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf6BytesOutBlock + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.18 + type: counter + help: The number of IPv6 bytes blocked going out on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.18 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf6PktsInPass + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.19 + type: counter + help: The number of IPv6 packets passed coming in on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.19 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf6PktsInBlock + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.20 + type: counter + help: The number of IPv6 packets blocked coming in on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.20 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf6PktsOutPass + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.21 + type: counter + help: The number of IPv6 packets passed going out on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.21 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + - name: pfInterfacesIf6PktsOutBlock + oid: 1.3.6.1.4.1.12325.1.200.1.8.2.1.22 + type: counter + help: The number of IPv6 packets blocked going out on this interface. - 1.3.6.1.4.1.12325.1.200.1.8.2.1.22 + indexes: + - labelname: pfInterfacesIfIndex + type: gauge + printer_mib: + walk: + - 1.3.6.1.2.1.25.3.5.1.1 + - 1.3.6.1.2.1.43.11.1.1.5 + - 1.3.6.1.2.1.43.11.1.1.6 + - 1.3.6.1.2.1.43.11.1.1.8 + - 1.3.6.1.2.1.43.11.1.1.9 + - 1.3.6.1.2.1.43.5.1.1.13 + - 1.3.6.1.2.1.43.5.1.1.16 + - 1.3.6.1.2.1.43.5.1.1.17 + - 1.3.6.1.2.1.43.5.1.1.18 + - 1.3.6.1.2.1.43.5.1.1.19 + - 1.3.6.1.2.1.43.5.1.1.3 + - 1.3.6.1.2.1.43.6.1.1.3 + metrics: + - name: hrPrinterStatus + oid: 1.3.6.1.2.1.25.3.5.1.1 + type: EnumAsStateSet + 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: prtMarkerSuppliesType + oid: 1.3.6.1.2.1.43.11.1.1.5 + type: gauge + help: The type of this supply. - 1.3.6.1.2.1.43.11.1.1.5 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: prtMarkerSuppliesIndex + type: gauge + lookups: + - labels: + - hrDeviceIndex + - prtMarkerSuppliesIndex + labelname: prtMarkerSuppliesType + oid: 1.3.6.1.2.1.43.11.1.1.5 + type: gauge + enum_values: + 1: other + 2: unknown + 3: toner + 4: wasteToner + 5: ink + 6: inkCartridge + 7: inkRibbon + 8: wasteInk + 9: opc + 10: developer + 11: fuserOil + 12: solidWax + 13: ribbonWax + 14: wasteWax + 15: fuser + 16: coronaWire + 17: fuserOilWick + 18: cleanerUnit + 19: fuserCleaningPad + 20: transferUnit + 21: tonerCartridge + 22: fuserOiler + 23: water + 24: wasteWater + 25: glueWaterAdditive + 26: wastePaper + 27: bindingSupply + 28: bandingSupply + 29: stitchingWire + 30: shrinkWrap + 31: paperWrap + 32: staples + 33: inserts + 34: covers + 35: matteToner + 36: matteInk + - name: prtMarkerSuppliesDescription + oid: 1.3.6.1.2.1.43.11.1.1.6 + type: DisplayString + help: The description of this supply container/receptacle in the localization + specified by prtGeneralCurrentLocalization. - 1.3.6.1.2.1.43.11.1.1.6 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: prtMarkerSuppliesIndex + type: gauge + lookups: + - labels: + - hrDeviceIndex + - prtMarkerSuppliesIndex + labelname: prtMarkerSuppliesType + oid: 1.3.6.1.2.1.43.11.1.1.5 + type: gauge + - name: prtMarkerSuppliesMaxCapacity + oid: 1.3.6.1.2.1.43.11.1.1.8 + type: gauge + help: The maximum capacity of this supply container/receptacle expressed in + prtMarkerSuppliesSupplyUnit - 1.3.6.1.2.1.43.11.1.1.8 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: prtMarkerSuppliesIndex + type: gauge + lookups: + - labels: + - hrDeviceIndex + - prtMarkerSuppliesIndex + labelname: prtMarkerSuppliesType + oid: 1.3.6.1.2.1.43.11.1.1.5 + type: gauge + - name: prtMarkerSuppliesLevel + oid: 1.3.6.1.2.1.43.11.1.1.9 + type: gauge + help: The current level if this supply is a container; the remaining space if + this supply is a receptacle - 1.3.6.1.2.1.43.11.1.1.9 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: prtMarkerSuppliesIndex + type: gauge + lookups: + - labels: + - hrDeviceIndex + - prtMarkerSuppliesIndex + labelname: prtMarkerSuppliesType + oid: 1.3.6.1.2.1.43.11.1.1.5 + type: gauge + - name: prtConsoleDisable + oid: 1.3.6.1.2.1.43.5.1.1.13 + type: EnumAsStateSet + help: This value indicates how input is (or is not) accepted from the operator + console - 1.3.6.1.2.1.43.5.1.1.13 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 3: enabled + 4: disabled + - name: prtGeneralPrinterName + oid: 1.3.6.1.2.1.43.5.1.1.16 + type: DisplayString + help: An administrator-specified name for this printer - 1.3.6.1.2.1.43.5.1.1.16 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: prtGeneralSerialNumber + oid: 1.3.6.1.2.1.43.5.1.1.17 + type: DisplayString + help: A recorded serial number for this device that indexes some type device + catalog or inventory - 1.3.6.1.2.1.43.5.1.1.17 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: prtAlertCriticalEvents + oid: 1.3.6.1.2.1.43.5.1.1.18 + type: counter + help: A running counter of the number of critical alert events that have been + recorded in the alert table - 1.3.6.1.2.1.43.5.1.1.18 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: prtAlertAllEvents + oid: 1.3.6.1.2.1.43.5.1.1.19 + type: counter + help: A running counter of the total number of alert event entries (critical + and non-critical) that have been recorded in the alert table - 1.3.6.1.2.1.43.5.1.1.19 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: prtGeneralReset + oid: 1.3.6.1.2.1.43.5.1.1.3 + type: EnumAsStateSet + help: Setting this value to 'powerCycleReset', 'resetToNVRAM', or 'resetToFactoryDefaults' + will result in the resetting of the printer - 1.3.6.1.2.1.43.5.1.1.3 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 3: notResetting + 4: powerCycleReset + 5: resetToNVRAM + 6: resetToFactoryDefaults + - name: prtCoverStatus + oid: 1.3.6.1.2.1.43.6.1.1.3 + type: EnumAsStateSet + help: The status of this cover sub-unit. - 1.3.6.1.2.1.43.6.1.1.3 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: prtCoverIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: coverOpen + 4: coverClosed + 5: interlockOpen + 6: interlockClosed + raritan: + walk: + - 1.3.6.1.4.1.13742.4.1.2.2.1.3 + - 1.3.6.1.4.1.13742.4.1.2.2.1.31 + - 1.3.6.1.4.1.13742.4.1.2.2.1.4 + - 1.3.6.1.4.1.13742.4.1.2.2.1.5 + - 1.3.6.1.4.1.13742.4.1.2.2.1.6 + - 1.3.6.1.4.1.13742.4.1.2.2.1.7 + - 1.3.6.1.4.1.13742.4.1.20.2.1.7 + - 1.3.6.1.4.1.13742.4.1.20.2.1.8 + - 1.3.6.1.4.1.13742.4.1.20.2.1.9 + - 1.3.6.1.4.1.13742.6.3.5.3.1.2 + - 1.3.6.1.4.1.13742.6.5.5.3.1 + get: + - 1.3.6.1.4.1.13742.4.1.3.1.5.0 + metrics: + - name: outletOperationalState + oid: 1.3.6.1.4.1.13742.4.1.2.2.1.3 + type: EnumAsStateSet + help: A value for each outlet which describes the operational state of the outlet + - 1.3.6.1.4.1.13742.4.1.2.2.1.3 + indexes: + - labelname: outletIndex + type: gauge + lookups: + - labels: + - outletIndex + labelname: outletLabel + oid: 1.3.6.1.4.1.13742.6.3.5.3.1.2 + type: DisplayString + enum_values: + -1: error + 0: "off" + 1: "on" + 2: cycling + - name: outletWattHours + oid: 1.3.6.1.4.1.13742.4.1.2.2.1.31 + type: gauge + help: The value of the cumulative active energy for this outlet - 1.3.6.1.4.1.13742.4.1.2.2.1.31 + indexes: + - labelname: outletIndex + type: gauge + lookups: + - labels: + - outletIndex + labelname: outletLabel + oid: 1.3.6.1.4.1.13742.6.3.5.3.1.2 + type: DisplayString + - name: outletCurrent + oid: 1.3.6.1.4.1.13742.4.1.2.2.1.4 + type: gauge + help: A unique value for the current sensor attached to the outlet - 1.3.6.1.4.1.13742.4.1.2.2.1.4 + indexes: + - labelname: outletIndex + type: gauge + lookups: + - labels: + - outletIndex + labelname: outletLabel + oid: 1.3.6.1.4.1.13742.6.3.5.3.1.2 + type: DisplayString + - name: outletMaxCurrent + oid: 1.3.6.1.4.1.13742.4.1.2.2.1.5 + type: gauge + help: A unique value for the max - 1.3.6.1.4.1.13742.4.1.2.2.1.5 + indexes: + - labelname: outletIndex + type: gauge + lookups: + - labels: + - outletIndex + labelname: outletLabel + oid: 1.3.6.1.4.1.13742.6.3.5.3.1.2 + type: DisplayString + - name: outletVoltage + oid: 1.3.6.1.4.1.13742.4.1.2.2.1.6 + type: gauge + help: A unique value for the voltage sensor attached to the outlet.This value + is reported in millivolts (1/1000th of a volt) - 1.3.6.1.4.1.13742.4.1.2.2.1.6 + indexes: + - labelname: outletIndex + type: gauge + lookups: + - labels: + - outletIndex + labelname: outletLabel + oid: 1.3.6.1.4.1.13742.6.3.5.3.1.2 + type: DisplayString + - name: outletActivePower + oid: 1.3.6.1.4.1.13742.4.1.2.2.1.7 + type: gauge + help: A unique value for the active power sensor attached to the outlet - 1.3.6.1.4.1.13742.4.1.2.2.1.7 + indexes: + - labelname: outletIndex + type: gauge + lookups: + - labels: + - outletIndex + labelname: outletLabel + oid: 1.3.6.1.4.1.13742.6.3.5.3.1.2 + type: DisplayString + - name: inletCurrent + oid: 1.3.6.1.4.1.13742.4.1.20.2.1.7 + type: gauge + help: A unique value for the current sensor attached to the inlet - 1.3.6.1.4.1.13742.4.1.20.2.1.7 + indexes: + - labelname: inletIndex + type: gauge + - name: inletVoltage + oid: 1.3.6.1.4.1.13742.4.1.20.2.1.8 + type: gauge + help: A unique value for the voltage sensor attached to the intlet.This value + is reported in millivolts (1/1000th of a volt) - 1.3.6.1.4.1.13742.4.1.20.2.1.8 + indexes: + - labelname: inletIndex + type: gauge + - name: inletActivePower + oid: 1.3.6.1.4.1.13742.4.1.20.2.1.9 + type: gauge + help: The active power for the inlet This value is reported in Watts. - 1.3.6.1.4.1.13742.4.1.20.2.1.9 + indexes: + - labelname: inletIndex + type: gauge + - name: unitCpuTemp + oid: 1.3.6.1.4.1.13742.4.1.3.1.5 + type: gauge + help: The value for the unit's CPU temperature sensor in tenth degrees celsius. + - 1.3.6.1.4.1.13742.4.1.3.1.5 + - name: measurementsExternalSensorIsAvailable + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.2 + type: gauge + help: The sensor is present. - 1.3.6.1.4.1.13742.6.5.5.3.1.2 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: measurementsExternalSensorState + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.3 + type: gauge + help: The sensor state. - 1.3.6.1.4.1.13742.6.5.5.3.1.3 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + enum_values: + -1: unavailable + 0: open + 1: closed + 2: belowLowerCritical + 3: belowLowerWarning + 4: normal + 5: aboveUpperWarning + 6: aboveUpperCritical + 7: "on" + 8: "off" + 9: detected + 10: notDetected + 11: alarmed + 12: ok + 14: fail + 15: "yes" + 16: "no" + 17: standby + 18: one + 19: two + 20: inSync + 21: outOfSync + 22: i1OpenFault + 23: i1ShortFault + 24: i2OpenFault + 25: i2ShortFault + 26: fault + 27: warning + 28: critical + 29: selfTest + 30: nonRedundant + - name: measurementsExternalSensorValue + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.4 + type: gauge + help: The sensor reading as a signed integer - 1.3.6.1.4.1.13742.6.5.5.3.1.4 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + - name: measurementsExternalSensorTimeStamp + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.5 + type: gauge + help: The timestamp for reading. - 1.3.6.1.4.1.13742.6.5.5.3.1.5 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + - name: measurementsExternalSensorMinMaxValid + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.7 + type: gauge + help: The minimum and maximum values of sensor reading and their timestamps + provided as measurementsExternalSensor[Signed]{Min|Max}{Value|TimeStamp} are + valid - 1.3.6.1.4.1.13742.6.5.5.3.1.7 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: measurementsExternalSensorMinValue + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.8 + type: gauge + help: The minimum value of sensor reading since last reset as a signed integer + The value of this OID variable should be scaled by externalSensorDecimalDigits + - 1.3.6.1.4.1.13742.6.5.5.3.1.8 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + - name: measurementsExternalSensorMinTimeStamp + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.10 + type: gauge + help: The timestamp of last change of the minimum value of sensor reading provided + as measurementExternalSensor[Signed]MinValue - 1.3.6.1.4.1.13742.6.5.5.3.1.10 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + - name: measurementsExternalSensorMaxValue + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.11 + type: gauge + help: The maximum value of sensor reading since last reset as a signed integer + The value of this OID variable should be scaled by externalSensorDecimalDigits + - 1.3.6.1.4.1.13742.6.5.5.3.1.11 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + - name: measurementsExternalSensorMaxTimeStamp + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.13 + type: gauge + help: The timestamp of last change of the maximum value of sensor reading provided + as measurementExternalSensor[Signed]MaxValue - 1.3.6.1.4.1.13742.6.5.5.3.1.13 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + - name: measurementsExternalSensorMinMaxResetTimeStamp + oid: 1.3.6.1.4.1.13742.6.5.5.3.1.14 + type: gauge + help: The timestamp of last reset of all minimum and maximum values of sensor + reading including their timestamps, provided as measurementsExternalSensor[Signed]{Min|Max}{Value|TimeStamp} + and measurementsExternalSensorMinMaxValid - 1.3.6.1.4.1.13742.6.5.5.3.1.14 + indexes: + - labelname: pduId + type: gauge + - labelname: sensorID + type: gauge + servertech_sentry3: + walk: + - 1.3.6.1.4.1.1718.3.2.2 + - 1.3.6.1.4.1.1718.3.2.3 + metrics: + - name: infeedIndex + oid: 1.3.6.1.4.1.1718.3.2.2.1.1 + type: gauge + help: Index for the input feed table. - 1.3.6.1.4.1.1718.3.2.2.1.1 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedID + oid: 1.3.6.1.4.1.1718.3.2.2.1.2 + type: DisplayString + help: The ID of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.2 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedName + oid: 1.3.6.1.4.1.1718.3.2.2.1.3 + type: DisplayString + help: The name of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.3 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedCapabilities + oid: 1.3.6.1.4.1.1718.3.2.2.1.4 + type: Bits + help: The capabilities of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.4 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + enum_values: + 0: onSense + 1: loadSense + 2: powerControl + 3: failSafe + 4: defaultOff + 5: voltageSense + 6: powerSense + 7: branchOnSense + 8: branchLoadSense + - name: infeedStatus + oid: 1.3.6.1.4.1.1718.3.2.2.1.5 + type: gauge + help: The status of the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.5 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + enum_values: + 0: "off" + 1: "on" + 2: offWait + 3: onWait + 4: offError + 5: onError + 6: noComm + 7: reading + 8: offFuse + 9: onFuse + - name: infeedLoadStatus + oid: 1.3.6.1.4.1.1718.3.2.2.1.6 + type: gauge + help: The status of the load measured on the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.6 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + enum_values: + 0: normal + 1: notOn + 2: reading + 3: loadLow + 4: loadHigh + 5: overLoad + 6: readError + 7: noComm + - name: infeedLoadValue + oid: 1.3.6.1.4.1.1718.3.2.2.1.7 + type: gauge + help: The load measured on the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.7 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedLoadHighThresh + oid: 1.3.6.1.4.1.1718.3.2.2.1.8 + type: gauge + help: The load high threshold value of the input feed line in Amps. - 1.3.6.1.4.1.1718.3.2.2.1.8 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedOutletCount + oid: 1.3.6.1.4.1.1718.3.2.2.1.9 + type: gauge + help: The number of controlled and/or monitored outlets on the input feed. - + 1.3.6.1.4.1.1718.3.2.2.1.9 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedCapacity + oid: 1.3.6.1.4.1.1718.3.2.2.1.10 + type: gauge + help: The load capacity of the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.10 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedVoltage + oid: 1.3.6.1.4.1.1718.3.2.2.1.11 + type: gauge + help: The line-to-line voltage of the input feed - 1.3.6.1.4.1.1718.3.2.2.1.11 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedPower + oid: 1.3.6.1.4.1.1718.3.2.2.1.12 + type: gauge + help: The active power consumption of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.12 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedApparentPower + oid: 1.3.6.1.4.1.1718.3.2.2.1.13 + type: gauge + help: The apparent power consumption of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.13 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedPowerFactor + oid: 1.3.6.1.4.1.1718.3.2.2.1.14 + type: gauge + help: The power factor of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.14 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedCrestFactor + oid: 1.3.6.1.4.1.1718.3.2.2.1.15 + type: gauge + help: The crest factor for the load of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.15 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedEnergy + oid: 1.3.6.1.4.1.1718.3.2.2.1.16 + type: gauge + help: The energy consumption of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.16 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedReactance + oid: 1.3.6.1.4.1.1718.3.2.2.1.17 + type: gauge + help: The characterization of the phase relation between the voltage and current + of the input feed phase. - 1.3.6.1.4.1.1718.3.2.2.1.17 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + enum_values: + 0: unknown + 1: capacitive + 2: inductive + 3: resistive + - name: infeedPhaseVoltage + oid: 1.3.6.1.4.1.1718.3.2.2.1.18 + type: gauge + help: The voltage measured for the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.18 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedPhaseCurrent + oid: 1.3.6.1.4.1.1718.3.2.2.1.19 + type: gauge + help: The current measured for the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.19 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedLineID + oid: 1.3.6.1.4.1.1718.3.2.2.1.21 + type: DisplayString + help: The ID of the input feed line. - 1.3.6.1.4.1.1718.3.2.2.1.21 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedLineToLineID + oid: 1.3.6.1.4.1.1718.3.2.2.1.22 + type: DisplayString + help: The line-to-line ID of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.22 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedPhaseID + oid: 1.3.6.1.4.1.1718.3.2.2.1.23 + type: DisplayString + help: The ID of the input feed phase. - 1.3.6.1.4.1.1718.3.2.2.1.23 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: infeedVACapacity + oid: 1.3.6.1.4.1.1718.3.2.2.1.24 + type: gauge + help: The apparent power capacity of the input feed circuit - 1.3.6.1.4.1.1718.3.2.2.1.24 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - name: outletIndex + oid: 1.3.6.1.4.1.1718.3.2.3.1.1 + type: gauge + help: Index for the outlet table. - 1.3.6.1.4.1.1718.3.2.3.1.1 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletID + oid: 1.3.6.1.4.1.1718.3.2.3.1.2 + type: DisplayString + help: The ID of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.2 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletName + oid: 1.3.6.1.4.1.1718.3.2.3.1.3 + type: DisplayString + help: The name of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.3 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletCapabilities + oid: 1.3.6.1.4.1.1718.3.2.3.1.4 + type: Bits + help: The capabilities of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.4 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + enum_values: + 0: onSense + 1: loadSense + 2: powerControl + 3: shutdown + 4: defaultOn + 5: ownInfeed + 6: fusedBranch + 7: voltageSense + 8: powerSense + - name: outletStatus + oid: 1.3.6.1.4.1.1718.3.2.3.1.5 + type: gauge + help: The status of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.5 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + enum_values: + 0: "off" + 1: "on" + 2: offWait + 3: onWait + 4: offError + 5: onError + 6: noComm + 7: reading + 8: offFuse + 9: onFuse + - name: outletLoadStatus + oid: 1.3.6.1.4.1.1718.3.2.3.1.6 + type: gauge + help: The status of the load measured on the outlet - 1.3.6.1.4.1.1718.3.2.3.1.6 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + enum_values: + 0: normal + 1: notOn + 2: reading + 3: loadLow + 4: loadHigh + 5: overLoad + 6: readError + 7: noComm + - name: outletLoadValue + oid: 1.3.6.1.4.1.1718.3.2.3.1.7 + type: gauge + help: The load measured on the outlet - 1.3.6.1.4.1.1718.3.2.3.1.7 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletLoadLowThresh + oid: 1.3.6.1.4.1.1718.3.2.3.1.8 + type: gauge + help: The load low threshold value of the outlet in Amps. - 1.3.6.1.4.1.1718.3.2.3.1.8 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletLoadHighThresh + oid: 1.3.6.1.4.1.1718.3.2.3.1.9 + type: gauge + help: The load high threshold value of the outlet in Amps. - 1.3.6.1.4.1.1718.3.2.3.1.9 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletControlState + oid: 1.3.6.1.4.1.1718.3.2.3.1.10 + type: gauge + help: The control state of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.10 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + enum_values: + 0: idleOff + 1: idleOn + 2: wakeOff + 3: wakeOn + 4: "off" + 5: "on" + 6: lockedOff + 7: lockedOn + 8: reboot + 9: shutdown + 10: pendOn + 11: pendOff + 12: minimumOff + 13: minimumOn + 14: eventOff + 15: eventOn + 16: eventReboot + 17: eventShutdown + - name: outletControlAction + oid: 1.3.6.1.4.1.1718.3.2.3.1.11 + type: gauge + help: An action to change the control state of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.11 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + enum_values: + 0: none + 1: "on" + 2: "off" + 3: reboot + - name: outletCapacity + oid: 1.3.6.1.4.1.1718.3.2.3.1.12 + type: gauge + help: The load capacity of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.12 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletVoltage + oid: 1.3.6.1.4.1.1718.3.2.3.1.13 + type: gauge + help: The voltage of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.13 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletPower + oid: 1.3.6.1.4.1.1718.3.2.3.1.14 + type: gauge + help: The active power consumption of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.14 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletApparentPower + oid: 1.3.6.1.4.1.1718.3.2.3.1.15 + type: gauge + help: The apparent power consumption of the device plugged into the outlet - + 1.3.6.1.4.1.1718.3.2.3.1.15 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletPowerFactor + oid: 1.3.6.1.4.1.1718.3.2.3.1.16 + type: gauge + help: The power factor of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.16 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletCrestFactor + oid: 1.3.6.1.4.1.1718.3.2.3.1.17 + type: gauge + help: The crest factor for the load of the device plugged into the outlet - + 1.3.6.1.4.1.1718.3.2.3.1.17 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletEnergy + oid: 1.3.6.1.4.1.1718.3.2.3.1.18 + type: gauge + help: The energy consumption of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.18 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + - name: outletWakeupState + oid: 1.3.6.1.4.1.1718.3.2.3.1.19 + type: gauge + help: The wakeup state of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.19 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + enum_values: + 1: last + 2: "off" + 3: "on" + - name: outletPostOnDelay + oid: 1.3.6.1.4.1.1718.3.2.3.1.20 + type: gauge + help: The post-on delay of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.20 + indexes: + - labelname: towerIndex + type: gauge + - labelname: infeedIndex + type: gauge + - labelname: outletIndex + type: gauge + servertech_sentry4: + walk: + - 1.3.6.1.4.1.1718.4.1.14.3 + - 1.3.6.1.4.1.1718.4.1.2.2.1.3 + - 1.3.6.1.4.1.1718.4.1.3.2.1.3 + - 1.3.6.1.4.1.1718.4.1.3.3 + - 1.3.6.1.4.1.1718.4.1.4.2.1.4 + - 1.3.6.1.4.1.1718.4.1.4.3 + - 1.3.6.1.4.1.1718.4.1.5.2.1.4 + - 1.3.6.1.4.1.1718.4.1.5.3 + - 1.3.6.1.4.1.1718.4.1.7.2.1.4 + - 1.3.6.1.4.1.1718.4.1.7.3 + - 1.3.6.1.4.1.1718.4.1.8.2.1.3 + - 1.3.6.1.4.1.1718.4.1.8.3 + - 1.3.6.1.4.1.1718.4.1.9.3 + metrics: + - name: st4FanSensorValue + oid: 1.3.6.1.4.1.1718.4.1.14.3.1.1 + type: gauge + help: The measured fan speed of the sensor in rotations per minute. - 1.3.6.1.4.1.1718.4.1.14.3.1.1 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4FanSensorIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - name: st4FanSensorStatus + oid: 1.3.6.1.4.1.1718.4.1.14.3.1.2 + type: gauge + help: The status of the fan sensor. - 1.3.6.1.4.1.1718.4.1.14.3.1.2 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4FanSensorIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4InputCordState + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.1 + type: gauge + help: The on/off state of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.1 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + enum_values: + 0: unknown + 1: "on" + 2: "off" + - name: st4InputCordStatus + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.2 + type: gauge + help: The status of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.2 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4InputCordActivePower + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.3 + type: gauge + help: The measured active power of the input cord in Watts. - 1.3.6.1.4.1.1718.4.1.3.3.1.3 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - name: st4InputCordActivePowerStatus + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.4 + type: gauge + help: The status of the measured active power of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.4 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4InputCordApparentPower + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.5 + type: gauge + help: The measured apparent power of the input cord in Volt-Amps. - 1.3.6.1.4.1.1718.4.1.3.3.1.5 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - name: st4InputCordApparentPowerStatus + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.6 + type: gauge + help: The status of the measured apparent power of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.6 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4InputCordPowerUtilized + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.7 + type: gauge + help: The amount of the input cord power capacity used in tenth percent - 1.3.6.1.4.1.1718.4.1.3.3.1.7 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - name: st4InputCordPowerFactor + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.8 + type: gauge + help: The measured power factor of the input cord in hundredths. - 1.3.6.1.4.1.1718.4.1.3.3.1.8 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - name: st4InputCordPowerFactorStatus + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.9 + type: gauge + help: The status of the measured power factor of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.9 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4InputCordEnergy + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.10 + type: gauge + help: The total energy consumption of loads through the input cord in tenth + Kilowatt-Hours. - 1.3.6.1.4.1.1718.4.1.3.3.1.10 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - name: st4InputCordFrequency + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.11 + type: gauge + help: The frequency of the input cord voltage in tenth Hertz. - 1.3.6.1.4.1.1718.4.1.3.3.1.11 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - name: st4InputCordOutOfBalance + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.12 + type: gauge + help: The current imbalance on the lines of the input cord in tenth percent. + - 1.3.6.1.4.1.1718.4.1.3.3.1.12 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - name: st4InputCordOutOfBalanceStatus + oid: 1.3.6.1.4.1.1718.4.1.3.3.1.13 + type: gauge + help: The status of the current imbalance on the lines of the input cord. - + 1.3.6.1.4.1.1718.4.1.3.3.1.13 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4LineState + oid: 1.3.6.1.4.1.1718.4.1.4.3.1.1 + type: gauge + help: The on/off state of the line. - 1.3.6.1.4.1.1718.4.1.4.3.1.1 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4LineIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4LineIndex + labelname: st4LineLabel + oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4LineIndex + enum_values: + 0: unknown + 1: "on" + 2: "off" + - name: st4LineStatus + oid: 1.3.6.1.4.1.1718.4.1.4.3.1.2 + type: gauge + help: The status of the line. - 1.3.6.1.4.1.1718.4.1.4.3.1.2 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4LineIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4LineIndex + labelname: st4LineLabel + oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4LineIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4LineCurrent + oid: 1.3.6.1.4.1.1718.4.1.4.3.1.3 + type: gauge + help: The measured current on the line in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.4.3.1.3 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4LineIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4LineIndex + labelname: st4LineLabel + oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4LineIndex + - name: st4LineCurrentStatus + oid: 1.3.6.1.4.1.1718.4.1.4.3.1.4 + type: gauge + help: The status of the measured current on the line. - 1.3.6.1.4.1.1718.4.1.4.3.1.4 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4LineIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4LineIndex + labelname: st4LineLabel + oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4LineIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4LineCurrentUtilized + oid: 1.3.6.1.4.1.1718.4.1.4.3.1.5 + type: gauge + help: The amount of the line current capacity used in tenth percent. - 1.3.6.1.4.1.1718.4.1.4.3.1.5 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4LineIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4LineIndex + labelname: st4LineLabel + oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4LineIndex + - name: st4PhaseState + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.1 + type: gauge + help: The on/off state of the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.1 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + enum_values: + 0: unknown + 1: "on" + 2: "off" + - name: st4PhaseStatus + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.2 + type: gauge + help: The status of the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.2 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4PhaseVoltage + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.3 + type: gauge + help: The measured voltage on the phase in tenth Volts. - 1.3.6.1.4.1.1718.4.1.5.3.1.3 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + - name: st4PhaseVoltageStatus + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.4 + type: gauge + help: The status of the measured voltage on the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.4 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4PhaseVoltageDeviation + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.5 + type: gauge + help: The deviation from the nominal voltage on the phase in tenth percent. + - 1.3.6.1.4.1.1718.4.1.5.3.1.5 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + - name: st4PhaseCurrent + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.6 + type: gauge + help: The measured current on the phase in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.5.3.1.6 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + - name: st4PhaseCurrentCrestFactor + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.7 + type: gauge + help: The measured crest factor of the current waveform on the phase in tenths. + - 1.3.6.1.4.1.1718.4.1.5.3.1.7 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + - name: st4PhaseActivePower + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.8 + type: gauge + help: The measured active power on the phase in Watts. - 1.3.6.1.4.1.1718.4.1.5.3.1.8 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + - name: st4PhaseApparentPower + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.9 + type: gauge + help: The measured apparent power on the phase in Volt-Amps. - 1.3.6.1.4.1.1718.4.1.5.3.1.9 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + - name: st4PhasePowerFactor + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.10 + type: gauge + help: The measured power factor on the phase in hundredths. - 1.3.6.1.4.1.1718.4.1.5.3.1.10 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + - name: st4PhasePowerFactorStatus + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.11 + type: gauge + help: The status of the measured power factor on the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.11 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4PhaseReactance + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.12 + type: gauge + help: The status of the measured reactance of the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.12 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + enum_values: + 0: unknown + 1: capacitive + 2: inductive + 3: resistive + - name: st4PhaseEnergy + oid: 1.3.6.1.4.1.1718.4.1.5.3.1.13 + type: gauge + help: The total energy consumption of loads through the phase in tenth Kilowatt-Hours. + - 1.3.6.1.4.1.1718.4.1.5.3.1.13 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4PhaseIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4PhaseIndex + labelname: st4PhaseLabel + oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4PhaseIndex + - name: st4BranchState + oid: 1.3.6.1.4.1.1718.4.1.7.3.1.1 + type: gauge + help: The on/off state of the branch. - 1.3.6.1.4.1.1718.4.1.7.3.1.1 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4BranchIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4BranchIndex + labelname: st4BranchLabel + oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4BranchIndex + enum_values: + 0: unknown + 1: "on" + 2: "off" + - name: st4BranchStatus + oid: 1.3.6.1.4.1.1718.4.1.7.3.1.2 + type: gauge + help: The status of the branch. - 1.3.6.1.4.1.1718.4.1.7.3.1.2 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4BranchIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4BranchIndex + labelname: st4BranchLabel + oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4BranchIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4BranchCurrent + oid: 1.3.6.1.4.1.1718.4.1.7.3.1.3 + type: gauge + help: The measured current on the branch in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.7.3.1.3 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4BranchIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4BranchIndex + labelname: st4BranchLabel + oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4BranchIndex + - name: st4BranchCurrentStatus + oid: 1.3.6.1.4.1.1718.4.1.7.3.1.4 + type: gauge + help: The status of the measured current on the branch. - 1.3.6.1.4.1.1718.4.1.7.3.1.4 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4BranchIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4BranchIndex + labelname: st4BranchLabel + oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4BranchIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4BranchCurrentUtilized + oid: 1.3.6.1.4.1.1718.4.1.7.3.1.5 + type: gauge + help: The amount of the branch current capacity used in tenth percent. - 1.3.6.1.4.1.1718.4.1.7.3.1.5 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4BranchIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4BranchIndex + labelname: st4BranchLabel + oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4BranchIndex + - name: st4OutletState + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.1 + type: gauge + help: The on/off state of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.1 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + enum_values: + 0: unknown + 1: "on" + 2: "off" + - name: st4OutletStatus + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.2 + type: gauge + help: The status of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.2 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4OutletCurrent + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.3 + type: gauge + help: The measured current on the outlet in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.8.3.1.3 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + - name: st4OutletCurrentStatus + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.4 + type: gauge + help: The status of the measured current on the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.4 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4OutletCurrentUtilized + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.5 + type: gauge + help: The amount of the outlet current capacity used in tenth percent. - 1.3.6.1.4.1.1718.4.1.8.3.1.5 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + - name: st4OutletVoltage + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.6 + type: gauge + help: The measured voltage of the outlet in tenth Volts. - 1.3.6.1.4.1.1718.4.1.8.3.1.6 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + - name: st4OutletActivePower + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.7 + type: gauge + help: The measured active power of the outlet in Watts. - 1.3.6.1.4.1.1718.4.1.8.3.1.7 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + - name: st4OutletActivePowerStatus + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.8 + type: gauge + help: The status of the measured active power of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.8 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4OutletApparentPower + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.9 + type: gauge + help: The measured apparent power of the outlet in Volt-Amps. - 1.3.6.1.4.1.1718.4.1.8.3.1.9 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + - name: st4OutletPowerFactor + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.10 + type: gauge + help: The measured power factor of the outlet in hundredths. - 1.3.6.1.4.1.1718.4.1.8.3.1.10 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + - name: st4OutletPowerFactorStatus + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.11 + type: gauge + help: The status of the measured power factor of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.11 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + - name: st4OutletCurrentCrestFactor + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.12 + type: gauge + help: The measured crest factor of the outlet in tenths. - 1.3.6.1.4.1.1718.4.1.8.3.1.12 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + - name: st4OutletReactance + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.13 + type: gauge + help: The status of the measured reactance of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.13 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + enum_values: + 0: unknown + 1: capacitive + 2: inductive + 3: resistive + - name: st4OutletEnergy + oid: 1.3.6.1.4.1.1718.4.1.8.3.1.14 + type: gauge + help: The total energy consumption of the device plugged into the outlet in + Watt-Hours. - 1.3.6.1.4.1.1718.4.1.8.3.1.14 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4InputCordIndex + type: gauge + - labelname: st4OutletIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + labelname: st4InputCordName + oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3 + type: DisplayString + - labels: + - st4UnitIndex + - st4InputCordIndex + - st4OutletIndex + labelname: st4OutletName + oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3 + type: DisplayString + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4UnitIndex + - labels: [] + labelname: st4InputCordIndex + - labels: [] + labelname: st4OutletIndex + - name: st4TempSensorValue + oid: 1.3.6.1.4.1.1718.4.1.9.3.1.1 + type: gauge + help: The measured temperature on the sensor in tenth degrees using the scale + selected by st4TempSensorScale - 1.3.6.1.4.1.1718.4.1.9.3.1.1 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4TempSensorIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + - name: st4TempSensorStatus + oid: 1.3.6.1.4.1.1718.4.1.9.3.1.2 + type: gauge + help: The status of the temperature sensor. - 1.3.6.1.4.1.1718.4.1.9.3.1.2 + indexes: + - labelname: st4UnitIndex + type: gauge + - labelname: st4TempSensorIndex + type: gauge + lookups: + - labels: + - st4UnitIndex + labelname: st4UnitName + oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3 + type: DisplayString + enum_values: + 0: normal + 1: disabled + 2: purged + 5: reading + 6: settle + 7: notFound + 8: lost + 9: readError + 10: noComm + 11: pwrError + 12: breakerTripped + 13: fuseBlown + 14: lowAlarm + 15: lowWarning + 16: highWarning + 17: highAlarm + 18: alarm + 19: underLimit + 20: overLimit + 21: nvmFail + 22: profileError + 23: conflict + synology: + walk: + - 1.3.6.1.2.1.25.2 + - 1.3.6.1.4.1.2021.10.1.2 + - 1.3.6.1.4.1.2021.10.1.5 + - 1.3.6.1.4.1.2021.4 + - 1.3.6.1.4.1.6574.1 + - 1.3.6.1.4.1.6574.101 + - 1.3.6.1.4.1.6574.102 + - 1.3.6.1.4.1.6574.104 + - 1.3.6.1.4.1.6574.2 + - 1.3.6.1.4.1.6574.3 + - 1.3.6.1.4.1.6574.4 + - 1.3.6.1.4.1.6574.5 + - 1.3.6.1.4.1.6574.6 + get: + - 1.3.6.1.4.1.2021.11.10.0 + - 1.3.6.1.4.1.2021.11.11.0 + - 1.3.6.1.4.1.2021.11.9.0 + metrics: + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - 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 + - labels: [] + labelname: hrStorageIndex + - name: laNames + oid: 1.3.6.1.4.1.2021.10.1.2 + type: DisplayString + help: The list of loadave names we're watching. - 1.3.6.1.4.1.2021.10.1.2 + 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 + - name: laLoadInt + oid: 1.3.6.1.4.1.2021.10.1.5 + type: gauge + help: The 1,5 and 15 minute load averages as an integer - 1.3.6.1.4.1.2021.10.1.5 + 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 + - name: ssCpuSystem + oid: 1.3.6.1.4.1.2021.11.10 + type: gauge + help: The percentage of CPU time spent processing system-level code, calculated + over the last minute - 1.3.6.1.4.1.2021.11.10 + - name: ssCpuIdle + oid: 1.3.6.1.4.1.2021.11.11 + type: gauge + help: The percentage of processor time spent idle, calculated over the last + minute - 1.3.6.1.4.1.2021.11.11 + - name: ssCpuUser + oid: 1.3.6.1.4.1.2021.11.9 + type: gauge + help: The percentage of CPU time spent processing user-level code, calculated + over the last minute - 1.3.6.1.4.1.2021.11.9 + - name: memIndex + oid: 1.3.6.1.4.1.2021.4.1 + type: gauge + help: Bogus Index - 1.3.6.1.4.1.2021.4.1 + - name: memErrorName + oid: 1.3.6.1.4.1.2021.4.2 + type: DisplayString + help: Bogus Name - 1.3.6.1.4.1.2021.4.2 + - name: memTotalSwap + oid: 1.3.6.1.4.1.2021.4.3 + type: gauge + help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.3 + - name: memAvailSwap + oid: 1.3.6.1.4.1.2021.4.4 + type: gauge + help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.4 + - name: memTotalReal + oid: 1.3.6.1.4.1.2021.4.5 + type: gauge + help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5 + - name: memAvailReal + oid: 1.3.6.1.4.1.2021.4.6 + type: gauge + help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6 + - name: memTotalSwapTXT + oid: 1.3.6.1.4.1.2021.4.7 + type: gauge + help: The total amount of swap space or virtual memory allocated for text pages + on this host - 1.3.6.1.4.1.2021.4.7 + - name: memAvailSwapTXT + oid: 1.3.6.1.4.1.2021.4.8 + type: gauge + help: The amount of swap space or virtual memory currently being used by text + pages on this host - 1.3.6.1.4.1.2021.4.8 + - name: memTotalRealTXT + oid: 1.3.6.1.4.1.2021.4.9 + type: gauge + help: The total amount of real/physical memory allocated for text pages on this + host - 1.3.6.1.4.1.2021.4.9 + - name: memAvailRealTXT + oid: 1.3.6.1.4.1.2021.4.10 + type: gauge + help: The amount of real/physical memory currently being used by text pages + on this host - 1.3.6.1.4.1.2021.4.10 + - name: memTotalFree + oid: 1.3.6.1.4.1.2021.4.11 + type: gauge + help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.11 + - name: memMinimumSwap + oid: 1.3.6.1.4.1.2021.4.12 + type: gauge + help: The minimum amount of swap space expected to be kept free or available + during normal operation of this host - 1.3.6.1.4.1.2021.4.12 + - name: memShared + oid: 1.3.6.1.4.1.2021.4.13 + type: gauge + help: The total amount of real or virtual memory currently allocated for use + as shared memory - 1.3.6.1.4.1.2021.4.13 + - name: memBuffer + oid: 1.3.6.1.4.1.2021.4.14 + type: gauge + help: The total amount of real or virtual memory currently allocated for use + as memory buffers - 1.3.6.1.4.1.2021.4.14 + - name: memCached + oid: 1.3.6.1.4.1.2021.4.15 + type: gauge + help: The total amount of real or virtual memory currently allocated for use + as cached memory - 1.3.6.1.4.1.2021.4.15 + - name: memUsedSwapTXT + oid: 1.3.6.1.4.1.2021.4.16 + type: gauge + help: The amount of swap space or virtual memory currently being used by text + pages on this host - 1.3.6.1.4.1.2021.4.16 + - name: memUsedRealTXT + oid: 1.3.6.1.4.1.2021.4.17 + type: gauge + help: The amount of real/physical memory currently being used by text pages + on this host - 1.3.6.1.4.1.2021.4.17 + - name: memTotalSwapX + oid: 1.3.6.1.4.1.2021.4.18 + type: counter + help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.18 + - name: memAvailSwapX + oid: 1.3.6.1.4.1.2021.4.19 + type: counter + help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.19 + - name: memTotalRealX + oid: 1.3.6.1.4.1.2021.4.20 + type: counter + help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.20 + - name: memAvailRealX + oid: 1.3.6.1.4.1.2021.4.21 + type: counter + help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.21 + - name: memTotalFreeX + oid: 1.3.6.1.4.1.2021.4.22 + type: counter + help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.22 + - name: memMinimumSwapX + oid: 1.3.6.1.4.1.2021.4.23 + type: counter + help: The minimum amount of swap space expected to be kept free or available + during normal operation of this host - 1.3.6.1.4.1.2021.4.23 + - name: memSharedX + oid: 1.3.6.1.4.1.2021.4.24 + type: counter + help: The total amount of real or virtual memory currently allocated for use + as shared memory - 1.3.6.1.4.1.2021.4.24 + - name: memBufferX + oid: 1.3.6.1.4.1.2021.4.25 + type: counter + help: The total amount of real or virtual memory currently allocated for use + as memory buffers - 1.3.6.1.4.1.2021.4.25 + - name: memCachedX + oid: 1.3.6.1.4.1.2021.4.26 + type: counter + help: The total amount of real or virtual memory currently allocated for use + as cached memory - 1.3.6.1.4.1.2021.4.26 + - name: memSwapError + oid: 1.3.6.1.4.1.2021.4.100 + type: gauge + help: Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'), + is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.100 + enum_values: + 0: noError + 1: error + - name: memSwapErrorMsg + oid: 1.3.6.1.4.1.2021.4.101 + type: DisplayString + help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), + is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101 + - name: systemStatus + oid: 1.3.6.1.4.1.6574.1.1 + type: gauge + help: Synology system status Each meanings of status represented describe below + - 1.3.6.1.4.1.6574.1.1 + - name: temperature + oid: 1.3.6.1.4.1.6574.1.2 + type: gauge + help: Synology system temperature The temperature of Disk Station uses Celsius + degree. - 1.3.6.1.4.1.6574.1.2 + - name: powerStatus + oid: 1.3.6.1.4.1.6574.1.3 + type: gauge + help: Synology power status Each meanings of status represented describe below + - 1.3.6.1.4.1.6574.1.3 + - name: systemFanStatus + oid: 1.3.6.1.4.1.6574.1.4.1 + type: gauge + help: Synology system fan status Each meanings of status represented describe + below - 1.3.6.1.4.1.6574.1.4.1 + - name: cpuFanStatus + oid: 1.3.6.1.4.1.6574.1.4.2 + type: gauge + help: Synology cpu fan status Each meanings of status represented describe below + - 1.3.6.1.4.1.6574.1.4.2 + - name: modelName + oid: 1.3.6.1.4.1.6574.1.5.1 + type: DisplayString + help: The Model name of this NAS - 1.3.6.1.4.1.6574.1.5.1 + - name: serialNumber + oid: 1.3.6.1.4.1.6574.1.5.2 + type: OctetString + help: The serial number of this NAS - 1.3.6.1.4.1.6574.1.5.2 + - name: version + oid: 1.3.6.1.4.1.6574.1.5.3 + type: OctetString + help: The version of this DSM - 1.3.6.1.4.1.6574.1.5.3 + - name: upgradeAvailable + oid: 1.3.6.1.4.1.6574.1.5.4 + type: gauge + help: This oid is for checking whether there is a latest DSM can be upgraded + - 1.3.6.1.4.1.6574.1.5.4 + - name: controllerNumber + oid: 1.3.6.1.4.1.6574.1.6 + type: gauge + help: Synology system controller number Controller A(0) Controller B(1) - 1.3.6.1.4.1.6574.1.6 + - name: storageIOIndex + oid: 1.3.6.1.4.1.6574.101.1.1.1 + type: gauge + help: Reference index for each observed device. - 1.3.6.1.4.1.6574.101.1.1.1 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + help: The name of the device we are counting/checking. - 1.3.6.1.4.1.6574.101.1.1.2 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIONRead + oid: 1.3.6.1.4.1.6574.101.1.1.3 + type: counter + help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.101.1.1.3 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIONWritten + oid: 1.3.6.1.4.1.6574.101.1.1.4 + type: counter + help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.101.1.1.4 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIOReads + oid: 1.3.6.1.4.1.6574.101.1.1.5 + type: counter + help: The number of read accesses from this device since boot. - 1.3.6.1.4.1.6574.101.1.1.5 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIOWrites + oid: 1.3.6.1.4.1.6574.101.1.1.6 + type: counter + help: The number of write accesses to this device since boot. - 1.3.6.1.4.1.6574.101.1.1.6 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIOLA + oid: 1.3.6.1.4.1.6574.101.1.1.8 + type: gauge + help: The load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.8 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIOLA1 + oid: 1.3.6.1.4.1.6574.101.1.1.9 + type: gauge + help: The 1 minute average load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.9 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIOLA5 + oid: 1.3.6.1.4.1.6574.101.1.1.10 + type: gauge + help: The 5 minute average load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.10 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIOLA15 + oid: 1.3.6.1.4.1.6574.101.1.1.11 + type: gauge + help: The 15 minute average load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.11 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIONReadX + oid: 1.3.6.1.4.1.6574.101.1.1.12 + type: counter + help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.101.1.1.12 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIONWrittenX + oid: 1.3.6.1.4.1.6574.101.1.1.13 + type: counter + help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.101.1.1.13 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: storageIODeviceSerial + oid: 1.3.6.1.4.1.6574.101.1.1.14 + type: DisplayString + help: The name of the device we are counting/checking. - 1.3.6.1.4.1.6574.101.1.1.14 + indexes: + - labelname: storageIOIndex + type: gauge + lookups: + - labels: + - storageIOIndex + labelname: storageIODevice + oid: 1.3.6.1.4.1.6574.101.1.1.2 + type: DisplayString + - labels: [] + labelname: storageIOIndex + - name: spaceIOIndex + oid: 1.3.6.1.4.1.6574.102.1.1.1 + type: gauge + help: Reference index for each observed device. - 1.3.6.1.4.1.6574.102.1.1.1 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + help: The name of the device we are counting/checking. - 1.3.6.1.4.1.6574.102.1.1.2 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIONRead + oid: 1.3.6.1.4.1.6574.102.1.1.3 + type: counter + help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.102.1.1.3 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIONWritten + oid: 1.3.6.1.4.1.6574.102.1.1.4 + type: counter + help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.102.1.1.4 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIOReads + oid: 1.3.6.1.4.1.6574.102.1.1.5 + type: counter + help: The number of read accesses from this device since boot. - 1.3.6.1.4.1.6574.102.1.1.5 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIOWrites + oid: 1.3.6.1.4.1.6574.102.1.1.6 + type: counter + help: The number of write accesses to this device since boot. - 1.3.6.1.4.1.6574.102.1.1.6 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIOLA + oid: 1.3.6.1.4.1.6574.102.1.1.8 + type: gauge + help: The load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.8 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIOLA1 + oid: 1.3.6.1.4.1.6574.102.1.1.9 + type: gauge + help: The 1 minute average load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.9 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIOLA5 + oid: 1.3.6.1.4.1.6574.102.1.1.10 + type: gauge + help: The 5 minute average load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.10 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIOLA15 + oid: 1.3.6.1.4.1.6574.102.1.1.11 + type: gauge + help: The 15 minute average load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.11 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIONReadX + oid: 1.3.6.1.4.1.6574.102.1.1.12 + type: counter + help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.102.1.1.12 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceIONWrittenX + oid: 1.3.6.1.4.1.6574.102.1.1.13 + type: counter + help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.102.1.1.13 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: spaceUUID + oid: 1.3.6.1.4.1.6574.102.1.1.14 + type: DisplayString + help: The uuid of space. - 1.3.6.1.4.1.6574.102.1.1.14 + indexes: + - labelname: spaceIOIndex + type: gauge + lookups: + - labels: + - spaceIOIndex + labelname: spaceIODevice + oid: 1.3.6.1.4.1.6574.102.1.1.2 + type: DisplayString + - labels: [] + labelname: spaceIOIndex + - name: iSCSILUNInfoIndex + oid: 1.3.6.1.4.1.6574.104.1.1.1 + type: gauge + help: LUN info index - 1.3.6.1.4.1.6574.104.1.1.1 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNUUID + oid: 1.3.6.1.4.1.6574.104.1.1.2 + type: OctetString + help: LUN uuid - 1.3.6.1.4.1.6574.104.1.1.2 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNName + oid: 1.3.6.1.4.1.6574.104.1.1.3 + type: OctetString + help: LUN name - 1.3.6.1.4.1.6574.104.1.1.3 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNThroughputReadHigh + oid: 1.3.6.1.4.1.6574.104.1.1.4 + type: gauge + help: LUN read throughput over 32 bits part - 1.3.6.1.4.1.6574.104.1.1.4 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNThroughputReadLow + oid: 1.3.6.1.4.1.6574.104.1.1.5 + type: gauge + help: LUN read throughput in unsigned 32 bit - 1.3.6.1.4.1.6574.104.1.1.5 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNThroughputWriteHigh + oid: 1.3.6.1.4.1.6574.104.1.1.6 + type: gauge + help: LUN write throughput over 32 bits part - 1.3.6.1.4.1.6574.104.1.1.6 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNThroughputWriteLow + oid: 1.3.6.1.4.1.6574.104.1.1.7 + type: gauge + help: LUN write throughput in unsigned 32 bit - 1.3.6.1.4.1.6574.104.1.1.7 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNIopsRead + oid: 1.3.6.1.4.1.6574.104.1.1.8 + type: gauge + help: LUN read iops - 1.3.6.1.4.1.6574.104.1.1.8 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNIopsWrite + oid: 1.3.6.1.4.1.6574.104.1.1.9 + type: gauge + help: LUN write iops - 1.3.6.1.4.1.6574.104.1.1.9 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNDiskLatencyRead + oid: 1.3.6.1.4.1.6574.104.1.1.10 + type: gauge + help: LUN disk latency when reading - 1.3.6.1.4.1.6574.104.1.1.10 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNDiskLatencyWrite + oid: 1.3.6.1.4.1.6574.104.1.1.11 + type: gauge + help: LUN disk latency when writing - 1.3.6.1.4.1.6574.104.1.1.11 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNNetworkLatencyTx + oid: 1.3.6.1.4.1.6574.104.1.1.12 + type: gauge + help: LUN transfer data network latency - 1.3.6.1.4.1.6574.104.1.1.12 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNNetworkLatencyRx + oid: 1.3.6.1.4.1.6574.104.1.1.13 + type: gauge + help: LUN receive data network latency - 1.3.6.1.4.1.6574.104.1.1.13 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNIoSizeRead + oid: 1.3.6.1.4.1.6574.104.1.1.14 + type: gauge + help: LUN average io size when reading - 1.3.6.1.4.1.6574.104.1.1.14 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNIoSizeWrite + oid: 1.3.6.1.4.1.6574.104.1.1.15 + type: gauge + help: LUN average io size when writing - 1.3.6.1.4.1.6574.104.1.1.15 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNQueueDepth + oid: 1.3.6.1.4.1.6574.104.1.1.16 + type: gauge + help: Num of iSCSI commands in LUN queue - 1.3.6.1.4.1.6574.104.1.1.16 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNType + oid: 1.3.6.1.4.1.6574.104.1.1.17 + type: OctetString + help: LUN type - 1.3.6.1.4.1.6574.104.1.1.17 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNDiskLatencyAvg + oid: 1.3.6.1.4.1.6574.104.1.1.18 + type: gauge + help: Average latency of LUN disk - 1.3.6.1.4.1.6574.104.1.1.18 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: iSCSILUNThinProvisionVolFreeMBs + oid: 1.3.6.1.4.1.6574.104.1.1.19 + type: gauge + help: Free space(MB) of thin provisioning lun's volume - 1.3.6.1.4.1.6574.104.1.1.19 + indexes: + - labelname: iSCSILUNInfoIndex + type: gauge + - name: diskIndex + oid: 1.3.6.1.4.1.6574.2.1.1.1 + type: gauge + help: The index of disk table - 1.3.6.1.4.1.6574.2.1.1.1 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + help: Synology disk ID The ID of disk is assigned by disk Station. - 1.3.6.1.4.1.6574.2.1.1.2 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskModel + oid: 1.3.6.1.4.1.6574.2.1.1.3 + type: DisplayString + help: Synology disk model name The disk model name will be showed here. - 1.3.6.1.4.1.6574.2.1.1.3 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskType + oid: 1.3.6.1.4.1.6574.2.1.1.4 + type: DisplayString + help: Synology disk type The type of disk will be showed here, including SATA, + SSD and so on. - 1.3.6.1.4.1.6574.2.1.1.4 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskStatus + oid: 1.3.6.1.4.1.6574.2.1.1.5 + type: gauge + help: Synology disk status Each meanings of status represented describe below + - 1.3.6.1.4.1.6574.2.1.1.5 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskTemperature + oid: 1.3.6.1.4.1.6574.2.1.1.6 + type: gauge + help: Synology disk temperature The temperature of each disk uses Celsius degree. + - 1.3.6.1.4.1.6574.2.1.1.6 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskRole + oid: 1.3.6.1.4.1.6574.2.1.1.7 + type: OctetString + help: Synology disk role The role of the disk in system - 1.3.6.1.4.1.6574.2.1.1.7 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskRetry + oid: 1.3.6.1.4.1.6574.2.1.1.8 + type: gauge + help: Synology disk retry count The count of each disk connection retries. - + 1.3.6.1.4.1.6574.2.1.1.8 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskBadSector + oid: 1.3.6.1.4.1.6574.2.1.1.9 + type: gauge + help: Synology disk bad sector count The count of each disk I/O bad sector. + - 1.3.6.1.4.1.6574.2.1.1.9 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskIdentifyFail + oid: 1.3.6.1.4.1.6574.2.1.1.10 + type: gauge + help: Synology disk identify fail count The count of each disk identify fails. + - 1.3.6.1.4.1.6574.2.1.1.10 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskRemainLife + oid: 1.3.6.1.4.1.6574.2.1.1.11 + type: gauge + help: Synology disk remainLife The estimate remain life of each disk. - 1.3.6.1.4.1.6574.2.1.1.11 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskName + oid: 1.3.6.1.4.1.6574.2.1.1.12 + type: OctetString + help: Synology disk name The name of disk which align to storage manager. - + 1.3.6.1.4.1.6574.2.1.1.12 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: diskHealthStatus + oid: 1.3.6.1.4.1.6574.2.1.1.13 + type: gauge + help: Synology disk health status Each meanings of status represented describe + below - 1.3.6.1.4.1.6574.2.1.1.13 + indexes: + - labelname: diskIndex + type: gauge + lookups: + - labels: + - diskIndex + labelname: diskID + oid: 1.3.6.1.4.1.6574.2.1.1.2 + type: OctetString + - labels: [] + labelname: diskIndex + - name: raidIndex + oid: 1.3.6.1.4.1.6574.3.1.1.1 + type: gauge + help: The index of raid table - 1.3.6.1.4.1.6574.3.1.1.1 + indexes: + - labelname: raidIndex + type: gauge + lookups: + - labels: + - raidIndex + labelname: raidName + oid: 1.3.6.1.4.1.6574.3.1.1.2 + type: DisplayString + - labels: [] + labelname: raidIndex + - name: raidName + oid: 1.3.6.1.4.1.6574.3.1.1.2 + type: DisplayString + help: Synology raid name The name of each raid will be showed here. - 1.3.6.1.4.1.6574.3.1.1.2 + indexes: + - labelname: raidIndex + type: gauge + lookups: + - labels: + - raidIndex + labelname: raidName + oid: 1.3.6.1.4.1.6574.3.1.1.2 + type: DisplayString + - labels: [] + labelname: raidIndex + - name: raidStatus + oid: 1.3.6.1.4.1.6574.3.1.1.3 + type: gauge + help: Synology Raid status Each meanings of status represented describe below + - 1.3.6.1.4.1.6574.3.1.1.3 + indexes: + - labelname: raidIndex + type: gauge + lookups: + - labels: + - raidIndex + labelname: raidName + oid: 1.3.6.1.4.1.6574.3.1.1.2 + type: DisplayString + - labels: [] + labelname: raidIndex + - name: raidFreeSize + oid: 1.3.6.1.4.1.6574.3.1.1.4 + type: gauge + help: Synology raid freesize Free space in bytes. - 1.3.6.1.4.1.6574.3.1.1.4 + indexes: + - labelname: raidIndex + type: gauge + lookups: + - labels: + - raidIndex + labelname: raidName + oid: 1.3.6.1.4.1.6574.3.1.1.2 + type: DisplayString + - labels: [] + labelname: raidIndex + - name: raidTotalSize + oid: 1.3.6.1.4.1.6574.3.1.1.5 + type: gauge + help: Synology raid totalsize Total space in bytes. - 1.3.6.1.4.1.6574.3.1.1.5 + indexes: + - labelname: raidIndex + type: gauge + lookups: + - labels: + - raidIndex + labelname: raidName + oid: 1.3.6.1.4.1.6574.3.1.1.2 + type: DisplayString + - labels: [] + labelname: raidIndex + - name: raidHotspareCnt + oid: 1.3.6.1.4.1.6574.3.1.1.6 + type: gauge + help: Synology raid hotspare Total hotspare disks count - 1.3.6.1.4.1.6574.3.1.1.6 + indexes: + - labelname: raidIndex + type: gauge + lookups: + - labels: + - raidIndex + labelname: raidName + oid: 1.3.6.1.4.1.6574.3.1.1.2 + type: DisplayString + - labels: [] + labelname: raidIndex + - name: upsDeviceModel + oid: 1.3.6.1.4.1.6574.4.1.1 + type: DisplayString + help: Device model - 1.3.6.1.4.1.6574.4.1.1 + - name: upsDeviceManufacturer + oid: 1.3.6.1.4.1.6574.4.1.2 + type: DisplayString + help: Device manufacturer - 1.3.6.1.4.1.6574.4.1.2 + - name: upsDeviceSerial + oid: 1.3.6.1.4.1.6574.4.1.3 + type: DisplayString + help: Device serial number. - 1.3.6.1.4.1.6574.4.1.3 + - name: upsDeviceType + oid: 1.3.6.1.4.1.6574.4.1.4 + type: DisplayString + help: Device type (ups, pdu, scd, psu) - 1.3.6.1.4.1.6574.4.1.4 + - name: upsDeviceDescription + oid: 1.3.6.1.4.1.6574.4.1.5 + type: DisplayString + help: Device description. - 1.3.6.1.4.1.6574.4.1.5 + - name: upsDeviceContact + oid: 1.3.6.1.4.1.6574.4.1.6 + type: DisplayString + help: Device administrator name. - 1.3.6.1.4.1.6574.4.1.6 + - name: upsDeviceLocation + oid: 1.3.6.1.4.1.6574.4.1.7 + type: DisplayString + help: Device physical location. - 1.3.6.1.4.1.6574.4.1.7 + - name: upsDevicePart + oid: 1.3.6.1.4.1.6574.4.1.8 + type: DisplayString + help: Device part number. - 1.3.6.1.4.1.6574.4.1.8 + - name: upsDeviceMACAddr + oid: 1.3.6.1.4.1.6574.4.1.9 + type: DisplayString + help: Physical network address of the device. - 1.3.6.1.4.1.6574.4.1.9 + - name: upsInfoStatus + oid: 1.3.6.1.4.1.6574.4.2.1 + type: DisplayString + help: UPS status. - 1.3.6.1.4.1.6574.4.2.1 + - name: upsInfoAlarm + oid: 1.3.6.1.4.1.6574.4.2.2 + type: DisplayString + help: UPS alarms - 1.3.6.1.4.1.6574.4.2.2 + - name: upsInfoTime + oid: 1.3.6.1.4.1.6574.4.2.3 + type: DisplayString + help: Internal UPS clock time - 1.3.6.1.4.1.6574.4.2.3 + - name: upsInfoDate + oid: 1.3.6.1.4.1.6574.4.2.4 + type: DisplayString + help: Internal UPS clock date - 1.3.6.1.4.1.6574.4.2.4 + - name: upsInfoModel + oid: 1.3.6.1.4.1.6574.4.2.5 + type: DisplayString + help: UPS model - 1.3.6.1.4.1.6574.4.2.5 + - name: upsInfoMfrName + oid: 1.3.6.1.4.1.6574.4.2.6.1 + type: DisplayString + help: UPS manufacturer - 1.3.6.1.4.1.6574.4.2.6.1 + - name: upsInfoMfrDate + oid: 1.3.6.1.4.1.6574.4.2.6.2 + type: DisplayString + help: UPS manufacturing date - 1.3.6.1.4.1.6574.4.2.6.2 + - name: upsInfoSerial + oid: 1.3.6.1.4.1.6574.4.2.7 + type: DisplayString + help: UPS serial number - 1.3.6.1.4.1.6574.4.2.7 + - name: upsInfoVendorID + oid: 1.3.6.1.4.1.6574.4.2.8 + type: DisplayString + help: Vendor ID for USB devices - 1.3.6.1.4.1.6574.4.2.8 + - name: upsInfoProductID + oid: 1.3.6.1.4.1.6574.4.2.9 + type: DisplayString + help: Product ID for USB devices - 1.3.6.1.4.1.6574.4.2.9 + - name: upsInfoFirmwareName + oid: 1.3.6.1.4.1.6574.4.2.10.1 + type: DisplayString + help: UPS firmware - 1.3.6.1.4.1.6574.4.2.10.1 + - name: upsInfoFirmwareAux + oid: 1.3.6.1.4.1.6574.4.2.10.2 + type: DisplayString + help: Auxiliary device firmware - 1.3.6.1.4.1.6574.4.2.10.2 + - name: upsInfoTemperature + oid: 1.3.6.1.4.1.6574.4.2.11 + type: Float + help: UPS temperature (degrees C) - 1.3.6.1.4.1.6574.4.2.11 + - name: upsInfoLoadValue + oid: 1.3.6.1.4.1.6574.4.2.12.1 + type: Float + help: Load on UPS (percent) - 1.3.6.1.4.1.6574.4.2.12.1 + - name: upsInfoLoadHigh + oid: 1.3.6.1.4.1.6574.4.2.12.2 + type: Float + help: Load when UPS switches to overload condition (OVER) (percent) - 1.3.6.1.4.1.6574.4.2.12.2 + - name: upsInfoID + oid: 1.3.6.1.4.1.6574.4.2.13 + type: DisplayString + help: UPS system identifier - 1.3.6.1.4.1.6574.4.2.13 + - name: upsInfoDelayStart + oid: 1.3.6.1.4.1.6574.4.2.14.1 + type: gauge + help: Interval to wait before restarting the load (seconds) - 1.3.6.1.4.1.6574.4.2.14.1 + - name: upsInfoDelayReboot + oid: 1.3.6.1.4.1.6574.4.2.14.2 + type: gauge + help: Interval to wait before rebooting the UPS (seconds) - 1.3.6.1.4.1.6574.4.2.14.2 + - name: upsInfoDelayShutdown + oid: 1.3.6.1.4.1.6574.4.2.14.3 + type: gauge + help: Interval to wait after shutdown with delay command (seconds) - 1.3.6.1.4.1.6574.4.2.14.3 + - name: upsInfoTimerStart + oid: 1.3.6.1.4.1.6574.4.2.15.1 + type: gauge + help: Time before the load will be started (seconds) - 1.3.6.1.4.1.6574.4.2.15.1 + - name: upsInfoTimerReboot + oid: 1.3.6.1.4.1.6574.4.2.15.2 + type: gauge + help: Time before the load will be rebooted (seconds) - 1.3.6.1.4.1.6574.4.2.15.2 + - name: upsInfoTimerShutdown + oid: 1.3.6.1.4.1.6574.4.2.15.3 + type: gauge + help: Time before the load will be shutdown (seconds) - 1.3.6.1.4.1.6574.4.2.15.3 + - name: upsInfoTestInterval + oid: 1.3.6.1.4.1.6574.4.2.16.1 + type: gauge + help: Interval between self tests - 1.3.6.1.4.1.6574.4.2.16.1 + - name: upsInfoTestResult + oid: 1.3.6.1.4.1.6574.4.2.16.2 + type: DisplayString + help: Results of last self test - 1.3.6.1.4.1.6574.4.2.16.2 + - name: upsInfoDisplayLanguage + oid: 1.3.6.1.4.1.6574.4.2.17 + type: DisplayString + help: Language to use on front panel - 1.3.6.1.4.1.6574.4.2.17 + - name: upsInfoContacts + oid: 1.3.6.1.4.1.6574.4.2.18 + type: DisplayString + help: UPS external contact sensors - 1.3.6.1.4.1.6574.4.2.18 + - name: upsInfoEffciency + oid: 1.3.6.1.4.1.6574.4.2.19 + type: gauge + help: Efficiency of the UPS (ratio of the output current on the input current) + (percent) - 1.3.6.1.4.1.6574.4.2.19 + - name: upsInfoPowerValue + oid: 1.3.6.1.4.1.6574.4.2.20.1 + type: Float + help: Current value of apparent power (Volt-Amps) - 1.3.6.1.4.1.6574.4.2.20.1 + - name: upsInfoPowerNominal + oid: 1.3.6.1.4.1.6574.4.2.20.2 + type: Float + help: Nominal value of apparent power (Volt-Amps) - 1.3.6.1.4.1.6574.4.2.20.2 + - name: upsInfoRealPowerValue + oid: 1.3.6.1.4.1.6574.4.2.21.1 + type: Float + help: Current value of real power (Watts) - 1.3.6.1.4.1.6574.4.2.21.1 + - name: upsInfoRealPowerNominal + oid: 1.3.6.1.4.1.6574.4.2.21.2 + type: Float + help: Nominal value of real power (Watts) - 1.3.6.1.4.1.6574.4.2.21.2 + - name: upsInfoBeeperStatus + oid: 1.3.6.1.4.1.6574.4.2.22 + type: DisplayString + help: UPS beeper status (enabled, disabled or muted) - 1.3.6.1.4.1.6574.4.2.22 + - name: upsInfoType + oid: 1.3.6.1.4.1.6574.4.2.23 + type: DisplayString + help: UPS type - 1.3.6.1.4.1.6574.4.2.23 + - name: upsInfoWatchdogStatus + oid: 1.3.6.1.4.1.6574.4.2.24 + type: DisplayString + help: UPS watchdog status (enabled or disabled) - 1.3.6.1.4.1.6574.4.2.24 + - name: upsInfoStartAuto + oid: 1.3.6.1.4.1.6574.4.2.25.1 + type: DisplayString + help: UPS starts when mains is (re)applied - 1.3.6.1.4.1.6574.4.2.25.1 + - name: upsInfoStartBattery + oid: 1.3.6.1.4.1.6574.4.2.25.2 + type: DisplayString + help: Allow to start UPS from battery - 1.3.6.1.4.1.6574.4.2.25.2 + - name: upsInfoStartReboot + oid: 1.3.6.1.4.1.6574.4.2.25.3 + type: DisplayString + help: UPS coldstarts from battery (enabled or disabled) - 1.3.6.1.4.1.6574.4.2.25.3 + - name: upsBatteryChargeValue + oid: 1.3.6.1.4.1.6574.4.3.1.1 + type: Float + help: Battery charge - 1.3.6.1.4.1.6574.4.3.1.1 + - name: upsBatteryChargeLow + oid: 1.3.6.1.4.1.6574.4.3.1.2 + type: Float + help: Remaining battery level when UPS switches to LB (percent) - 1.3.6.1.4.1.6574.4.3.1.2 + - name: upsBatteryChargeRestart + oid: 1.3.6.1.4.1.6574.4.3.1.3 + type: Float + help: Minimum battery level for UPS restart after power-off - 1.3.6.1.4.1.6574.4.3.1.3 + - name: upsBatteryChargeWarning + oid: 1.3.6.1.4.1.6574.4.3.1.4 + type: Float + help: Battery level when UPS switches to Warning state (percent) - 1.3.6.1.4.1.6574.4.3.1.4 + - name: upsBatteryVoltageValue + oid: 1.3.6.1.4.1.6574.4.3.2.1 + type: Float + help: The magnitude of the present battery voltage. - 1.3.6.1.4.1.6574.4.3.2.1 + - name: upsBatteryVoltageNominal + oid: 1.3.6.1.4.1.6574.4.3.2.2 + type: Float + help: Nominal battery voltage. - 1.3.6.1.4.1.6574.4.3.2.2 + - name: upsBatteryVoltageLow + oid: 1.3.6.1.4.1.6574.4.3.2.3 + type: Float + help: Minimum battery voltage, that triggers FSD status . - 1.3.6.1.4.1.6574.4.3.2.3 + - name: upsBatteryVoltageHigh + oid: 1.3.6.1.4.1.6574.4.3.2.4 + type: Float + help: Maximum battery voltage (Ie battery.charge = 100). - 1.3.6.1.4.1.6574.4.3.2.4 + - name: upsBatteryCapacity + oid: 1.3.6.1.4.1.6574.4.3.3 + type: Float + help: Battery capacity (Ah) - 1.3.6.1.4.1.6574.4.3.3 + - name: upsBatteryCurrent + oid: 1.3.6.1.4.1.6574.4.3.4 + type: Float + help: The present battery current. - 1.3.6.1.4.1.6574.4.3.4 + - name: upsBatteryTemperature + oid: 1.3.6.1.4.1.6574.4.3.5 + type: Float + help: The ambient temperature at or near the UPS Battery casing. - 1.3.6.1.4.1.6574.4.3.5 + - name: upsBatteryRuntimeValue + oid: 1.3.6.1.4.1.6574.4.3.6.1 + type: gauge + help: Battery runtime (seconds) - 1.3.6.1.4.1.6574.4.3.6.1 + - name: upsBatteryRuntimeLow + oid: 1.3.6.1.4.1.6574.4.3.6.2 + type: gauge + help: Remaining battery runtime when UPS switches to LB (seconds) - 1.3.6.1.4.1.6574.4.3.6.2 + - name: upsBatteryRuntimeRestart + oid: 1.3.6.1.4.1.6574.4.3.6.3 + type: gauge + help: Minimum battery runtime for UPS restart after power-off (seconds) - 1.3.6.1.4.1.6574.4.3.6.3 + - name: upsBatteryAlarmThreshold + oid: 1.3.6.1.4.1.6574.4.3.7 + type: DisplayString + help: Battery alarm threshold - 1.3.6.1.4.1.6574.4.3.7 + - name: upsBatteryDate + oid: 1.3.6.1.4.1.6574.4.3.8 + type: DisplayString + help: Battery change date - 1.3.6.1.4.1.6574.4.3.8 + - name: upsBatteryMfrDate + oid: 1.3.6.1.4.1.6574.4.3.9 + type: DisplayString + help: Battery manufacturing date - 1.3.6.1.4.1.6574.4.3.9 + - name: upsBatteryPacks + oid: 1.3.6.1.4.1.6574.4.3.10 + type: gauge + help: Number of battery packs - 1.3.6.1.4.1.6574.4.3.10 + - name: upsBatteryPacksBad + oid: 1.3.6.1.4.1.6574.4.3.11 + type: gauge + help: Number of bad battery packs - 1.3.6.1.4.1.6574.4.3.11 + - name: upsBatteryType + oid: 1.3.6.1.4.1.6574.4.3.12 + type: DisplayString + help: Battery chemistry - 1.3.6.1.4.1.6574.4.3.12 + - name: upsBatteryProtection + oid: 1.3.6.1.4.1.6574.4.3.13 + type: DisplayString + help: Prevent deep discharge of battery - 1.3.6.1.4.1.6574.4.3.13 + - name: upsBatteryEnergySave + oid: 1.3.6.1.4.1.6574.4.3.14 + type: DisplayString + help: Switch off when running on battery and no/low load - 1.3.6.1.4.1.6574.4.3.14 + - name: upsInputVoltageValue + oid: 1.3.6.1.4.1.6574.4.4.1.1 + type: Float + help: Input voltage - 1.3.6.1.4.1.6574.4.4.1.1 + - name: upsInputVoltageMax + oid: 1.3.6.1.4.1.6574.4.4.1.2 + type: Float + help: Maximum incoming voltage seen - 1.3.6.1.4.1.6574.4.4.1.2 + - name: upsInputVoltageMin + oid: 1.3.6.1.4.1.6574.4.4.1.3 + type: Float + help: Minimum incoming voltage seen - 1.3.6.1.4.1.6574.4.4.1.3 + - name: upsInputVoltageNominal + oid: 1.3.6.1.4.1.6574.4.4.1.4 + type: Float + help: Nominal input voltage - 1.3.6.1.4.1.6574.4.4.1.4 + - name: upsInputVoltageExtend + oid: 1.3.6.1.4.1.6574.4.4.1.5 + type: DisplayString + help: Extended input voltage range - 1.3.6.1.4.1.6574.4.4.1.5 + - name: upsInputVoltageFault + oid: 1.3.6.1.4.1.6574.4.4.1.6 + type: Float + help: Input voltage Fault - 1.3.6.1.4.1.6574.4.4.1.6 + - name: upsInputTransferReason + oid: 1.3.6.1.4.1.6574.4.4.2.1 + type: DisplayString + help: Reason for last transfer to battery - 1.3.6.1.4.1.6574.4.4.2.1 + - name: upsInputTransferLow + oid: 1.3.6.1.4.1.6574.4.4.2.2 + type: Float + help: Low voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.2 + - name: upsInputTransferHigh + oid: 1.3.6.1.4.1.6574.4.4.2.3 + type: Float + help: High voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.3 + - name: upsInputTransferLowMin + oid: 1.3.6.1.4.1.6574.4.4.2.4 + type: Float + help: smallest settable low voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.4 + - name: upsInputTransferLowMax + oid: 1.3.6.1.4.1.6574.4.4.2.5 + type: Float + help: greatest settable low voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.5 + - name: upsInputTransferHighMin + oid: 1.3.6.1.4.1.6574.4.4.2.6 + type: Float + help: smallest settable high voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.6 + - name: upsInputTransferHighMax + oid: 1.3.6.1.4.1.6574.4.4.2.7 + type: Float + help: greatest settable high voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.7 + - name: upsInputTransferBoostLow + oid: 1.3.6.1.4.1.6574.4.4.2.8 + type: Float + help: Low voltage boosting transfer point - 1.3.6.1.4.1.6574.4.4.2.8 + - name: upsInputTransferBoostHigh + oid: 1.3.6.1.4.1.6574.4.4.2.9 + type: Float + help: High voltage boosting transfer point - 1.3.6.1.4.1.6574.4.4.2.9 + - name: upsInputTransferTrimLow + oid: 1.3.6.1.4.1.6574.4.4.2.10 + type: Float + help: Low voltage trimming transfer point - 1.3.6.1.4.1.6574.4.4.2.10 + - name: upsInputTransferTrimHigh + oid: 1.3.6.1.4.1.6574.4.4.2.11 + type: Float + help: High voltage trimming transfer point - 1.3.6.1.4.1.6574.4.4.2.11 + - name: upsInputSensitivity + oid: 1.3.6.1.4.1.6574.4.4.3 + type: DisplayString + help: Input power sensitivity - 1.3.6.1.4.1.6574.4.4.3 + - name: upsInputQuality + oid: 1.3.6.1.4.1.6574.4.4.4 + type: DisplayString + help: Input power quality - 1.3.6.1.4.1.6574.4.4.4 + - name: upsInputCurrentValue + oid: 1.3.6.1.4.1.6574.4.4.5.1 + type: Float + help: Input current (A) - 1.3.6.1.4.1.6574.4.4.5.1 + - name: upsInputCurrentNominal + oid: 1.3.6.1.4.1.6574.4.4.5.2 + type: Float + help: Nominal input current (A) - 1.3.6.1.4.1.6574.4.4.5.2 + - name: upsInputFrequencyValue + oid: 1.3.6.1.4.1.6574.4.4.6.1 + type: Float + help: Input line frequency (Hz) - 1.3.6.1.4.1.6574.4.4.6.1 + - name: upsInputFrequencyNominal + oid: 1.3.6.1.4.1.6574.4.4.6.2 + type: Float + help: Nominal input line frequency (Hz) - 1.3.6.1.4.1.6574.4.4.6.2 + - name: upsInputFrequencyLow + oid: 1.3.6.1.4.1.6574.4.4.6.3 + type: Float + help: Input line frequency low (Hz) - 1.3.6.1.4.1.6574.4.4.6.3 + - name: upsInputFrequencyHigh + oid: 1.3.6.1.4.1.6574.4.4.6.4 + type: Float + help: Input line frequency high (Hz) - 1.3.6.1.4.1.6574.4.4.6.4 + - name: upsInputFrequencyExtend + oid: 1.3.6.1.4.1.6574.4.4.6.5 + type: DisplayString + help: Extended input frequency range - 1.3.6.1.4.1.6574.4.4.6.5 + - name: upsOutputVoltageValue + oid: 1.3.6.1.4.1.6574.4.5.1.1 + type: Float + help: Output voltage (V) - 1.3.6.1.4.1.6574.4.5.1.1 + - name: upsOutputVoltageNominal + oid: 1.3.6.1.4.1.6574.4.5.1.2 + type: Float + help: Nominal output voltage (V) - 1.3.6.1.4.1.6574.4.5.1.2 + - name: upsOutputFrequencyValue + oid: 1.3.6.1.4.1.6574.4.5.2.1 + type: Float + help: Output frequency (Hz) - 1.3.6.1.4.1.6574.4.5.2.1 + - name: upsOutputFrequencyNominal + oid: 1.3.6.1.4.1.6574.4.5.2.2 + type: Float + help: Nominal output frequency (Hz) - 1.3.6.1.4.1.6574.4.5.2.2 + - name: upsOutputCurrentValue + oid: 1.3.6.1.4.1.6574.4.5.3.1 + type: Float + help: Output current (A) - 1.3.6.1.4.1.6574.4.5.3.1 + - name: upsOutputCurrentNominal + oid: 1.3.6.1.4.1.6574.4.5.3.2 + type: Float + help: Nominal output current (A) - 1.3.6.1.4.1.6574.4.5.3.2 + - name: upsAmbientTemperatureValue + oid: 1.3.6.1.4.1.6574.4.6.1.1 + type: Float + help: Ambient temperature (degrees C) - 1.3.6.1.4.1.6574.4.6.1.1 + - name: upsAmbientTemperatureAlarm + oid: 1.3.6.1.4.1.6574.4.6.1.2 + type: DisplayString + help: Temperature alarm (enabled/disabled) - 1.3.6.1.4.1.6574.4.6.1.2 + - name: upsAmbientTemperatureHigh + oid: 1.3.6.1.4.1.6574.4.6.1.3 + type: Float + help: Temperature threshold high (degrees C) - 1.3.6.1.4.1.6574.4.6.1.3 + - name: upsAmbientTemperatureLow + oid: 1.3.6.1.4.1.6574.4.6.1.4 + type: Float + help: Temperature threshold low (degrees C) - 1.3.6.1.4.1.6574.4.6.1.4 + - name: upsAmbientTemperatureMax + oid: 1.3.6.1.4.1.6574.4.6.1.5 + type: Float + help: Maximum temperature seen (degrees C) - 1.3.6.1.4.1.6574.4.6.1.5 + - name: upsAmbientTemperatureMin + oid: 1.3.6.1.4.1.6574.4.6.1.6 + type: Float + help: Minimum temperature seen (degrees C) - 1.3.6.1.4.1.6574.4.6.1.6 + - name: upsAmbientHumidityValue + oid: 1.3.6.1.4.1.6574.4.6.2.1 + type: Float + help: Ambient relative humidity (percent) - 1.3.6.1.4.1.6574.4.6.2.1 + - name: upsAmbientHumidityAlarm + oid: 1.3.6.1.4.1.6574.4.6.2.2 + type: DisplayString + help: Relative humidity alarm (enabled/disabled) - 1.3.6.1.4.1.6574.4.6.2.2 + - name: upsAmbientHumidityHigh + oid: 1.3.6.1.4.1.6574.4.6.2.3 + type: Float + help: Relative humidity threshold high (percent) - 1.3.6.1.4.1.6574.4.6.2.3 + - name: upsAmbientHumidityLow + oid: 1.3.6.1.4.1.6574.4.6.2.4 + type: Float + help: Relative humidity threshold low (percent) - 1.3.6.1.4.1.6574.4.6.2.4 + - name: upsAmbientHumidityMax + oid: 1.3.6.1.4.1.6574.4.6.2.5 + type: Float + help: Maximum relative humidity seen (percent) - 1.3.6.1.4.1.6574.4.6.2.5 + - name: upsAmbientHumidityMin + oid: 1.3.6.1.4.1.6574.4.6.2.6 + type: Float + help: Minimum relative humidity seen (percent) - 1.3.6.1.4.1.6574.4.6.2.6 + - name: upsDriverName + oid: 1.3.6.1.4.1.6574.4.7.1 + type: DisplayString + help: Driver name - 1.3.6.1.4.1.6574.4.7.1 + - name: upsDriverVersion + oid: 1.3.6.1.4.1.6574.4.7.2 + type: DisplayString + help: Driver version (NUT release) - 1.3.6.1.4.1.6574.4.7.2 + - name: upsDriverVersionData + oid: 1.3.6.1.4.1.6574.4.7.3 + type: DisplayString + help: Driver version data - 1.3.6.1.4.1.6574.4.7.3 + - name: upsDriverVersionInternal + oid: 1.3.6.1.4.1.6574.4.7.4 + type: DisplayString + help: Internal driver version (if tracked separately) - 1.3.6.1.4.1.6574.4.7.4 + - name: upsDriverPollInterval + oid: 1.3.6.1.4.1.6574.4.7.5 + type: gauge + help: Poll interval setup in configuration file - 1.3.6.1.4.1.6574.4.7.5 + - name: upsDriverPort + oid: 1.3.6.1.4.1.6574.4.7.6 + type: DisplayString + help: Port setup in configuration file - 1.3.6.1.4.1.6574.4.7.6 + - name: upsDriverPollFrequency + oid: 1.3.6.1.4.1.6574.4.7.7 + type: gauge + help: Poll frequency - 1.3.6.1.4.1.6574.4.7.7 + - name: upsDriverProductID + oid: 1.3.6.1.4.1.6574.4.7.8 + type: DisplayString + help: Product ID - 1.3.6.1.4.1.6574.4.7.8 + - name: upsDriverSnmpVersion + oid: 1.3.6.1.4.1.6574.4.7.9 + type: DisplayString + help: Snmp version - 1.3.6.1.4.1.6574.4.7.9 + - name: upsServerInfo + oid: 1.3.6.1.4.1.6574.4.8.1 + type: DisplayString + help: Server information - 1.3.6.1.4.1.6574.4.8.1 + - name: upsServerVersion + oid: 1.3.6.1.4.1.6574.4.8.2 + type: DisplayString + help: Server version - 1.3.6.1.4.1.6574.4.8.2 + - name: diskSMARTInfoIndex + oid: 1.3.6.1.4.1.6574.5.1.1.1 + type: gauge + help: SMART info index - 1.3.6.1.4.1.6574.5.1.1.1 + indexes: + - labelname: diskSMARTInfoIndex + type: gauge + - name: diskSMARTInfoDevName + oid: 1.3.6.1.4.1.6574.5.1.1.2 + type: DisplayString + help: SMART info device name - 1.3.6.1.4.1.6574.5.1.1.2 + indexes: + - labelname: diskSMARTInfoIndex + type: gauge + - name: diskSMARTAttrName + oid: 1.3.6.1.4.1.6574.5.1.1.3 + type: DisplayString + help: SMART attribute name - 1.3.6.1.4.1.6574.5.1.1.3 + indexes: + - labelname: diskSMARTInfoIndex + type: gauge + - name: diskSMARTAttrId + oid: 1.3.6.1.4.1.6574.5.1.1.4 + type: gauge + help: SMART attribute ID - 1.3.6.1.4.1.6574.5.1.1.4 + indexes: + - labelname: diskSMARTInfoIndex + type: gauge + - name: diskSMARTAttrCurrent + oid: 1.3.6.1.4.1.6574.5.1.1.5 + type: gauge + help: SMART attribute current value - 1.3.6.1.4.1.6574.5.1.1.5 + indexes: + - labelname: diskSMARTInfoIndex + type: gauge + - name: diskSMARTAttrWorst + oid: 1.3.6.1.4.1.6574.5.1.1.6 + type: gauge + help: SMART attribute worst value - 1.3.6.1.4.1.6574.5.1.1.6 + indexes: + - labelname: diskSMARTInfoIndex + type: gauge + - name: diskSMARTAttrThreshold + oid: 1.3.6.1.4.1.6574.5.1.1.7 + type: gauge + help: SMART attribute threshold value - 1.3.6.1.4.1.6574.5.1.1.7 + indexes: + - labelname: diskSMARTInfoIndex + type: gauge + - name: diskSMARTAttrRaw + oid: 1.3.6.1.4.1.6574.5.1.1.8 + type: gauge + help: SMART attribute raw value - 1.3.6.1.4.1.6574.5.1.1.8 + indexes: + - labelname: diskSMARTInfoIndex + type: gauge + - name: diskSMARTAttrStatus + oid: 1.3.6.1.4.1.6574.5.1.1.9 + type: DisplayString + help: SMART attribute status - 1.3.6.1.4.1.6574.5.1.1.9 + indexes: + - labelname: diskSMARTInfoIndex + type: gauge + - name: serviceInfoIndex + oid: 1.3.6.1.4.1.6574.6.1.1.1 + type: gauge + help: Service info index - 1.3.6.1.4.1.6574.6.1.1.1 + indexes: + - labelname: serviceInfoIndex + type: gauge + lookups: + - labels: + - serviceInfoIndex + labelname: serviceName + oid: 1.3.6.1.4.1.6574.6.1.1.2 + type: DisplayString + - labels: [] + labelname: serviceInfoIndex + - name: serviceName + oid: 1.3.6.1.4.1.6574.6.1.1.2 + type: DisplayString + help: Service name - 1.3.6.1.4.1.6574.6.1.1.2 + indexes: + - labelname: serviceInfoIndex + type: gauge + lookups: + - labels: + - serviceInfoIndex + labelname: serviceName + oid: 1.3.6.1.4.1.6574.6.1.1.2 + type: DisplayString + - labels: [] + labelname: serviceInfoIndex + - name: serviceUsers + oid: 1.3.6.1.4.1.6574.6.1.1.3 + type: gauge + help: Number of users using this service - 1.3.6.1.4.1.6574.6.1.1.3 + indexes: + - labelname: serviceInfoIndex + type: gauge + lookups: + - labels: + - serviceInfoIndex + labelname: serviceName + oid: 1.3.6.1.4.1.6574.6.1.1.2 + type: DisplayString + - labels: [] + labelname: serviceInfoIndex + ubiquiti_airfiber: + walk: + - 1.3.6.1.4.1.41112.1.3 + metrics: + - name: airFiberConfigIndex + oid: 1.3.6.1.4.1.41112.1.3.1.1.1 + type: gauge + help: Index for the airFiberConfig - 1.3.6.1.4.1.41112.1.3.1.1.1 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: radioEnable + oid: 1.3.6.1.4.1.41112.1.3.1.1.2 + type: gauge + help: Radio Enabled State (Enabled/Disabled) - 1.3.6.1.4.1.41112.1.3.1.1.2 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 1: enabled + 2: disabled + - name: radioLinkMode + oid: 1.3.6.1.4.1.41112.1.3.1.1.3 + type: gauge + help: Radio Operating Mode - 1.3.6.1.4.1.41112.1.3.1.1.3 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 1: master + 2: slave + 3: spectral + - name: radioDuplex + oid: 1.3.6.1.4.1.41112.1.3.1.1.4 + type: gauge + help: Radio Duplex Mode - 1.3.6.1.4.1.41112.1.3.1.1.4 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 1: halfDuplex + 2: fullDuplex + - name: txFrequency + oid: 1.3.6.1.4.1.41112.1.3.1.1.5 + type: gauge + help: TX Operating frequency (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.5 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: rxFrequency + oid: 1.3.6.1.4.1.41112.1.3.1.1.6 + type: gauge + help: RX Operating frequency (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.6 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: regDomain + oid: 1.3.6.1.4.1.41112.1.3.1.1.7 + type: DisplayString + help: Regulatory Domain - 1.3.6.1.4.1.41112.1.3.1.1.7 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: gpsSync + oid: 1.3.6.1.4.1.41112.1.3.1.1.8 + type: gauge + help: GPS Synchronization state (OFF, ON) - 1.3.6.1.4.1.41112.1.3.1.1.8 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 1: "off" + 2: "on" + - name: txPower + oid: 1.3.6.1.4.1.41112.1.3.1.1.9 + type: gauge + help: Radio Transmit Power Setting (dBm) - 1.3.6.1.4.1.41112.1.3.1.1.9 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: rxGain + oid: 1.3.6.1.4.1.41112.1.3.1.1.10 + type: gauge + help: Radio Receiver Gain Setting - 1.3.6.1.4.1.41112.1.3.1.1.10 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 1: low + 2: high + - name: maxTxModRate + oid: 1.3.6.1.4.1.41112.1.3.1.1.11 + type: gauge + help: Maximum TX Modulation Rate - 1.3.6.1.4.1.41112.1.3.1.1.11 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 0: qPSK-SISO-1-4x + 1: qPSK-SISO-1x + 2: qPSK-MIMO-2x + 3: qAM8-MIMO-3x + 4: qAM16-MIMO-4x + 5: qAM32-MIMO-5x + 6: qAM64-MIMO-6x + 7: qAM128-MIMO-7x + 8: qAM256-MIMO-8x + 9: qAM512-MIMO-9x + 10: qAM1024-MIMO-10x + 11: qAM8-SISO-1p5x + 12: qAM16-SISO-2x + 13: qAM32-SISO-2p5x + 14: qAM64-SISO-3x + 15: qAM128-SISO-3p5x + 16: qAM256-SISO-4x + 17: qAM512-SISO-4p5x + 18: qAM1024-SISO-5x + - name: modRateControl + oid: 1.3.6.1.4.1.41112.1.3.1.1.12 + type: gauge + help: Transmit Modulation Rate Control - 1.3.6.1.4.1.41112.1.3.1.1.12 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 1: manual + 2: automatic + - name: ethDPortLinkSpeed + oid: 1.3.6.1.4.1.41112.1.3.1.1.13 + type: gauge + help: Ethernet Data Port Configuration - 1.3.6.1.4.1.41112.1.3.1.1.13 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 1: auto + 2: half-10Mbps + 3: half-100Mbps + 4: full-10Mbps + 5: full-100Mbps + 6: full-1000Mbps + - name: linkName + oid: 1.3.6.1.4.1.41112.1.3.1.1.14 + type: DisplayString + help: Radio Link Name - 1.3.6.1.4.1.41112.1.3.1.1.14 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: encryptKey + oid: 1.3.6.1.4.1.41112.1.3.1.1.15 + type: DisplayString + help: Radio Link Encryption Key - 1.3.6.1.4.1.41112.1.3.1.1.15 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: ethFlowControl + oid: 1.3.6.1.4.1.41112.1.3.1.1.16 + type: gauge + help: Ethernet DATA port Flow Control (OFF, ON) - 1.3.6.1.4.1.41112.1.3.1.1.16 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 1: "off" + 2: "on" + - name: ethMcastFilter + oid: 1.3.6.1.4.1.41112.1.3.1.1.17 + type: gauge + help: Ethernet DATA port Multicast Filter - 1.3.6.1.4.1.41112.1.3.1.1.17 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 1: "off" + 2: "on" + - name: ethTrackRFLink + oid: 1.3.6.1.4.1.41112.1.3.1.1.18 + type: gauge + help: Enable Ethernet DATA port state to track RF Link - 1.3.6.1.4.1.41112.1.3.1.1.18 + indexes: + - labelname: airFiberConfigIndex + type: gauge + enum_values: + 0: disabled + 1: use-Timers + 2: enabled + - name: ethLinkOffDuration + oid: 1.3.6.1.4.1.41112.1.3.1.1.19 + type: gauge + help: Duration (seconds) of Ethernet Link Drop when ethTrackRFLink is set to + Use-Timers - 1.3.6.1.4.1.41112.1.3.1.1.19 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: ethLinkOffSpacing + oid: 1.3.6.1.4.1.41112.1.3.1.1.20 + type: gauge + help: Spacing (seconds) of consecutive Etherenet Link Drops when ethTrackLink + is set to Use-Timers - 1.3.6.1.4.1.41112.1.3.1.1.20 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: txFrequency1 + oid: 1.3.6.1.4.1.41112.1.3.1.1.21 + type: gauge + help: First configured TX Frequency (MHz) of radio. - 1.3.6.1.4.1.41112.1.3.1.1.21 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: rxFrequency1 + oid: 1.3.6.1.4.1.41112.1.3.1.1.22 + type: gauge + help: First configured RX Frequency (MHz) of radio. - 1.3.6.1.4.1.41112.1.3.1.1.22 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: txFrequency2 + oid: 1.3.6.1.4.1.41112.1.3.1.1.23 + type: gauge + help: Second configured TX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.23 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: rxFrequency2 + oid: 1.3.6.1.4.1.41112.1.3.1.1.24 + type: gauge + help: Second configured RX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.24 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: txFrequency3 + oid: 1.3.6.1.4.1.41112.1.3.1.1.25 + type: gauge + help: Third configured TX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.25 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: rxFrequency3 + oid: 1.3.6.1.4.1.41112.1.3.1.1.26 + type: gauge + help: Third configured RX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.26 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: channelWidth + oid: 1.3.6.1.4.1.41112.1.3.1.1.27 + type: gauge + help: Current RF Channel Bandwidth - 1.3.6.1.4.1.41112.1.3.1.1.27 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: txChannelWidth + oid: 1.3.6.1.4.1.41112.1.3.1.1.28 + type: gauge + help: Current TX RF Channel Bandwidth (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.28 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: rxChannelWidth + oid: 1.3.6.1.4.1.41112.1.3.1.1.29 + type: gauge + help: Current RX RF Channel Bandwidth (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.29 + indexes: + - labelname: airFiberConfigIndex + type: gauge + - name: airFiberStatusIndex + oid: 1.3.6.1.4.1.41112.1.3.2.1.1 + type: gauge + help: Index for the air0 interface - 1.3.6.1.4.1.41112.1.3.2.1.1 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: curTXModRate + oid: 1.3.6.1.4.1.41112.1.3.2.1.2 + type: gauge + help: Current Transmit Modulation Rate - 1.3.6.1.4.1.41112.1.3.2.1.2 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 0: qPSK-SISO-1-4x + 1: qPSK-SISO-1x + 2: qPSK-MIMO-2x + 3: qAM8-MIMO-3x + 4: qAM16-MIMO-4x + 5: qAM32-MIMO-5x + 6: qAM64-MIMO-6x + 7: qAM128-MIMO-7x + 8: qAM256-MIMO-8x + 9: qAM512-MIMO-9x + 10: qAM1024-MIMO-10x + 11: qAM8-SISO-1p5x + 12: qAM16-SISO-2x + 13: qAM32-SISO-2p5x + 14: qAM64-SISO-3x + 15: qAM128-SISO-3p5x + 16: qAM256-SISO-4x + 17: qAM512-SISO-4p5x + 18: qAM1024-SISO-5x + - name: radioLinkDistFt + oid: 1.3.6.1.4.1.41112.1.3.2.1.3 + type: gauge + help: Radio Link Distance (Feet) - 1.3.6.1.4.1.41112.1.3.2.1.3 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: radioLinkDistM + oid: 1.3.6.1.4.1.41112.1.3.2.1.4 + type: gauge + help: Radio Link Distance (Meters) - 1.3.6.1.4.1.41112.1.3.2.1.4 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: rxCapacity + oid: 1.3.6.1.4.1.41112.1.3.2.1.5 + type: gauge + help: Radio Receive Throughput Capacity (bits/sec) - 1.3.6.1.4.1.41112.1.3.2.1.5 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: txCapacity + oid: 1.3.6.1.4.1.41112.1.3.2.1.6 + type: gauge + help: Radio Transmit Throughput Capacity (bits/sec) - 1.3.6.1.4.1.41112.1.3.2.1.6 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: radio0TempF + oid: 1.3.6.1.4.1.41112.1.3.2.1.7 + type: gauge + help: Radio Chain 0 DAC Temperature (F) - 1.3.6.1.4.1.41112.1.3.2.1.7 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: radio0TempC + oid: 1.3.6.1.4.1.41112.1.3.2.1.8 + type: gauge + help: Radio Chain 0 DAC Temperature (C) - 1.3.6.1.4.1.41112.1.3.2.1.8 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: radio1TempF + oid: 1.3.6.1.4.1.41112.1.3.2.1.9 + type: gauge + help: Radio Chain 1 DAC Temperature (F) - 1.3.6.1.4.1.41112.1.3.2.1.9 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: radio1TempC + oid: 1.3.6.1.4.1.41112.1.3.2.1.10 + type: gauge + help: Radio Chain 0 DAC Temperature (C) - 1.3.6.1.4.1.41112.1.3.2.1.10 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: rxPower0 + oid: 1.3.6.1.4.1.41112.1.3.2.1.11 + type: gauge + help: Radio Chain 0 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.11 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: rxPower0Valid + oid: 1.3.6.1.4.1.41112.1.3.2.1.12 + type: gauge + help: Radio Chain 0 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.12 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: rxOverload0 + oid: 1.3.6.1.4.1.41112.1.3.2.1.13 + type: gauge + help: Radio Chain 0 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.13 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: rxPower1 + oid: 1.3.6.1.4.1.41112.1.3.2.1.14 + type: gauge + help: Radio Chain 1 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.14 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: rxPower1Valid + oid: 1.3.6.1.4.1.41112.1.3.2.1.15 + type: gauge + help: Radio Chain 1 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.15 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: rxOverload1 + oid: 1.3.6.1.4.1.41112.1.3.2.1.16 + type: gauge + help: Radio Chain 1 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.16 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: remoteTXPower + oid: 1.3.6.1.4.1.41112.1.3.2.1.17 + type: gauge + help: Remote Radio Transmit Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.17 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: remoteTXModRate + oid: 1.3.6.1.4.1.41112.1.3.2.1.18 + type: gauge + help: Remote Transmit Modulation Rate - 1.3.6.1.4.1.41112.1.3.2.1.18 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 0: qPSK-SISO-1-4x + 1: qPSK-SISO-1x + 2: qPSK-MIMO-2x + 3: qAM8-MIMO-3x + 4: qAM16-MIMO-4x + 5: qAM32-MIMO-5x + 6: qAM64-MIMO-6x + 7: qAM128-MIMO-7x + 8: qAM256-MIMO-8x + 9: qAM512-MIMO-9x + 10: qAM1024-MIMO-10x + 11: qAM8-SISO-1p5x + 12: qAM16-SISO-2x + 13: qAM32-SISO-2p5x + 14: qAM64-SISO-3x + 15: qAM128-SISO-3p5x + 16: qAM256-SISO-4x + 17: qAM512-SISO-4p5x + 18: qAM1024-SISO-5x + - name: remoteRXPower0 + oid: 1.3.6.1.4.1.41112.1.3.2.1.19 + type: gauge + help: Remote Radio Chain 0 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.19 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: remoteRXPower0Valid + oid: 1.3.6.1.4.1.41112.1.3.2.1.20 + type: gauge + help: Remote Radio Chain 0 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.20 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: remoteRXPower0Overload + oid: 1.3.6.1.4.1.41112.1.3.2.1.21 + type: gauge + help: Remote Radio Chain 0 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.21 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: remoteRXPower1 + oid: 1.3.6.1.4.1.41112.1.3.2.1.22 + type: gauge + help: Remote Radio Chain 1 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.22 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: remoteRXPower1Valid + oid: 1.3.6.1.4.1.41112.1.3.2.1.23 + type: gauge + help: Remote Radio Chain 1 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.23 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: remoteRXPower1Overload + oid: 1.3.6.1.4.1.41112.1.3.2.1.24 + type: gauge + help: Remote Radio Chain 1 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.24 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: countryCode + oid: 1.3.6.1.4.1.41112.1.3.2.1.25 + type: gauge + help: Configured Country Code - 1.3.6.1.4.1.41112.1.3.2.1.25 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: radioLinkState + oid: 1.3.6.1.4.1.41112.1.3.2.1.26 + type: gauge + help: Radio Link State - 1.3.6.1.4.1.41112.1.3.2.1.26 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 0: down + 1: up + - name: ethDataPortState + oid: 1.3.6.1.4.1.41112.1.3.2.1.27 + type: gauge + help: Ethernet Data Port State - 1.3.6.1.4.1.41112.1.3.2.1.27 + indexes: + - labelname: airFiberStatusIndex + type: gauge + enum_values: + 0: down + 1: up + - name: gpsPulse + oid: 1.3.6.1.4.1.41112.1.3.2.1.28 + type: DisplayString + help: GPS Pulse Detected - 1.3.6.1.4.1.41112.1.3.2.1.28 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: gpsFix + oid: 1.3.6.1.4.1.41112.1.3.2.1.29 + type: DisplayString + help: GPS Fix Obtained - 1.3.6.1.4.1.41112.1.3.2.1.29 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: gpsLat + oid: 1.3.6.1.4.1.41112.1.3.2.1.30 + type: DisplayString + help: GPS Latitude - 1.3.6.1.4.1.41112.1.3.2.1.30 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: gpsLong + oid: 1.3.6.1.4.1.41112.1.3.2.1.31 + type: DisplayString + help: GPS Longitude - 1.3.6.1.4.1.41112.1.3.2.1.31 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: gpsAltMeters + oid: 1.3.6.1.4.1.41112.1.3.2.1.32 + type: DisplayString + help: GPS Altitude (m) - 1.3.6.1.4.1.41112.1.3.2.1.32 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: gpsAltFeet + oid: 1.3.6.1.4.1.41112.1.3.2.1.33 + type: DisplayString + help: GPS Altitude (ft) - 1.3.6.1.4.1.41112.1.3.2.1.33 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: gpsSatsVisible + oid: 1.3.6.1.4.1.41112.1.3.2.1.34 + type: gauge + help: GPS Satellites Visible - 1.3.6.1.4.1.41112.1.3.2.1.34 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: gpsSatsTracked + oid: 1.3.6.1.4.1.41112.1.3.2.1.35 + type: gauge + help: GPS Satellites Tracked - 1.3.6.1.4.1.41112.1.3.2.1.35 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: gpsHDOP + oid: 1.3.6.1.4.1.41112.1.3.2.1.36 + type: OctetString + help: GPS Horizontal Dilution of Precision - 1.3.6.1.4.1.41112.1.3.2.1.36 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dfsState + oid: 1.3.6.1.4.1.41112.1.3.2.1.37 + type: DisplayString + help: Radio DFS State - 1.3.6.1.4.1.41112.1.3.2.1.37 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: upTime + oid: 1.3.6.1.4.1.41112.1.3.2.1.38 + type: gauge + help: Board uptime (seconds) - 1.3.6.1.4.1.41112.1.3.2.1.38 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dateTime + oid: 1.3.6.1.4.1.41112.1.3.2.1.39 + type: DisplayString + help: Board date and time - 1.3.6.1.4.1.41112.1.3.2.1.39 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: fwVersion + oid: 1.3.6.1.4.1.41112.1.3.2.1.40 + type: DisplayString + help: Board Firmware Revision - 1.3.6.1.4.1.41112.1.3.2.1.40 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: remoteRXGain + oid: 1.3.6.1.4.1.41112.1.3.2.1.41 + type: DisplayString + help: Remote radio Receiver Gain - 1.3.6.1.4.1.41112.1.3.2.1.41 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: radioLinkInfo + oid: 1.3.6.1.4.1.41112.1.3.2.1.42 + type: DisplayString + help: Radio Link Connection Information - 1.3.6.1.4.1.41112.1.3.2.1.42 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: ethDataPortInfo + oid: 1.3.6.1.4.1.41112.1.3.2.1.43 + type: DisplayString + help: Ethernet Data Port Link Connection Speed - 1.3.6.1.4.1.41112.1.3.2.1.43 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: linkUpTime + oid: 1.3.6.1.4.1.41112.1.3.2.1.44 + type: gauge + help: Radio Link uptime (seconds) - 1.3.6.1.4.1.41112.1.3.2.1.44 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: remoteMAC + oid: 1.3.6.1.4.1.41112.1.3.2.1.45 + type: DisplayString + help: Remote radio MAC Address - 1.3.6.1.4.1.41112.1.3.2.1.45 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: remoteIP + oid: 1.3.6.1.4.1.41112.1.3.2.1.46 + type: DisplayString + help: Remote radio IP Address - 1.3.6.1.4.1.41112.1.3.2.1.46 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dfsDetections + oid: 1.3.6.1.4.1.41112.1.3.2.1.47 + type: gauge + help: Number of DFS Detections since boot - 1.3.6.1.4.1.41112.1.3.2.1.47 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dfsDomain + oid: 1.3.6.1.4.1.41112.1.3.2.1.48 + type: DisplayString + help: DFS Regulatory Domain for current TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.48 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dfsStateTxFreq1 + oid: 1.3.6.1.4.1.41112.1.3.2.1.49 + type: DisplayString + help: State of first TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.49 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dfsStateTxFreq2 + oid: 1.3.6.1.4.1.41112.1.3.2.1.50 + type: DisplayString + help: State of second TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.50 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dfsStateTxFreq3 + oid: 1.3.6.1.4.1.41112.1.3.2.1.51 + type: DisplayString + help: State of third TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.51 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dfsTimerTxFreq1 + oid: 1.3.6.1.4.1.41112.1.3.2.1.52 + type: gauge + help: Seconds remaining before first TX Frequency can advance to next operating + state - 1.3.6.1.4.1.41112.1.3.2.1.52 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dfsTimerTxFreq2 + oid: 1.3.6.1.4.1.41112.1.3.2.1.53 + type: gauge + help: Seconds remaining before second TX Frequency can advance to next operating + state - 1.3.6.1.4.1.41112.1.3.2.1.53 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: dfsTimerTxFreq3 + oid: 1.3.6.1.4.1.41112.1.3.2.1.54 + type: gauge + help: Seconds remaining before third TX Frequency can advance to next operating + state - 1.3.6.1.4.1.41112.1.3.2.1.54 + indexes: + - labelname: airFiberStatusIndex + type: gauge + - name: airFiberStatisticsIndex + oid: 1.3.6.1.4.1.41112.1.3.3.1.1 + type: gauge + help: Index for the airFiberStatus - 1.3.6.1.4.1.41112.1.3.3.1.1 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txFramesOK + oid: 1.3.6.1.4.1.41112.1.3.3.1.2 + type: counter + help: Eth Data Port TX Frames - 1.3.6.1.4.1.41112.1.3.3.1.2 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxFramesOK + oid: 1.3.6.1.4.1.41112.1.3.3.1.3 + type: counter + help: Eth Data Port RX Frames - 1.3.6.1.4.1.41112.1.3.3.1.3 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxFrameCrcErr + oid: 1.3.6.1.4.1.41112.1.3.3.1.4 + type: counter + help: Eth Data Port CRC Errors - 1.3.6.1.4.1.41112.1.3.3.1.4 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxAlignErr + oid: 1.3.6.1.4.1.41112.1.3.3.1.5 + type: counter + help: Eth Data Port Receive Alignment Errors - 1.3.6.1.4.1.41112.1.3.3.1.5 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txOctetsOK + oid: 1.3.6.1.4.1.41112.1.3.3.1.6 + type: counter + help: Eth Data Port TX Octets - 1.3.6.1.4.1.41112.1.3.3.1.6 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxOctetsOK + oid: 1.3.6.1.4.1.41112.1.3.3.1.7 + type: counter + help: Eth Data Port RX Octets - 1.3.6.1.4.1.41112.1.3.3.1.7 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txPauseFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.8 + type: counter + help: Eth Data Port Pause Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.8 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxPauseFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.9 + type: counter + help: Eth Data Port Pause Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.9 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxErroredFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.10 + type: counter + help: Eth Data Port Bad Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.10 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txErroredFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.11 + type: counter + help: Eth Data Port Bad Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.11 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxValidUnicastFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.12 + type: counter + help: Eth Data Port Unicast Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.12 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxValidMulticastFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.13 + type: counter + help: Eth Data Port Multicast Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.13 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxValidBroadcastFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.14 + type: counter + help: Eth Data Port Broadcast Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.14 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txValidUnicastFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.15 + type: counter + help: Eth Data Port Unicast Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.15 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txValidMulticastFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.16 + type: counter + help: Eth Data Port Multicast Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.16 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txValidBroadcastFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.17 + type: counter + help: Eth Data Port Broadcast Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.17 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxDroppedMacErrFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.18 + type: counter + help: Eth Data Port Dropped MAC Receive Errors - 1.3.6.1.4.1.41112.1.3.3.1.18 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxTotalOctets + oid: 1.3.6.1.4.1.41112.1.3.3.1.19 + type: counter + help: Eth Data Port Total Octets Received - 1.3.6.1.4.1.41112.1.3.3.1.19 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxTotalFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.20 + type: counter + help: Eth Data Port Total Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.20 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxLess64ByteFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.21 + type: counter + help: Eth Data Port Undersized Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.21 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxOverLengthFrames + oid: 1.3.6.1.4.1.41112.1.3.3.1.22 + type: counter + help: Eth Data Port Over Max Length Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.22 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rx64BytePackets + oid: 1.3.6.1.4.1.41112.1.3.3.1.23 + type: counter + help: Eth Data Port 64 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.23 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rx65_127BytePackets + oid: 1.3.6.1.4.1.41112.1.3.3.1.24 + type: counter + help: Eth Data Port 65-127 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.24 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rx128_255BytePackets + oid: 1.3.6.1.4.1.41112.1.3.3.1.25 + type: counter + help: Eth Data Port 128-256 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.25 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rx256_511BytePackets + oid: 1.3.6.1.4.1.41112.1.3.3.1.26 + type: counter + help: Eth Data Port 256-511 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.26 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rx512_1023BytePackets + oid: 1.3.6.1.4.1.41112.1.3.3.1.27 + type: counter + help: Eth Data Port 512-1023 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.27 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rx1024_1518BytesPackets + oid: 1.3.6.1.4.1.41112.1.3.3.1.28 + type: counter + help: Eth Data Port 1024-1518 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.28 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rx1519PlusBytePackets + oid: 1.3.6.1.4.1.41112.1.3.3.1.29 + type: counter + help: Eth Data Port Greater Than 1518 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.29 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxTooLongFrameCrcErr + oid: 1.3.6.1.4.1.41112.1.3.3.1.30 + type: counter + help: Eth Data Port Too Long Frame CRC Errors Received - 1.3.6.1.4.1.41112.1.3.3.1.30 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxTooShortFrameCrcErr + oid: 1.3.6.1.4.1.41112.1.3.3.1.31 + type: counter + help: Eth Data Port Too Short Frame CRC Errors Received - 1.3.6.1.4.1.41112.1.3.3.1.31 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqosoct0 + oid: 1.3.6.1.4.1.41112.1.3.3.1.32 + type: counter + help: RF TX Octets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.32 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqosoct1 + oid: 1.3.6.1.4.1.41112.1.3.3.1.33 + type: counter + help: RF TX Octets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.33 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqosoct2 + oid: 1.3.6.1.4.1.41112.1.3.3.1.34 + type: counter + help: RF TX Octets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.34 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqosoct3 + oid: 1.3.6.1.4.1.41112.1.3.3.1.35 + type: counter + help: RF TX Octets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.35 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqosoct4 + oid: 1.3.6.1.4.1.41112.1.3.3.1.36 + type: counter + help: RF TX Octets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.36 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqosoct5 + oid: 1.3.6.1.4.1.41112.1.3.3.1.37 + type: counter + help: RF TX Octets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.37 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqosoct6 + oid: 1.3.6.1.4.1.41112.1.3.3.1.38 + type: counter + help: RF TX Octets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.38 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqosoct7 + oid: 1.3.6.1.4.1.41112.1.3.3.1.39 + type: counter + help: RF TX Octets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.39 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqospkt0 + oid: 1.3.6.1.4.1.41112.1.3.3.1.40 + type: counter + help: RF TX Packets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.40 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqospkt1 + oid: 1.3.6.1.4.1.41112.1.3.3.1.41 + type: counter + help: RF TX Packets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.41 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqospkt2 + oid: 1.3.6.1.4.1.41112.1.3.3.1.42 + type: counter + help: RF TX Packets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.42 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqospkt3 + oid: 1.3.6.1.4.1.41112.1.3.3.1.43 + type: counter + help: RF TX Packets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.43 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqospkt4 + oid: 1.3.6.1.4.1.41112.1.3.3.1.44 + type: counter + help: RF TX Packets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.44 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqospkt5 + oid: 1.3.6.1.4.1.41112.1.3.3.1.45 + type: counter + help: RF TX Packets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.45 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqospkt6 + oid: 1.3.6.1.4.1.41112.1.3.3.1.46 + type: counter + help: RF TX Packets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.46 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txqospkt7 + oid: 1.3.6.1.4.1.41112.1.3.3.1.47 + type: counter + help: RF TX Packets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.47 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqosoct0 + oid: 1.3.6.1.4.1.41112.1.3.3.1.48 + type: counter + help: RF RX Octets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.48 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqosoct1 + oid: 1.3.6.1.4.1.41112.1.3.3.1.49 + type: counter + help: RF RX Octets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.49 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqosoct2 + oid: 1.3.6.1.4.1.41112.1.3.3.1.50 + type: counter + help: RF RX Octets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.50 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqosoct3 + oid: 1.3.6.1.4.1.41112.1.3.3.1.51 + type: counter + help: RF RX Octets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.51 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqosoct4 + oid: 1.3.6.1.4.1.41112.1.3.3.1.52 + type: counter + help: RF RX Octets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.52 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqosoct5 + oid: 1.3.6.1.4.1.41112.1.3.3.1.53 + type: counter + help: RF RX Octets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.53 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqosoct6 + oid: 1.3.6.1.4.1.41112.1.3.3.1.54 + type: counter + help: RF RX Octets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.54 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqosoct7 + oid: 1.3.6.1.4.1.41112.1.3.3.1.55 + type: counter + help: RF RX Octets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.55 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqospkt0 + oid: 1.3.6.1.4.1.41112.1.3.3.1.56 + type: counter + help: RF RX Packets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.56 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqospkt1 + oid: 1.3.6.1.4.1.41112.1.3.3.1.57 + type: counter + help: RF RX Packets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.57 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqospkt2 + oid: 1.3.6.1.4.1.41112.1.3.3.1.58 + type: counter + help: RF RX Packets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.58 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqospkt3 + oid: 1.3.6.1.4.1.41112.1.3.3.1.59 + type: counter + help: RF RX Packets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.59 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqospkt4 + oid: 1.3.6.1.4.1.41112.1.3.3.1.60 + type: counter + help: RF RX Packets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.60 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqospkt5 + oid: 1.3.6.1.4.1.41112.1.3.3.1.61 + type: counter + help: RF RX Packets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.61 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqospkt6 + oid: 1.3.6.1.4.1.41112.1.3.3.1.62 + type: counter + help: RF RX Packets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.62 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxqospkt7 + oid: 1.3.6.1.4.1.41112.1.3.3.1.63 + type: counter + help: RF RX Packets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.63 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txoctetsAll + oid: 1.3.6.1.4.1.41112.1.3.3.1.64 + type: counter + help: RF Total Octets Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.64 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: txpktsAll + oid: 1.3.6.1.4.1.41112.1.3.3.1.65 + type: counter + help: RF Total Packets Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.65 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxoctetsAll + oid: 1.3.6.1.4.1.41112.1.3.3.1.66 + type: counter + help: RF Total Octets Received - 1.3.6.1.4.1.41112.1.3.3.1.66 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + - name: rxpktsAll + oid: 1.3.6.1.4.1.41112.1.3.3.1.67 + type: counter + help: RF Total Packets Received - 1.3.6.1.4.1.41112.1.3.3.1.67 + indexes: + - labelname: airFiberStatisticsIndex + type: gauge + ubiquiti_airmax: + walk: + - 1.3.6.1.4.1.41112.1.4 + metrics: + - name: ubntRadioIndex + oid: 1.3.6.1.4.1.41112.1.4.1.1.1 + type: gauge + help: Index for the ubntRadioTable - 1.3.6.1.4.1.41112.1.4.1.1.1 + indexes: + - labelname: ubntRadioIndex + type: gauge + - name: ubntRadioMode + oid: 1.3.6.1.4.1.41112.1.4.1.1.2 + type: gauge + help: Radio mode - 1.3.6.1.4.1.41112.1.4.1.1.2 + indexes: + - labelname: ubntRadioIndex + type: gauge + enum_values: + 1: sta + 2: ap + 3: aprepeater + 4: apwds + - name: ubntRadioCCode + oid: 1.3.6.1.4.1.41112.1.4.1.1.3 + type: gauge + help: Country code - 1.3.6.1.4.1.41112.1.4.1.1.3 + indexes: + - labelname: ubntRadioIndex + type: gauge + - name: ubntRadioFreq + oid: 1.3.6.1.4.1.41112.1.4.1.1.4 + type: gauge + help: Operating frequency - 1.3.6.1.4.1.41112.1.4.1.1.4 + indexes: + - labelname: ubntRadioIndex + type: gauge + - name: ubntRadioDfsEnabled + oid: 1.3.6.1.4.1.41112.1.4.1.1.5 + type: gauge + help: DFS status - 1.3.6.1.4.1.41112.1.4.1.1.5 + indexes: + - labelname: ubntRadioIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: ubntRadioTxPower + oid: 1.3.6.1.4.1.41112.1.4.1.1.6 + type: gauge + help: Transmit power - 1.3.6.1.4.1.41112.1.4.1.1.6 + indexes: + - labelname: ubntRadioIndex + type: gauge + - name: ubntRadioDistance + oid: 1.3.6.1.4.1.41112.1.4.1.1.7 + type: gauge + help: Distance - 1.3.6.1.4.1.41112.1.4.1.1.7 + indexes: + - labelname: ubntRadioIndex + type: gauge + - name: ubntRadioChainmask + oid: 1.3.6.1.4.1.41112.1.4.1.1.8 + type: gauge + help: Chainmask - 1.3.6.1.4.1.41112.1.4.1.1.8 + indexes: + - labelname: ubntRadioIndex + type: gauge + - name: ubntRadioAntenna + oid: 1.3.6.1.4.1.41112.1.4.1.1.9 + type: DisplayString + help: Antenna - 1.3.6.1.4.1.41112.1.4.1.1.9 + indexes: + - labelname: ubntRadioIndex + type: gauge + - name: ubntRadioRssiIndex + oid: 1.3.6.1.4.1.41112.1.4.2.1.1 + type: gauge + help: Index for the ubntRadioRssiTable - 1.3.6.1.4.1.41112.1.4.2.1.1 + indexes: + - labelname: ubntRadioIndex + type: gauge + - labelname: ubntRadioRssiIndex + type: gauge + - name: ubntRadioRssi + oid: 1.3.6.1.4.1.41112.1.4.2.1.2 + type: gauge + help: Data frames rssi per chain - 1.3.6.1.4.1.41112.1.4.2.1.2 + indexes: + - labelname: ubntRadioIndex + type: gauge + - labelname: ubntRadioRssiIndex + type: gauge + - name: ubntRadioRssiMgmt + oid: 1.3.6.1.4.1.41112.1.4.2.1.3 + type: gauge + help: Management frames rssi per chain - 1.3.6.1.4.1.41112.1.4.2.1.3 + indexes: + - labelname: ubntRadioIndex + type: gauge + - labelname: ubntRadioRssiIndex + type: gauge + - name: ubntRadioRssiExt + oid: 1.3.6.1.4.1.41112.1.4.2.1.4 + type: gauge + help: Extension channel rssi per chain - 1.3.6.1.4.1.41112.1.4.2.1.4 + indexes: + - labelname: ubntRadioIndex + type: gauge + - labelname: ubntRadioRssiIndex + type: gauge + - name: ubntAirSyncIfIndex + oid: 1.3.6.1.4.1.41112.1.4.3.1.1 + type: gauge + help: Index for the ubntAirSyncTable - 1.3.6.1.4.1.41112.1.4.3.1.1 + indexes: + - labelname: ubntAirSyncIfIndex + type: gauge + - name: ubntAirSyncMode + oid: 1.3.6.1.4.1.41112.1.4.3.1.2 + type: gauge + help: airSync mode - master/slave - 1.3.6.1.4.1.41112.1.4.3.1.2 + indexes: + - labelname: ubntAirSyncIfIndex + type: gauge + enum_values: + 0: disabled + 1: master + 2: slave + - name: ubntAirSyncCount + oid: 1.3.6.1.4.1.41112.1.4.3.1.3 + type: gauge + help: airSync client count - 1.3.6.1.4.1.41112.1.4.3.1.3 + indexes: + - labelname: ubntAirSyncIfIndex + type: gauge + - name: ubntAirSyncDownUtil + oid: 1.3.6.1.4.1.41112.1.4.3.1.4 + type: gauge + help: airSync down utilization - 1.3.6.1.4.1.41112.1.4.3.1.4 + indexes: + - labelname: ubntAirSyncIfIndex + type: gauge + - name: ubntAirSyncUpUtil + oid: 1.3.6.1.4.1.41112.1.4.3.1.5 + type: gauge + help: airSync up utilization - 1.3.6.1.4.1.41112.1.4.3.1.5 + indexes: + - labelname: ubntAirSyncIfIndex + type: gauge + - name: ubntAirSelIfIndex + oid: 1.3.6.1.4.1.41112.1.4.4.1.1 + type: gauge + help: Index for the ubntAirSelTable - 1.3.6.1.4.1.41112.1.4.4.1.1 + indexes: + - labelname: ubntAirSelIfIndex + type: gauge + - name: ubntAirSelEnabled + oid: 1.3.6.1.4.1.41112.1.4.4.1.2 + type: gauge + help: airSelect status - on/off - 1.3.6.1.4.1.41112.1.4.4.1.2 + indexes: + - labelname: ubntAirSelIfIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: ubntAirSelInterval + oid: 1.3.6.1.4.1.41112.1.4.4.1.3 + type: gauge + help: airSelect hop interval (miliseconds) - 1.3.6.1.4.1.41112.1.4.4.1.3 + indexes: + - labelname: ubntAirSelIfIndex + type: gauge + - name: ubntWlStatIndex + oid: 1.3.6.1.4.1.41112.1.4.5.1.1 + type: gauge + help: Index for the ubntWlStatTable - 1.3.6.1.4.1.41112.1.4.5.1.1 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatSsid + oid: 1.3.6.1.4.1.41112.1.4.5.1.2 + type: DisplayString + help: SSID - 1.3.6.1.4.1.41112.1.4.5.1.2 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatHideSsid + oid: 1.3.6.1.4.1.41112.1.4.5.1.3 + type: gauge + help: Hide SSID - on/off - 1.3.6.1.4.1.41112.1.4.5.1.3 + indexes: + - labelname: ubntWlStatIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: ubntWlStatApMac + oid: 1.3.6.1.4.1.41112.1.4.5.1.4 + type: PhysAddress48 + help: AP MAC address - 1.3.6.1.4.1.41112.1.4.5.1.4 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatSignal + oid: 1.3.6.1.4.1.41112.1.4.5.1.5 + type: gauge + help: Signal strength, dBm - 1.3.6.1.4.1.41112.1.4.5.1.5 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatRssi + oid: 1.3.6.1.4.1.41112.1.4.5.1.6 + type: gauge + help: RSSI, dBm - 1.3.6.1.4.1.41112.1.4.5.1.6 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatCcq + oid: 1.3.6.1.4.1.41112.1.4.5.1.7 + type: gauge + help: CCQ in % - 1.3.6.1.4.1.41112.1.4.5.1.7 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatNoiseFloor + oid: 1.3.6.1.4.1.41112.1.4.5.1.8 + type: gauge + help: Noise floor - 1.3.6.1.4.1.41112.1.4.5.1.8 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatTxRate + oid: 1.3.6.1.4.1.41112.1.4.5.1.9 + type: gauge + help: TX rate - 1.3.6.1.4.1.41112.1.4.5.1.9 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatRxRate + oid: 1.3.6.1.4.1.41112.1.4.5.1.10 + type: gauge + help: RX rate - 1.3.6.1.4.1.41112.1.4.5.1.10 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatSecurity + oid: 1.3.6.1.4.1.41112.1.4.5.1.11 + type: DisplayString + help: Wireless security mode - 1.3.6.1.4.1.41112.1.4.5.1.11 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatWdsEnabled + oid: 1.3.6.1.4.1.41112.1.4.5.1.12 + type: gauge + help: WDS - on/off - 1.3.6.1.4.1.41112.1.4.5.1.12 + indexes: + - labelname: ubntWlStatIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: ubntWlStatApRepeater + oid: 1.3.6.1.4.1.41112.1.4.5.1.13 + type: gauge + help: AP repeater - on/off - 1.3.6.1.4.1.41112.1.4.5.1.13 + indexes: + - labelname: ubntWlStatIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: ubntWlStatChanWidth + oid: 1.3.6.1.4.1.41112.1.4.5.1.14 + type: gauge + help: Channel Width - 1.3.6.1.4.1.41112.1.4.5.1.14 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntWlStatStaCount + oid: 1.3.6.1.4.1.41112.1.4.5.1.15 + type: gauge + help: Station count - 1.3.6.1.4.1.41112.1.4.5.1.15 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - name: ubntAirMaxIfIndex + oid: 1.3.6.1.4.1.41112.1.4.6.1.1 + type: gauge + help: Index for the ubntAirMaxTable - 1.3.6.1.4.1.41112.1.4.6.1.1 + indexes: + - labelname: ubntAirMaxIfIndex + type: gauge + - name: ubntAirMaxEnabled + oid: 1.3.6.1.4.1.41112.1.4.6.1.2 + type: gauge + help: airMAX status - on/off - 1.3.6.1.4.1.41112.1.4.6.1.2 + indexes: + - labelname: ubntAirMaxIfIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: ubntAirMaxQuality + oid: 1.3.6.1.4.1.41112.1.4.6.1.3 + type: gauge + help: airMAX quality - percentage - 1.3.6.1.4.1.41112.1.4.6.1.3 + indexes: + - labelname: ubntAirMaxIfIndex + type: gauge + - name: ubntAirMaxCapacity + oid: 1.3.6.1.4.1.41112.1.4.6.1.4 + type: gauge + help: airMAX capacity - percentage - 1.3.6.1.4.1.41112.1.4.6.1.4 + indexes: + - labelname: ubntAirMaxIfIndex + type: gauge + - name: ubntAirMaxPriority + oid: 1.3.6.1.4.1.41112.1.4.6.1.5 + type: gauge + help: airMAX priority - none/high/low/medium - 1.3.6.1.4.1.41112.1.4.6.1.5 + indexes: + - labelname: ubntAirMaxIfIndex + type: gauge + enum_values: + 0: high + 1: medium + 2: low + 3: none + - name: ubntAirMaxNoAck + oid: 1.3.6.1.4.1.41112.1.4.6.1.6 + type: gauge + help: airMAX NoACK mode - on/off - 1.3.6.1.4.1.41112.1.4.6.1.6 + indexes: + - labelname: ubntAirMaxIfIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: ubntAirMaxAirtime + oid: 1.3.6.1.4.1.41112.1.4.6.1.7 + type: gauge + help: airMAX Airtime in % multiplied by 10 - 1.3.6.1.4.1.41112.1.4.6.1.7 + indexes: + - labelname: ubntAirMaxIfIndex + type: gauge + - name: ubntAirMaxGpsSync + oid: 1.3.6.1.4.1.41112.1.4.6.1.8 + type: gauge + help: airMAX GPS sync - on/off - 1.3.6.1.4.1.41112.1.4.6.1.8 + indexes: + - labelname: ubntAirMaxIfIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: ubntAirMaxTdd + oid: 1.3.6.1.4.1.41112.1.4.6.1.9 + type: gauge + help: airMAX TDD framing - on/off - 1.3.6.1.4.1.41112.1.4.6.1.9 + indexes: + - labelname: ubntAirMaxIfIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: ubntStaMac + oid: 1.3.6.1.4.1.41112.1.4.7.1.1 + type: PhysAddress48 + help: Station MAC address - 1.3.6.1.4.1.41112.1.4.7.1.1 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaName + oid: 1.3.6.1.4.1.41112.1.4.7.1.2 + type: DisplayString + help: Station name - 1.3.6.1.4.1.41112.1.4.7.1.2 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaSignal + oid: 1.3.6.1.4.1.41112.1.4.7.1.3 + type: gauge + help: Signal strength, dBm - 1.3.6.1.4.1.41112.1.4.7.1.3 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaNoiseFloor + oid: 1.3.6.1.4.1.41112.1.4.7.1.4 + type: gauge + help: Noise floor - 1.3.6.1.4.1.41112.1.4.7.1.4 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaDistance + oid: 1.3.6.1.4.1.41112.1.4.7.1.5 + type: gauge + help: Distance - 1.3.6.1.4.1.41112.1.4.7.1.5 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaCcq + oid: 1.3.6.1.4.1.41112.1.4.7.1.6 + type: gauge + help: CCQ in % - 1.3.6.1.4.1.41112.1.4.7.1.6 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaAmp + oid: 1.3.6.1.4.1.41112.1.4.7.1.7 + type: gauge + help: airMAX priority - 1.3.6.1.4.1.41112.1.4.7.1.7 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaAmq + oid: 1.3.6.1.4.1.41112.1.4.7.1.8 + type: gauge + help: airMAX quality - 1.3.6.1.4.1.41112.1.4.7.1.8 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaAmc + oid: 1.3.6.1.4.1.41112.1.4.7.1.9 + type: gauge + help: airMAX capacity - 1.3.6.1.4.1.41112.1.4.7.1.9 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaLastIp + oid: 1.3.6.1.4.1.41112.1.4.7.1.10 + type: InetAddressIPv4 + help: Last known IP address - 1.3.6.1.4.1.41112.1.4.7.1.10 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaTxRate + oid: 1.3.6.1.4.1.41112.1.4.7.1.11 + type: gauge + help: TX rate - 1.3.6.1.4.1.41112.1.4.7.1.11 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaRxRate + oid: 1.3.6.1.4.1.41112.1.4.7.1.12 + type: gauge + help: RX rate - 1.3.6.1.4.1.41112.1.4.7.1.12 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaTxBytes + oid: 1.3.6.1.4.1.41112.1.4.7.1.13 + type: counter + help: TX bytes - 1.3.6.1.4.1.41112.1.4.7.1.13 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaRxBytes + oid: 1.3.6.1.4.1.41112.1.4.7.1.14 + type: counter + help: TX rate - 1.3.6.1.4.1.41112.1.4.7.1.14 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaConnTime + oid: 1.3.6.1.4.1.41112.1.4.7.1.15 + type: gauge + help: Connection Time in seconds - 1.3.6.1.4.1.41112.1.4.7.1.15 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaLocalCINR + oid: 1.3.6.1.4.1.41112.1.4.7.1.16 + type: gauge + help: Local CINR - 1.3.6.1.4.1.41112.1.4.7.1.16 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaTxCapacity + oid: 1.3.6.1.4.1.41112.1.4.7.1.17 + type: gauge + help: Uplink Capacity in Kbps - 1.3.6.1.4.1.41112.1.4.7.1.17 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaRxCapacity + oid: 1.3.6.1.4.1.41112.1.4.7.1.18 + type: gauge + help: Downlink Capacity in Kbps - 1.3.6.1.4.1.41112.1.4.7.1.18 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaTxAirtime + oid: 1.3.6.1.4.1.41112.1.4.7.1.19 + type: gauge + help: Uplink Airtime in % multiplied by 10 - 1.3.6.1.4.1.41112.1.4.7.1.19 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaRxAirtime + oid: 1.3.6.1.4.1.41112.1.4.7.1.20 + type: gauge + help: Downlink Airtime in % multiplied by 10 - 1.3.6.1.4.1.41112.1.4.7.1.20 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntStaTxLatency + oid: 1.3.6.1.4.1.41112.1.4.7.1.21 + type: gauge + help: Uplink Latency in milliseconds - 1.3.6.1.4.1.41112.1.4.7.1.21 + indexes: + - labelname: ubntWlStatIndex + type: gauge + - labelname: ubntStaMac + type: PhysAddress48 + fixed_size: 6 + - name: ubntHostLocaltime + oid: 1.3.6.1.4.1.41112.1.4.8.1 + type: DisplayString + help: Host local time - 1.3.6.1.4.1.41112.1.4.8.1 + - name: ubntHostNetrole + oid: 1.3.6.1.4.1.41112.1.4.8.2 + type: gauge + help: Radio mode - 1.3.6.1.4.1.41112.1.4.8.2 + enum_values: + 0: unknown + 1: bridge + 2: router + 3: soho + - name: ubntHostCpuLoad + oid: 1.3.6.1.4.1.41112.1.4.8.3 + type: gauge + help: Host CPU load - 1.3.6.1.4.1.41112.1.4.8.3 + - name: ubntHostTemperature + oid: 1.3.6.1.4.1.41112.1.4.8.4 + type: gauge + help: Host system temperature - 1.3.6.1.4.1.41112.1.4.8.4 + - name: ubntGpsStatus + oid: 1.3.6.1.4.1.41112.1.4.9.1 + type: gauge + help: GPS status - 1.3.6.1.4.1.41112.1.4.9.1 + enum_values: + 0: absent + 1: "off" + 2: "on" + - name: ubntGpsFix + oid: 1.3.6.1.4.1.41112.1.4.9.2 + type: gauge + help: GPS Fix Obtained - 1.3.6.1.4.1.41112.1.4.9.2 + enum_values: + 0: unknown + 1: nofix + 2: fix2d + 3: fix3d + - name: ubntGpsLat + oid: 1.3.6.1.4.1.41112.1.4.9.3 + type: DisplayString + help: GPS Latitude - 1.3.6.1.4.1.41112.1.4.9.3 + - name: ubntGpsLon + oid: 1.3.6.1.4.1.41112.1.4.9.4 + type: DisplayString + help: GPS Longitude - 1.3.6.1.4.1.41112.1.4.9.4 + - name: ubntGpsAltMeters + oid: 1.3.6.1.4.1.41112.1.4.9.5 + type: DisplayString + help: GPS Altitude (m) - 1.3.6.1.4.1.41112.1.4.9.5 + - name: ubntGpsAltFeet + oid: 1.3.6.1.4.1.41112.1.4.9.6 + type: DisplayString + help: GPS Altitude (ft) - 1.3.6.1.4.1.41112.1.4.9.6 + - name: ubntGpsSatsVisible + oid: 1.3.6.1.4.1.41112.1.4.9.7 + type: gauge + help: GPS Satellites Visible - 1.3.6.1.4.1.41112.1.4.9.7 + - name: ubntGpsSatsTracked + oid: 1.3.6.1.4.1.41112.1.4.9.8 + type: gauge + help: GPS Satellites Tracked - 1.3.6.1.4.1.41112.1.4.9.8 + - name: ubntGpsHDOP + oid: 1.3.6.1.4.1.41112.1.4.9.9 + type: DisplayString + help: GPS Horizontal Dilution of Precision - 1.3.6.1.4.1.41112.1.4.9.9 + ubiquiti_unifi: + walk: + - 1.3.6.1.4.1.41112.1.6 + metrics: + - name: unifiRadioIndex + oid: 1.3.6.1.4.1.41112.1.6.1.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.1' + indexes: + - labelname: unifiRadioIndex + type: gauge + - name: unifiRadioName + oid: 1.3.6.1.4.1.41112.1.6.1.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.2' + indexes: + - labelname: unifiRadioIndex + type: gauge + - name: unifiRadioRadio + oid: 1.3.6.1.4.1.41112.1.6.1.1.1.3 + type: DisplayString + help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.3' + indexes: + - labelname: unifiRadioIndex + type: gauge + - name: unifiRadioRxPackets + oid: 1.3.6.1.4.1.41112.1.6.1.1.1.4 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.4' + indexes: + - labelname: unifiRadioIndex + type: gauge + - name: unifiRadioTxPackets + oid: 1.3.6.1.4.1.41112.1.6.1.1.1.5 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.5' + indexes: + - labelname: unifiRadioIndex + type: gauge + - name: unifiRadioCuTotal + oid: 1.3.6.1.4.1.41112.1.6.1.1.1.6 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.6' + indexes: + - labelname: unifiRadioIndex + type: gauge + - name: unifiRadioCuSelfRx + oid: 1.3.6.1.4.1.41112.1.6.1.1.1.7 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.7' + indexes: + - labelname: unifiRadioIndex + type: gauge + - name: unifiRadioCuSelfTx + oid: 1.3.6.1.4.1.41112.1.6.1.1.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.8' + indexes: + - labelname: unifiRadioIndex + type: gauge + - name: unifiRadioOtherBss + oid: 1.3.6.1.4.1.41112.1.6.1.1.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.9' + indexes: + - labelname: unifiRadioIndex + type: gauge + - name: unifiVapIndex + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.1' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapBssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.2 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.2' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapCcq + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.3 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.3' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapChannel + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.4 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.4' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapExtChannel + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.5 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.5' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.6' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.7' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapNumStations + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.8' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapRadio + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.9 + type: DisplayString + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.9' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapRxBytes + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.10 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.10' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapRxCrypts + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.11 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.11' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapRxDropped + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.12 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.12' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapRxErrors + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.13 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.13' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapRxFrags + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.14 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.14' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapRxPackets + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.15 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.15' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapTxBytes + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.16 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.16' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapTxDropped + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.17 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.17' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapTxErrors + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.18 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.18' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapTxPackets + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.19 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.19' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapTxRetries + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.20 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.20' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapTxPower + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.21 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.21' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiVapUp + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.22 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.22' + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + enum_values: + 1: "true" + 2: "false" + - name: unifiVapUsage + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.23 + type: DisplayString + help: guest or regular user - 1.3.6.1.4.1.41112.1.6.1.2.1.23 + indexes: + - labelname: unifiVapIndex + type: gauge + lookups: + - labels: + - unifiVapIndex + labelname: unifiVapName + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7 + type: DisplayString + - labels: + - unifiVapIndex + labelname: unifiVapEssId + oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6 + type: DisplayString + - name: unifiIfIndex + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.1' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfFullDuplex + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.2' + indexes: + - labelname: unifiIfIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: unifiIfIp + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.3 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.3' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfMac + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.4 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.4' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfName + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.5 + type: DisplayString + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.5' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfRxBytes + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.6 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.6' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfRxDropped + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.7 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.7' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfRxError + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.8 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.8' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfRxMulticast + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.9 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.9' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfRxPackets + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.10 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.10' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfSpeed + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.11 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.11' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfTxBytes + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.12 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.12' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfTxDropped + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.13 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.13' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfTxError + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.14 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.14' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfTxPackets + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.15 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.15' + indexes: + - labelname: unifiIfIndex + type: gauge + - name: unifiIfUp + oid: 1.3.6.1.4.1.41112.1.6.2.1.1.16 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.16' + indexes: + - labelname: unifiIfIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: unifiApSystemIp + oid: 1.3.6.1.4.1.41112.1.6.3.1 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.41112.1.6.3.1' + - name: unifiApSystemIsolated + oid: 1.3.6.1.4.1.41112.1.6.3.2 + type: gauge + help: ' - 1.3.6.1.4.1.41112.1.6.3.2' + enum_values: + 1: "true" + 2: "false" + - name: unifiApSystemModel + oid: 1.3.6.1.4.1.41112.1.6.3.3 + type: DisplayString + help: ' - 1.3.6.1.4.1.41112.1.6.3.3' + - name: unifiApSystemUplink + oid: 1.3.6.1.4.1.41112.1.6.3.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.41112.1.6.3.4' + - name: unifiApSystemUptime + oid: 1.3.6.1.4.1.41112.1.6.3.5 + type: counter + help: ' - 1.3.6.1.4.1.41112.1.6.3.5' + - name: unifiApSystemVersion + oid: 1.3.6.1.4.1.41112.1.6.3.6 + type: DisplayString + help: ' - 1.3.6.1.4.1.41112.1.6.3.6' diff --git a/kustomize/bases/snmp-exporter/kustomization.yaml b/kustomize/bases/snmp-exporter/kustomization.yaml new file mode 100644 index 0000000..c1c3ca2 --- /dev/null +++ b/kustomize/bases/snmp-exporter/kustomization.yaml @@ -0,0 +1,11 @@ +resources: + - snmp-exporter-deployment.yaml + +commonLabels: + app.kubernetes.io/name: snmp-exporter + app.kubernetes.io/part-of: monitoring + +configMapGenerator: + - name: exporter-config + files: + - snmp.yml=configurations/snmp.yml \ No newline at end of file diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-BRIDGE-MIB.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-BRIDGE-MIB.txt new file mode 100644 index 0000000..bde89b6 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-BRIDGE-MIB.txt @@ -0,0 +1,1169 @@ +-- +-- Copyright (C) 2006 Shteryana Shopova +-- All rights reserved. +-- +-- Redistribution and use in source and binary forms, with or without +-- modification, are permitted provided that the following conditions +-- are met: +-- 1. Redistributions of source code must retain the above copyright +-- notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-- SUCH DAMAGE. +-- +-- $FreeBSD$ +-- + +BEGEMOT-BRIDGE-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, + Counter32, Integer32, TimeTicks, mib-2 + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, MacAddress, TruthValue, RowStatus + FROM SNMPv2-TC + BridgeId, Timeout + FROM BRIDGE-MIB + InterfaceIndex FROM IF-MIB + begemot + FROM BEGEMOT-MIB; + +begemotBridge MODULE-IDENTITY + LAST-UPDATED "201612170000Z" + ORGANIZATION "Sofia University St. Kliment Ohridski" + CONTACT-INFO + " Shteryana Shopova + + Postal: Faculty of Mathematics and Informatics + 5 James Bourchier Blvd. + 1164 Sofia + Bulgaria + + Fax: +359 2 687 180 + + E-Mail: syrinx@FreeBSD.org" + DESCRIPTION + "The Begemot MIB for managing bridge interfaces." + REVISION "201612170000Z" + DESCRIPTION + "Address some minor typos and grammar mistakes." + REVISION "200708060000Z" + DESCRIPTION + "Third revision adds begemotBridgeBasePortPrivate + object." + REVISION "200611210000Z" + DESCRIPTION + "Second revision adds support for monitoring RSTP + specific variables." + REVISION "200607270000Z" + DESCRIPTION + "Initial revision." + ::= { begemot 205 } + +-- ---------------------------------------------------------- -- +BridgeIfName ::= TEXTUAL-CONVENTION + DISPLAY-HINT "16a" + STATUS current + DESCRIPTION + "Name of a bridge interface." + SYNTAX OCTET STRING (SIZE(1..16)) + +BridgeIfNameOrEmpty ::= TEXTUAL-CONVENTION + DISPLAY-HINT "16a" + STATUS current + DESCRIPTION + "Name of a bridge interface." + SYNTAX OCTET STRING (SIZE(0..16)) + +BridgePortId ::= TEXTUAL-CONVENTION + DISPLAY-HINT "1x.1x" + STATUS current + DESCRIPTION + "A port identifier that contains a bridge port's STP priority + in the first octet and the port number in the second octet." + SYNTAX OCTET STRING (SIZE(2)) + +-- ---------------------------------------------------------- -- +-- subtrees in the Begemot Bridge MIB +-- ---------------------------------------------------------- -- +begemotBridgeNotifications OBJECT IDENTIFIER ::= { begemotBridge 0 } + +begemotBridgeBase OBJECT IDENTIFIER ::= { begemotBridge 1 } + +begemotBridgeStp OBJECT IDENTIFIER ::= { begemotBridge 2 } + +begemotBridgeTp OBJECT IDENTIFIER ::= { begemotBridge 3 } + +begemotBridgePf OBJECT IDENTIFIER ::= { begemotBridge 4 } + +begemotBridgeConfigObjects OBJECT IDENTIFIER ::= { begemotBridge 5 } + +-- ---------------------------------------------------------- -- +-- the base Bridge interface table +-- ---------------------------------------------------------- -- + +begemotBridgeBaseTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotBridgeBaseEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains generic information for each + bridge interface on the managed device." + ::= { begemotBridgeBase 1 } + +begemotBridgeBaseEntry OBJECT-TYPE + SYNTAX BegemotBridgeBaseEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of information for the bridge interfaces on + the managed device." + INDEX { begemotBridgeBaseName } + ::= { begemotBridgeBaseTable 1 } + +BegemotBridgeBaseEntry ::= SEQUENCE { + begemotBridgeBaseName BridgeIfName, + begemotBridgeBaseAddress MacAddress, + begemotBridgeBaseNumPorts Integer32, + begemotBridgeBaseType INTEGER, + begemotBridgeBaseStatus RowStatus +} + +begemotBridgeBaseName OBJECT-TYPE + SYNTAX BridgeIfName + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the bridge interface for which this + entry contains management information." + ::= { begemotBridgeBaseEntry 1 } + +begemotBridgeBaseAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address of the bridge interface." + ::= { begemotBridgeBaseEntry 2 } + +begemotBridgeBaseNumPorts OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ports, members of this bridge." + ::= { begemotBridgeBaseEntry 3 } + +begemotBridgeBaseType OBJECT-TYPE + SYNTAX INTEGER { + unknown(1), + transparent-only(2), + sourceroute-only(3), + srt(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates what type of bridging this bridge can + perform." + ::= { begemotBridgeBaseEntry 4 } + +begemotBridgeBaseStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Used to create/destroy bridge interfaces on the + managed device." + ::= { begemotBridgeBaseEntry 5 } + +-- ---------------------------------------------------------- -- +-- the base Bridge ports table +-- ---------------------------------------------------------- -- + +begemotBridgeBasePortTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotBridgeBasePortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing generic information about ports, + members of each bridge interface." + ::= { begemotBridgeBase 2 } + +begemotBridgeBasePortEntry OBJECT-TYPE + SYNTAX BegemotBridgeBasePortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of information about a specific port, member of + a bridge interface." + INDEX { begemotBridgeBaseName, begemotBridgeBasePortIfIndex } + ::= { begemotBridgeBasePortTable 1 } + +BegemotBridgeBasePortEntry ::= SEQUENCE { + begemotBridgeBasePort Integer32, + begemotBridgeBasePortIfIndex InterfaceIndex, + begemotBridgeBaseSpanEnabled INTEGER, + begemotBridgeBasePortDelayExceededDiscards Counter32, + begemotBridgeBasePortMtuExceededDiscards Counter32, + begemotBridgeBasePortStatus RowStatus, + begemotBridgeBasePortPrivate TruthValue +} + +begemotBridgeBasePort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The system interface index of the interface corresponding + to this port." + ::= { begemotBridgeBasePortEntry 1 } + +begemotBridgeBasePortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the instance of the ifIndex object, + defined in IF-MIB, for the interface corresponding + to this port." + ::= { begemotBridgeBasePortEntry 2 } + +begemotBridgeBaseSpanEnabled OBJECT-TYPE + SYNTAX INTEGER { + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this objects reflects whether the port + is a span port on the specified bridge interface." + ::= { begemotBridgeBasePortEntry 3 } + +begemotBridgeBasePortDelayExceededDiscards OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames discarded by this port due + to excessive transit delay through the bridge." + ::= { begemotBridgeBasePortEntry 4 } + +begemotBridgeBasePortMtuExceededDiscards OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames discarded by this port due + to an excessive size." + ::= { begemotBridgeBasePortEntry 5 } + +begemotBridgeBasePortStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Used to control addition of member ports to or + removal of member ports from a specified bridge." + ::= { begemotBridgeBasePortEntry 6 } + +begemotBridgeBasePortPrivate OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this objects reflects whether the port + has a PRIVATE flag set. A port with this flags set + can only communicate with ports not having the + PRIVATE flag set." + ::= { begemotBridgeBasePortEntry 7 } + +-- ---------------------------------------------------------- -- +-- the Bridge interface STP table +-- ---------------------------------------------------------- -- + +begemotBridgeStpTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotBridgeStpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains Spanning Tree Protocol information + for each bridge interface on the managed device." + ::= { begemotBridgeStp 1 } + +begemotBridgeStpEntry OBJECT-TYPE + SYNTAX BegemotBridgeStpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of information about the Spanning Tree Protocol + operation on a bridge interface." + AUGMENTS { begemotBridgeBaseEntry } + ::= { begemotBridgeStpTable 1 } + +BegemotBridgeStpEntry ::= SEQUENCE { + begemotBridgeStpProtocolSpecification INTEGER, + begemotBridgeStpPriority Integer32, + begemotBridgeStpTimeSinceTopologyChange TimeTicks, + begemotBridgeStpTopChanges Counter32, + begemotBridgeStpDesignatedRoot BridgeId, + begemotBridgeStpRootCost Integer32, + begemotBridgeStpRootPort Integer32, + begemotBridgeStpMaxAge Timeout, + begemotBridgeStpHelloTime Timeout, + begemotBridgeStpHoldTime Integer32, + begemotBridgeStpForwardDelay Timeout, + begemotBridgeStpBridgeMaxAge Timeout, + begemotBridgeStpBridgeHelloTime Timeout, + begemotBridgeStpBridgeForwardDelay Timeout, + begemotBridgeStpVersion INTEGER, + begemotBridgeStpTxHoldCount Integer32 +} + +begemotBridgeStpProtocolSpecification OBJECT-TYPE + SYNTAX INTEGER { + unknown(1), + decLb100(2), + ieee8021d(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Spanning Tree Protocol version being run on the + bridge interface. The value 'decLb100(2)' indicates the + DEC LANbridge 100 Spanning Tree protocol, 'ieee8021d(3)' + indicates the bridge is running IEEE 802.1D STP + implementation." + ::= { begemotBridgeStpEntry 1 } + +begemotBridgeStpPriority OBJECT-TYPE + SYNTAX Integer32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The priority value of the bridge interface forming the + first two octets of the bridge identifier. Acceptable + values are 0-61440, in steps of 4096." + ::= { begemotBridgeStpEntry 2 } + +begemotBridgeStpTimeSinceTopologyChange OBJECT-TYPE + SYNTAX TimeTicks + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time (in hundreds of a second) since a topology change + was last detected by this bridge." + ::= { begemotBridgeStpEntry 3 } + +begemotBridgeStpTopChanges OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a topology change was detected by the + bridge interface since the management entity was initialized + or reset." + ::= { begemotBridgeStpEntry 4 } + +begemotBridgeStpDesignatedRoot OBJECT-TYPE + SYNTAX BridgeId + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bridge identifier of the root of the spanning tree as + calculated by the Spanning Tree Protocol." + ::= { begemotBridgeStpEntry 5 } + +begemotBridgeStpRootCost OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The cost of the path from this bridge to the root bridge." + ::= { begemotBridgeStpEntry 6 } + +begemotBridgeStpRootPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the port that offers the lowest + cost path from this bridge to the root bridge of + the spanning tree. If this bridge is the root bridge, + this object shall have a value of zero." + ::= { begemotBridgeStpEntry 7 } + +begemotBridgeStpMaxAge OBJECT-TYPE + SYNTAX Timeout + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum age of Spanning Tree Protocol information + received from the network on any port, before that + information is discarded. This is the actual value that + the bridge is currently using." + ::= { begemotBridgeStpEntry 8 } + +begemotBridgeStpHelloTime OBJECT-TYPE + SYNTAX Timeout + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The amount of time between transmission of + Configuration BPDUs by this bridge on any port, + when it is the root of the spanning tree or is + trying to become so. This is the actual value that + this bridge is currently using." + ::= { begemotBridgeStpEntry 9 } + +begemotBridgeStpHoldTime OBJECT-TYPE + SYNTAX Integer32 + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This time value determines the interval length + during which no more than two Configuration BPDUs + shall be transmitted by this node, in units of + hundredths of a second." + ::= { begemotBridgeStpEntry 10 } + +begemotBridgeStpForwardDelay OBJECT-TYPE + SYNTAX Timeout + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This value, measured in units of hundredths of a second + determines how long a port will stay consecutively in the + Listening and Learning states before transitioning to + Forwarding state. + This is the actual value currently used by the bridge + as opposed to begemotBridgeStpBridgeForwardDelay, which + is the value this and all bridges participating in the + spanning tree were to use, if this was the root bridge." + ::= { begemotBridgeStpEntry 11 } + +begemotBridgeStpBridgeMaxAge OBJECT-TYPE + SYNTAX Timeout (600..4000) + UNITS "centi-seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value that all bridges participating in the + spanning tree would use for MaxAge if this bridge + was the root of the spanning tree." + ::= { begemotBridgeStpEntry 12 } + +begemotBridgeStpBridgeHelloTime OBJECT-TYPE + SYNTAX Timeout (100..1000) + UNITS "centi-seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value that all bridges participating in the + spanning tree would use for HelloTime if this + bridge was the root of the spanning tree." + ::= { begemotBridgeStpEntry 13 } + +begemotBridgeStpBridgeForwardDelay OBJECT-TYPE + SYNTAX Timeout (400..3000) + UNITS "centi-seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value that all bridges participating in the + spanning tree would use for ForwardDelay if this + bridge was the root of the spanning tree." + ::= { begemotBridgeStpEntry 14 } + +begemotBridgeStpVersion OBJECT-TYPE + SYNTAX INTEGER { + stpCompatible(0), + rstp(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The version of Spanning Tree Protocol the bridge is + currently running. The value 'stpCompatible(0)' + indicates the Spanning Tree Protocol specified in + IEEE 802.1D-1998 and 'rstp(2)' indicates the Rapid + Spanning Tree Protocol specified in IEEE 802.1w and + clause 17 of 802.1D-2004. The values are directly from + the IEEE standard. New values may be defined as future + versions of the protocol become available. + + The value of this object MUST be retained across + reinitializations of the management system." + DEFVAL { rstp } + ::= { begemotBridgeStpEntry 15 } + +begemotBridgeStpTxHoldCount OBJECT-TYPE + SYNTAX Integer32 (1..10) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value used by the Port Transmit state machine to limit + the maximum transmission rate of BPDUs on the bridge interface. + + The value of this object MUST be retained across + reinitializations of the management system." + DEFVAL { 3 } + ::= { begemotBridgeStpEntry 16 } + +-- ---------------------------------------------------------- -- +-- the Bridge STP ports table +-- ---------------------------------------------------------- -- + +begemotBridgeStpPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotBridgeStpPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing Spanning Tree Protocol information + about the members of each bridge interface." + ::= { begemotBridgeStp 2 } + +begemotBridgeStpPortEntry OBJECT-TYPE + SYNTAX BegemotBridgeStpPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of Spanning Tree Protocol information about + a specific member of a bridge interface." + INDEX { begemotBridgeBaseName, begemotBridgeBasePortIfIndex } + ::= { begemotBridgeStpPortTable 1 } + +BegemotBridgeStpPortEntry ::= SEQUENCE { + begemotBridgeStpPort Integer32, + begemotBridgeStpPortPriority Integer32, + begemotBridgeStpPortState INTEGER, + begemotBridgeStpPortEnable INTEGER, + begemotBridgeStpPortPathCost Integer32, + begemotBridgeStpPortDesignatedRoot BridgeId, + begemotBridgeStpPortDesignatedCost Integer32, + begemotBridgeStpPortDesignatedBridge BridgeId, + begemotBridgeStpPortDesignatedPort BridgePortId, + begemotBridgeStpPortForwardTransitions Counter32 +} + +begemotBridgeStpPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The system interface index of the interface corresponding + to this port, for which the management entity has Spanning + Tree Protocol information." + ::= { begemotBridgeStpPortEntry 1 } + +begemotBridgeStpPortPriority OBJECT-TYPE + SYNTAX Integer32 (0..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The STP priority of this port that is contained in the first + octet of its Port Identifier. The second octet contains the + value of begemotBridgeStpPort." + ::= { begemotBridgeStpPortEntry 2 } + +begemotBridgeStpPortState OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + blocking(2), + listening(3), + learning(4), + forwarding(5), + broken(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current state of the port as defined by the operation + of the Spanning Tree Protocol. If the Spanning Tree Protocol + is administratively disabled on the port, this object shall + have value disabled(1). A value of broken(6) does not correspond + to any legal state of a port, and if present should indicate + error in the operation of either the Spanning Tree Protocol + implementation running on the device or the management entity." + ::= { begemotBridgeStpPortEntry 3 } + +begemotBridgeStpPortEnable OBJECT-TYPE + SYNTAX INTEGER { + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The administrative Spanning Tree Protocol state of the + port - value of enabled(1) indicates that the port is + participating in the Spanning Tree Protocol operation." + ::= { begemotBridgeStpPortEntry 4 } + +begemotBridgeStpPortPathCost OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The contribution of the path through this port, when the port + is the Root Port, to the total cost of the path to the root + bridge for this bridge." + ::= { begemotBridgeStpPortEntry 5 } + +begemotBridgeStpPortDesignatedRoot OBJECT-TYPE + SYNTAX BridgeId + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unique Bridge Identifier of the bridge recorded as the + root in the Root Identifier parameter of Configuration BPDUs + transmitted by the Designated Bridge for the LAN to which + the port is attached." + ::= { begemotBridgeStpPortEntry 6 } + +begemotBridgeStpPortDesignatedCost OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "For a Designated port, the path cost (equal to the Root + Path Cost of the bridge) offered to the LAN to which the + port is attached otherwise the cost of the path to the Root + offered by the Designated Port on the LAN to which this + Port is attached." + ::= { begemotBridgeStpPortEntry 7 } + +begemotBridgeStpPortDesignatedBridge OBJECT-TYPE + SYNTAX BridgeId + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unique Bridge Identifier of the bridge to which the + port belongs, in the case when the port is a designated + port, otherwise the bridge believed to be the Designated + Bridge for the LAN to which this port is attached." + ::= { begemotBridgeStpPortEntry 8 } + +begemotBridgeStpPortDesignatedPort OBJECT-TYPE + SYNTAX BridgePortId + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Port Identifier of the Bridge port, on the Designated + Bridge, through which the Designated Bridge transmits the + Configuration Message information stored by this port." + ::= { begemotBridgeStpPortEntry 9 } + +begemotBridgeStpPortForwardTransitions OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times this port has transitioned + from the Learning state to the Forwarding state." + ::= { begemotBridgeStpPortEntry 10 } + +-- ---------------------------------------------------------- -- +-- the Bridge STP extended ports table +-- ---------------------------------------------------------- -- + +begemotBridgeStpExtPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotBridgeStpExtPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains port-specific Rapid Spanning Tree + information for the bridge interface members." + ::= { begemotBridgeStp 3 } + +begemotBridgeStpExtPortEntry OBJECT-TYPE + SYNTAX BegemotBridgeStpExtPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of Rapid Spanning Tree information maintained by + each bridge interface member." + AUGMENTS { begemotBridgeStpPortEntry } + ::= { begemotBridgeStpExtPortTable 1 } + +BegemotBridgeStpExtPortEntry ::= SEQUENCE { + begemotBridgeStpPortProtocolMigration TruthValue, + begemotBridgeStpPortAdminEdgePort TruthValue, + begemotBridgeStpPortOperEdgePort TruthValue, + begemotBridgeStpPortAdminPointToPoint INTEGER, + begemotBridgeStpPortOperPointToPoint TruthValue, + begemotBridgeStpPortAdminPathCost Integer32 +} + +begemotBridgeStpPortProtocolMigration OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "When operating in RSTP (version 2) mode, writing true(1) + to this object forces this port to transmit RSTP BPDUs. + Any other operation on this object has no effect and + it always returns false(2) when read." + ::= { begemotBridgeStpExtPortEntry 1 } + +begemotBridgeStpPortAdminEdgePort OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The administrative value of the Edge Port parameter. A + value of true(1) indicates that this port should be + assumed as an edge-port, and a value of false(2) indicates + that this port should be assumed as a non-edge-port. + Setting this object will also cause the corresponding + instance of begemotBridgeStpPortOperEdgePort to change to + the same value. Note that even when this object's value + is true, the value of the corresponding instance of + begemotBridgeStpPortOperEdgePort can be false if a BPDU + has been received. + + The value of this object MUST be retained across + reinitializations of the management system." + ::= { begemotBridgeStpExtPortEntry 2 } + +begemotBridgeStpPortOperEdgePort OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operational value of the Edge Port parameter. The + object is initialized to the value of the corresponding + instance of begemotBridgeStpPortAdminEdgePort. When the + corresponding instance of begemotBridgeStpPortAdminEdgePort + is set, this object will be changed as well. This object + will also be changed to false on reception of a BPDU." + ::= { begemotBridgeStpExtPortEntry 3 } + +begemotBridgeStpPortAdminPointToPoint OBJECT-TYPE + SYNTAX INTEGER { + forceTrue(0), + forceFalse(1), + auto(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The administrative point-to-point status of the LAN segment + attached to this port, using the enumeration values of the + IEEE 802.1w clause. A value of forceTrue(0) indicates + that this port should always be treated as if it is + connected to a point-to-point link. A value of + forceFalse(1) indicates that this port should be treated as + having a shared media connection. A value of auto(2) + indicates that this port is considered to have a + point-to-point link if it is an Aggregator and all of its + members are aggregatable, or if the MAC entity + is configured for full duplex operation, either through + auto-negotiation or by management means. Manipulating this + object changes the underlying adminPortToPortMAC. + + The value of this object MUST be retained across + reinitializations of the management system." + ::= { begemotBridgeStpExtPortEntry 4 } + +begemotBridgeStpPortOperPointToPoint OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operational point-to-point status of the LAN segment + attached to this port. It indicates whether a port is + considered to have a point-to-point connection. + If adminPointToPointMAC is set to auto(2), then the value + of operPointToPointMAC is determined in accordance with the + specific procedures defined for the MAC entity concerned, + as defined in IEEE 802.1w, clause 6.5. The value is + determined dynamically; that is, it is re-evaluated whenever + the value of adminPointToPointMAC changes, and whenever + the specific procedures defined for the MAC entity evaluates + a change in its point-to-point status." + ::= { begemotBridgeStpExtPortEntry 5 } + +begemotBridgeStpPortAdminPathCost OBJECT-TYPE + SYNTAX Integer32 (0..200000000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The administratively assigned value for the contribution + of this port to the path cost of paths toward the spanning + tree root. + + Writing a value of '0' assigns the automatically calculated + default Path Cost value to the port. If the default Path + Cost is being used, this object returns '0' when read. + + This complements the object begemotBridgeStpPortPathCost or + begemotBridgeStpPortPathCost32, which returns the operational + value of the path cost. + + The value of this object MUST be retained across + reinitializations of the management system." + ::= { begemotBridgeStpExtPortEntry 6 } + +-- ---------------------------------------------------------- -- +-- the Bridge interface Transparent bridging table +-- ---------------------------------------------------------- -- + +begemotBridgeTpTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotBridgeTpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information regarding transparent + bridging for each bridge interface on the managed device." + ::= { begemotBridgeTp 1 } + +begemotBridgeTpEntry OBJECT-TYPE + SYNTAX BegemotBridgeTpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of information regarding transparent bridging + on a bridge interface." + AUGMENTS { begemotBridgeBaseEntry } + ::= { begemotBridgeTpTable 1 } + +BegemotBridgeTpEntry ::= SEQUENCE { + begemotBridgeTpLearnedEntryDiscards Counter32, + begemotBridgeTpAgingTime Integer32, + begemotBridgeTpMaxAddresses Integer32 +} + +begemotBridgeTpLearnedEntryDiscards OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Forwarding Database entries that would + have been learnt, but have been discarded due to Forwarding + Address Table having reached its maximum entries limit." + ::= { begemotBridgeTpEntry 1 } + +begemotBridgeTpAgingTime OBJECT-TYPE + SYNTAX Integer32 (10..1000000) + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The timeout period in seconds before aging out + dynamically learnt forwarding entries." + ::= { begemotBridgeTpEntry 2 } + +begemotBridgeTpMaxAddresses OBJECT-TYPE + SYNTAX Integer32 (1..10000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum number of entries that this bridge can + learn in its Forwarding Address Table and use for + making forwarding decisions." + ::= { begemotBridgeTpEntry 3 } + +-- ---------------------------------------------------------- -- +-- The Forwarding Database for Transparent Bridging interfaces +-- ---------------------------------------------------------- -- + +begemotBridgeTpFdbTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotBridgeTpFdbEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information about unicast entries + for which the bridge interfaces have forwarding and/or + filtering information. This information is used by the + bridge interfaces to make forwarding decisions." + ::= { begemotBridgeTp 2 } + +begemotBridgeTpFdbEntry OBJECT-TYPE + SYNTAX BegemotBridgeTpFdbEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Information about a specific unicast MAC address + for which the bridge interface has some forwarding + and/or filtering information." + INDEX { begemotBridgeBaseName, begemotBridgeTpFdbAddress } + ::= { begemotBridgeTpFdbTable 1 } + +BegemotBridgeTpFdbEntry ::= SEQUENCE { + begemotBridgeTpFdbAddress MacAddress, + begemotBridgeTpFdbPort Integer32, + begemotBridgeTpFdbStatus INTEGER +} + +begemotBridgeTpFdbAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unicast MAC address for which the bridge has which the + bridge interface has some forwarding and/or filtering + information." + ::= { begemotBridgeTpFdbEntry 1 } + +begemotBridgeTpFdbPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the bridge port on which a frame having + a source address equal to the value of the corresponding + instance of begemotBridgeTpFdbAddress has been seen." + ::= { begemotBridgeTpFdbEntry 2 } + +begemotBridgeTpFdbStatus OBJECT-TYPE + SYNTAX INTEGER { + other(1), + invalid(2), + learned(3), + self(4), + mgmt(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of this entry. The meanings of the + values are: + other(1) - none of the following. + invalid(2) - this entry is no longer valid (e.g., + it was learned but has since aged out), but has + not yet been flushed from the table. + learned(3) - the value of the corresponding instance + of begemotBridgeTpFdbPort was learned, and is being + used. + self(4) - the value of the corresponding instance of + begemotBridgeTpFdbAddress represents one of the + bridge's addresses. The corresponding instance of + begemotBridgeTpFdbPort indicates which of the bridge's + ports has this address. + mgmt(5) - the value of the corresponding instance of + begemotBridgeTpFdbAddress has been added to the + bridge's Forwarding Database by some management + means." + ::= { begemotBridgeTpFdbEntry 3 } + +-- ---------------------------------------------------------- -- +-- Ports table for Transparent Bridging interfaces +-- ---------------------------------------------------------- -- + +begemotBridgeTpPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotBridgeTpPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information about every bridge port, + member of a bridge interface, associated with the transparent + bridging function of the bridge." + ::= { begemotBridgeTp 3 } + +begemotBridgeTpPortEntry OBJECT-TYPE + SYNTAX BegemotBridgeTpPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of information about every bridge port, member of a + bridge interface, associated with the bridge's transparent + bridging function." + INDEX { begemotBridgeBaseName, begemotBridgeBasePortIfIndex } + ::= { begemotBridgeTpPortTable 1 } + +BegemotBridgeTpPortEntry ::= SEQUENCE { + begemotBridgeTpPort Integer32, + begemotBridgeTpPortMaxInfo Integer32, + begemotBridgeTpPortInFrames Counter32, + begemotBridgeTpPortOutFrames Counter32, + begemotBridgeTpPortInDiscards Counter32 +} + +begemotBridgeTpPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The system interface index of the port for which this entry + contains Transparent bridging management information." + ::= { begemotBridgeTpPortEntry 1 } + +begemotBridgeTpPortMaxInfo OBJECT-TYPE + SYNTAX Integer32 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum size of the INFO (non-MAC) field that this port + will receive or transmit." + ::= { begemotBridgeTpPortEntry 2 } + +begemotBridgeTpPortInFrames OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that have been received by this + port from its segment. Note that a frame received on the + interface corresponding to this port is only counted by + this object if and only if it is for a protocol being + processed by the local bridging function, including + bridge management frames." + ::= { begemotBridgeTpPortEntry 3 } + +begemotBridgeTpPortOutFrames OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that have been transmitted by this + port to its segment. Note that a frame transmitted on + the interface corresponding to this port is only counted + by this object if and only if it is for a protocol being + processed by the local bridging function, including + bridge management frames." + ::= { begemotBridgeTpPortEntry 4 } + +begemotBridgeTpPortInDiscards OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of received valid frames that were discarded + (i.e., filtered) by the Forwarding Process." + ::= { begemotBridgeTpPortEntry 5 } + +-- ---------------------------------------------------------- -- +-- the begemotBridgePf objects +-- ---------------------------------------------------------- -- + +begemotBridgePfilStatus OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates whether packet filtering by some firewall + package is enabled on the bridge interface." + ::= { begemotBridgePf 1 } + +begemotBridgePfilMembers OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A value of true(1) indicates that packet filtering is + enabled on both incoming and outgoing bridge member + interfaces." + ::= { begemotBridgePf 2 } + +begemotBridgePfilIpOnly OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This value controls the handling of non-IP packets which + are not passed on for further processing to a firewall + package. A value of false(0) indicates that all non-IP + Ethernet frames are passed unconditionally." + ::= { begemotBridgePf 3 } + +begemotBridgeLayer2PfStatus OBJECT-TYPE + SYNTAX INTEGER { + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This value indicates whether layer2 filtering by a + firewall package is enabled for bridge interfaces." + ::= { begemotBridgePf 4 } + +-- ---------------------------------------------------------- -- +-- the begemotBridgeConfigObjects objects +-- ---------------------------------------------------------- -- + +begemotBridgeDefaultBridgeIf OBJECT-TYPE + + SYNTAX BridgeIfNameOrEmpty + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The name of the bridge interface that will be managed + via objects in IETF BRIDGE-MIB (RFC4188). If the + object's value is set to an empty string, bridge interfaces + will only be managed via objects in this MIB module." + DEFVAL { "bridge0" } + ::= { begemotBridgeConfigObjects 1 } + +begemotBridgeDataUpdate OBJECT-TYPE + + SYNTAX Timeout (1..300) + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum age in seconds of the cached data." + DEFVAL { 10 } + ::= { begemotBridgeConfigObjects 2 } + +begemotBridgeDataPoll OBJECT-TYPE + + SYNTAX Timeout (1..3600) + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The polling rate of data when the module is idle." + DEFVAL { 300 } + ::= { begemotBridgeConfigObjects 3 } + +-- ---------------------------------------------------------- -- +-- Notifications for the Spanning Tree Protocol +-- ---------------------------------------------------------- -- + +begemotBridgeNewRoot NOTIFICATION-TYPE + OBJECTS { begemotBridgeBaseName } + STATUS current + DESCRIPTION + "The begemotBridgeNewRoot trap indicates that one of the + bridge interfaces on the sending agent's device has + become the new root of the spanning tree topology it is + participating in." + ::= { begemotBridgeNotifications 1 } + +begemotBridgeTopologyChange NOTIFICATION-TYPE + OBJECTS { begemotBridgeBaseName } + STATUS current + DESCRIPTION + "A begemotBridgeTopologyChange trap is send when a member + port on one of the bridge interfaces, monitored by the agent, + transitions from the Learning state to the Forwarding state, + or from the Forwarding state to the Blocking state. The trap + is not sent if a begemotBridgeNewRoot trap is sent for the + same transition." + ::= { begemotBridgeNotifications 2 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-HOSTRES-MIB.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-HOSTRES-MIB.txt new file mode 100644 index 0000000..3c15e09 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-HOSTRES-MIB.txt @@ -0,0 +1,128 @@ +-- +-- Copyright (c) 2005-2006 +-- Hartmut Brandt +-- All rights reserved. +-- +-- Author: Harti Brandt +-- +-- Redistribution and use in source and binary forms, with or without +-- modification, are permitted provided that the following conditions +-- are met: +-- 1. Redistributions of source code must retain the above copyright +-- notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-- SUCH DAMAGE. +-- +-- $FreeBSD$ +-- +-- Additional stuff for the HOST-RESOURCES MIB. +-- +BEGEMOT-HOSTRES-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, TimeTicks + FROM SNMPv2-SMI + begemot + FROM BEGEMOT-MIB; + +begemotHostres MODULE-IDENTITY + LAST-UPDATED "200601030000Z" + ORGANIZATION "German Aerospace Center" + CONTACT-INFO + " Hartmut Brandt + + Postal: German Aerospace Center + Oberpfaffenhofen + 82234 Wessling + Germany + + Fax: +49 8153 28 2843 + + E-mail: harti@freebsd.org" + DESCRIPTION + "The MIB for additional HOST-RESOURCES data." + REVISION "200601030000Z" + DESCRIPTION + "Initial revision." + ::= { begemot 202 } + +begemotHostresObjects OBJECT IDENTIFIER ::= { begemotHostres 1 } + +begemotHrStorageUpdate OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum number of ticks the storage table is cached." + DEFVAL { 700 } + ::= { begemotHostresObjects 1 } + +begemotHrFSUpdate OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum number of ticks the FS table is cached." + DEFVAL { 700 } + ::= { begemotHostresObjects 2 } + +begemotHrDiskStorageUpdate OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum number of ticks the disk storage table is cached." + DEFVAL { 300 } + ::= { begemotHostresObjects 3 } + +begemotHrNetworkUpdate OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum number of ticks the network table is cached." + DEFVAL { 700 } + ::= { begemotHostresObjects 4 } + +begemotHrSWInstalledUpdate OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum number of ticks the hrSWInstalledTable is cached." + DEFVAL { 1200 } + ::= { begemotHostresObjects 5 } + +begemotHrSWRunUpdate OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum number of ticks the hrSWRunTable and + hrSWRunPerfTable are cached." + DEFVAL { 300 } + ::= { begemotHostresObjects 6 } + +begemotHrPkgDir OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The path to the package DB directory." + DEFVAL { "/var/db/pkg" } + ::= { begemotHostresObjects 7 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-IP-MIB.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-IP-MIB.txt new file mode 100644 index 0000000..29f7844 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-IP-MIB.txt @@ -0,0 +1,64 @@ +-- +-- Copyright (c) 2006 +-- Hartmut Brandt +-- All rights reserved. +-- +-- Author: Harti Brandt +-- +-- Redistribution and use in source and binary forms, with or without +-- modification, are permitted provided that the following conditions +-- are met: +-- 1. Redistributions of source code must retain the above copyright +-- notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-- SUCH DAMAGE. +-- +-- $Begemot: bsnmp/snmp_mibII/BEGEMOT-IP-MIB.txt,v 1.1 2006/02/14 09:04:18 brandt_h Exp $ +-- +-- Private MIB for IP stuff. +-- +BEGEMOT-IP-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY + FROM SNMPv2-SMI + begemot + FROM BEGEMOT-MIB; + +begemotIp MODULE-IDENTITY + LAST-UPDATED "200602130000Z" + ORGANIZATION "German Aerospace Center" + CONTACT-INFO + " Hartmut Brandt + + Postal: German Aerospace Center + Oberpfaffenhofen + 82234 Wessling + Germany + + Fax: +49 8153 28 2843 + + E-mail: harti@freebsd.org" + DESCRIPTION + "The MIB for IP stuff that is not in the official IP MIBs." + REVISION "200602130000Z" + DESCRIPTION + "Initial revision." + ::= { begemot 3 } + +begemotIpObjects OBJECT IDENTIFIER ::= { begemotIp 1 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-LM75-MIB.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-LM75-MIB.txt new file mode 100644 index 0000000..f8f52a6 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-LM75-MIB.txt @@ -0,0 +1,160 @@ +-- +-- Copyright (c) 2014 Luiz Otavio O Souza +-- All rights reserved. +-- +-- Redistribution and use in source and binary forms, with or without +-- modification, are permitted provided that the following conditions +-- are met: +-- 1. Redistributions of source code must retain the above copyright +-- notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-- SUCH DAMAGE. +-- +-- $FreeBSD$ +-- + +BEGEMOT-LM75-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, + Counter64, Integer32 + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, RowStatus + FROM SNMPv2-TC + begemot + FROM BEGEMOT-MIB; + +begemotLoos MODULE-IDENTITY + LAST-UPDATED "201402240000Z" + ORGANIZATION "FreeBSD" + CONTACT-INFO + " Luiz Otavio O Souza + + Postal: N/A + + Fax: N/A + + E-Mail: loos@FreeBSD.org" + DESCRIPTION + "The Begemot MIB for reading lm75 sensors data." + REVISION "201402240000Z" + DESCRIPTION + "Initial revision." + ::= { begemot 400 } + +begemotLm75Objects OBJECT IDENTIFIER ::= { begemotLm75 1 } + +-- ---------------------------------------------------------- -- +-- Configuration parameters +-- ---------------------------------------------------------- -- + +lm75Sensor OBJECT IDENTIFIER ::= { begemotlm75Objects 1 } + +lm75Sensors OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of LM75 sensors in the system." + ::= { lm75Sensors 1 } + +-- ---------------------------------------------------------- -- +-- TempSensor Table +-- ---------------------------------------------------------- -- +lm75SensorTable OBJECT-TYPE + SYNTAX SEQUENCE OF Lm75SensorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about all temperature sensors." + ::= { begemotLm75Objects 2 } + +loosTempSensorEntry OBJECT-TYPE + SYNTAX Lm75SensorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table entry that describes one temperature sensor." + INDEX { lm75SensorIndex } + ::= { lm75SensorTable 1 } + +Lm75SensorEntry ::= SEQUENCE { + lm75SensorIndex Integer32, + lm75SensorSysctlIndex Integer32, + lm75SensorDesc OCTET STRING, + lm75SensorLocation OCTET STRING, + lm75SensorPnpInfo OCTET STRING, + lm75SensorParent OCTET STRING, + lm75SensorTemperature Integer32 +} + +lm75SensorIndex OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "LM75 Sensor index." + ::= { lm75SensorEntry 1 } + +lm75SensorSysctlIndex OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "LM75 Sensor sysctl index." + ::= { lm75SensorEntry 2 } + +lm75SensorDesc OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "LM75 Sensor description." + ::= { lm75SensorEntry 3 } + +lm75SensorLocation OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "LM75 Sensor location." + ::= { lm75SensorEntry 4 } + +lm75SensorPnpInfo OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "LM75 Sensor pnp information." + ::= { lm75SensorEntry 5 } + +lm75SensorParent OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "LM75 Sensor parent bus." + ::= { lm75SensorEntry 6 } + +lm75SensorTemperature OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "LM75 Sensor temperature." + ::= { lm75SensorEntry 7 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-MIB.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-MIB.txt new file mode 100644 index 0000000..d7f6099 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-MIB.txt @@ -0,0 +1,62 @@ +-- +-- Copyright (c) 2001-2003 +-- Fraunhofer Institute for Open Communication Systems (FhG Fokus). +-- All rights reserved. +-- +-- Author: Harti Brandt +-- +-- Redistribution and use in source and binary forms, with or without +-- modification, are permitted provided that the following conditions +-- are met: +-- 1. Redistributions of source code must retain the above copyright +-- notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-- SUCH DAMAGE. +-- +-- $Begemot: bsnmp/snmpd/BEGEMOT-MIB.txt,v 1.5 2004/08/06 08:47:07 brandt Exp $ +-- +-- Begemot private definitions and root. +-- +BEGEMOT-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY + FROM SNMPv2-SMI + fokus + FROM FOKUS-MIB; + +begemot MODULE-IDENTITY + LAST-UPDATED "200201300000Z" + ORGANIZATION "Fraunhofer FOKUS, CATS" + CONTACT-INFO + " Hartmut Brandt + + Postal: Fraunhofer Institute for Open Communication Systems + Kaiserin-Augusta-Allee 31 + 10589 Berlin + Germany + + Fax: +49 30 3463 7352 + + E-mail: harti@freebsd.org" + DESCRIPTION + "The root of the Begemot subtree of the fokus tree." + REVISION "200201300000Z" + DESCRIPTION + "Initial revision." + ::= { fokus 1 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-MIB2-MIB.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-MIB2-MIB.txt new file mode 100644 index 0000000..fa0dba3 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-MIB2-MIB.txt @@ -0,0 +1,106 @@ +-- +-- Copyright (c) 2006 +-- Hartmut Brandt +-- All rights reserved. +-- +-- Author: Harti Brandt +-- +-- Redistribution and use in source and binary forms, with or without +-- modification, are permitted provided that the following conditions +-- are met: +-- 1. Redistributions of source code must retain the above copyright +-- notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-- SUCH DAMAGE. +-- +-- $Begemot: bsnmp/snmp_mibII/BEGEMOT-MIB2-MIB.txt,v 1.1 2006/02/14 09:04:18 brandt_h Exp $ +-- +-- Private MIB for MIB2. +-- +BEGEMOT-MIB2-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, Counter64 + FROM SNMPv2-SMI + begemotIp + FROM BEGEMOT-IP-MIB; + +begemotMib2 MODULE-IDENTITY + LAST-UPDATED "200908030000Z" + ORGANIZATION "German Aerospace Center" + CONTACT-INFO + " Hartmut Brandt + + Postal: German Aerospace Center + Oberpfaffenhofen + 82234 Wessling + Germany + + Fax: +49 8153 28 2843 + + E-mail: harti@freebsd.org" + DESCRIPTION + "The MIB for private mib2 stuff." + REVISION "200908030000Z" + DESCRIPTION + "Second edition adds begemotIfDataPoll object." + REVISION "200602130000Z" + DESCRIPTION + "Initial revision." + ::= { begemotIp 1 } + +begemotIfMaxspeed OBJECT-TYPE + SYNTAX Counter64 + UNITS "bps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The speed of the fastest interface in ifTable in bps." + ::= { begemotMib2 1 } + +begemotIfPoll OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current polling rate for the HC 64-bit counters." + ::= { begemotMib2 2 } + +begemotIfForcePoll OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The polling rate to be enforced for the HC 64-bit counters. + If this value is 0 the mib2 module computes a polling rate + depending on the value of begemotIfMaxspeed. If this value + turns out to be wrong, the polling rate can be force to an + arbitrary value by setting begemotIfForcePoll to a non-0 + value. This may be necessary if an interface announces a wrong + bit rate in its MIB." + ::= { begemotMib2 3 } + +begemotIfDataPoll OBJECT-TYPE + SYNTAX TimeTicks + UNITS "deciseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The rate at which the mib2 module will poll interface data." + DEFVAL { 100 } + ::= { begemotMib2 4 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-NETGRAPH.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-NETGRAPH.txt new file mode 100644 index 0000000..b4f0e2a --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-NETGRAPH.txt @@ -0,0 +1,411 @@ +-- +-- Copyright (c) 2001-2003 +-- Fraunhofer Institute for Open Communication Systems (FhG Fokus). +-- All rights reserved. +-- +-- Author: Harti Brandt +-- +-- Redistribution of this software and documentation and use in source and +-- binary forms, with or without modification, are permitted provided that +-- the following conditions are met: +-- +-- 1. Redistributions of source code or documentation must retain the above +-- copyright notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY FRAUNHOFER FOKUS +-- AND ITS CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, +-- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +-- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL +-- FRAUNHOFER FOKUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +-- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +-- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, +-- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +-- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +-- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, +-- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-- +-- $FreeBSD$ +-- +-- Private MIB for netgraph part of Begemot SNMP daemon. +-- +BEGEMOT-NETGRAPH-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Counter32, Unsigned32 + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, TruthValue + FROM SNMPv2-TC + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + begemot + FROM BEGEMOT-MIB; + +begemotNg MODULE-IDENTITY + LAST-UPDATED "200311140000Z" + ORGANIZATION "Fraunhofer FOKUS, CATS" + CONTACT-INFO + " Hartmut Brandt + + Postal: Fraunhofer Institute for Open Communication Systems + Kaiserin-Augusta-Allee 31 + 10589 Berlin + Germany + + Fax: +49 30 3463 7352 + + E-mail: harti@freebsd.org" + DESCRIPTION + "The MIB for the NetGraph access module for SNMP." + REVISION "200311140000Z" + DESCRIPTION + "The maximum width of the following OCTET STRINGs was increased + from 15 to 31: + + - NgTypeName + - NgNodeName + - NgNodeNameOrEmpty + - NgHookName + " + REVISION "200201310000Z" + DESCRIPTION + "Initial revision." + ::= { begemot 2 } + +begemotNgObjects OBJECT IDENTIFIER ::= { begemotNg 1 } + +-- -------------------------------------------------------------------------- + +NgTypeName ::= TEXTUAL-CONVENTION + DISPLAY-HINT "31a" + STATUS current + DESCRIPTION + "Name of a netgraph type." + SYNTAX OCTET STRING (SIZE(1..31)) + +NgNodeName ::= TEXTUAL-CONVENTION + DISPLAY-HINT "31a" + STATUS current + DESCRIPTION + "Name of a netgraph node." + SYNTAX OCTET STRING (SIZE(1..31)) + +NgNodeNameOrEmpty ::= TEXTUAL-CONVENTION + DISPLAY-HINT "31a" + STATUS current + DESCRIPTION + "Name of a netgraph node." + SYNTAX OCTET STRING (SIZE(0..31)) + +NgHookName ::= TEXTUAL-CONVENTION + DISPLAY-HINT "31a" + STATUS current + DESCRIPTION + "Name of a netgraph hook." + SYNTAX OCTET STRING (SIZE(1..31)) + +NgNodeId ::= TEXTUAL-CONVENTION + DISPLAY-HINT "x" + STATUS current + DESCRIPTION + "Node identifier." + SYNTAX Unsigned32 (1..4294967295) + +NgNodeIdOrZero ::= TEXTUAL-CONVENTION + DISPLAY-HINT "x" + STATUS current + DESCRIPTION + "Node identifier or 0 for 'no-node'." + SYNTAX Unsigned32 (0..4294967295) + +-- -------------------------------------------------------------------------- +-- +-- Configuration parameters +-- +begemotNgConfig OBJECT IDENTIFIER ::= { begemotNgObjects 1 } + +begemotNgControlNodeName OBJECT-TYPE + SYNTAX NgNodeName + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the netgraph node of this daemon. The name is + writeable during initialisation. If the name is set from + the empty string to the non-empty string, the netgraph socket + is created. Once set it cannot be changed." + ::= { begemotNgConfig 1 } + +begemotNgResBufSiz OBJECT-TYPE + SYNTAX INTEGER (1024..65536) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The size of the receive buffers for netgraph messages." + DEFVAL { 20000 } + ::= { begemotNgConfig 2 } + +begemotNgTimeout OBJECT-TYPE + SYNTAX INTEGER (10..10000) + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum time to wait for a response to a netgraph message." + DEFVAL { 1000 } + ::= { begemotNgConfig 3 } + +begemotNgDebugLevel OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The netgraph library debug level. This should be set only + if the daemon is run with a terminal attached." + DEFVAL { 0 } + ::= { begemotNgConfig 4 } + +-- -------------------------------------------------------------------------- +-- +-- The STATISTICS Group +-- +begemotNgStats OBJECT IDENTIFIER ::= { begemotNgObjects 2 } + +begemotNgNoMems OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times a memory allocation has failed for buffers + or the message queue." + ::= { begemotNgStats 1 } + +begemotNgMsgReadErrs OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times reading a netgraph message has failed." + ::= { begemotNgStats 2 } + +begemotNgTooLargeMsgs OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times a netgraph message was too large for + the buffer. Try increasing begemotNgResBufSiz if + this happens." + ::= { begemotNgStats 3 } + +begemotNgDataReadErrs OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times reading a netgraph data message has failed." + ::= { begemotNgStats 4 } + +begemotNgTooLargeDatas OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times a netgraph data message was too large. + You need to increase begemotNgResBufSiz." + ::= { begemotNgStats 5 } + +-- ----------------------------------------------------- +-- +-- The NODE table +-- +begemotNgTypeTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotNgTypeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about all netgraph node types." + ::= { begemotNgObjects 3 } + +begemotNgTypeEntry OBJECT-TYPE + SYNTAX BegemotNgTypeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table entry that describes one netgraph node." + INDEX { begemotNgTypeName } + ::= { begemotNgTypeTable 1 } + +BegemotNgTypeEntry ::= SEQUENCE { + begemotNgTypeName NgTypeName, + begemotNgTypeStatus INTEGER +} + +begemotNgTypeName OBJECT-TYPE + SYNTAX NgTypeName + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The name of the type. Used as index." + ::= { begemotNgTypeEntry 1 } + +begemotNgTypeStatus OBJECT-TYPE + SYNTAX INTEGER { loaded(1), unloaded(2) } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "If loaded then the node type is available. A type can be load + by setting this field to loaded. It is unload if the field is + set to unloaded. Note, that a type cannot be unloaded if it + is compiled into the kernel or has nodes of this type. The name + of the file containing the type implementation is constructed by + prepending ng_ to the type name." + ::= { begemotNgTypeEntry 2 } + +-- +-- Node table +-- +begemotNgNodeTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotNgNodeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about all netgraph nodes." + ::= { begemotNgObjects 4 } + +begemotNgNodeEntry OBJECT-TYPE + SYNTAX BegemotNgNodeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table entry that describes one netgraph node." + INDEX { begemotNgNodeId } + ::= { begemotNgNodeTable 1 } + +BegemotNgNodeEntry ::= SEQUENCE { + begemotNgNodeId NgNodeId, + begemotNgNodeStatus INTEGER, + begemotNgNodeName NgNodeNameOrEmpty, + begemotNgNodeType NgTypeName, + begemotNgNodeHooks Unsigned32 +} + +begemotNgNodeId OBJECT-TYPE + SYNTAX NgNodeId + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The 32bit node id of this node. 0 is an illegal value." + ::= { begemotNgNodeEntry 1 } + +begemotNgNodeStatus OBJECT-TYPE + SYNTAX INTEGER { valid(1), invalid(2) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the node exists or not." + ::= { begemotNgNodeEntry 2 } + +begemotNgNodeName OBJECT-TYPE + SYNTAX NgNodeNameOrEmpty + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the node (if any)." + ::= { begemotNgNodeEntry 3 } + +begemotNgNodeType OBJECT-TYPE + SYNTAX NgTypeName + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Type name of the node." + ::= { begemotNgNodeEntry 4 } + +begemotNgNodeHooks OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of hooks on this node." + ::= { begemotNgNodeEntry 5 } + +-- +-- Hook table +-- +begemotNgHookTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotNgHookEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about all netgraph hooks." + ::= { begemotNgObjects 5 } + +begemotNgHookEntry OBJECT-TYPE + SYNTAX BegemotNgHookEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table entry that describes one netgraph node." + INDEX { begemotNgHookNodeId, begemotNgHookHook } + ::= { begemotNgHookTable 1 } + +BegemotNgHookEntry ::= SEQUENCE { + begemotNgHookNodeId NgNodeId, + begemotNgHookHook NgHookName, + begemotNgHookStatus INTEGER, + begemotNgHookPeerNodeId NgNodeId, + begemotNgHookPeerHook NgHookName, + begemotNgHookPeerType NgTypeName +} + +begemotNgHookNodeId OBJECT-TYPE + SYNTAX NgNodeId + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The 32bit node id of this node." + ::= { begemotNgHookEntry 1 } + +begemotNgHookHook OBJECT-TYPE + SYNTAX NgHookName + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the hook." + ::= { begemotNgHookEntry 2 } + +begemotNgHookStatus OBJECT-TYPE + SYNTAX INTEGER { valid(1), invalid(2) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the hook exists or not." + ::= { begemotNgHookEntry 3 } + +begemotNgHookPeerNodeId OBJECT-TYPE + SYNTAX NgNodeId + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The 32bit node id of the peer node of this hook." + ::= { begemotNgHookEntry 4 } + +begemotNgHookPeerHook OBJECT-TYPE + SYNTAX NgHookName + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the peer hook." + ::= { begemotNgHookEntry 5 } + +begemotNgHookPeerType OBJECT-TYPE + SYNTAX NgTypeName + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the peer type." + ::= { begemotNgHookEntry 6 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-PF-MIB.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-PF-MIB.txt new file mode 100644 index 0000000..d92b6ac --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-PF-MIB.txt @@ -0,0 +1,1347 @@ +-- +-- ---------------------------------------------------------------------------- +-- "THE BEER-WARE LICENSE" (Revision 42): +-- wrote this file. As long as you retain this notice you +-- can do whatever you want with this stuff. If we meet some day, and you think +-- this stuff is worth it, you can buy me a beer in return. -Philip Paeps +-- ---------------------------------------------------------------------------- +-- +-- $FreeBSD$ +-- + +BEGEMOT-PF-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Counter64, Integer32, + TimeTicks, Unsigned32 + FROM SNMPv2-SMI + TruthValue + FROM SNMPv2-TC + InetAddress, InetAddressType, InetAddressPrefixLength + FROM INET-ADDRESS-MIB + begemot + FROM BEGEMOT-MIB; + +begemotPf MODULE-IDENTITY + LAST-UPDATED "201003180000Z" + ORGANIZATION "NixSys BVBA" + CONTACT-INFO + " Philip Paeps + + Postal: NixSys BVBA + Louizastraat 14 + BE-2800 Mechelen + Belgium + + E-Mail: philip@FreeBSD.org" + DESCRIPTION + "The Begemot MIB for the pf packet filter." + REVISION "201003180000Z" + DESCRIPTION + "Modified pfTablesAddrEntry to support IPv6 + addresses - added pfTablesAddrNetType column + and modified type of pfTablesAddrNet to + InetAddress." + REVISION "200912050000Z" + DESCRIPTION + "Added support for retrieving counters of labeled + pf filter rules via pfLabelspfLabels subtree." + REVISION "200501240000Z" + DESCRIPTION + "Initial revision." + + ::= { begemot 200 } + +begemotPfObjects OBJECT IDENTIFIER ::= { begemotPf 1 } + +-- -------------------------------------------------------------------------- + +pfStatus OBJECT IDENTIFIER ::= { begemotPfObjects 1 } +pfCounter OBJECT IDENTIFIER ::= { begemotPfObjects 2 } +pfStateTable OBJECT IDENTIFIER ::= { begemotPfObjects 3 } +pfSrcNodes OBJECT IDENTIFIER ::= { begemotPfObjects 4 } +pfLimits OBJECT IDENTIFIER ::= { begemotPfObjects 5 } +pfTimeouts OBJECT IDENTIFIER ::= { begemotPfObjects 6 } +pfLogInterface OBJECT IDENTIFIER ::= { begemotPfObjects 7 } +pfInterfaces OBJECT IDENTIFIER ::= { begemotPfObjects 8 } +pfTables OBJECT IDENTIFIER ::= { begemotPfObjects 9 } +pfAltq OBJECT IDENTIFIER ::= { begemotPfObjects 10 } +pfLabels OBJECT IDENTIFIER ::= { begemotPfObjects 11 } + +-- -------------------------------------------------------------------------- + +-- +-- status information +-- + +pfStatusRunning OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "True if pf is currently enabled." + ::= { pfStatus 1 } + +pfStatusRuntime OBJECT-TYPE + SYNTAX TimeTicks + UNITS "1/100th of a Second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates how long pf has been enabled. If pf is not currently + enabled, indicates how long it has been disabled. If pf has not + been enabled or disabled since the system was started, the value + will be 0." + ::= { pfStatus 2 } + +pfStatusDebug OBJECT-TYPE + SYNTAX INTEGER { none(0), urgent(1), misc(2), loud(3) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the debug level at which pf is running." + ::= { pfStatus 3 } + +pfStatusHostId OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The (unique) host identifier of the machine running pf." + ::= { pfStatus 4 } + +-- -------------------------------------------------------------------------- + +-- +-- counters +-- + +pfCounterMatch OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets that matched a filter rule." + ::= { pfCounter 1 } + +pfCounterBadOffset OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets with bad offset." + ::= { pfCounter 2 } + +pfCounterFragment OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of fragmented packets." + ::= { pfCounter 3 } + +pfCounterShort OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of short packets." + ::= { pfCounter 4 } + +pfCounterNormalize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of normalized packets." + ::= { pfCounter 5 } + +pfCounterMemDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets dropped due to memory limitations." + ::= { pfCounter 6 } + +-- -------------------------------------------------------------------------- + +-- +-- state table +-- + +pfStateTableCount OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of entries in the state table." + ::= { pfStateTable 1 } + +pfStateTableSearches OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of searches against the state table." + ::= { pfStateTable 2 } + +pfStateTableInserts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of entries inserted into the state table." + ::= { pfStateTable 3 } + +pfStateTableRemovals OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of entries removed from the state table." + ::= { pfStateTable 4 } + +-- -------------------------------------------------------------------------- + +-- +-- source nodes +-- + +pfSrcNodesCount OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of entries in the source tracking table." + ::= { pfSrcNodes 1 } + +pfSrcNodesSearches OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of searches against the source tracking table." + ::= { pfSrcNodes 2 } + +pfSrcNodesInserts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of entries inserted into the source tracking table." + ::= { pfSrcNodes 3 } + +pfSrcNodesRemovals OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of entries removed from the source tracking table." + ::= { pfSrcNodes 4 } + +-- -------------------------------------------------------------------------- + +-- +-- limits +-- + +pfLimitsStates OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of 'keep state' rules in the ruleset." + ::= { pfLimits 1 } + +pfLimitsSrcNodes OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of 'sticky-address' or 'source-track' rules + in the ruleset." + ::= { pfLimits 2 } + +pfLimitsFrags OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of 'scrub' rules in the ruleset." + ::= { pfLimits 3 } + +-- -------------------------------------------------------------------------- + +-- +-- timeouts +-- + +pfTimeoutsTcpFirst OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State after the first packet in a connection." + ::= { pfTimeouts 1 } + +pfTimeoutsTcpOpening OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State before the destination host ever sends a packet." + ::= { pfTimeouts 2 } + +pfTimeoutsTcpEstablished OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fully established state." + ::= { pfTimeouts 3 } + +pfTimeoutsTcpClosing OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State after the first FIN has been sent." + ::= { pfTimeouts 4 } + +pfTimeoutsTcpFinWait OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State after both FINs have been exchanged and the + connection is closed." + ::= { pfTimeouts 5 } + +pfTimeoutsTcpClosed OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State after one endpoint sends an RST." + ::= { pfTimeouts 6 } + +pfTimeoutsUdpFirst OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State after the first packet." + ::= { pfTimeouts 7 } + +pfTimeoutsUdpSingle OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State if the source host sends more than one packet but + the destination host has never sent one back." + ::= { pfTimeouts 8 } + +pfTimeoutsUdpMultiple OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State if both hosts have sent packets." + ::= { pfTimeouts 9 } + +pfTimeoutsIcmpFirst OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State after the first packet." + ::= { pfTimeouts 10 } + +pfTimeoutsIcmpError OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State after an ICMP error came back in response to an + ICMP packet." + ::= { pfTimeouts 11 } + +pfTimeoutsOtherFirst OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State after the first packet." + ::= { pfTimeouts 12 } + +pfTimeoutsOtherSingle OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State if the source host sends more than one packet but + the destination host has never sent one back." + ::= { pfTimeouts 13 } + +pfTimeoutsOtherMultiple OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State if both hosts have sent packets." + ::= { pfTimeouts 14 } + +pfTimeoutsFragment OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Seconds before an unassembled fragment is expired." + ::= { pfTimeouts 15 } + +pfTimeoutsInterval OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Interval between purging expired states and fragments." + ::= { pfTimeouts 16 } + +pfTimeoutsAdaptiveStart OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "When the number of state entries exceeds this value, + adaptive scaling begins." + ::= { pfTimeouts 17 } + +pfTimeoutsAdaptiveEnd OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "When reaching this number of state entries, all timeout + values become zero, effectively purging all state entries + immediately." + ::= { pfTimeouts 18 } + +pfTimeoutsSrcNode OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Length of time to retain a source tracking entry after + the last state expires." + ::= { pfTimeouts 19 } + +-- -------------------------------------------------------------------------- + +-- +-- log interface +-- + +pfLogInterfaceName OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the interface configured with 'set loginterface'. + If no interface has been configured, the object will be empty." + ::= { pfLogInterface 1 } + +pfLogInterfaceIp4BytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv4 bytes passed in on the loginterface." + ::= { pfLogInterface 2 } + +pfLogInterfaceIp4BytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv4 bytes passed out on the loginterface." + ::= { pfLogInterface 3 } + +pfLogInterfaceIp4PktsInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv4 packets passed in on the loginterface." + ::= { pfLogInterface 4 } + +pfLogInterfaceIp4PktsInDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv4 packets dropped coming in on the loginterface." + ::= { pfLogInterface 5 } + +pfLogInterfaceIp4PktsOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv4 packets passed out on the loginterface." + ::= { pfLogInterface 6 } + +pfLogInterfaceIp4PktsOutDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv4 packets dropped going out on the loginterface." + ::= { pfLogInterface 7 } + +pfLogInterfaceIp6BytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv6 bytes passed in on the loginterface." + ::= { pfLogInterface 8 } + +pfLogInterfaceIp6BytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv6 bytes passed out on the loginterface." + ::= { pfLogInterface 9 } + +pfLogInterfaceIp6PktsInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv6 packets passed in on the loginterface." + ::= { pfLogInterface 10 } + +pfLogInterfaceIp6PktsInDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv6 packets dropped coming in on the loginterface." + ::= { pfLogInterface 11 } + +pfLogInterfaceIp6PktsOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv6 packets passed out on the loginterface." + ::= { pfLogInterface 12 } + +pfLogInterfaceIp6PktsOutDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IPv6 packets dropped going out on the loginterface." + ::= { pfLogInterface 13 } + +-- -------------------------------------------------------------------------- + +-- +-- interfaces +-- + +pfInterfacesIfNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of network interfaces on this system." + ::= { pfInterfaces 1 } + +pfInterfacesIfTable OBJECT-TYPE + SYNTAX SEQUENCE OF PfInterfacesIfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of network interfaces, indexed on pfInterfacesIfNumber." + ::= { pfInterfaces 2 } + +pfInterfacesIfEntry OBJECT-TYPE + SYNTAX PfInterfacesIfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the pfInterfacesIfTable containing information + about a particular network interface in the machine." + INDEX { pfInterfacesIfIndex } + ::= { pfInterfacesIfTable 1 } + +PfInterfacesIfEntry ::= SEQUENCE { + pfInterfacesIfIndex Integer32, + pfInterfacesIfDescr OCTET STRING, + pfInterfacesIfType INTEGER, + pfInterfacesIfTZero TimeTicks, + pfInterfacesIfRefsState Null, + pfInterfacesIfRefsRule Unsigned32, + pfInterfacesIf4BytesInPass Counter64, + pfInterfacesIf4BytesInBlock Counter64, + pfInterfacesIf4BytesOutPass Counter64, + pfInterfacesIf4BytesOutBlock Counter64, + pfInterfacesIf4PktsInPass Counter64, + pfInterfacesIf4PktsInBlock Counter64, + pfInterfacesIf4PktsOutPass Counter64, + pfInterfacesIf4PktsOutBlock Counter64, + pfInterfacesIf6BytesInPass Counter64, + pfInterfacesIf6BytesInBlock Counter64, + pfInterfacesIf6BytesOutPass Counter64, + pfInterfacesIf6BytesOutBlock Counter64, + pfInterfacesIf6PktsInPass Counter64, + pfInterfacesIf6PktsInBlock Counter64, + pfInterfacesIf6PktsOutPass Counter64, + pfInterfacesIf6PktsOutBlock Counter64 +} + +pfInterfacesIfIndex OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each interface." + ::= { pfInterfacesIfEntry 1 } + +pfInterfacesIfDescr OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the interface." + ::= { pfInterfacesIfEntry 2 } + +pfInterfacesIfType OBJECT-TYPE + SYNTAX INTEGER { group(0), instance(1), detached(2) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the interface is a group inteface, an + interface instance, or whether it has been removed or + destroyed." + ::= { pfInterfacesIfEntry 3 } + +pfInterfacesIfTZero OBJECT-TYPE + SYNTAX TimeTicks + UNITS "1/100th of a Second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time since statistics were last reset or since the + interface was loaded." + ::= { pfInterfacesIfEntry 4 } + +pfInterfacesIfRefsState OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of state and/or source track entries referencing + this interface." + ::= { pfInterfacesIfEntry 5 } + +pfInterfacesIfRefsRule OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rules referencing this interface." + ::= { pfInterfacesIfEntry 6 } + +pfInterfacesIf4BytesInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv4 bytes passed coming in on this interface." + ::= { pfInterfacesIfEntry 7 } + +pfInterfacesIf4BytesInBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv4 bytes blocked coming in on this interface." + ::= { pfInterfacesIfEntry 8 } + +pfInterfacesIf4BytesOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv4 bytes passed going out on this interface." + ::= { pfInterfacesIfEntry 9 } + +pfInterfacesIf4BytesOutBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv4 bytes blocked going out on this interface." + ::= { pfInterfacesIfEntry 10 } + +pfInterfacesIf4PktsInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv4 packets passed coming in on this interface." + ::= { pfInterfacesIfEntry 11 } + +pfInterfacesIf4PktsInBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv4 packets blocked coming in on this interface." + ::= { pfInterfacesIfEntry 12 } + +pfInterfacesIf4PktsOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv4 packets passed going out on this interface." + ::= { pfInterfacesIfEntry 13 } + +pfInterfacesIf4PktsOutBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv4 packets blocked going out on this interface." + ::= { pfInterfacesIfEntry 14 } + +pfInterfacesIf6BytesInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv6 bytes passed coming in on this interface." + ::= { pfInterfacesIfEntry 15 } + +pfInterfacesIf6BytesInBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv6 bytes blocked coming in on this interface." + ::= { pfInterfacesIfEntry 16 } + +pfInterfacesIf6BytesOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv6 bytes passed going out on this interface." + ::= { pfInterfacesIfEntry 17 } + +pfInterfacesIf6BytesOutBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv6 bytes blocked going out on this interface." + ::= { pfInterfacesIfEntry 18 } + + +pfInterfacesIf6PktsInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv6 packets passed coming in on this interface." + ::= { pfInterfacesIfEntry 19 } + +pfInterfacesIf6PktsInBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv6 packets blocked coming in on this interface." + ::= { pfInterfacesIfEntry 20 } + +pfInterfacesIf6PktsOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv6 packets passed going out on this interface." + ::= { pfInterfacesIfEntry 21 } + +pfInterfacesIf6PktsOutBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv6 packets blocked going out on this interface." + ::= { pfInterfacesIfEntry 22 } + +-- -------------------------------------------------------------------------- + +-- +-- tables +-- + +pfTablesTblNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of tables on this system." + ::= { pfTables 1 } + +pfTablesTblTable OBJECT-TYPE + SYNTAX SEQUENCE OF PfTablesTblEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of tables, index on pfTablesTblIndex." + ::= { pfTables 2 } + +pfTablesTblEntry OBJECT-TYPE + SYNTAX PfTablesTblEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Any entry in the pfTablesTblTable containing information + about a particular table on the system." + INDEX { pfTablesTblIndex } + ::= { pfTablesTblTable 1 } + +PfTablesTblEntry ::= SEQUENCE { + pfTablesTblIndex Integer32, + pfTablesTblDescr OCTET STRING, + pfTablesTblCount Integer32, + pfTablesTblTZero TimeTicks, + pfTablesTblRefsAnchor Integer32, + pfTablesTblRefsRule Integer32, + pfTablesTblEvalMatch Counter64, + pfTablesTblEvalNoMatch Counter64, + pfTablesTblBytesInPass Counter64, + pfTablesTblBytesInBlock Counter64, + pfTablesTblBytesInXPass Counter64, + pfTablesTblBytesOutPass Counter64, + pfTablesTblBytesOutBlock Counter64, + pfTablesTblBytesOutXPass Counter64, + pfTablesTblPktsInPass Counter64, + pfTablesTblPktsInBlock Counter64, + pfTablesTblPktsInXPass Counter64, + pfTablesTblPktsOutPass Counter64, + pfTablesTblPktsOutBlock Counter64, + pfTablesTblPktsOutXPass Counter64 +} + +pfTablesTblIndex OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each table." + ::= { pfTablesTblEntry 1 } + +pfTablesTblDescr OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the table." + ::= { pfTablesTblEntry 2 } + +pfTablesTblCount OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of addresses in the table." + ::= { pfTablesTblEntry 3 } + +pfTablesTblTZero OBJECT-TYPE + SYNTAX TimeTicks + UNITS "1/100th of a Second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time passed since the statistics of this table were last + cleared or the time since this table was loaded, whichever is + sooner." + ::= { pfTablesTblEntry 4 } + +pfTablesTblRefsAnchor OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of anchors referencing this table." + ::= { pfTablesTblEntry 5 } + +pfTablesTblRefsRule OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rules referencing this table." + ::= { pfTablesTblEntry 6 } + +pfTablesTblEvalMatch OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of evaluations returning a match." + ::= { pfTablesTblEntry 7 } + +pfTablesTblEvalNoMatch OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of evaluations not returning a match." + ::= { pfTablesTblEntry 8 } + +pfTablesTblBytesInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes passed in matching the table." + ::= { pfTablesTblEntry 9 } + +pfTablesTblBytesInBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes blocked coming in matching the table." + ::= { pfTablesTblEntry 10 } + +pfTablesTblBytesInXPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes statefully passed in where the state + entry refers to the table, but the table no longer contains + the address in question." + ::= { pfTablesTblEntry 11 } + +pfTablesTblBytesOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes passed out matching the table." + ::= { pfTablesTblEntry 12 } + +pfTablesTblBytesOutBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes blocked going out matching the table." + ::= { pfTablesTblEntry 13 } + +pfTablesTblBytesOutXPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes statefully passed out where the state + entry refers to the table, but the table no longer contains + the address in question." + ::= { pfTablesTblEntry 14 } + +pfTablesTblPktsInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets passed in matching the table." + ::= { pfTablesTblEntry 15 } + +pfTablesTblPktsInBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets blocked coming in matching the table." + ::= { pfTablesTblEntry 16 } + +pfTablesTblPktsInXPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets statefully passed in where the state + entry refers to the table, but the table no longer contains + the address in question." + ::= { pfTablesTblEntry 17 } + +pfTablesTblPktsOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets passed out matching the table." + ::= { pfTablesTblEntry 18 } + +pfTablesTblPktsOutBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets blocked going out matching the table." + ::= { pfTablesTblEntry 19 } + +pfTablesTblPktsOutXPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets statefully passed out where the state + entry refers to the table, but the table no longer contains + the address in question." + ::= { pfTablesTblEntry 20 } + +pfTablesAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF PfTablesAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of addresses from every table on the system." + ::= { pfTables 3 } + +pfTablesAddrEntry OBJECT-TYPE + SYNTAX PfTablesAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the pfTablesAddrTable containing information + about a particular entry in a table." + INDEX { pfTablesAddrIndex } + ::= { pfTablesAddrTable 1 } + +PfTablesAddrEntry ::= SEQUENCE { + pfTablesAddrIndex Integer32, + pfTablesAddrNetType InetAddressType, + pfTablesAddrNet InetAddress, + pfTablesAddrPrefix InetAddressPrefixLength, + pfTablesAddrTZero TimeTicks, + pfTablesAddrBytesInPass Counter64, + pfTablesAddrBytesInBlock Counter64, + pfTablesAddrBytesOutPass Counter64, + pfTablesAddrBytesOutBlock Counter64, + pfTablesAddrPktsInPass Counter64, + pfTablesAddrPktsInBlock Counter64, + pfTablesAddrPktsOutPass Counter64, + pfTablesAddrPktsOutBlock Counter64 +} + +pfTablesAddrIndex OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each address." + ::= { pfTablesAddrEntry 1 } + +pfTablesAddrNetType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of address in the corresponding pfTablesAddrNet object." + ::= { pfTablesAddrEntry 2 } + +pfTablesAddrNet OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of this particular table entry." + ::= { pfTablesAddrEntry 3 } + +pfTablesAddrPrefix OBJECT-TYPE + SYNTAX InetAddressPrefixLength + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CIDR netmask of this particular table entry." + ::= { pfTablesAddrEntry 4 } + +pfTablesAddrTZero OBJECT-TYPE + SYNTAX TimeTicks + UNITS "1/100th of a Second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time passed since this entry's statistics were last + cleared, or the time passed since this entry was loaded + into the table, whichever is sooner." + ::= { pfTablesAddrEntry 5 } + +pfTablesAddrBytesInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inbound bytes passed as a result of this entry." + ::= { pfTablesAddrEntry 6 } + +pfTablesAddrBytesInBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inbound bytes blocked as a result of this entry." + ::= { pfTablesAddrEntry 7 } + +pfTablesAddrBytesOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of outbound bytes passed as a result of this entry." + ::= { pfTablesAddrEntry 8 } + +pfTablesAddrBytesOutBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of outbound bytes blocked as a result of this entry." + ::= { pfTablesAddrEntry 9 } + +pfTablesAddrPktsInPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inbound packets passed as a result of this entry." + ::= { pfTablesAddrEntry 10 } + +pfTablesAddrPktsInBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inbound packets blocked as a result of this entry." + ::= { pfTablesAddrEntry 11 } + +pfTablesAddrPktsOutPass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of outbound packets passed as a result of this entry." + ::= { pfTablesAddrEntry 12 } + +pfTablesAddrPktsOutBlock OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of outbound packets blocked as a result of this + entry." + ::= { pfTablesAddrEntry 13 } + +-- -------------------------------------------------------------------------- + +-- +-- Altq information +-- + +pfAltqQueueNumber OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queues in the active set." + ::= { pfAltq 1 } + +pfAltqQueueTable OBJECT-TYPE + SYNTAX SEQUENCE OF PfAltqQueueEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table containing the rules that are active on this system." + ::= { pfAltq 2 } + +pfAltqQueueEntry OBJECT-TYPE + SYNTAX PfAltqQueueEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the pfAltqQueueTable table." + INDEX { pfAltqQueueIndex } + ::= { pfAltqQueueTable 1 } + +PfAltqQueueEntry ::= SEQUENCE { + pfAltqQueueIndex Integer32, + pfAltqQueueDescr OCTET STRING, + pfAltqQueueParent OCTET STRING, + pfAltqQueueScheduler INTEGER, + pfAltqQueueBandwidth Unsigned32, + pfAltqQueuePriority Integer32, + pfAltqQueueLimit Integer32 +} + +pfAltqQueueIndex OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each queue." + ::= { pfAltqQueueEntry 1 } + +pfAltqQueueDescr OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the queue." + ::= { pfAltqQueueEntry 2 } + +pfAltqQueueParent OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the queue's parent if it has one." + ::= { pfAltqQueueEntry 3 } + +pfAltqQueueScheduler OBJECT-TYPE + SYNTAX INTEGER { cbq(1), hfsc(8), priq(11) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Scheduler algorithm implemented by this queue." + ::= { pfAltqQueueEntry 4 } + +pfAltqQueueBandwidth OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Bandwitch assigned to this queue." + ::= { pfAltqQueueEntry 5 } + +pfAltqQueuePriority OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Priority level of the queue." + ::= { pfAltqQueueEntry 6 } + +pfAltqQueueLimit OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of packets in the queue." + ::= { pfAltqQueueEntry 7 } + +pfLabelsLblNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of labeled filter rules on this system." + ::= { pfLabels 1 } + +pfLabelsLblTable OBJECT-TYPE + SYNTAX SEQUENCE OF PfLabelsLblEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of filter rules, index on pfLabelsLblIndex." + ::= { pfLabels 2 } + +pfLabelsLblEntry OBJECT-TYPE + SYNTAX PfLabelsLblEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Any entry in the pfLabelsLblTable containing information + about a particular filter rule on the system." + INDEX { pfLabelsLblIndex } + ::= { pfLabelsLblTable 1 } + +PfLabelsLblEntry ::= SEQUENCE { + pfLabelsLblIndex Integer32, + pfLabelsLblName OCTET STRING, + pfLabelsLblEvals Counter64, + pfLabelsLblBytesIn Counter64, + pfLabelsLblBytesOut Counter64, + pfLabelsLblPktsIn Counter64, + pfLabelsLblPktsOut Counter64 +} + +pfLabelsLblIndex OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each label." + ::= { pfLabelsLblEntry 1 } + +pfLabelsLblName OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule label." + ::= { pfLabelsLblEntry 2 } + +pfLabelsLblEvals OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rule evaluations." + ::= { pfLabelsLblEntry 3 } + +pfLabelsLblBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of incoming bytes matched by the rule." + ::= { pfLabelsLblEntry 4 } + +pfLabelsLblBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of outgoing bytes matched by the rule." + ::= { pfLabelsLblEntry 5 } + +pfLabelsLblPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of incoming packets matched by the rule." + ::= { pfLabelsLblEntry 6 } + +pfLabelsLblPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of outgoing packets matched by the rule." + ::= { pfLabelsLblEntry 7 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-SNMPD.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-SNMPD.txt new file mode 100644 index 0000000..5c8d351 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-SNMPD.txt @@ -0,0 +1,691 @@ +-- +-- Copyright (c) 2001-2003 +-- Fraunhofer Institute for Open Communication Systems (FhG Fokus). +-- All rights reserved. +-- +-- Copyright (c) 2018 +-- Hartmut Brandt. +-- All rights reserved. +-- +-- Author: Harti Brandt +-- +-- Redistribution and use in source and binary forms, with or without +-- modification, are permitted provided that the following conditions +-- are met: +-- 1. Redistributions of source code must retain the above copyright +-- notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-- SUCH DAMAGE. +-- +-- $Begemot: bsnmp/snmpd/BEGEMOT-SNMPD.txt,v 1.23 2004/08/06 08:47:08 brandt Exp $ +-- +-- Begemot Private SNMPd MIB. +-- +BEGEMOT-SNMPD-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, Counter32, + Integer32, Unsigned32, IpAddress + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, TruthValue, RowStatus + FROM SNMPv2-TC + InetAddressType, InetAddress, InetPortNumber + FROM INET-ADDRESS-MIB + begemot + FROM BEGEMOT-MIB; + +begemotSnmpd MODULE-IDENTITY + LAST-UPDATED "201808080000Z" + ORGANIZATION "Fraunhofer FOKUS, CATS" + CONTACT-INFO + " Hartmut Brandt + + Postal: Fraunhofer Institute for Open Communication Systems + Kaiserin-Augusta-Allee 31 + 10589 Berlin + Germany + + Fax: +49 30 3463 7352 + + E-mail: harti@freebsd.org" + DESCRIPTION + "The MIB module for the Begemot SNMP daemon." + REVISION "201808080000Z" + DESCRIPTION + "Add the begemotSnmpdTransInetTable." + ::= { begemot 1 } + +begemotSnmpdObjects OBJECT IDENTIFIER ::= { begemotSnmpd 1 } +begemotSnmpdDefs OBJECT IDENTIFIER ::= { begemotSnmpd 2 } + +-- -------------------------------------------------------------------------- + +SectionName ::= TEXTUAL-CONVENTION + DISPLAY-HINT "14a" + STATUS current + DESCRIPTION + "Name of a loadable module. Should consist of alphanumeric characers + only, the first character must be a letter." + SYNTAX OCTET STRING (SIZE(1..14)) + +-- -------------------------------------------------------------------------- +-- +-- Agent types +-- +begemotSnmpdAgent OBJECT IDENTIFIER ::= { begemotSnmpdDefs 1 } + +begemotSnmpdAgentFreeBSD OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Identifies the agent as running on FreeBSD." + ::= { begemotSnmpdAgent 1 } + +-- -------------------------------------------------------------------------- +-- +-- The Config Group +-- +begemotSnmpdConfig OBJECT IDENTIFIER ::= { begemotSnmpdObjects 1 } + +begemotSnmpdTransmitBuffer OBJECT-TYPE + SYNTAX Integer32 (484..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The size of the receive buffer in bytes. Larger messages + are dropped by SNMPd." + DEFVAL { 2048 } + ::= { begemotSnmpdConfig 1 } + +begemotSnmpdReceiveBuffer OBJECT-TYPE + SYNTAX Integer32 (484..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The size of the transmit buffer in bytes. Larger messages + cannot be sent by the SNMPd." + DEFVAL { 2048 } + ::= { begemotSnmpdConfig 2 } + +begemotSnmpdCommunityDisable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Disables all access to the CommunityTable from SNMP. Once + set it cannot be cleared." + DEFVAL { false } + ::= { begemotSnmpdConfig 3 } + +begemotSnmpdTrap1Addr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The trap sink for v1 traps." + ::= { begemotSnmpdConfig 4 } + +begemotSnmpdVersionEnable OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SNMP versions that the agent processes. The following + bits are defined: + + 0x00000001 - SNMPv1 + 0x00000002 - SNMPv2c + 0x00000004 - SNMPv3" + DEFVAL { 3 } + ::= { begemotSnmpdConfig 5 } + +-- +-- Trap destinations +-- +begemotTrapSinkTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotTrapSinkEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table with destinations for standard traps." + INDEX { begemotTrapSinkAddr, begemotTrapSinkPort } + ::= { begemotSnmpdObjects 2 } + +begemotTrapSinkEntry OBJECT-TYPE + SYNTAX BegemotTrapSinkEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry describes one trap destination." + INDEX { begemotTrapSinkAddr, begemotTrapSinkPort } + ::= { begemotTrapSinkTable 1 } + +BegemotTrapSinkEntry ::= SEQUENCE { + begemotTrapSinkAddr IpAddress, + begemotTrapSinkPort INTEGER, + begemotTrapSinkStatus RowStatus +} + +begemotTrapSinkAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Destination IP address of the manager station where to send + traps." + ::= { begemotTrapSinkEntry 1 } + +begemotTrapSinkPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Destination UDP port of the manager station where to send + traps." + ::= { begemotTrapSinkEntry 2 } + +begemotTrapSinkStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Used to create/activate/destroy the entry." + ::= { begemotTrapSinkEntry 3 } + +-- +-- SNMP port table +-- +begemotSnmpdPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotSnmpdPortEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "A table with descriptions of UDP ports to listen on + for SNMP messages." + ::= { begemotSnmpdObjects 4 } + +begemotSnmpdPortEntry OBJECT-TYPE + SYNTAX BegemotSnmpdPortEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "An entry in the table with descriptions of UDP ports to + listen on for SNMP messages." + INDEX { begemotSnmpdPortAddress, begemotSnmpdPortPort } + ::= { begemotSnmpdPortTable 1 } + +BegemotSnmpdPortEntry ::= SEQUENCE { + begemotSnmpdPortAddress IpAddress, + begemotSnmpdPortPort INTEGER, + begemotSnmpdPortStatus INTEGER +} + +begemotSnmpdPortAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "The IP address to bind to." + ::= { begemotSnmpdPortEntry 1 } + +begemotSnmpdPortPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "The UDP port to listen on for SNMP messages." + ::= { begemotSnmpdPortEntry 2 } + +begemotSnmpdPortStatus OBJECT-TYPE + SYNTAX INTEGER { valid(1), invalid(2) } + MAX-ACCESS read-create + STATUS deprecated + DESCRIPTION + "Set status to 1 to create entry, set it to 2 to delete it." + ::= { begemotSnmpdPortEntry 3 } + +--- +--- Community table +--- +begemotSnmpdCommunityTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotSnmpdCommunityEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table with the community strings for access control." + ::= { begemotSnmpdObjects 5 } + +begemotSnmpdCommunityEntry OBJECT-TYPE + SYNTAX BegemotSnmpdCommunityEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table with the community strings for access control. + When begemotSnmpdCommDisable is true, this table disappears." + INDEX { begemotSnmpdCommunityModule, begemotSnmpdCommunityIndex } + ::= { begemotSnmpdCommunityTable 1 } + +BegemotSnmpdCommunityEntry ::= SEQUENCE { + begemotSnmpdCommunityModule SectionName, + begemotSnmpdCommunityIndex Unsigned32, + begemotSnmpdCommunityString OCTET STRING, + begemotSnmpdCommunityDescr OCTET STRING, + begemotSnmpdCommunityPermission Unsigned32 +} + +begemotSnmpdCommunityModule OBJECT-TYPE + SYNTAX SectionName + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of the module that has registered this community. + For global communities this is the empty string." + ::= { begemotSnmpdCommunityEntry 1 } + +begemotSnmpdCommunityIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..4294967295) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The numerical index of the community (private to the module)." + ::= { begemotSnmpdCommunityEntry 2 } + +begemotSnmpdCommunityString OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The string for access to SNMPd." + ::= { begemotSnmpdCommunityEntry 3 } + +begemotSnmpdCommunityDescr OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A description what this community is good for." + ::= { begemotSnmpdCommunityEntry 4 } + +begemotSnmpdCommunityPermission OBJECT-TYPE + SYNTAX Unsigned32 (1..4294967295) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The numerical value of access rights granted to the community." + ::= { begemotSnmpdCommunityEntry 5 } + +-- +-- Module table +-- +begemotSnmpdModuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotSnmpdModuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table describing all the currently loaded dynamic modules. + Writing to this table loads and unloads modules." + ::= { begemotSnmpdObjects 6 } + +begemotSnmpdModuleEntry OBJECT-TYPE + SYNTAX BegemotSnmpdModuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table entry describing a loadable module." + INDEX { begemotSnmpdModuleSection } + ::= { begemotSnmpdModuleTable 1 } + +BegemotSnmpdModuleEntry ::= SEQUENCE { + begemotSnmpdModuleSection SectionName, + begemotSnmpdModulePath OCTET STRING, + begemotSnmpdModuleComment OCTET STRING +} + +begemotSnmpdModuleSection OBJECT-TYPE + SYNTAX SectionName + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The string used for matching configuration file sections + and indexes the module table." + ::= { begemotSnmpdModuleEntry 1 } + + +begemotSnmpdModulePath OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The path name of the module. Set to empty string + to unload a module. The path of an existing module + may not be changed." + ::= { begemotSnmpdModuleEntry 2 } + +begemotSnmpdModuleComment OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A comment describing this module." + ::= { begemotSnmpdModuleEntry 3 } + + +-- -------------------------------------------------------------------------- +-- +-- The STATISTICS Group +-- +begemotSnmpdStats OBJECT IDENTIFIER ::= { begemotSnmpdObjects 7 } + +begemotSnmpdStatsNoRxBufs OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times a receive buffer could not be allocated + for a packet." + ::= { begemotSnmpdStats 1 } + +begemotSnmpdStatsNoTxBufs OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times a transmit buffer could not be allocated + for a packet." + ::= { begemotSnmpdStats 2 } + +begemotSnmpdStatsInTooLongPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets received that were longer than the + receive buffer. These packets are dropped." + ::= { begemotSnmpdStats 3 } + +begemotSnmpdStatsInBadPduTypes OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of packets received with a bad type field." + ::= { begemotSnmpdStats 4 } + +-- +-- The Debug Group +-- +begemotSnmpdDebug OBJECT IDENTIFIER ::= { begemotSnmpdObjects 8 } + +begemotSnmpdDebugDumpPdus OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dump PDUs to log file if true." + DEFVAL { false } + ::= { begemotSnmpdDebug 1 } + +begemotSnmpdDebugSnmpTrace OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Tracing flags for the SNMP library. These flags have the + following meaning: + 0x00000001 trace GET operator + 0x00000002 trace GETNEXT operator + 0x00000004 trace SET operator + 0x00000008 trace dependency processing + 0x00000010 trace node finding + 0x10000000 log ASN1 errors + 0x20000000 log SNMP errors + Individual values can be or-ed together." + DEFVAL { 0 } + ::= { begemotSnmpdDebug 2 } + +begemotSnmpdDebugSyslogPri OBJECT-TYPE + SYNTAX Integer32 (0..8) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Events with this or higher priority should not be logged." + DEFVAL { 7 } -- don't log debug messages + ::= { begemotSnmpdDebug 3 } + +-- +-- Local port table +-- +begemotSnmpdLocalPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotSnmpdLocalPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table with descriptions of local (unix domain) ports to listen + on for SNMP messages." + ::= { begemotSnmpdObjects 9 } + +begemotSnmpdLocalPortEntry OBJECT-TYPE + SYNTAX BegemotSnmpdLocalPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the table with descriptions of local ports to + listen on for SNMP messages." + INDEX { begemotSnmpdLocalPortPath } + ::= { begemotSnmpdLocalPortTable 1 } + +BegemotSnmpdLocalPortEntry ::= SEQUENCE { + begemotSnmpdLocalPortPath OCTET STRING, + begemotSnmpdLocalPortStatus INTEGER, + begemotSnmpdLocalPortType INTEGER +} + +begemotSnmpdLocalPortPath OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..104)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The path name to create and listen on." + ::= { begemotSnmpdLocalPortEntry 1 } + +begemotSnmpdLocalPortStatus OBJECT-TYPE + SYNTAX INTEGER { valid(1), invalid(2) } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Set status to 1 to create entry, set it to 2 to delete it." + ::= { begemotSnmpdLocalPortEntry 2 } + +begemotSnmpdLocalPortType OBJECT-TYPE + SYNTAX INTEGER { + dgram-unpriv(1), + dgram-priv(2), + stream-unpriv(3), + stream-priv(4) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Type of the port. If the type is unpriv SET operations + are allowed from all clients if the community matches. For + priv SET operations are allowed only from peers with uid + zero. If the daemon cannot determine the peer uid it disallows + the SET operation for -priv ports." + ::= { begemotSnmpdLocalPortEntry 3 } + +-- +-- Transport mapping table +-- +begemotSnmpdTransportMappings OBJECT IDENTIFIER ::= { begemotSnmpdObjects 10 } + +begemotSnmpdTransportTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotSnmpdTransportEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing all the currently loaded transport mappings." + ::= { begemotSnmpdTransportMappings 1 } + +begemotSnmpdTransportEntry OBJECT-TYPE + SYNTAX BegemotSnmpdTransportEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the table with the transport mappings." + INDEX { begemotSnmpdTransportName } + ::= { begemotSnmpdTransportTable 1 } + +BegemotSnmpdTransportEntry ::= SEQUENCE { + begemotSnmpdTransportName OCTET STRING, + begemotSnmpdTransportStatus INTEGER, + begemotSnmpdTransportOid OBJECT IDENTIFIER +} + +begemotSnmpdTransportName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..256)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The name of the mapping." + ::= { begemotSnmpdTransportEntry 1 } + +begemotSnmpdTransportStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Used to create/activate/destroy the entry." + ::= { begemotSnmpdTransportEntry 2 } + +begemotSnmpdTransportOid OBJECT-TYPE + SYNTAX OBJECT IDENTIFIER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A pointer to the group with the transport-dependend stuff." + ::= { begemotSnmpdTransportEntry 3 } + +-- ---------------------------------------------------------------------- +-- +-- Internet port table. +-- +BegemotSnmpdTransportProto ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A value that represents the type of protocol to be used for + listening on a socket. The following protocols are currently + used: + + udp(1) Use UDP for IPv4 and IPv6 sockets." + SYNTAX INTEGER { + udp(1) + } + +begemotSnmpdTransInetTable OBJECT-TYPE + SYNTAX SEQUENCE OF BegemotSnmpdTransInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table contains all the ports the daemon should listen on. + Entries can be created at initialization time via the config + file or at run time via a SET. One row can map to several open + sockets in the case of InetAddressType::dns rows. These rows + open one socket for each address returned by getaddrinfo(3). + for SNMP messages." + ::= { begemotSnmpdObjects 11 } + +begemotSnmpdTransInetEntry OBJECT-TYPE + SYNTAX BegemotSnmpdTransInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A row of the internet port table. Each row may map to one or + more listening sockets." + INDEX { + begemotSnmpdTransInetAddressType, + begemotSnmpdTransInetAddress, + begemotSnmpdTransInetPort, + begemotSnmpdTransInetProto + } + ::= { begemotSnmpdTransInetTable 1 } + +BegemotSnmpdTransInetEntry ::= SEQUENCE { + begemotSnmpdTransInetAddressType InetAddressType, + begemotSnmpdTransInetAddress InetAddress, + begemotSnmpdTransInetPort InetPortNumber, + begemotSnmpdTransInetProto BegemotSnmpdTransportProto, + begemotSnmpdTransInetStatus RowStatus +} + +begemotSnmpdTransInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The type of the address. Only ipv4, ipv6, ipv6z and dns are + supported." + ::= { begemotSnmpdTransInetEntry 1 } + +begemotSnmpdTransInetAddress OBJECT-TYPE + SYNTAX InetAddress (SIZE (0..64)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The address. For ipv4 addresses the length must be 4, ipv6 + addresses have a length of 16 and ipv6z addresses a length of + 20 where the last four bytes are the interface index in big + endian format. dns addresses may be of zero-length in which case + getaddrinfo() generates INADDR_ANY and its IPv6 equivalent. dns + addresses will open a socket for all addresses returned by + getaddrinfo()." + ::= { begemotSnmpdTransInetEntry 2 } + +begemotSnmpdTransInetPort OBJECT-TYPE + SYNTAX InetPortNumber (1..65535) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The port to listen on for SNMP messages." + ::= { begemotSnmpdTransInetEntry 3 } + +begemotSnmpdTransInetProto OBJECT-TYPE + SYNTAX BegemotSnmpdTransportProto + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The protocol to use. Currently only the value udp(1) is supported." + ::= { begemotSnmpdTransInetEntry 4 } + +begemotSnmpdTransInetStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The status of the conceptual row. A row may be created using + createAndGo(4) or createAndWait(5). An inactive row can be + activated writing active(1) and an active row can be inactivated + by writing notInService(2). Finally active or inactive rows can be + deleted by writing the value destroy(6). The value of this field + will never read as notReady(3)." + ::= { begemotSnmpdTransInetEntry 5 } + +-- +-- XXX These should go into their own MIB +-- +begemotSnmpdTransUdp OBJECT IDENTIFIER ::= { begemotSnmpdTransportMappings 2 } +begemotSnmpdTransLsock OBJECT IDENTIFIER ::= { begemotSnmpdTransportMappings 3 } +begemotSnmpdTransInet OBJECT IDENTIFIER ::= { begemotSnmpdTransportMappings 4 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BEGEMOT-WIRELESS-MIB.txt b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-WIRELESS-MIB.txt new file mode 100644 index 0000000..69873ed --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BEGEMOT-WIRELESS-MIB.txt @@ -0,0 +1,3897 @@ +-- +-- Copyright (C) 2010 The FreeBSD Foundation +-- +-- This documentation was written by Shteryana Sotirova Shopova under +-- sponsorship from the FreeBSD Foundation. +-- +-- Redistribution and use in source and binary forms, with or without +-- modification, are permitted provided that the following conditions +-- are met: +-- 1. Redistributions of source code must retain the above copyright +-- notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-- SUCH DAMAGE. +-- +-- $FreeBSD$ +-- + +BEGEMOT-WIRELESS-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, + Counter32, Integer32, TimeTicks, Unsigned32, mib-2 + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, MacAddress, TruthValue, RowStatus, + DisplayString + FROM SNMPv2-TC + InterfaceIndex, ifIndex FROM IF-MIB + begemot + FROM BEGEMOT-MIB; + +begemotWlan MODULE-IDENTITY + LAST-UPDATED "201005170000Z" + ORGANIZATION "The FreeBSD Foundation" + CONTACT-INFO + " Shteryana Shopova + + Postal: 12 Andrey Lyapchev Blvd. + block 2, ap.19 + 1797 Sofia + Bulgaria + + Fax: N/A + + E-Mail: syrinx@FreeBSD.org" + DESCRIPTION + "The Begemot MIB for managing IEEE802.11 interfaces." + REVISION "201005170000Z" + DESCRIPTION + "Initial revision." + ::= { begemot 210 } + +-- ---------------------------------------------------------- -- +-- Textual conventions +-- ---------------------------------------------------------- -- +WlanMgmtReasonCode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Enumeration of reason and codes used in IEEE802.11 + management frames to indicate why an action took place." + SYNTAX INTEGER { + unspecified(1), + authenticationExpire(2), + authenticationLeave(3), + associationExpire(4), + associationTooMany(5), + notAuthenticated(6), + notAssociated(7), + associationLeave(8), + associationNotAuthenticated(9), +-- XXX: TODO - FIXME + dissassocPwrcapBad(10), + dissassocSuperchanBad(11), + ieInvalid(13), + micFailure(14), + fourWayHandshakeTimeout(15), + groupKeyUpdateTimeout(16), + ieIn4FourWayDiffers(17), + groupCipherInvalid(18), + pairwiseCiherInvalid(19), + akmpInvalid(20), + unsupportedRsnIeVersion(21), + invalidRsnIeCap(22), + dot1xAuthFailed(23), + cipherSuiteRejected(24), + unspeciffiedQos(32), + insufficientBw(33), + tooManyFrames(34), + outsideTxOp(35), + leavingQbss(36), + badMechanism(37), + setupNeeded(38), + timeout(39) + } + +WlanMgmtMeshReasonCode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Enumeration of reason and codes used in IEEE802.11 + mesh routing management frames to indicate why an + action took place." + SYNTAX INTEGER { +-- XXX: TODO - FIXME + peerLinkCancelled(2), + maxPeers(3), + cpViolation(4), + closeRcvd(5), + maxRetries(6), + confirmTimeout(7), + invalidGtk(8), + inconsistentParams(9), + invalidSecurity(10), + perrUnspecified(11), + perrNoFI(12), + perrDestUnreach(13) + } + +WlanMgmtStatusCode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Enumeration of reason and codes used in IEEE802.11 + management frames to indicate what the result of an + operation is." + SYNTAX INTEGER { +-- XXX: TODO - FIXME + success(0), + unspecified(1), + capabilitiesInfo(10), + notAssociated(11), + other(12), + algorithm(13), + sequence(14), + challenge(15), + timeout(16), + tooMany(17), + basicRate(18), + spRequired(19), + pbccRequired(20), + caRequired(21), + specMgmtRequired(22), + pwrcapRequire(23), + superchanRequired(24), + shortSlotRequired(25), + dssofdmRequired(26), + missingHTCaps(27), + invalidIE(40), + groupCipherInvalid(41), + pairwiseCipherInvalid(42), + akmpInvalid(43), + unsupportedRsnIEVersion(44), + invalidRsnIECap(45), + cipherSuiteRejected(46) + } + +WlanRegDomainCode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Enumeration of regdomain codes." + SYNTAX INTEGER { + fcc(1), + ca(2), + etsi(3), + etsi2(4), + etsi3(5), + fcc3(6), + japan(7), + korea(8), + apac(9), + apac2(10), + apac3(11), + row(12), + none(13), + debug(14), + sr9(15), + xr9(16), + gz901(17) + } + +WlanIfaceDot11nPduType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Enumeration of values for PDU transmit/receive enabled." + SYNTAX INTEGER { + disabled(0), + rxOnly(1), + txOnly(2), + txAndRx(3) + } + +WlanPeerCapabilityFlags ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A list of capability bits that may be advertised by a peer." + SYNTAX BITS { + ess(1), + ibss(2), + cfPollable(3), + cfPollRequest(4), + privacy(5), + shortPreamble(6), + pbcc(7), + channelAgility(8), + shortSlotTime(9), + rsn(10), + dsssofdm(11) + } + +WlanIfPhyMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A list of wireless PHY operating modes." + SYNTAX INTEGER { + auto(1), + dot11a(2), + dot11b(3), + dot11g(4), + fh(5), + turboA(6), + turboG(7), + sturboA(8), + dot11na(9), + dot11ng(10), + ofdmHalf(11), + ofdmQuarter(12) + } + +-- ---------------------------------------------------------- -- +-- Subtrees in the Begemot Wireless MIB +-- ---------------------------------------------------------- -- +begemotWlanNotifications OBJECT IDENTIFIER ::= { begemotWlan 0 } + +begemotWlanInterface OBJECT IDENTIFIER ::= { begemotWlan 1 } + +begemotWlanScanning OBJECT IDENTIFIER ::= { begemotWlan 2 } + +begemotWlanStatistics OBJECT IDENTIFIER ::= { begemotWlan 3 } + +begemotWlanWep OBJECT IDENTIFIER ::= { begemotWlan 4 } + +begemotWlanMACAccessControl OBJECT IDENTIFIER ::= { begemotWlan 5 } + +begemotWlanMeshRouting OBJECT IDENTIFIER ::= { begemotWlan 6 } + +-- ---------------------------------------------------------- -- +-- begemotWlanMultimedia OBJECT IDENTIFIER ::= { begemotWlan 7 } +-- ---------------------------------------------------------- -- + +-- ---------------------------------------------------------- -- +-- Cloned wireless interfaces' database +-- ---------------------------------------------------------- -- +wlanInterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains the list of cloned wireless + interfaces created on the system." + ::= { begemotWlanInterface 1 } + +wlanInterfaceEntry OBJECT-TYPE + SYNTAX WlanInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Information for a cloned wireless interface." + INDEX { wlanIfaceName } + ::= { wlanInterfaceTable 1 } + +WlanInterfaceEntry ::= SEQUENCE { + wlanIfaceIndex InterfaceIndex, + wlanIfaceName DisplayString, + wlanParentIfName DisplayString, + wlanIfaceOperatingMode INTEGER, + wlanIfaceFlags BITS, + wlanIfaceBssid MacAddress, + wlanIfaceLocalAddress MacAddress, + wlanIfaceStatus RowStatus, + wlanIfaceState INTEGER +} + +wlanIfaceIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ifIndex of this cloned wireless interface." + ::= { wlanInterfaceEntry 1 } + +wlanIfaceName OBJECT-TYPE + SYNTAX DisplayString (SIZE(1..32)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The name of this cloned wireless interface." + ::= { wlanInterfaceEntry 2 } + +wlanParentIfName OBJECT-TYPE + SYNTAX DisplayString (SIZE(1..32)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The name of this cloned wireless interface's parent hardware + interface." + ::= { wlanInterfaceEntry 3 } + +wlanIfaceOperatingMode OBJECT-TYPE + SYNTAX INTEGER { + ibss(0), + station(1), + wds(2), + adhocDemo(3), + hostAp(4), + monitor(5), + meshPoint(6), + tdma(7) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The desired operating mode of the cloned wireless interface." + DEFVAL { station } + ::= { wlanInterfaceEntry 4 } + +wlanIfaceFlags OBJECT-TYPE + SYNTAX BITS { + uniqueBssid(1), + noBeacons(2), + wdsLegacy(3) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Flags per cloned wireless interface used during creation." + ::= { wlanInterfaceEntry 5 } + +wlanIfaceBssid OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The BSSID assigned to a cloned wireless interface operating in + WDS mode." + ::= { wlanInterfaceEntry 6 } + +wlanIfaceLocalAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The unique local MAC address assigned to the cloned wireless + interface during creation." + ::= { wlanInterfaceEntry 7 } + +wlanIfaceStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "This column allows creation or deletion of cloned wireless + interfaces." + ::= { wlanInterfaceEntry 8 } + +wlanIfaceState OBJECT-TYPE + SYNTAX INTEGER { + up(1), + down(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The operating state of the interface." + ::= { wlanInterfaceEntry 9 } + +wlanIfParentTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanIfParentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information about the parent hardware + interface of every cloned wireless interface in the system." + ::= { begemotWlanInterface 2 } + +wlanIfParentEntry OBJECT-TYPE + SYNTAX WlanIfParentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Information for the parent hardware interface of a cloned + wireless interface." + AUGMENTS { wlanInterfaceEntry } + ::= { wlanIfParentTable 1 } + +WlanIfParentEntry ::= SEQUENCE { + wlanIfParentDriverCapabilities BITS, + wlanIfParentCryptoCapabilities BITS, + wlanIfParentHTCapabilities BITS +} + +wlanIfParentDriverCapabilities OBJECT-TYPE + SYNTAX BITS { + station(1), + ieee8023encap(2), + athFastFrames(3), + athTurbo(4), + ibss(5), + pmgt(6), + hostAp(7), + ahDemo(8), + swRetry(9), + txPmgt(10), + shortSlot(11), + shortPreamble(12), + monitor(13), + dfs(14), + mbss(15), + wpa1(16), + wpa2(17), + burst(18), + wme(19), + wds(20), + bgScan(21), + txFrag(22), + tdma(23) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The driver capabilities of this cloned interface's parent." + ::= { wlanIfParentEntry 1 } + +wlanIfParentCryptoCapabilities OBJECT-TYPE + SYNTAX BITS { + wep(1), + tkip(2), + aes(3), + aesCcm(4), + tkipMic(5), + ckip(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hardware cryptographic capabilities of this cloned + interface's parent." + ::= { wlanIfParentEntry 2 } + +wlanIfParentHTCapabilities OBJECT-TYPE + SYNTAX BITS { + ldpc(1), + chwidth40(2), + greenField(3), + shortGi20(4), + shortGi40(5), + txStbc(6), + delba(7), + amsdu7935(8), + dssscck40(9), + psmp(10), + fortyMHzIntolerant(11), + lsigTxOpProt(12), + htcAmpdu(13), + htcAmsdu(14), + htcHt(15), + htcSmps(16), + htcRifs(17) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hardware High Throughput capabilities of this cloned + interface's parent." + ::= { wlanIfParentEntry 3 } + +wlanIfaceConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanIfaceConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains a list of configuration parameters per + cloned wireless interface. Some of the parameters may not be + applicable depending on the underlying device's hardware + capabilities and operating mode of the virtual interface." + ::= { begemotWlanInterface 3 } + +wlanIfaceConfigEntry OBJECT-TYPE + SYNTAX WlanIfaceConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of configuration parameters for a cloned wireless interface." + AUGMENTS { wlanInterfaceEntry } + ::= { wlanIfaceConfigTable 1 } + +WlanIfaceConfigEntry ::= SEQUENCE { + wlanIfacePacketBurst TruthValue, + wlanIfaceCountryCode OCTET STRING, + wlanIfaceRegDomain INTEGER, + wlanIfaceDesiredSsid OCTET STRING, + wlanIfaceDesiredChannel INTEGER, + wlanIfaceDynamicFreqSelection TruthValue, + wlanIfaceFastFrames TruthValue, + wlanIfaceDturbo TruthValue, + wlanIfaceTxPower INTEGER, + wlanIfaceFragmentThreshold INTEGER, + wlanIfaceRTSThreshold INTEGER, + wlanIfaceWlanPrivacySubscribe TruthValue, +-- Parameters for station mode + wlanIfaceBgScan TruthValue, + wlanIfaceBgScanIdle INTEGER, + wlanIfaceBgScanInterval INTEGER, + wlanIfaceBeaconMissedThreshold INTEGER, + wlanIfaceDesiredBssid MacAddress, + wlanIfaceRoamingMode INTEGER, +-- Additional parameters when operating in host-ap/ad-hoc mode + wlanIfaceDot11d TruthValue, + wlanIfaceDot11h TruthValue, + wlanIfaceDynamicWds TruthValue, + wlanIfacePowerSave TruthValue, + wlanIfaceApBridge TruthValue, + wlanIfaceBeaconInterval INTEGER, + wlanIfaceDtimPeriod INTEGER, + wlanIfaceHideSsid TruthValue, + wlanIfaceInactivityProccess TruthValue, + wlanIfaceDot11gProtMode INTEGER, + wlanIfaceDot11gPureMode TruthValue, + wlanIfaceDot11nPureMode TruthValue, + wlanIfaceDot11nAmpdu INTEGER, + wlanIfaceDot11nAmpduDensity INTEGER, + wlanIfaceDot11nAmpduLimit INTEGER, + wlanIfaceDot11nAmsdu INTEGER, + wlanIfaceDot11nAmsduLimit INTEGER, + wlanIfaceDot11nHighThroughput TruthValue, + wlanIfaceDot11nHTCompatible TruthValue, + wlanIfaceDot11nHTProtMode INTEGER, + wlanIfaceDot11nRIFS TruthValue, + wlanIfaceDot11nShortGI TruthValue, + wlanIfaceDot11nSMPSMode INTEGER, +-- Parameters when operating in tdma mode + wlanIfaceTdmaSlot INTEGER, + wlanIfaceTdmaSlotCount INTEGER, + wlanIfaceTdmaSlotLength INTEGER, + wlanIfaceTdmaBeaconInterval INTEGER +} + +wlanIfacePacketBurst OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object controls whether packet bursting is + enabled on the interface." + ::= { wlanIfaceConfigEntry 1 } + +wlanIfaceCountryCode OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(3)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object controls the country regulatory + constraints for operation of this wireless interface. The first + two octets of this string is the two character country code as + described in ISO/IEC 3166-1. The third octet shall contain one + of the following: + + 1. an ASCII space character, if the regulations under which the + interface is operating include all environments in the specified + country. + + 2. an ASCII 'O' character, if the country's regulations are for + Outdoor environment only. + + 3. an ASCII 'I' character, if the country's regulations are for + Indoor environment only." + ::= { wlanIfaceConfigEntry 2 } + +wlanIfaceRegDomain OBJECT-TYPE + SYNTAX WlanRegDomainCode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object specifies the regulatory domain to use when calculating + the regulatory constraints for operation of the interface." + ::= { wlanIfaceConfigEntry 3 } + +wlanIfaceDesiredSsid OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The desired SSID for the interface as an ASCII string. + Specifying an empty string shall remove the current configured + SSID." + ::= { wlanIfaceConfigEntry 4 } + +wlanIfaceDesiredChannel OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The desired operating channel for this interface. The value of this + column is the channel index (wlanIfaceChannelId) of the corresponding + entry from the wlanIfaceChannelTable. The interface status must be + down so that the current operating channel may be set properly." + ::= { wlanIfaceConfigEntry 5 } + +wlanIfaceDynamicFreqSelection OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether Dynamic Frequency + Selection (DFS) as specified in 802.11h is enabled on an + interface that supports 802.11h and DFS." + DEFVAL { false } + ::= { wlanIfaceConfigEntry 6 } + +wlanIfaceFastFrames OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object controls whether use of Atheros Fast + Frames is enabled when when communicating with another Fast + Frames-capable station. The value is only meaningful for + interfaces that support Atheros Fast Frames." + ::= { wlanIfaceConfigEntry 7 } + +wlanIfaceDturbo OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object controls whether use of Atheros Dynamic + Turbo mode is enabled when when communicating with another Dynamic + Turbo-capable station. The value is only meaningful for interfaces + that support Atheros Dynamic Turbo mode." + ::= { wlanIfaceConfigEntry 8 } + +wlanIfaceTxPower OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object controls the power used to transmit + frames. Accepted values are in units of one tenths of a dBm in + steps of .5 dBm, e.g setting the value of this object to 155 + results in 15.5 dBm transmit power configured on the interface." + ::= { wlanIfaceConfigEntry 9 } + +wlanIfaceFragmentThreshold OBJECT-TYPE + SYNTAX INTEGER (256..2346) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object controls the threshold for which + transmitted frames are broken into fragments. Setting the value + of this object to 2346 will disable transmit fragmentation." + DEFVAL { 2346 } + ::= { wlanIfaceConfigEntry 10 } + +wlanIfaceRTSThreshold OBJECT-TYPE + SYNTAX INTEGER (1..2346) + UNITS "bytes" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object controls the threshold for which + transmitted frames are preceded by transmission of an RTS + control frame. Setting the value of this object to 2346 will + disable transmission of RTS frames." + DEFVAL { 2346 } + ::= { wlanIfaceConfigEntry 11 } + +wlanIfaceWlanPrivacySubscribe OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether Wireless Privacy + Subscriber support is enabled on the interface." + ::= { wlanIfaceConfigEntry 12 } + +wlanIfaceBgScan OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether background scanning + is enabled for an interface operating in station mode." + ::= { wlanIfaceConfigEntry 13 } + +wlanIfaceBgScanIdle OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the minimum time a station must + be idle before a background scan is initiated on an interface + operating in station mode." + DEFVAL { 250 } + ::= { wlanIfaceConfigEntry 14 } + +wlanIfaceBgScanInterval OBJECT-TYPE + SYNTAX INTEGER + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the interval at which background + scanning is attempted when operating in station mode." + DEFVAL { 300 } + ::= { wlanIfaceConfigEntry 15 } + +wlanIfaceBeaconMissedThreshold OBJECT-TYPE + SYNTAX INTEGER (1..255) + UNITS "frames" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the number of consecutive missed + beacons before an interface operating in station mode will attempt + to search for a new access point." + DEFVAL { 7 } + ::= { wlanIfaceConfigEntry 16 } + +wlanIfaceDesiredBssid OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the MAC address of the desired + access point to use when an interface is operating as a station." + ::= { wlanIfaceConfigEntry 17 } + +wlanIfaceRoamingMode OBJECT-TYPE + SYNTAX INTEGER { + device(1), + auto(2), + manual(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the desired system behavior + when the interface is operating as a station and the communication + with the current access point is broken." + DEFVAL { auto } + ::= { wlanIfaceConfigEntry 18 } + +wlanIfaceDot11d OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether 802.11d specification + support is enabled." + DEFVAL { false } + ::= { wlanIfaceConfigEntry 19 } + +wlanIfaceDot11h OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether 802.11h support + including spectrum management is enabled. The value is only + meaningfull for interfaces that support 802.11h specification." + DEFVAL { false } + ::= { wlanIfaceConfigEntry 20 } + +wlanIfaceDynamicWds OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether Dynamic WDS (DWDS) + support is enabled. The value is only meaningful for interfaces + that support Dynamic WDS." + ::= { wlanIfaceConfigEntry 21 } + +wlanIfacePowerSave OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether powersave operation + is enabled. The value is only meaningful for interfaces that + support powersave operation." + ::= { wlanIfaceConfigEntry 22 } + +wlanIfaceApBridge OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether packets between + wireless clients will be passed directly by an interface + operating in host ap mode. Disabling it may be useful in + situations when traffic between wireless clients needs to be + processed with packet filtering." + DEFVAL { true } + ::= { wlanIfaceConfigEntry 23 } + +wlanIfaceBeaconInterval OBJECT-TYPE + SYNTAX INTEGER (25..1000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the interval at with beacon + frames are sent when an interface is operating in ad-hoc or ap + mode. The beacon interval is specified in TU's (1024 usecs)." + DEFVAL { 100 } + ::= { wlanIfaceConfigEntry 24 } + +wlanIfaceDtimPeriod OBJECT-TYPE + SYNTAX INTEGER (1..15) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the DTIM period at which + buffered multicast data frames are transmitted by an interface + operating in host ap mode. Its value indicates the number of + beacon intervals between DTIM." + DEFVAL { 1 } + ::= { wlanIfaceConfigEntry 25 } + +wlanIfaceHideSsid OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether broadcasting of the + SSID in beacon frames and responding to undirected probe request + frames is enabled for an interface operating in ap mode." + DEFVAL { false } + ::= { wlanIfaceConfigEntry 26 } + +wlanIfaceInactivityProccess OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether inactivity processing + for associated station on an interface operating in ap mode is + enabled." + DEFVAL { true } + ::= { wlanIfaceConfigEntry 27 } + +wlanIfaceDot11gProtMode OBJECT-TYPE + SYNTAX INTEGER { + off(1), + cts(2), + rtscts(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the technique used for + protecting OFDM frames in a mixed 11b/11g network." + ::= { wlanIfaceConfigEntry 28 } + +wlanIfaceDot11gPureMode OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether only 802.11g-capable + stations will be allowed to associate to an interface operating + as access point in 802.11g mode." + ::= { wlanIfaceConfigEntry 29 } + +wlanIfaceDot11nPureMode OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether only HT-capable + stations will be allowed to associate to an interface operating + as access point in 802.11n mode." + ::= { wlanIfaceConfigEntry 30 } + +wlanIfaceDot11nAmpdu OBJECT-TYPE + SYNTAX WlanIfaceDot11nPduType + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether sending and + receiving of AMPDU frames is enabled on an interface + operating in 802.11n mode." + DEFVAL { txAndRx } + ::= { wlanIfaceConfigEntry 31 } + +wlanIfaceDot11nAmpduDensity OBJECT-TYPE + SYNTAX INTEGER (0|25|50|100|200|400|800|1600) + UNITS "1/100ths-of-microsecond" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the AMPDU density parameter + for an interface operating in 802.11n mode." + ::= { wlanIfaceConfigEntry 32 } + +wlanIfaceDot11nAmpduLimit OBJECT-TYPE + SYNTAX INTEGER (8192|16384|32768|65536) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies a limit on the AMPDU packet + size for receiving AMPDU frames for an interface operating in + 802.11n mode." + ::= { wlanIfaceConfigEntry 33 } + +wlanIfaceDot11nAmsdu OBJECT-TYPE + SYNTAX WlanIfaceDot11nPduType + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether sending and receiving + of AMSDU frames is enabled on an interface operating in 802.11n + mode." + DEFVAL { rxOnly } + ::= { wlanIfaceConfigEntry 34 } + +wlanIfaceDot11nAmsduLimit OBJECT-TYPE + SYNTAX INTEGER (3839|7935) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies a limit on the AMSDU packet + size when sending and receiving AMSDU frames for an interface + operating in 802.11n mode." + ::= { wlanIfaceConfigEntry 35 } + +wlanIfaceDot11nHighThroughput OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether use of High Throughput + (HT) is enabled for an interface operating in 802.11n mode." + DEFVAL { true } + ::= { wlanIfaceConfigEntry 36 } + +wlanIfaceDot11nHTCompatible OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether use of compatibility + support for pre-802.11n devices is enabled for an interface + operating in 802.11n mode." + DEFVAL { true } + ::= { wlanIfaceConfigEntry 37 } + +wlanIfaceDot11nHTProtMode OBJECT-TYPE + SYNTAX INTEGER { + off(1), + rts(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the technique used for + protecting HT frames in a mixed legacy/HT network for interfaces + operating in 802.11n mode." + DEFVAL { rts } + ::= { wlanIfaceConfigEntry 38 } + +wlanIfaceDot11nRIFS OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether Reduced InterFrame + Spacing (RIFS) is enabled for an interface operating in 802.11n + mode on an HT channel." + ::= { wlanIfaceConfigEntry 39 } + +wlanIfaceDot11nShortGI OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether use of Short Guard + Interval is enabled on an interface operating in 802.11n mode + on an HT channel." + ::= { wlanIfaceConfigEntry 40 } + +wlanIfaceDot11nSMPSMode OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + static(2), + dynamic(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies whether use of Spatial Multiplexing + Power Save (SMPS) is enabled on an interface operating in 802.11n mode + and whether SMPS mode is set to Static or Dynamic. The value is only + meaningfull for interfaces that support SMPS." + ::= { wlanIfaceConfigEntry 41 } + +wlanIfaceTdmaSlot OBJECT-TYPE + SYNTAX INTEGER (0..2) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the slot configuration to use + when operating in TDMA mode." + ::= { wlanIfaceConfigEntry 42 } + +wlanIfaceTdmaSlotCount OBJECT-TYPE + SYNTAX INTEGER (0..2) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the number of slots to use to + setup a BSS for an interface operating in TDMA mode." + ::= { wlanIfaceConfigEntry 43 } + +wlanIfaceTdmaSlotLength OBJECT-TYPE + SYNTAX INTEGER (150..65000) + UNITS "microseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies a slot length that each station + has when a BSS is setup by an interface operating in TDMA mode." + DEFVAL { 10000 } + ::= { wlanIfaceConfigEntry 44 } + +wlanIfaceTdmaBeaconInterval OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the number of superframes at + which a beacon frame is sent to synchronize the TDMA slot timing + for interfaces operating in TDMA mode." + DEFVAL { 5 } + ::= { wlanIfaceConfigEntry 45 } + +wlanIfacePeerTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanIfacePeerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information about the associated stations + for an interface operating as an access point, or the stations + identified as neighbors in the IBSS for an interface operating in + adhoc mode." + ::= { begemotWlanInterface 4 } + +wlanIfacePeerEntry OBJECT-TYPE + SYNTAX WlanIfacePeerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry that contains information for the associated stations + for an interface operating as an access point, or the neighboring + stations of an interface in adhoc mode." + INDEX { wlanIfaceName, wlanIfacePeerAddress } + ::= { wlanIfacePeerTable 1 } + +WlanIfacePeerEntry ::= SEQUENCE { + wlanIfacePeerAddress MacAddress, + wlanIfacePeerAssociationId INTEGER, + wlanIfacePeerVlanTag INTEGER, + wlanIfacePeerFrequency INTEGER, + wlanIfacePeerCurrentTXRate INTEGER, + wlanIfacePeerRxSignalStrength INTEGER, + wlanIfacePeerIdleTimer INTEGER, + wlanIfacePeerTxSequenceNo INTEGER, + wlanIfacePeerRxSequenceNo INTEGER, + wlanIfacePeerTxPower INTEGER, + wlanIfacePeerCapabilities BITS, + wlanIfacePeerFlags BITS +} + +wlanIfacePeerAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address of this peer." + ::= { wlanIfacePeerEntry 1 } + +wlanIfacePeerAssociationId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ID of the associacition with this peer." + ::= { wlanIfacePeerEntry 2 } + +wlanIfacePeerVlanTag OBJECT-TYPE + SYNTAX INTEGER (0..4096) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The Vlan Tag for traffic to/from this peer." + ::= { wlanIfacePeerEntry 3 } + +wlanIfacePeerFrequency OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operating frequency for the link with this peer." + ::= { wlanIfacePeerEntry 4 } + +wlanIfacePeerCurrentTXRate OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current transmit rate for this peer." + ::= { wlanIfacePeerEntry 5 } + +wlanIfacePeerRxSignalStrength OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average receive signal strength for this peer." + ::= { wlanIfacePeerEntry 6 } + +wlanIfacePeerIdleTimer OBJECT-TYPE + SYNTAX INTEGER + UNITS "seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of this peer's inactivity timer." + ::= { wlanIfacePeerEntry 7 } + +wlanIfacePeerTxSequenceNo OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last sequence number transmitted to this peer." + ::= { wlanIfacePeerEntry 8 } + +wlanIfacePeerRxSequenceNo OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last sequence number received from this peer." + ::= { wlanIfacePeerEntry 9 } + +wlanIfacePeerTxPower OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The transmit power limit for this peer." + ::= { wlanIfacePeerEntry 10 } + +wlanIfacePeerCapabilities OBJECT-TYPE + SYNTAX WlanPeerCapabilityFlags + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The capabilities advertised by this peer." + ::= { wlanIfacePeerEntry 11 } + +wlanIfacePeerFlags OBJECT-TYPE + SYNTAX BITS { + authorizedForData(1), + qosEnabled(2), + erpEnabled(3), + powerSaveMode(4), + authRefHeld(5), + htEnabled(6), + htCompat(7), + wpsAssoc(8), + tsnAssoc(9), + ampduRx(10), + ampduTx(11), + mimoPowerSave(12), + sendRts(13), + rifs(14), + shortGiHT20(15), + shortGiHT40(16), + amsduRx(17), + amsduTx(18) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The peer state flags." + ::= { wlanIfacePeerEntry 12 } + +wlanIfaceChannelTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanIfaceChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information about the active channels for + the cloned wireless interfaces in the system." + ::= { begemotWlanInterface 5 } + +wlanIfaceChannelEntry OBJECT-TYPE + SYNTAX WlanIfaceChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry that contains active channel information for the wireless + interface." + INDEX { wlanIfaceName, wlanIfaceChannelId } + ::= { wlanIfaceChannelTable 1 } + +WlanIfaceChannelEntry ::= SEQUENCE { + wlanIfaceChannelId INTEGER, + wlanIfaceChannelIeeeId INTEGER, + wlanIfaceChannelType INTEGER, + wlanIfaceChannelFlags BITS, + wlanIfaceChannelFrequency INTEGER, + wlanIfaceChannelMaxRegPower INTEGER, + wlanIfaceChannelMaxTxPower INTEGER, + wlanIfaceChannelMinTxPower INTEGER, + wlanIfaceChannelState BITS, + wlanIfaceChannelHTExtension INTEGER, + wlanIfaceChannelMaxAntennaGain INTEGER +} + +wlanIfaceChannelId OBJECT-TYPE + SYNTAX INTEGER (1..1536) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The index of this channel entry." + ::= { wlanIfaceChannelEntry 1 } + +wlanIfaceChannelIeeeId OBJECT-TYPE + SYNTAX INTEGER (1..256) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The channel IEEE ID." + ::= { wlanIfaceChannelEntry 2 } + +wlanIfaceChannelType OBJECT-TYPE + SYNTAX INTEGER { + fhss(1), + dot11a(2), + dot11b(3), + dot11g(4), + tenMHz(5), + fiveMHz(6), + turbo(7), + ht(8) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operating channel type for this entry." + ::= { wlanIfaceChannelEntry 3 } + +wlanIfaceChannelFlags OBJECT-TYPE + SYNTAX BITS { + turbo(1), + cck(2), + ofdm(3), + spectrum2Ghz(4), + spectrum5Ghz(5), + passiveScan(6), + dynamicCckOfdm(7), + gfsk(8), + spectrum900Mhz(9), + dot11aStaticTurbo(10), + halfRate(11), + quarterRate(12), + ht20(13), + ht40u(14), + ht40d(15), + dfs(16), + xmit4ms(17), + noAdhoc(18), + noHostAp(19), + dot11d(20) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The channel flags." + ::= { wlanIfaceChannelEntry 4 } + +wlanIfaceChannelFrequency OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The channel frequency setting in MHz." + ::= { wlanIfaceChannelEntry 5 } + +wlanIfaceChannelMaxRegPower OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum regulatory tx power in dBm for this channel." + ::= { wlanIfaceChannelEntry 6 } + +wlanIfaceChannelMaxTxPower OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum tx power in units of .5 dBm for this channel." + ::= { wlanIfaceChannelEntry 7 } + +wlanIfaceChannelMinTxPower OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum tx power in units of .5 dBm for this channel." + ::= { wlanIfaceChannelEntry 8 } + +wlanIfaceChannelState OBJECT-TYPE + SYNTAX BITS { + radar(1), + cacDone(2), + interferenceDetected(3), + radarClear(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The channel dynamic state." + ::= { wlanIfaceChannelEntry 9 } + +wlanIfaceChannelHTExtension OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The HT40 extension channel number." + ::= { wlanIfaceChannelEntry 10 } + +wlanIfaceChannelMaxAntennaGain OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum antenna gain in units of .5 dBm." + ::= { wlanIfaceChannelEntry 11 } + +-- ---------------------------------------------------------- -- +-- The Scan requests/results for cloned wireless interfaces +-- ---------------------------------------------------------- -- + +wlanScanConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanScanConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains a configuration for channel scanning + initiated via SNMP." + ::= { begemotWlanScanning 1 } + +wlanScanConfigEntry OBJECT-TYPE + SYNTAX WlanScanConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Per cloned wireless interface channel scan configuration data. + The entry will be empty if no scans were initiated via SNMP." + INDEX { wlanIfaceName } + ::= { wlanScanConfigTable 1 } + +WlanScanConfigEntry ::= SEQUENCE { + wlanScanFlags BITS, + wlanScanDuration INTEGER, + wlanScanMinChannelDwellTime INTEGER, + wlanScanMaxChannelDwellTime INTEGER, + wlanScanConfigStatus INTEGER +} + +wlanScanFlags OBJECT-TYPE + SYNTAX BITS { + noSelection(1), + activeScan(2), + pickFirst(3), + backgroundScan(4), + once(5), + noBroadcast(6), + noAutoSequencing(7), + flushCashe(8), + chechCashe(9) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Desired flags for the channel scan." + ::= { wlanScanConfigEntry 1 } + +wlanScanDuration OBJECT-TYPE + SYNTAX INTEGER (1..2147483647) + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The desired duration of the scan. Setting the value of this object + to the highest allowed value will initiate an infinite scan." + ::= { wlanScanConfigEntry 2 } + +wlanScanMinChannelDwellTime OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The minimum channel dwelltime for this scan." + ::= { wlanScanConfigEntry 3 } + +wlanScanMaxChannelDwellTime OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum channel dwelltime for this scan." + ::= { wlanScanConfigEntry 4 } + +wlanScanConfigStatus OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + notStarted(1), + running(2), + finished(3), + cancel(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object is used to initiate or cancel channel scanning on the cloned + interface via SNMP. Setting its value to running(2) will initiate channel + scanning on the cloned interface, while setting the value to cancel will + cancel the current ongoing scan. All other values should be returned in + GET operations only." + ::= { wlanScanConfigEntry 5 } + +wlanScanResultsTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanScanResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains scan results for a virtual wireless interface." + ::= { begemotWlanScanning 2 } + +wlanScanResultsEntry OBJECT-TYPE + SYNTAX WlanScanResultsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Per virtual wireless interface channel scan results data." + INDEX { wlanIfaceName, wlanScanResultID, wlanScanResultBssid } + ::= { wlanScanResultsTable 1 } + +WlanScanResultsEntry ::= SEQUENCE { + wlanScanResultID OCTET STRING, + wlanScanResultBssid MacAddress, + wlanScanResultChannel INTEGER, + wlanScanResultRate INTEGER, + wlanScanResultNoise INTEGER, + wlanScanResultBeaconInterval INTEGER, + wlanScanResultCapabilities BITS +} + +wlanScanResultID OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(0..32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSID/MESH ID for this scan result entry." + ::= { wlanScanResultsEntry 1 } + +wlanScanResultBssid OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The BSSID for this scan result entry." + ::= { wlanScanResultsEntry 2 } + +wlanScanResultChannel OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operating channel for this scan result entry." + ::= { wlanScanResultsEntry 3 } + +wlanScanResultRate OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operating rate of this scan result entry." + ::= { wlanScanResultsEntry 4 } + +wlanScanResultNoise OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The channel noise for this scan result entry." + ::= { wlanScanResultsEntry 5 } + +wlanScanResultBeaconInterval OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The beacon interval reported for this scan result entry." + ::= { wlanScanResultsEntry 6 } + +wlanScanResultCapabilities OBJECT-TYPE + SYNTAX WlanPeerCapabilityFlags + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The capabilities advertised for this scan result entry." + ::= { wlanScanResultsEntry 7 } + +wlanIfRoamParamsTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanIfRoamParamsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains the parameters that govern the roaming + operation on a wireless interface." + ::= { begemotWlanInterface 6 } + +wlanIfRoamParamsEntry OBJECT-TYPE + SYNTAX WlanIfRoamParamsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry that contains the roaming parameters of a wireless + interface." + INDEX { wlanIfaceName, wlanIfRoamPhyMode } + ::= { wlanIfRoamParamsTable 1 } + +WlanIfRoamParamsEntry ::= SEQUENCE { + wlanIfRoamPhyMode INTEGER, + wlanIfRoamRxSignalStrength INTEGER, + wlanIfRoamTxRateThreshold INTEGER +} + +wlanIfRoamPhyMode OBJECT-TYPE + SYNTAX WlanIfPhyMode + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The PHY mode for this roaming parameters entry." + ::= { wlanIfRoamParamsEntry 1 } + +wlanIfRoamRxSignalStrength OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Receive Signal Strength for this roaming parameters entry." + ::= { wlanIfRoamParamsEntry 2 } + +wlanIfRoamTxRateThreshold OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The transmit rate threshold value for this roaming parameters + entry in Mb/s or MCS." + ::= { wlanIfRoamParamsEntry 3 } + +wlanIfTxParamsTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanIfTxParamsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains the parameters that govern the transmit + operation on a wireless interface." + ::= { begemotWlanInterface 7 } + +wlanIfTxParamsEntry OBJECT-TYPE + SYNTAX WlanIfTxParamsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry that contains the transmit parameters of a wireless + interface." + INDEX { wlanIfaceName, wlanIfTxPhyMode } + ::= { wlanIfTxParamsTable 1 } + +WlanIfTxParamsEntry ::= SEQUENCE { + wlanIfTxPhyMode INTEGER, + wlanIfTxUnicastRate INTEGER, + wlanIfTxMcastRate INTEGER, + wlanIfTxMgmtRate INTEGER, + wlanIfTxMaxRetryCount INTEGER +} + +wlanIfTxPhyMode OBJECT-TYPE + SYNTAX WlanIfPhyMode + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The PHY mode for this entry." + ::= { wlanIfTxParamsEntry 1 } + +wlanIfTxUnicastRate OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies a fixed rate for transmitting + unicast frames in this phy mode." + ::= { wlanIfTxParamsEntry 2 } + +wlanIfTxMcastRate OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies a fixed rate for transmitting + broadcast and multicast frames in this phy mode." + ::= { wlanIfTxParamsEntry 3 } + +wlanIfTxMgmtRate OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies a fixed rate for transmitting + management and/or control frames in this phy mode." + ::= { wlanIfTxParamsEntry 4 } + +wlanIfTxMaxRetryCount OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum number of tries to use when sending unicast frames + in this phy mode." + ::= { wlanIfTxParamsEntry 5 } + +-- ---------------------------------------------------------- -- +-- The Statistics Database for Wireless interfaces +-- ---------------------------------------------------------- -- + +wlanIfaceStatisticsTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanIfaceStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains summary statistics for each virtual wireless + interface on the managed device." + ::= { begemotWlanStatistics 1 } + +wlanIfaceStatisticsEntry OBJECT-TYPE + SYNTAX WlanIfaceStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of statistics for each virtual wireless interface." + AUGMENTS { wlanInterfaceEntry } + ::= { wlanIfaceStatisticsTable 1 } + +WlanIfaceStatisticsEntry ::= SEQUENCE { + wlanStatsRxBadVersion Counter32, + wlanStatsRxTooShort Counter32, + wlanStatsRxWrongBssid Counter32, + wlanStatsRxDiscardedDups Counter32, + wlanStatsRxWrongDir Counter32, + wlanStatsRxDiscardMcastEcho Counter32, + wlanStatsRxDiscardNoAssoc Counter32, + wlanStatsRxWepNoPrivacy Counter32, + wlanStatsRxWepUnencrypted Counter32, + wlanStatsRxWepFailed Counter32, + wlanStatsRxDecapsulationFailed Counter32, + wlanStatsRxDiscardMgmt Counter32, + wlanStatsRxControl Counter32, + wlanStatsRxBeacon Counter32, + wlanStatsRxRateSetTooBig Counter32, + wlanStatsRxElemMissing Counter32, + wlanStatsRxElemTooBig Counter32, + wlanStatsRxElemTooSmall Counter32, + wlanStatsRxElemUnknown Counter32, + wlanStatsRxChannelMismatch Counter32, + wlanStatsRxDropped Counter32, + wlanStatsRxSsidMismatch Counter32, + wlanStatsRxAuthNotSupported Counter32, + wlanStatsRxAuthFailed Counter32, + wlanStatsRxAuthCM Counter32, + wlanStatsRxAssocWrongBssid Counter32, + wlanStatsRxAssocNoAuth Counter32, + wlanStatsRxAssocCapMismatch Counter32, + wlanStatsRxAssocNoRateMatch Counter32, + wlanStatsRxBadWpaIE Counter32, + wlanStatsRxDeauthenticate Counter32, + wlanStatsRxDisassociate Counter32, + wlanStatsRxUnknownSubtype Counter32, + wlanStatsRxFailedNoBuf Counter32, + wlanStatsRxBadAuthRequest Counter32, + wlanStatsRxUnAuthorized Counter32, + wlanStatsRxBadKeyId Counter32, + wlanStatsRxCCMPSeqViolation Counter32, + wlanStatsRxCCMPBadFormat Counter32, + wlanStatsRxCCMPFailedMIC Counter32, + wlanStatsRxTKIPSeqViolation Counter32, + wlanStatsRxTKIPBadFormat Counter32, + wlanStatsRxTKIPFailedMIC Counter32, + wlanStatsRxTKIPFailedICV Counter32, + wlanStatsRxDiscardACL Counter32, + wlanStatsTxFailedNoBuf Counter32, + wlanStatsTxFailedNoNode Counter32, + wlanStatsTxUnknownMgmt Counter32, + wlanStatsTxBadCipher Counter32, + wlanStatsTxNoDefKey Counter32, + wlanStatsTxFragmented Counter32, + wlanStatsTxFragmentsCreated Counter32, + wlanStatsActiveScans Counter32, + wlanStatsPassiveScans Counter32, + wlanStatsTimeoutInactivity Counter32, + wlanStatsCryptoNoMem Counter32, + wlanStatsSwCryptoTKIP Counter32, + wlanStatsSwCryptoTKIPEnMIC Counter32, + wlanStatsSwCryptoTKIPDeMIC Counter32, + wlanStatsCryptoTKIPCM Counter32, + wlanStatsSwCryptoCCMP Counter32, + wlanStatsSwCryptoWEP Counter32, + wlanStatsCryptoCipherKeyRejected Counter32, + wlanStatsCryptoNoKey Counter32, + wlanStatsCryptoDeleteKeyFailed Counter32, + wlanStatsCryptoUnknownCipher Counter32, + wlanStatsCryptoAttachFailed Counter32, + wlanStatsCryptoKeyFailed Counter32, + wlanStatsCryptoEnMICFailed Counter32, + wlanStatsIBSSCapMismatch Counter32, + wlanStatsUnassocStaPSPoll Counter32, + wlanStatsBadAidPSPoll Counter32, + wlanStatsEmptyPSPoll Counter32, + wlanStatsRxFFBadHdr Counter32, + wlanStatsRxFFTooShort Counter32, + wlanStatsRxFFSplitError Counter32, + wlanStatsRxFFDecap Counter32, + wlanStatsTxFFEncap Counter32, + wlanStatsRxBadBintval Counter32, + wlanStatsRxDemicFailed Counter32, + wlanStatsRxDefragFailed Counter32, + wlanStatsRxMgmt Counter32, + wlanStatsRxActionMgmt Counter32, + wlanStatsRxAMSDUTooShort Counter32, + wlanStatsRxAMSDUSplitError Counter32, + wlanStatsRxAMSDUDecap Counter32, + wlanStatsTxAMSDUEncap Counter32, + wlanStatsAMPDUBadBAR Counter32, + wlanStatsAMPDUOowBar Counter32, + wlanStatsAMPDUMovedBAR Counter32, + wlanStatsAMPDURxBAR Counter32, + wlanStatsAMPDURxOor Counter32, + wlanStatsAMPDURxCopied Counter32, + wlanStatsAMPDURxDropped Counter32, + wlanStatsTxDiscardBadState Counter32, + wlanStatsTxFailedNoAssoc Counter32, + wlanStatsTxClassifyFailed Counter32, + wlanStatsDwdsMcastDiscard Counter32, + wlanStatsHTAssocRejectNoHT Counter32, + wlanStatsHTAssocDowngrade Counter32, + wlanStatsHTAssocRateMismatch Counter32, + wlanStatsAMPDURxAge Counter32, + wlanStatsAMPDUMoved Counter32, + wlanStatsADDBADisabledReject Counter32, + wlanStatsADDBANoRequest Counter32, + wlanStatsADDBABadToken Counter32, + wlanStatsADDBABadPolicy Counter32, + wlanStatsAMPDUStopped Counter32, + wlanStatsAMPDUStopFailed Counter32, + wlanStatsAMPDURxReorder Counter32, + wlanStatsScansBackground Counter32, + wlanLastDeauthReason INTEGER, + wlanLastDissasocReason INTEGER, + wlanLastAuthFailReason INTEGER, + wlanStatsBeaconMissedEvents Counter32, + wlanStatsRxDiscardBadStates Counter32, + wlanStatsFFFlushed Counter32, + wlanStatsTxControlFrames Counter32, + wlanStatsAMPDURexmt Counter32, + wlanStatsAMPDURexmtFailed Counter32, + wlanStatsReset INTEGER +} + +wlanStatsRxBadVersion OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that had bad version." + ::= { wlanIfaceStatisticsEntry 1 } + +wlanStatsRxTooShort OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were too short." + ::= { wlanIfaceStatisticsEntry 2 } + +wlanStatsRxWrongBssid OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface with wrong BSSID." + ::= { wlanIfaceStatisticsEntry 3 } + +wlanStatsRxDiscardedDups OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received discarded duplicate frames by this interface." + ::= { wlanIfaceStatisticsEntry 4 } + +wlanStatsRxWrongDir OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received frames by this interface that were dropped + due to wrong direction." + ::= { wlanIfaceStatisticsEntry 5 } + +wlanStatsRxDiscardMcastEcho OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received multicast echo frames discarded by this + interface." + ::= { wlanIfaceStatisticsEntry 6 } + +wlanStatsRxDiscardNoAssoc OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were dropped + since no association existed with the sending station." + ::= { wlanIfaceStatisticsEntry 7 } + +wlanStatsRxWepNoPrivacy OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were dropped + since they contained WEP information and WEP privacy was off." + ::= { wlanIfaceStatisticsEntry 8 } + +wlanStatsRxWepUnencrypted OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were dropped + since they contained no WEP information and WEP privacy was on." + ::= { wlanIfaceStatisticsEntry 9 } + +wlanStatsRxWepFailed OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were dropped + since processing of the WEP information contained in them failed." + ::= { wlanIfaceStatisticsEntry 10 } + +wlanStatsRxDecapsulationFailed OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received frames that were discarded by this interface + due to decapsulation failure." + ::= { wlanIfaceStatisticsEntry 11 } + +wlanStatsRxDiscardMgmt OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received management frames discarded by this interface." + ::= { wlanIfaceStatisticsEntry 12 } + +wlanStatsRxControl OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of control frames received by this interface." + ::= { wlanIfaceStatisticsEntry 13 } + +wlanStatsRxBeacon OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of beacon frames received by this interface." + ::= { wlanIfaceStatisticsEntry 14 } + +wlanStatsRxRateSetTooBig OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface with extended + supported rate element." + ::= { wlanIfaceStatisticsEntry 15 } + +wlanStatsRxElemMissing OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were missing + a required element." + ::= { wlanIfaceStatisticsEntry 16 } + +wlanStatsRxElemTooBig OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that contained an + information element whose size was too big." + ::= { wlanIfaceStatisticsEntry 17 } + +wlanStatsRxElemTooSmall OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that contained an + information element whose size was too small." + ::= { wlanIfaceStatisticsEntry 18 } + +wlanStatsRxElemUnknown OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that contained an + unknown information element." + ::= { wlanIfaceStatisticsEntry 19 } + +wlanStatsRxChannelMismatch OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface, that were discarded + since they were received on a channel different from the one indicated + in the DS params element id." + ::= { wlanIfaceStatisticsEntry 20 } + +wlanStatsRxDropped OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were dropped due + to unknown reason." + ::= { wlanIfaceStatisticsEntry 21 } + +wlanStatsRxSsidMismatch OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that had a bad SSID." + ::= { wlanIfaceStatisticsEntry 22 } + +wlanStatsRxAuthNotSupported OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that contained an + unknown authentication algorithm." + ::= { wlanIfaceStatisticsEntry 23 } + +wlanStatsRxAuthFailed OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface for which the + authentication failed." + ::= { wlanIfaceStatisticsEntry 24 } + +wlanStatsRxAuthCM OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface for which the + authentication failed due to TKIP countermeasures enabled." + ::= { wlanIfaceStatisticsEntry 25 } + +wlanStatsRxAssocWrongBssid OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface with association + request that had a bad BSSID." + ::= { wlanIfaceStatisticsEntry 26 } + +wlanStatsRxAssocNoAuth OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface with association + request that came from unauthentication node." + ::= { wlanIfaceStatisticsEntry 27 } + +wlanStatsRxAssocCapMismatch OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface with association + request that had bad capabilities set." + ::= { wlanIfaceStatisticsEntry 28 } + +wlanStatsRxAssocNoRateMatch OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface with association + request that had unsupported rate set." + ::= { wlanIfaceStatisticsEntry 29 } + +wlanStatsRxBadWpaIE OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface with association + request that had no or invalid WPA information element." + ::= { wlanIfaceStatisticsEntry 30 } + +wlanStatsRxDeauthenticate OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deauthentication requests received by this interface." + ::= { wlanIfaceStatisticsEntry 31 } + +wlanStatsRxDisassociate OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deassociation requests received by this interface." + ::= { wlanIfaceStatisticsEntry 32 } + +wlanStatsRxUnknownSubtype OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that had unknown + subtype." + ::= { wlanIfaceStatisticsEntry 33 } + +wlanStatsRxFailedNoBuf OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were dropped + due to lack of free buffers." + ::= { wlanIfaceStatisticsEntry 34 } + +wlanStatsRxBadAuthRequest OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface for which + authentication failed." + ::= { wlanIfaceStatisticsEntry 35 } + +wlanStatsRxUnAuthorized OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-PAE frames received by this interface prior to + authorization." + ::= { wlanIfaceStatisticsEntry 36 } + +wlanStatsRxBadKeyId OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface with bad key." + ::= { wlanIfaceStatisticsEntry 37 } + +wlanStatsRxCCMPSeqViolation OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that caused CCMP + sequence violation." + ::= { wlanIfaceStatisticsEntry 38 } + +wlanStatsRxCCMPBadFormat OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that had bad CCMP + format." + ::= { wlanIfaceStatisticsEntry 39 } + +wlanStatsRxCCMPFailedMIC OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames receivbed by this interface for which CCMP + decryption failed due to MIC mismatch." + ::= { wlanIfaceStatisticsEntry 40 } + +wlanStatsRxTKIPSeqViolation OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that caused TKIP + sequence violation.." + ::= { wlanIfaceStatisticsEntry 41 } + +wlanStatsRxTKIPBadFormat OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were missing + TKIP ExtIV." + ::= { wlanIfaceStatisticsEntry 42 } + +wlanStatsRxTKIPFailedMIC OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface for which TKIP + decryption failed due to MIC mismatch." + ::= { wlanIfaceStatisticsEntry 43 } + +wlanStatsRxTKIPFailedICV OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface for which TKIP + decryption failed due to ICV mismatch." + ::= { wlanIfaceStatisticsEntry 44 } + +wlanStatsRxDiscardACL OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface that were + disallowed by ACL." + ::= { wlanIfaceStatisticsEntry 45 } + +wlanStatsTxFailedNoBuf OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were not transmitted by this interface + due to lack of free buffers." + ::= { wlanIfaceStatisticsEntry 46 } + +wlanStatsTxFailedNoNode OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were queued for transmit on this interface + but were not sent since appropriate node for sending was not found." + ::= { wlanIfaceStatisticsEntry 47 } + +wlanStatsTxUnknownMgmt OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of unknown management frames transmitted by this interface." + ::= { wlanIfaceStatisticsEntry 48 } + +wlanStatsTxBadCipher OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were queued for transmit on this interface + but were not send since the specified key was not setup." + ::= { wlanIfaceStatisticsEntry 49 } + +wlanStatsTxNoDefKey OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were queued for transmit on this interface + but were not send since an appropriate key was not found." + ::= { wlanIfaceStatisticsEntry 50 } + +wlanStatsTxFragmented OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of fragmented frames transmitted by this interface." + ::= { wlanIfaceStatisticsEntry 51 } + +wlanStatsTxFragmentsCreated OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of created fragments transmitted by this interface." + ::= { wlanIfaceStatisticsEntry 52 } + +wlanStatsActiveScans OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active scans performed by this interface." + ::= { wlanIfaceStatisticsEntry 53 } + +wlanStatsPassiveScans OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of passive scans performed by this interface." + ::= { wlanIfaceStatisticsEntry 54 } + +wlanStatsTimeoutInactivity OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a station/node was dropped by this interface + due to inactivity timeout." + ::= { wlanIfaceStatisticsEntry 55 } + +wlanStatsCryptoNoMem OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number times attaching a crypto protocol to this interface + failed due to lack of memory." + ::= { wlanIfaceStatisticsEntry 56 } + +wlanStatsSwCryptoTKIP OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times TKIP encryption/decryption was handled in + software for frames received/transmitted by this interface." + ::= { wlanIfaceStatisticsEntry 57 } + +wlanStatsSwCryptoTKIPEnMIC OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times TKIP MIC was added in software to frames + transmitted by this interface." + ::= { wlanIfaceStatisticsEntry 58 } + +wlanStatsSwCryptoTKIPDeMIC OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times TKIP MIC was stripped in software from frames + received by this interface." + ::= { wlanIfaceStatisticsEntry 59 } + +wlanStatsCryptoTKIPCM OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames discarded by this interface due to TKIP + counter measures." + ::= { wlanIfaceStatisticsEntry 60 } + +wlanStatsSwCryptoCCMP OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times CCMP encryption/decryption was handled in + software for frames received/transmitted by this interface." + ::= { wlanIfaceStatisticsEntry 61 } + +wlanStatsSwCryptoWEP OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times WEP encryption/decryption was handled in + software for frames received/transmitted by this interface." + ::= { wlanIfaceStatisticsEntry 62 } + +wlanStatsCryptoCipherKeyRejected OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a key was rejected for this interface." + ::= { wlanIfaceStatisticsEntry 63 } + +wlanStatsCryptoNoKey OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times key setup for this interface failed." + ::= { wlanIfaceStatisticsEntry 64 } + +wlanStatsCryptoDeleteKeyFailed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times key deletion from driver for this interface + failed." + ::= { wlanIfaceStatisticsEntry 65 } + +wlanStatsCryptoUnknownCipher OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times key setup for this interface failed due to + invalid cipher." + ::= { wlanIfaceStatisticsEntry 66 } + +wlanStatsCryptoAttachFailed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times attaching a cipher for this interface failed." + ::= { wlanIfaceStatisticsEntry 67 } + +wlanStatsCryptoKeyFailed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times setting a cipher in the driver for this + interface failed." + ::= { wlanIfaceStatisticsEntry 68 } + +wlanStatsCryptoEnMICFailed OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were discarded by by this interface + due to failed enmic." + ::= { wlanIfaceStatisticsEntry 69 } + +wlanStatsIBSSCapMismatch OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a BSSID change failed for an interface operating + in ad hoc mode due to capabilities mismatch." + ::= { wlanIfaceStatisticsEntry 70 } + +wlanStatsUnassocStaPSPoll OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ps-poll frames from unassociated station received + by this interface." + ::= { wlanIfaceStatisticsEntry 71 } + +wlanStatsBadAidPSPoll OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ps-poll frames with incorrect aid received by this + interface." + ::= { wlanIfaceStatisticsEntry 72 } + +wlanStatsEmptyPSPoll OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of empty ps-poll frames received by this interface." + ::= { wlanIfaceStatisticsEntry 73 } + +wlanStatsRxFFBadHdr OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of fast frames with bad header received by this interface." + ::= { wlanIfaceStatisticsEntry 74 } + +wlanStatsRxFFTooShort OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of fast frames received by this interface, for which + decapsulation failed." + ::= { wlanIfaceStatisticsEntry 75 } + +wlanStatsRxFFSplitError OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of fast frames received by this interface, for which + decapsulation failed during split." + ::= { wlanIfaceStatisticsEntry 76 } + +wlanStatsRxFFDecap OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of fast frames received by this interface, that were + successfully decapsulated." + ::= { wlanIfaceStatisticsEntry 77 } + +wlanStatsTxFFEncap OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of encapsulated fast frames transmitted by this interface." + ::= { wlanIfaceStatisticsEntry 78 } + +wlanStatsRxBadBintval OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames with bogus beacon interval received by this + interface." + ::= { wlanIfaceStatisticsEntry 79 } + +wlanStatsRxDemicFailed OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface for which + stripping of the MIC failed." + ::= { wlanIfaceStatisticsEntry 80 } + +wlanStatsRxDefragFailed OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received by this interface for which + defragmentation failed." + ::= { wlanIfaceStatisticsEntry 81 } + +wlanStatsRxMgmt OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of management frames received by this interface." + ::= { wlanIfaceStatisticsEntry 82 } + +wlanStatsRxActionMgmt OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of action management frames received by this interface." + ::= { wlanIfaceStatisticsEntry 83 } + +wlanStatsRxAMSDUTooShort OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MSDU frames received by this interface for which + decapsulaiton failed." + ::= { wlanIfaceStatisticsEntry 84 } + +wlanStatsRxAMSDUSplitError OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MSDU frames received by this interface for which + split failed." + ::= { wlanIfaceStatisticsEntry 85 } + +wlanStatsRxAMSDUDecap OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MSDU frames received by this interface which + were successfully decapsulaited." + ::= { wlanIfaceStatisticsEntry 86 } + +wlanStatsTxAMSDUEncap OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of encapsulated A-MSDU frames transmitted by this + interface." + ::= { wlanIfaceStatisticsEntry 87 } + +wlanStatsAMPDUBadBAR OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MPDU frames that were dropped by this interface + source BAR frame processing was disabled." + ::= { wlanIfaceStatisticsEntry 88 } + +wlanStatsAMPDUOowBar OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MPDU BAR before ADDBA frames received by this + interface." + ::= { wlanIfaceStatisticsEntry 89 } + +wlanStatsAMPDUMovedBAR OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a BAR moved window occurred." + ::= { wlanIfaceStatisticsEntry 90 } + +wlanStatsAMPDURxBAR OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MPDU BAR frames received by this interface." + ::= { wlanIfaceStatisticsEntry 91 } + +wlanStatsAMPDURxOor OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of out-of-order A-MPDU frames by received this interface." + ::= { wlanIfaceStatisticsEntry 92 } + +wlanStatsAMPDURxCopied OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MPDU frames by copied down this interface." + ::= { wlanIfaceStatisticsEntry 93 } + +wlanStatsAMPDURxDropped OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MPDU frames by dropped this interface." + ::= { wlanIfaceStatisticsEntry 94 } + +wlanStatsTxDiscardBadState OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames queued for transmit on this interface that + were discarded due to interface state not ready for transmit." + ::= { wlanIfaceStatisticsEntry 95 } + +wlanStatsTxFailedNoAssoc OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames queued for transmit on this interface that + were discarded since the receiving station was not associated." + ::= { wlanIfaceStatisticsEntry 96 } + +wlanStatsTxClassifyFailed OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames queued for transmit on this interface that + were discarded since their priority was not determined." + ::= { wlanIfaceStatisticsEntry 97 } + +wlanStatsDwdsMcastDiscard OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of multicast over DWDS frames discarded by this interface." + ::= { wlanIfaceStatisticsEntry 98 } + +wlanStatsHTAssocRejectNoHT OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of management frames received from a non-HT stations + that were rejected by this interface." + ::= { wlanIfaceStatisticsEntry 99 } + +wlanStatsHTAssocDowngrade OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times HT was disallowed for an association on + this interface due to WEP or TKIP requested." + ::= { wlanIfaceStatisticsEntry 100 } + +wlanStatsHTAssocRateMismatch OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times rate mismatch occurred during HT rate set + handling on this interface." + ::= { wlanIfaceStatisticsEntry 101 } + +wlanStatsAMPDURxAge OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MPDU frames sent by this interface due to aging out." + ::= { wlanIfaceStatisticsEntry 102 } + +wlanStatsAMPDUMoved OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of time A-MPDU MSDU moved window occurred for this + interface." + ::= { wlanIfaceStatisticsEntry 103 } + +wlanStatsADDBADisabledReject OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received ADDBA frames that were discarded by this + interface since ADDBA was disabled." + ::= { wlanIfaceStatisticsEntry 104 } + +wlanStatsADDBANoRequest OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received ADDBA responses frames that were discarded + by this interface due to no pending ADDBA." + ::= { wlanIfaceStatisticsEntry 105 } + +wlanStatsADDBABadToken OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received ADDBA response frames that were discarded + by this interface since ADDBA response caused dialogtoken mismatch." + ::= { wlanIfaceStatisticsEntry 106 } + +wlanStatsADDBABadPolicy OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received ADDBA response frames that were discarded + by this interface since ADDBA response caused policy mismatch." + ::= { wlanIfaceStatisticsEntry 107 } + +wlanStatsAMPDUStopped OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a A-MPDU stream stopped on this interface." + ::= { wlanIfaceStatisticsEntry 108 } + +wlanStatsAMPDUStopFailed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a A-MPDU stream stop failed on this interface." + ::= { wlanIfaceStatisticsEntry 109 } + +wlanStatsAMPDURxReorder OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received reordered A-MPDU frames on this interface." + ::= { wlanIfaceStatisticsEntry 110 } + +wlanStatsScansBackground OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of background scans started on this interface." + ::= { wlanIfaceStatisticsEntry 111 } + +wlanLastDeauthReason OBJECT-TYPE + SYNTAX WlanMgmtReasonCode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last received deauthenticate reason on this interface." + ::= { wlanIfaceStatisticsEntry 112 } + +wlanLastDissasocReason OBJECT-TYPE + SYNTAX WlanMgmtReasonCode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last received disassociate reason on this interface." + ::= { wlanIfaceStatisticsEntry 113 } + +wlanLastAuthFailReason OBJECT-TYPE + SYNTAX WlanMgmtReasonCode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last received authentication failed reason on this interface." + ::= { wlanIfaceStatisticsEntry 114 } + +wlanStatsBeaconMissedEvents OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of beacon miss notification events on this interface." + ::= { wlanIfaceStatisticsEntry 115 } + +wlanStatsRxDiscardBadStates OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames received on this interface that were discarded + due to interface state not ready for receive." + ::= { wlanIfaceStatisticsEntry 116 } + +wlanStatsFFFlushed OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of fast frames flushed from the stage queue on this + interface." + ::= { wlanIfaceStatisticsEntry 117 } + +wlanStatsTxControlFrames OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of control frames transmitted by this interface." + ::= { wlanIfaceStatisticsEntry 118 } + +wlanStatsAMPDURexmt OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MPDU frames successfully retransmitted by this + interface." + ::= { wlanIfaceStatisticsEntry 119 } + +wlanStatsAMPDURexmtFailed OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A-MPDU frames for which retransmission failed on + this interface." + ::= { wlanIfaceStatisticsEntry 120 } + +wlanStatsReset OBJECT-TYPE + SYNTAX INTEGER { + no-op(1), + clear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object is used to reset the statistics on this + interface." + ::= { wlanIfaceStatisticsEntry 121 } + +-- ---------------------------------------------------------- -- +-- The WEP Configuration Database for Wireless interfaces +-- ---------------------------------------------------------- -- + +wlanWepInterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanWepInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains WEP configuration for the wireless interfaces + on the managed system." + ::= { begemotWlanWep 1 } + +wlanWepInterfaceEntry OBJECT-TYPE + SYNTAX WlanWepInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "WEP Configuration for wireless interface." + INDEX { wlanIfaceName} + ::= { wlanWepInterfaceTable 1 } + +WlanWepInterfaceEntry ::= SEQUENCE { + wlanWepMode INTEGER, + wlanWepDefTxKey INTEGER +} + +wlanWepMode OBJECT-TYPE + SYNTAX INTEGER { + off(0), + on(1), + mixed(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The WEP mode set on the interface." + DEFVAL { off } + ::= { wlanWepInterfaceEntry 1 } + +wlanWepDefTxKey OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The index of the default WEP key for the interface." + ::= { wlanWepInterfaceEntry 2 } + +wlanWepKeyTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanWepKeyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains the configured WEP keys for a virtual + wireless interface." + ::= { begemotWlanWep 2 } + +wlanWepKeyEntry OBJECT-TYPE + SYNTAX WlanWepKeyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A configured WEP Key entry." + INDEX { wlanIfaceName, wlanWepKeyID } + ::= { wlanWepKeyTable 1 } + +WlanWepKeyEntry ::= SEQUENCE { + wlanWepKeyID INTEGER, + wlanWepKeyLength INTEGER, + wlanWepKeySet OCTET STRING, + wlanWepKeyHash OCTET STRING, + wlanWepKeyStatus RowStatus +} + +wlanWepKeyID OBJECT-TYPE + SYNTAX INTEGER (1..4) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The WEP Key ID." + ::= { wlanWepKeyEntry 1 } + +wlanWepKeyLength OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The WEP Key length." + ::= { wlanWepKeyEntry 2 } + +wlanWepKeySet OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The WEP Key String to configure for this key. When GET is attempted + for this column, an empty Octet String is returned." + ::= { wlanWepKeyEntry 3 } + +wlanWepKeyHash OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SHA256 hash produced of the WEP Key String." + ::= { wlanWepKeyEntry 4 } + +wlanWepKeyStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object is used for creating/deleting WEP keys." + ::= { wlanWepKeyEntry 5 } + +-- ---------------------------------------------------------- -- +-- The MAC Access Control Database for Wireless interfaces +-- ---------------------------------------------------------- -- + +wlanMACAccessControlTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanMACAccessControlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains Access Control configuration for wireless + interfaces operating as an access point." + ::= { begemotWlanMACAccessControl 1 } + +wlanMACAccessControlEntry OBJECT-TYPE + SYNTAX WlanMACAccessControlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The MAC Access Control configuration for a wireless interface + operating as an access point." + INDEX { wlanIfaceName} + ::= { wlanMACAccessControlTable 1 } + +WlanMACAccessControlEntry ::= SEQUENCE { + wlanMACAccessControlPolicy INTEGER, + wlanMACAccessControlNacl Counter32, + wlanMACAccessControlFlush INTEGER +} + +wlanMACAccessControlPolicy OBJECT-TYPE + SYNTAX INTEGER { + open(0), + allow(1), + deny(2), + radius(7) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the MAC Access Control policy + for this Host AP interface." + DEFVAL { open } + ::= { wlanMACAccessControlEntry 1 } + +wlanMACAccessControlNacl OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active MAC Access Control Entries in the Database + for this Host AP interface." + ::= { wlanMACAccessControlEntry 2 } + +wlanMACAccessControlFlush OBJECT-TYPE + SYNTAX INTEGER { + no-op(0), + flush(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object is used to flush all entries from the MAC Access + Control Database for the specified virtual wireless interface." + ::= { wlanMACAccessControlEntry 3 } + +wlanMACAccessControlMACTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanMACAccessControlMACEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains Access Control MAC for virtual wireless + interfaces operating in Host AP mode." + ::= { begemotWlanMACAccessControl 2 } + +wlanMACAccessControlMACEntry OBJECT-TYPE + SYNTAX WlanMACAccessControlMACEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The MAC Access Control configuration database with MAC addresses + for a virtual wireless interface." + INDEX { wlanIfaceName, wlanMACAccessControlMAC } + ::= { wlanMACAccessControlMACTable 1 } + +WlanMACAccessControlMACEntry ::= SEQUENCE { + wlanMACAccessControlMAC MacAddress, + wlanMACAccessControlMACStatus RowStatus +} + +wlanMACAccessControlMAC OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of this object specifies the station's MAC to which + the Access Control policy will be applied." + ::= { wlanMACAccessControlMACEntry 1 } + +wlanMACAccessControlMACStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The object is used to add or delete MAC entries from the Access + Control Database for this interface operating in Host AP mode. + To add an entry the value of this object should be set to createAndGo, + a value of destroy will remove an existing entry. A GET on this object + will always return value active." + ::= { wlanMACAccessControlMACEntry 2 } + +-- ---------------------------------------------------------- -- +-- The Mesh Routing Database for interfaces operating in mesh mode +-- ---------------------------------------------------------- -- + +wlanMeshRoutingConfig OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 1 } + +wlanMeshInterface OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 2 } + +wlanMeshRoute OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 3 } + +wlanMeshStatistics OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 4 } + +wlanMeshRouteProtocols OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 5 } + +wlanMeshMaxRetries OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Maximum retries during peer link establishment for wireless mesh + routing operation." + DEFVAL { 2 } + ::= { wlanMeshRoutingConfig 1 } + +wlanMeshConfirmTimeout OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Confirm state timeout for wireless mesh routing operation." + DEFVAL { 40 } + ::= { wlanMeshRoutingConfig 2 } + +wlanMeshHoldingTimeout OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Holding state timeout for wireless mesh routing operation." + DEFVAL { 40 } + ::= { wlanMeshRoutingConfig 3 } + +wlanMeshRetryTimeout OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Retry timeout for wireless mesh routing operation." + DEFVAL { 40 } + ::= { wlanMeshRoutingConfig 4 } + +wlanMeshInterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanMeshInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information for wireless interfaces operating + as wireless mesh points." + ::= { wlanMeshInterface 1 } + +wlanMeshInterfaceEntry OBJECT-TYPE + SYNTAX WlanMeshInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Wireless Mesh Routing information for an interface operating as + mesh point." + INDEX { wlanIfaceName } + ::= { wlanMeshInterfaceTable 1 } + +WlanMeshInterfaceEntry ::= SEQUENCE { + wlanMeshId OCTET STRING, + wlanMeshTTL INTEGER, + wlanMeshPeeringEnabled TruthValue, + wlanMeshForwardingEnabled TruthValue, + wlanMeshMetric INTEGER, + wlanMeshPath INTEGER, + wlanMeshRoutesFlush INTEGER +} + +wlanMeshId OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The desired Mesh Identifier for the interface." + ::= { wlanMeshInterfaceEntry 1 } + +wlanMeshTTL OBJECT-TYPE + SYNTAX INTEGER + UNITS "hops" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The number of hops a packet may be forwarded before it is discarded." + DEFVAL { 31 } + ::= { wlanMeshInterfaceEntry 2 } + +wlanMeshPeeringEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enable or disable peering with neighbor mesh stations for this + interface." + DEFVAL { true } + ::= { wlanMeshInterfaceEntry 3 } + +wlanMeshForwardingEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enable or disable forwarding packets by this interface." + DEFVAL { true } + ::= { wlanMeshInterfaceEntry 4 } + +wlanMeshMetric OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + airtime(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The link metric protocol used by the interface." + DEFVAL { airtime } + ::= { wlanMeshInterfaceEntry 5 } + +wlanMeshPath OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + hwmp(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The path selection protocol used by the interface." + DEFVAL { hwmp } + ::= { wlanMeshInterfaceEntry 6 } + +wlanMeshRoutesFlush OBJECT-TYPE + SYNTAX INTEGER { + no-op(0), + flush(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object is used to flush all mesh route entries from the mesh + routing table for the specified interface." + ::= { wlanMeshInterfaceEntry 7 } + +wlanMeshNeighborTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanMeshNeighborEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information for the neighbors of wireless + interfaces operating in mesh mode." + ::= { wlanMeshInterface 2 } + +wlanMeshNeighborEntry OBJECT-TYPE + SYNTAX WlanMeshNeighborEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Information for all neighbors of a wireless interface operating as + a mesh point." + INDEX { wlanIfaceName, wlanMeshNeighborAddress } + ::= { wlanMeshNeighborTable 1 } + +WlanMeshNeighborEntry ::= SEQUENCE { + wlanMeshNeighborAddress MacAddress, + wlanMeshNeighborFrequency INTEGER, + wlanMeshNeighborLocalId INTEGER, + wlanMeshNeighborPeerId INTEGER, + wlanMeshNeighborPeerState INTEGER, + wlanMeshNeighborCurrentTXRate INTEGER, + wlanMeshNeighborRxSignalStrength INTEGER, + wlanMeshNeighborIdleTimer INTEGER, + wlanMeshNeighborTxSequenceNo INTEGER, + wlanMeshNeighborRxSequenceNo INTEGER +} + +wlanMeshNeighborAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Ethernet address of this neighbor." + ::= { wlanMeshNeighborEntry 1 } + +wlanMeshNeighborFrequency OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operating frequency for the link with this neighbor." + ::= { wlanMeshNeighborEntry 2 } + +wlanMeshNeighborLocalId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The local mesh id for this neighbor." + ::= { wlanMeshNeighborEntry 3 } + +wlanMeshNeighborPeerId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mesh peer id of this neighbor." + ::= { wlanMeshNeighborEntry 4 } + +wlanMeshNeighborPeerState OBJECT-TYPE + SYNTAX INTEGER { + idle(0), + openTx(1), + openRx(2), + confirmRx(3), + established(4), + closing(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current link state for this neighbor." + ::= { wlanMeshNeighborEntry 5 } + +wlanMeshNeighborCurrentTXRate OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current transmit rate for this neighbor." + ::= { wlanMeshNeighborEntry 6 } + +wlanMeshNeighborRxSignalStrength OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average receive signal strength for this neighbor." + ::= { wlanMeshNeighborEntry 7 } + +wlanMeshNeighborIdleTimer OBJECT-TYPE + SYNTAX INTEGER + UNITS "seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of this neighbor's inactivity timer." + ::= { wlanMeshNeighborEntry 8 } + +wlanMeshNeighborTxSequenceNo OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last sequence number transmitted to this neighbor." + ::= { wlanMeshNeighborEntry 9 } + +wlanMeshNeighborRxSequenceNo OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last sequence number received from this neighbor." + ::= { wlanMeshNeighborEntry 10 } + +wlanMeshRouteTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanMeshRouteEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains the mesh routing table for interfaces operating + as mesh points, used for forwarding packets on a mesh network." + ::= { wlanMeshRoute 1 } + +wlanMeshRouteEntry OBJECT-TYPE + SYNTAX WlanMeshRouteEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Wireless Mesh Routing Table entries for virtual wireless interfaces." + INDEX { wlanIfaceName, wlanMeshRouteDestination } + ::= { wlanMeshRouteTable 1 } + +WlanMeshRouteEntry ::= SEQUENCE { + wlanMeshRouteDestination MacAddress, + wlanMeshRouteNextHop MacAddress, + wlanMeshRouteHops INTEGER, + wlanMeshRouteMetric Unsigned32, + wlanMeshRouteLifeTime Unsigned32, + wlanMeshRouteLastMseq Unsigned32, + wlanMeshRouteFlags BITS, + wlanMeshRouteStatus RowStatus +} + +wlanMeshRouteDestination OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The mesh route entry's destination address." + ::= { wlanMeshRouteEntry 1 } + +wlanMeshRouteNextHop OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mesh route entry's next hop address." + ::= { wlanMeshRouteEntry 2 } + +wlanMeshRouteHops OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hops for this mesh route entry." + ::= { wlanMeshRouteEntry 3 } + +wlanMeshRouteMetric OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The metric of this mesh route entry." + ::= { wlanMeshRouteEntry 4 } + +wlanMeshRouteLifeTime OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The life time of this mesh route entry." + ::= { wlanMeshRouteEntry 5 } + +wlanMeshRouteLastMseq OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last sequence number seen from this destination." + ::= { wlanMeshRouteEntry 6 } + +wlanMeshRouteFlags OBJECT-TYPE + SYNTAX BITS { + valid(1), + proxy(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Mesh Route entry's flags." + ::= { wlanMeshRouteEntry 7 } + +wlanMeshRouteStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The object is used to add or delete entries from the mesh routing + table for the virtual wireless interface." + ::= { wlanMeshRouteEntry 8 } + +wlanMeshStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanMeshStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains summary statistics for each virtual wireless + interface operating as mesh point." + ::= { wlanMeshStatistics 1 } + +wlanMeshStatsEntry OBJECT-TYPE + SYNTAX WlanMeshStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of statistics for each virtual wireless interface operating + as mesh point." + INDEX { wlanIfaceName } + ::= { wlanMeshStatsTable 1 } + +WlanMeshStatsEntry ::= SEQUENCE { + wlanMeshDroppedBadSta Counter32, + wlanMeshDroppedNoLink Counter32, + wlanMeshNoFwdTtl Counter32, + wlanMeshNoFwdBuf Counter32, + wlanMeshNoFwdTooShort Counter32, + wlanMeshNoFwdDisabled Counter32, + wlanMeshNoFwdPathUnknown Counter32, + wlanMeshDroppedBadAE Counter32, + wlanMeshRouteAddFailed Counter32, + wlanMeshDroppedNoProxy Counter32, + wlanMeshDroppedMisaligned Counter32 +} + +wlanMeshDroppedBadSta OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames dropped by this interface since they were + received from a non-mesh station." + ::= { wlanMeshStatsEntry 1 } + +wlanMeshDroppedNoLink OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames dropped by this interface since no link had + been established." + ::= { wlanMeshStatsEntry 2 } + +wlanMeshNoFwdTtl OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were not forwarded by this interface + because of a zero TTL." + ::= { wlanMeshStatsEntry 3 } + +wlanMeshNoFwdBuf OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were not forwarded by this interface + due to lack of free buffers." + ::= { wlanMeshStatsEntry 4 } + +wlanMeshNoFwdTooShort OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were not forwarded by this interface + due to missing headers." + ::= { wlanMeshStatsEntry 5 } + +wlanMeshNoFwdDisabled OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were not forwarded by this interface + since forwarding was disabled." + ::= { wlanMeshStatsEntry 6 } + +wlanMeshNoFwdPathUnknown OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were not forwarded by this interface + since the path was unknown." + ::= { wlanMeshStatsEntry 7 } + +wlanMeshDroppedBadAE OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were dropped by this interface since + the AE was invalid." + ::= { wlanMeshStatsEntry 8 } + +wlanMeshRouteAddFailed OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times an addition of a route to the mesh routing + table for this interface failed." + ::= { wlanMeshStatsEntry 9 } + +wlanMeshDroppedNoProxy OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were dropped by this interface since + proxying was not enabled on the interface." + ::= { wlanMeshStatsEntry 10 } + +wlanMeshDroppedMisaligned OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that were dropped by this interface due to + bad alignment." + ::= { wlanMeshStatsEntry 11 } + +-- ---------------------------------------------------------- -- +-- Subtrees containing data for each supported mesh routing protocol. +-- ---------------------------------------------------------- -- + +wlanMeshProtoHWMP OBJECT IDENTIFIER ::= { wlanMeshRouteProtocols 1 } + +-- ---------------------------------------------------------- -- +-- Hybrid Wireless Mesh Protocol database. +-- ---------------------------------------------------------- -- +wlanMeshHWMPConfig OBJECT IDENTIFIER ::= { wlanMeshProtoHWMP 1 } + +wlanMeshHWMPInterface OBJECT IDENTIFIER ::= { wlanMeshProtoHWMP 2 } + +wlanMeshHWMPStatistics OBJECT IDENTIFIER ::= { wlanMeshProtoHWMP 3 } + +wlanHWMPRouteInactiveTimeout OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The HWMP Route inactivity timeout." + DEFVAL { 5000 } + ::= { wlanMeshHWMPConfig 1 } + +wlanHWMPRootAnnounceInterval OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The HWMP Root Announcement interval." + DEFVAL { 1000 } + ::= { wlanMeshHWMPConfig 2 } + +wlanHWMPRootInterval OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The HWMP Root interval." + DEFVAL { 2000 } + ::= { wlanMeshHWMPConfig 3 } + +wlanHWMPRootTimeout OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The root PREQ timeout." + DEFVAL { 5000 } + ::= { wlanMeshHWMPConfig 4 } + +wlanHWMPPathLifetime OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliseconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The HWMP path entry lifetime." + DEFVAL { 500 } + ::= { wlanMeshHWMPConfig 5 } + +wlanHWMPReplyForwardBit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A non-zero value for this object specifies that RF bit shall be + set on generated PREQs." + DEFVAL { 1 } + ::= { wlanMeshHWMPConfig 6 } + +wlanHWMPTargetOnlyBit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A non-zero value for this object specifies that TO bit shall be + set on generated PREQs." + DEFVAL { 0 } + ::= { wlanMeshHWMPConfig 7 } + +wlanHWMPInterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanHWMPInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information for wireless interfaces + operating in mesh mode." + ::= { wlanMeshHWMPInterface 1 } + +wlanHWMPInterfaceEntry OBJECT-TYPE + SYNTAX WlanHWMPInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Wireless Mesh Routing HWMP information for a wireless interface." + INDEX { wlanIfaceName } + ::= { wlanHWMPInterfaceTable 1 } + +WlanHWMPInterfaceEntry ::= SEQUENCE { + wlanHWMPRootMode INTEGER, + wlanHWMPMaxHops INTEGER +} + +wlanHWMPRootMode OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + normal(2), + proactive(3), + rann(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object is used to configure whether the interface will operate + as root node and specify root node mode." + DEFVAL { disabled } + ::= { wlanHWMPInterfaceEntry 1 } + +wlanHWMPMaxHops OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The maximum number of hops allowed on an HMWP path for this interface." + DEFVAL { 31 } + ::= { wlanHWMPInterfaceEntry 2 } + +wlanMeshHWMPStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF WlanMeshHWMPStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains summary statistics for HWMP operation on an + interface operating as mesh point." + ::= { wlanMeshHWMPStatistics 1 } + +wlanMeshHWMPStatsEntry OBJECT-TYPE + SYNTAX WlanMeshHWMPStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of HWMP statistics for each wlan interface operating as HWMP + mesh point." + INDEX { wlanIfaceName } + ::= { wlanMeshHWMPStatsTable 1 } + +WlanMeshHWMPStatsEntry ::= SEQUENCE { + wlanMeshHWMPWrongSeqNo Counter32, + wlanMeshHWMPTxRootPREQ Counter32, + wlanMeshHWMPTxRootRANN Counter32, + wlanMeshHWMPProxy Counter32 +} + +wlanMeshHWMPWrongSeqNo OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of HWMP frames with wrong sequence number received by + this interface." + ::= { wlanMeshHWMPStatsEntry 1 } + +wlanMeshHWMPTxRootPREQ OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of HWMP Root PREQ frames sent by this interface." + ::= { wlanMeshHWMPStatsEntry 2 } + +wlanMeshHWMPTxRootRANN OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of HWMP Root RANN frames sent by this interface." + ::= { wlanMeshHWMPStatsEntry 3 } + +wlanMeshHWMPProxy OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of HWMP PREP frames discarded by this interface due to + the HWMP route being marked as proxy." + ::= { wlanMeshHWMPStatsEntry 4 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/BRIDGE-MIB.txt b/kustomize/bases/snmp-exporter/mibs/BRIDGE-MIB.txt new file mode 100644 index 0000000..9f87b65 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/BRIDGE-MIB.txt @@ -0,0 +1,1483 @@ +-- +-- Copyright (C) The Internet Society (2005). +-- +-- This document is subject to the rights, licenses and restrictions +-- contained in BCP 78, and except as set forth therein, the authors +-- retain all their rights. +-- +-- This document and the information contained herein are provided on an +-- "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS +-- OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET +-- ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, +-- INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE +-- INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED +-- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +-- +-- $FreeBSD$ +-- + +BRIDGE-MIB DEFINITIONS ::= BEGIN + +-- ---------------------------------------------------------- -- +-- MIB for IEEE 802.1D devices +-- ---------------------------------------------------------- -- +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, + Counter32, Integer32, TimeTicks, mib-2 + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, MacAddress + FROM SNMPv2-TC + MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP + FROM SNMPv2-CONF + InterfaceIndex FROM IF-MIB + ; + +dot1dBridge MODULE-IDENTITY + LAST-UPDATED "200509190000Z" + ORGANIZATION "IETF Bridge MIB Working Group" + CONTACT-INFO + "Email: bridge-mib@ietf.org + + K.C. Norseth (Editor) + L-3 Communications + Tel: +1 801-594-2809 + Email: kenyon.c.norseth@L-3com.com + Postal: 640 N. 2200 West. + Salt Lake City, Utah 84116-0850 + Les Bell (Editor) + 3Com Europe Limited + Phone: +44 1442 438025 + Email: elbell@ntlworld.com + Postal: 3Com Centre, Boundary Way + Hemel Hempstead + Herts. HP2 7YU + UK + + Send comments to " + DESCRIPTION + "The Bridge MIB module for managing devices that support + IEEE 802.1D. + + Copyright (C) The Internet Society (2005). This version of + this MIB module is part of RFC 4188; see the RFC itself for + full legal notices." + REVISION "200509190000Z" + DESCRIPTION + "Third revision, published as part of RFC 4188. + + The MIB module has been converted to SMIv2 format. + Conformance statements have been added and some + description and reference clauses have been updated. + + The object dot1dStpPortPathCost32 was added to + support IEEE 802.1t and the permissible values of + dot1dStpPriority and dot1dStpPortPriority have been + clarified for bridges supporting IEEE 802.1t or + IEEE 802.1w. + + The interpretation of dot1dStpTimeSinceTopologyChange + has been clarified for bridges supporting the Rapid + Spanning Tree Protocol (RSTP)." + REVISION "199307310000Z" + DESCRIPTION + "Second revision, published as part of RFC 1493." + REVISION "199112310000Z" + DESCRIPTION + "Initial revision, published as part of RFC 1286." + ::= { mib-2 17 } + + +-- ---------------------------------------------------------- -- +-- Textual Conventions +-- ---------------------------------------------------------- -- + +BridgeId ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The Bridge-Identifier, as used in the Spanning Tree + Protocol, to uniquely identify a bridge. Its first two + octets (in network byte order) contain a priority value, + and its last 6 octets contain the MAC address used to + refer to a bridge in a unique fashion (typically, the + numerically smallest MAC address of all ports on the + bridge)." + SYNTAX OCTET STRING (SIZE (8)) + +Timeout ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d" + STATUS current + DESCRIPTION + "A Spanning Tree Protocol (STP) timer in units of 1/100 + seconds. Several objects in this MIB module represent + values of timers used by the Spanning Tree Protocol. + In this MIB, these timers have values in units of + hundredths of a second (i.e., 1/100 secs). + + These timers, when stored in a Spanning Tree Protocol's + BPDU, are in units of 1/256 seconds. Note, however, that + 802.1D-1998 specifies a settable granularity of no more + than one second for these timers. To avoid ambiguity, + a conversion algorithm is defined below for converting + between the different units, which ensures a timer's + value is not distorted by multiple conversions. + + To convert a Timeout value into a value in units of + 1/256 seconds, the following algorithm should be used: + + b = floor( (n * 256) / 100) + + where: + floor = quotient [ignore remainder] + n is the value in 1/100 second units + b is the value in 1/256 second units + + To convert the value from 1/256 second units back to + 1/100 seconds, the following algorithm should be used: + + n = ceiling( (b * 100) / 256) + + where: + ceiling = quotient [if remainder is 0], or + quotient + 1 [if remainder is nonzero] + n is the value in 1/100 second units + b is the value in 1/256 second units + + Note: it is important that the arithmetic operations are + done in the order specified (i.e., multiply first, + divide second)." + SYNTAX Integer32 + +-- ---------------------------------------------------------- -- +-- subtrees in the Bridge MIB +-- ---------------------------------------------------------- -- + +dot1dNotifications OBJECT IDENTIFIER ::= { dot1dBridge 0 } + +dot1dBase OBJECT IDENTIFIER ::= { dot1dBridge 1 } +dot1dStp OBJECT IDENTIFIER ::= { dot1dBridge 2 } + +dot1dSr OBJECT IDENTIFIER ::= { dot1dBridge 3 } +-- documented in RFC 1525 + +dot1dTp OBJECT IDENTIFIER ::= { dot1dBridge 4 } +dot1dStatic OBJECT IDENTIFIER ::= { dot1dBridge 5 } + +-- Subtrees used by Bridge MIB Extensions: +-- pBridgeMIB MODULE-IDENTITY ::= { dot1dBridge 6 } +-- qBridgeMIB MODULE-IDENTITY ::= { dot1dBridge 7 } +-- Note that the practice of registering related MIB modules +-- below dot1dBridge has been discouraged since there is no +-- robust mechanism to track such registrations. + +dot1dConformance OBJECT IDENTIFIER ::= { dot1dBridge 8 } + +-- ---------------------------------------------------------- -- +-- the dot1dBase subtree +-- ---------------------------------------------------------- -- +-- Implementation of the dot1dBase subtree is mandatory for all +-- bridges. +-- ---------------------------------------------------------- -- + +dot1dBaseBridgeAddress OBJECT-TYPE + + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address used by this bridge when it must be + referred to in a unique fashion. It is recommended + that this be the numerically smallest MAC address of + all ports that belong to this bridge. However, it is only + required to be unique. When concatenated with + dot1dStpPriority, a unique BridgeIdentifier is formed, + which is used in the Spanning Tree Protocol." + REFERENCE + "IEEE 802.1D-1998: clauses 14.4.1.1.3 and 7.12.5" + ::= { dot1dBase 1 } + +dot1dBaseNumPorts OBJECT-TYPE + SYNTAX Integer32 + UNITS "ports" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ports controlled by this bridging + entity." + REFERENCE + "IEEE 802.1D-1998: clause 14.4.1.1.3" + ::= { dot1dBase 2 } + +dot1dBaseType OBJECT-TYPE + SYNTAX INTEGER { + unknown(1), + transparent-only(2), + sourceroute-only(3), + srt(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates what type of bridging this bridge can + perform. If a bridge is actually performing a + certain type of bridging, this will be indicated by + entries in the port table for the given type." + ::= { dot1dBase 3 } + +-- ---------------------------------------------------------- -- +-- The Generic Bridge Port Table +-- ---------------------------------------------------------- -- +dot1dBasePortTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dot1dBasePortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains generic information about every + port that is associated with this bridge. Transparent, + source-route, and srt ports are included." + ::= { dot1dBase 4 } + +dot1dBasePortEntry OBJECT-TYPE + SYNTAX Dot1dBasePortEntry + MAX-ACCESS not-accessible + STATUS current + + DESCRIPTION + "A list of information for each port of the bridge." + REFERENCE + "IEEE 802.1D-1998: clause 14.4.2, 14.6.1" + INDEX { dot1dBasePort } + ::= { dot1dBasePortTable 1 } + +Dot1dBasePortEntry ::= + SEQUENCE { + dot1dBasePort + Integer32, + dot1dBasePortIfIndex + InterfaceIndex, + dot1dBasePortCircuit + OBJECT IDENTIFIER, + dot1dBasePortDelayExceededDiscards + Counter32, + dot1dBasePortMtuExceededDiscards + Counter32 + } + +dot1dBasePort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the port for which this entry + contains bridge management information." + ::= { dot1dBasePortEntry 1 } + +dot1dBasePortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the instance of the ifIndex object, + defined in IF-MIB, for the interface corresponding + to this port." + ::= { dot1dBasePortEntry 2 } + +dot1dBasePortCircuit OBJECT-TYPE + SYNTAX OBJECT IDENTIFIER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "For a port that (potentially) has the same value of + dot1dBasePortIfIndex as another port on the same bridge. + This object contains the name of an object instance + unique to this port. For example, in the case where + multiple ports correspond one-to-one with multiple X.25 + virtual circuits, this value might identify an (e.g., + the first) object instance associated with the X.25 + virtual circuit corresponding to this port. + + For a port which has a unique value of + dot1dBasePortIfIndex, this object can have the value + { 0 0 }." + ::= { dot1dBasePortEntry 3 } + +dot1dBasePortDelayExceededDiscards OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames discarded by this port due + to excessive transit delay through the bridge. It + is incremented by both transparent and source + route bridges." + REFERENCE + "IEEE 802.1D-1998: clause 14.6.1.1.3" + ::= { dot1dBasePortEntry 4 } + +dot1dBasePortMtuExceededDiscards OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames discarded by this port due + to an excessive size. It is incremented by both + transparent and source route bridges." + REFERENCE + "IEEE 802.1D-1998: clause 14.6.1.1.3" + ::= { dot1dBasePortEntry 5 } + +-- ---------------------------------------------------------- -- +-- the dot1dStp subtree +-- ---------------------------------------------------------- -- +-- Implementation of the dot1dStp subtree is optional. It is +-- implemented by those bridges that support the Spanning Tree +-- Protocol. +-- ---------------------------------------------------------- -- +dot1dStpProtocolSpecification OBJECT-TYPE + SYNTAX INTEGER { + unknown(1), + decLb100(2), + ieee8021d(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An indication of what version of the Spanning Tree + Protocol is being run. The value 'decLb100(2)' + indicates the DEC LANbridge 100 Spanning Tree protocol. + IEEE 802.1D implementations will return 'ieee8021d(3)'. + If future versions of the IEEE Spanning Tree Protocol + that are incompatible with the current version + are released a new value will be defined." + ::= { dot1dStp 1 } + +dot1dStpPriority OBJECT-TYPE + SYNTAX Integer32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of the write-able portion of the Bridge ID + (i.e., the first two octets of the (8 octet long) Bridge + ID). The other (last) 6 octets of the Bridge ID are + given by the value of dot1dBaseBridgeAddress. + On bridges supporting IEEE 802.1t or IEEE 802.1w, + permissible values are 0-61440, in steps of 4096." + REFERENCE + "IEEE 802.1D-1998 clause 8.10.2, Table 8-4, + IEEE 802.1t clause 8.10.2, Table 8-4, clause 14.3." + ::= { dot1dStp 2 } + +dot1dStpTimeSinceTopologyChange OBJECT-TYPE + SYNTAX TimeTicks + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time (in hundredths of a second) since the + last time a topology change was detected by the + bridge entity. + For RSTP, this reports the time since the tcWhile + timer for any port on this Bridge was nonzero." + REFERENCE + "IEEE 802.1D-1998 clause 14.8.1.1., + IEEE 802.1w clause 14.8.1.1." + ::= { dot1dStp 3 } + +dot1dStpTopChanges OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of topology changes detected by + this bridge since the management entity was last + reset or initialized." + REFERENCE + "IEEE 802.1D-1998 clause 14.8.1.1." + ::= { dot1dStp 4 } + +dot1dStpDesignatedRoot OBJECT-TYPE + SYNTAX BridgeId + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bridge identifier of the root of the spanning + tree, as determined by the Spanning Tree Protocol, + as executed by this node. This value is used as + the Root Identifier parameter in all Configuration + Bridge PDUs originated by this node." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.1" + ::= { dot1dStp 5 } + +dot1dStpRootCost OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The cost of the path to the root as seen from + this bridge." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.2" + ::= { dot1dStp 6 } + +dot1dStpRootPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the port that offers the lowest + cost path from this bridge to the root bridge." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.3" + ::= { dot1dStp 7 } + +dot1dStpMaxAge OBJECT-TYPE + SYNTAX Timeout + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum age of Spanning Tree Protocol information + learned from the network on any port before it is + discarded, in units of hundredths of a second. This is + the actual value that this bridge is currently using." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.4" + ::= { dot1dStp 8 } + +dot1dStpHelloTime OBJECT-TYPE + SYNTAX Timeout + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The amount of time between the transmission of + Configuration bridge PDUs by this node on any port when + it is the root of the spanning tree, or trying to become + so, in units of hundredths of a second. This is the + actual value that this bridge is currently using." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.5" + ::= { dot1dStp 9 } + +dot1dStpHoldTime OBJECT-TYPE + SYNTAX Integer32 + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This time value determines the interval length + during which no more than two Configuration bridge + PDUs shall be transmitted by this node, in units + of hundredths of a second." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.14" + ::= { dot1dStp 10 } + +dot1dStpForwardDelay OBJECT-TYPE + SYNTAX Timeout + UNITS "centi-seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This time value, measured in units of hundredths of a + second, controls how fast a port changes its spanning + state when moving towards the Forwarding state. The + value determines how long the port stays in each of the + Listening and Learning states, which precede the + Forwarding state. This value is also used when a + topology change has been detected and is underway, to + age all dynamic entries in the Forwarding Database. + [Note that this value is the one that this bridge is + currently using, in contrast to + dot1dStpBridgeForwardDelay, which is the value that this + bridge and all others would start using if/when this + bridge were to become the root.]" + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.6" + ::= { dot1dStp 11 } + +dot1dStpBridgeMaxAge OBJECT-TYPE + SYNTAX Timeout (600..4000) + UNITS "centi-seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value that all bridges use for MaxAge when this + bridge is acting as the root. Note that 802.1D-1998 + specifies that the range for this parameter is related + to the value of dot1dStpBridgeHelloTime. The + granularity of this timer is specified by 802.1D-1998 to + be 1 second. An agent may return a badValue error if a + set is attempted to a value that is not a whole number + of seconds." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.8" + ::= { dot1dStp 12 } + +dot1dStpBridgeHelloTime OBJECT-TYPE + SYNTAX Timeout (100..1000) + UNITS "centi-seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value that all bridges use for HelloTime when this + bridge is acting as the root. The granularity of this + timer is specified by 802.1D-1998 to be 1 second. An + agent may return a badValue error if a set is attempted + to a value that is not a whole number of seconds." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.9" + ::= { dot1dStp 13 } + +dot1dStpBridgeForwardDelay OBJECT-TYPE + SYNTAX Timeout (400..3000) + UNITS "centi-seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value that all bridges use for ForwardDelay when + this bridge is acting as the root. Note that + 802.1D-1998 specifies that the range for this parameter + is related to the value of dot1dStpBridgeMaxAge. The + granularity of this timer is specified by 802.1D-1998 to + be 1 second. An agent may return a badValue error if a + set is attempted to a value that is not a whole number + of seconds." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.3.10" + ::= { dot1dStp 14 } + +-- ---------------------------------------------------------- -- +-- The Spanning Tree Port Table +-- ---------------------------------------------------------- -- + +dot1dStpPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dot1dStpPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains port-specific information + for the Spanning Tree Protocol." + ::= { dot1dStp 15 } + +dot1dStpPortEntry OBJECT-TYPE + SYNTAX Dot1dStpPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of information maintained by every port about + the Spanning Tree Protocol state for that port." + INDEX { dot1dStpPort } + ::= { dot1dStpPortTable 1 } + +Dot1dStpPortEntry ::= + SEQUENCE { + dot1dStpPort + Integer32, + dot1dStpPortPriority + Integer32, + dot1dStpPortState + INTEGER, + dot1dStpPortEnable + INTEGER, + dot1dStpPortPathCost + Integer32, + dot1dStpPortDesignatedRoot + BridgeId, + dot1dStpPortDesignatedCost + Integer32, + dot1dStpPortDesignatedBridge + BridgeId, + dot1dStpPortDesignatedPort + OCTET STRING, + dot1dStpPortForwardTransitions + Counter32, + dot1dStpPortPathCost32 + Integer32 + } + +dot1dStpPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the port for which this entry + contains Spanning Tree Protocol management information." + REFERENCE + "IEEE 802.1D-1998: clause 14.8.2.1.2" + ::= { dot1dStpPortEntry 1 } + +dot1dStpPortPriority OBJECT-TYPE + SYNTAX Integer32 (0..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value of the priority field that is contained in + the first (in network byte order) octet of the (2 octet + long) Port ID. The other octet of the Port ID is given + by the value of dot1dStpPort. + On bridges supporting IEEE 802.1t or IEEE 802.1w, + permissible values are 0-240, in steps of 16." + REFERENCE + "IEEE 802.1D-1998 clause 8.10.2, Table 8-4, + IEEE 802.1t clause 8.10.2, Table 8-4, clause 14.3." + ::= { dot1dStpPortEntry 2 } + +dot1dStpPortState OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + blocking(2), + listening(3), + learning(4), + forwarding(5), + broken(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port's current state, as defined by application of + the Spanning Tree Protocol. This state controls what + action a port takes on reception of a frame. If the + bridge has detected a port that is malfunctioning, it + will place that port into the broken(6) state. For + ports that are disabled (see dot1dStpPortEnable), this + object will have a value of disabled(1)." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.5.2" + ::= { dot1dStpPortEntry 3 } + +dot1dStpPortEnable OBJECT-TYPE + SYNTAX INTEGER { + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The enabled/disabled status of the port." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.5.2" + ::= { dot1dStpPortEntry 4 } + +dot1dStpPortPathCost OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The contribution of this port to the path cost of + paths towards the spanning tree root which include + this port. 802.1D-1998 recommends that the default + value of this parameter be in inverse proportion to + the speed of the attached LAN. + + New implementations should support dot1dStpPortPathCost32. + If the port path costs exceeds the maximum value of this + object then this object should report the maximum value, + namely 65535. Applications should try to read the + dot1dStpPortPathCost32 object if this object reports + the maximum value." + REFERENCE "IEEE 802.1D-1998: clause 8.5.5.3" + ::= { dot1dStpPortEntry 5 } + +dot1dStpPortDesignatedRoot OBJECT-TYPE + SYNTAX BridgeId + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unique Bridge Identifier of the Bridge + recorded as the Root in the Configuration BPDUs + transmitted by the Designated Bridge for the + segment to which the port is attached." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.5.4" + ::= { dot1dStpPortEntry 6 } + +dot1dStpPortDesignatedCost OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The path cost of the Designated Port of the segment + connected to this port. This value is compared to the + Root Path Cost field in received bridge PDUs." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.5.5" + ::= { dot1dStpPortEntry 7 } + +dot1dStpPortDesignatedBridge OBJECT-TYPE + SYNTAX BridgeId + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Bridge Identifier of the bridge that this + port considers to be the Designated Bridge for + this port's segment." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.5.6" + ::= { dot1dStpPortEntry 8 } + +dot1dStpPortDesignatedPort OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (2)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Port Identifier of the port on the Designated + Bridge for this port's segment." + REFERENCE + "IEEE 802.1D-1998: clause 8.5.5.7" + ::= { dot1dStpPortEntry 9 } + +dot1dStpPortForwardTransitions OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times this port has transitioned + from the Learning state to the Forwarding state." + ::= { dot1dStpPortEntry 10 } + +dot1dStpPortPathCost32 OBJECT-TYPE + SYNTAX Integer32 (1..200000000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The contribution of this port to the path cost of + paths towards the spanning tree root which include + this port. 802.1D-1998 recommends that the default + value of this parameter be in inverse proportion to + the speed of the attached LAN. + + This object replaces dot1dStpPortPathCost to support + IEEE 802.1t." + REFERENCE + "IEEE 802.1t clause 8.10.2, Table 8-5." + ::= { dot1dStpPortEntry 11 } + +-- ---------------------------------------------------------- -- +-- the dot1dTp subtree +-- ---------------------------------------------------------- -- +-- Implementation of the dot1dTp subtree is optional. It is +-- implemented by those bridges that support the transparent +-- bridging mode. A transparent or SRT bridge will implement +-- this subtree. +-- ---------------------------------------------------------- -- + +dot1dTpLearnedEntryDiscards OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Forwarding Database entries that + have been or would have been learned, but have been + discarded due to a lack of storage space in the + Forwarding Database. If this counter is increasing, it + indicates that the Forwarding Database is regularly + becoming full (a condition that has unpleasant + performance effects on the subnetwork). If this counter + has a significant value but is not presently increasing, + it indicates that the problem has been occurring but is + not persistent." + REFERENCE + "IEEE 802.1D-1998: clause 14.7.1.1.3" + ::= { dot1dTp 1 } + +dot1dTpAgingTime OBJECT-TYPE + SYNTAX Integer32 (10..1000000) + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The timeout period in seconds for aging out + dynamically-learned forwarding information. + 802.1D-1998 recommends a default of 300 seconds." + REFERENCE + "IEEE 802.1D-1998: clause 14.7.1.1.3" + ::= { dot1dTp 2 } + + +-- ---------------------------------------------------------- -- +-- The Forwarding Database for Transparent Bridges +-- ---------------------------------------------------------- -- + +dot1dTpFdbTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dot1dTpFdbEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information about unicast + entries for which the bridge has forwarding and/or + filtering information. This information is used + by the transparent bridging function in + determining how to propagate a received frame." + ::= { dot1dTp 3 } + +dot1dTpFdbEntry OBJECT-TYPE + SYNTAX Dot1dTpFdbEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Information about a specific unicast MAC address + for which the bridge has some forwarding and/or + filtering information." + INDEX { dot1dTpFdbAddress } + ::= { dot1dTpFdbTable 1 } + +Dot1dTpFdbEntry ::= + SEQUENCE { + dot1dTpFdbAddress + MacAddress, + dot1dTpFdbPort + Integer32, + dot1dTpFdbStatus + INTEGER + } + +dot1dTpFdbAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unicast MAC address for which the bridge has + forwarding and/or filtering information." + REFERENCE + "IEEE 802.1D-1998: clause 7.9.1, 7.9.2" + ::= { dot1dTpFdbEntry 1 } + +dot1dTpFdbPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Either the value '0', or the port number of the port on + which a frame having a source address equal to the value + of the corresponding instance of dot1dTpFdbAddress has + been seen. A value of '0' indicates that the port + number has not been learned, but that the bridge does + have some forwarding/filtering information about this + address (e.g., in the dot1dStaticTable). Implementors + are encouraged to assign the port value to this object + whenever it is learned, even for addresses for which the + corresponding value of dot1dTpFdbStatus is not + learned(3)." + ::= { dot1dTpFdbEntry 2 } +dot1dTpFdbStatus OBJECT-TYPE + SYNTAX INTEGER { + other(1), + invalid(2), + learned(3), + self(4), + mgmt(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of this entry. The meanings of the + values are: + other(1) - none of the following. This would + include the case where some other MIB object + (not the corresponding instance of + dot1dTpFdbPort, nor an entry in the + dot1dStaticTable) is being used to determine if + and how frames addressed to the value of the + corresponding instance of dot1dTpFdbAddress are + being forwarded. + invalid(2) - this entry is no longer valid (e.g., + it was learned but has since aged out), but has + not yet been flushed from the table. + learned(3) - the value of the corresponding instance + of dot1dTpFdbPort was learned, and is being + used. + self(4) - the value of the corresponding instance of + dot1dTpFdbAddress represents one of the bridge's + addresses. The corresponding instance of + dot1dTpFdbPort indicates which of the bridge's + ports has this address. + mgmt(5) - the value of the corresponding instance of + dot1dTpFdbAddress is also the value of an + existing instance of dot1dStaticAddress." + ::= { dot1dTpFdbEntry 3 } + +-- ---------------------------------------------------------- -- +-- Port Table for Transparent Bridges +-- ---------------------------------------------------------- -- + +dot1dTpPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dot1dTpPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information about every port that + is associated with this transparent bridge." + ::= { dot1dTp 4 } + +dot1dTpPortEntry OBJECT-TYPE + SYNTAX Dot1dTpPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of information for each port of a transparent + bridge." + INDEX { dot1dTpPort } + ::= { dot1dTpPortTable 1 } + +Dot1dTpPortEntry ::= + SEQUENCE { + dot1dTpPort + Integer32, + dot1dTpPortMaxInfo + Integer32, + dot1dTpPortInFrames + Counter32, + dot1dTpPortOutFrames + Counter32, + dot1dTpPortInDiscards + Counter32 + } + +dot1dTpPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the port for which this entry + contains Transparent bridging management information." + ::= { dot1dTpPortEntry 1 } + +-- It would be nice if we could use ifMtu as the size of the +-- largest INFO field, but we can't because ifMtu is defined +-- to be the size that the (inter-)network layer can use, which +-- can differ from the MAC layer (especially if several layers +-- of encapsulation are used). + +dot1dTpPortMaxInfo OBJECT-TYPE + SYNTAX Integer32 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum size of the INFO (non-MAC) field that + this port will receive or transmit." + ::= { dot1dTpPortEntry 2 } + +dot1dTpPortInFrames OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that have been received by this + port from its segment. Note that a frame received on the + interface corresponding to this port is only counted by + this object if and only if it is for a protocol being + processed by the local bridging function, including + bridge management frames." + REFERENCE + "IEEE 802.1D-1998: clause 14.6.1.1.3" + ::= { dot1dTpPortEntry 3 } + +dot1dTpPortOutFrames OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames that have been transmitted by this + port to its segment. Note that a frame transmitted on + the interface corresponding to this port is only counted + by this object if and only if it is for a protocol being + processed by the local bridging function, including + bridge management frames." + REFERENCE + "IEEE 802.1D-1998: clause 14.6.1.1.3" + ::= { dot1dTpPortEntry 4 } + +dot1dTpPortInDiscards OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of received valid frames that were discarded + (i.e., filtered) by the Forwarding Process." + REFERENCE + "IEEE 802.1D-1998: clause 14.6.1.1.3" + ::= { dot1dTpPortEntry 5 } + +-- ---------------------------------------------------------- -- +-- The Static (Destination-Address Filtering) Database +-- ---------------------------------------------------------- -- +-- Implementation of this subtree is optional. +-- ---------------------------------------------------------- -- + +dot1dStaticTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dot1dStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing filtering information configured + into the bridge by (local or network) management + specifying the set of ports to which frames received + from specific ports and containing specific destination + addresses are allowed to be forwarded. The value of + zero in this table, as the port number from which frames + with a specific destination address are received, is + used to specify all ports for which there is no specific + entry in this table for that particular destination + address. Entries are valid for unicast and for + group/broadcast addresses." + REFERENCE + "IEEE 802.1D-1998: clause 14.7.2" + ::= { dot1dStatic 1 } + +dot1dStaticEntry OBJECT-TYPE + SYNTAX Dot1dStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Filtering information configured into the bridge by + (local or network) management specifying the set of + ports to which frames received from a specific port and + containing a specific destination address are allowed to + be forwarded." + REFERENCE + "IEEE 802.1D-1998: clause 14.7.2" + INDEX { dot1dStaticAddress, dot1dStaticReceivePort } + ::= { dot1dStaticTable 1 } + +Dot1dStaticEntry ::= + SEQUENCE { + dot1dStaticAddress MacAddress, + dot1dStaticReceivePort Integer32, + dot1dStaticAllowedToGoTo OCTET STRING, + dot1dStaticStatus INTEGER + } + +dot1dStaticAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The destination MAC address in a frame to which this + entry's filtering information applies. This object can + take the value of a unicast address, a group address, or + the broadcast address." + REFERENCE + "IEEE 802.1D-1998: clause 7.9.1, 7.9.2" + ::= { dot1dStaticEntry 1 } + +dot1dStaticReceivePort OBJECT-TYPE + SYNTAX Integer32 (0..65535) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Either the value '0', or the port number of the port + from which a frame must be received in order for this + entry's filtering information to apply. A value of zero + indicates that this entry applies on all ports of the + bridge for which there is no other applicable entry." + ::= { dot1dStaticEntry 2 } + +dot1dStaticAllowedToGoTo OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (0..512)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The set of ports to which frames received from a + specific port and destined for a specific MAC address, + are allowed to be forwarded. Each octet within the + value of this object specifies a set of eight ports, + with the first octet specifying ports 1 through 8, the + second octet specifying ports 9 through 16, etc. Within + each octet, the most significant bit represents the + lowest numbered port, and the least significant bit + represents the highest numbered port. Thus, each port + of the bridge is represented by a single bit within the + value of this object. If that bit has a value of '1', + then that port is included in the set of ports; the port + is not included if its bit has a value of '0'. (Note + that the setting of the bit corresponding to the port + from which a frame is received is irrelevant.) The + default value of this object is a string of ones of + appropriate length. + + The value of this object may exceed the required minimum + maximum message size of some SNMP transport (484 bytes, + in the case of SNMP over UDP, see RFC 3417, section 3.2). + SNMP engines on bridges supporting a large number of + ports must support appropriate maximum message sizes." + ::= { dot1dStaticEntry 3 } + +dot1dStaticStatus OBJECT-TYPE + SYNTAX INTEGER { + other(1), + invalid(2), + permanent(3), + deleteOnReset(4), + deleteOnTimeout(5) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "This object indicates the status of this entry. + The default value is permanent(3). + other(1) - this entry is currently in use but the + conditions under which it will remain so are + different from each of the following values. + invalid(2) - writing this value to the object + removes the corresponding entry. + permanent(3) - this entry is currently in use and + will remain so after the next reset of the + bridge. + deleteOnReset(4) - this entry is currently in use + and will remain so until the next reset of the + bridge. + deleteOnTimeout(5) - this entry is currently in use + and will remain so until it is aged out." + ::= { dot1dStaticEntry 4 } + +-- ---------------------------------------------------------- -- +-- Notifications for use by Bridges +-- ---------------------------------------------------------- -- +-- Notifications for the Spanning Tree Protocol +-- ---------------------------------------------------------- -- + +newRoot NOTIFICATION-TYPE + -- OBJECTS { } + STATUS current + DESCRIPTION + "The newRoot trap indicates that the sending agent has + become the new root of the Spanning Tree; the trap is + sent by a bridge soon after its election as the new + root, e.g., upon expiration of the Topology Change Timer, + immediately subsequent to its election. Implementation + of this trap is optional." + ::= { dot1dNotifications 1 } + +topologyChange NOTIFICATION-TYPE + -- OBJECTS { } + STATUS current + DESCRIPTION + "A topologyChange trap is sent by a bridge when any of + its configured ports transitions from the Learning state + to the Forwarding state, or from the Forwarding state to + the Blocking state. The trap is not sent if a newRoot + trap is sent for the same transition. Implementation of + this trap is optional." + ::= { dot1dNotifications 2 } + +-- ---------------------------------------------------------- -- +-- IEEE 802.1D MIB - Conformance Information +-- ---------------------------------------------------------- -- + +dot1dGroups OBJECT IDENTIFIER ::= { dot1dConformance 1 } +dot1dCompliances OBJECT IDENTIFIER ::= { dot1dConformance 2 } + +-- ---------------------------------------------------------- -- +-- units of conformance +-- ---------------------------------------------------------- -- + +-- ---------------------------------------------------------- -- +-- the dot1dBase group +-- ---------------------------------------------------------- -- + +dot1dBaseBridgeGroup OBJECT-GROUP + OBJECTS { + dot1dBaseBridgeAddress, + dot1dBaseNumPorts, + dot1dBaseType + } + STATUS current + DESCRIPTION + "Bridge level information for this device." + ::= { dot1dGroups 1 } + +dot1dBasePortGroup OBJECT-GROUP + OBJECTS { + dot1dBasePort, + dot1dBasePortIfIndex, + dot1dBasePortCircuit, + dot1dBasePortDelayExceededDiscards, + dot1dBasePortMtuExceededDiscards + } + STATUS current + DESCRIPTION + "Information for each port on this device." + ::= { dot1dGroups 2 } + +-- ---------------------------------------------------------- -- +-- the dot1dStp group +-- ---------------------------------------------------------- -- + +dot1dStpBridgeGroup OBJECT-GROUP + OBJECTS { + dot1dStpProtocolSpecification, + dot1dStpPriority, + dot1dStpTimeSinceTopologyChange, + dot1dStpTopChanges, + dot1dStpDesignatedRoot, + dot1dStpRootCost, + dot1dStpRootPort, + dot1dStpMaxAge, + dot1dStpHelloTime, + dot1dStpHoldTime, + dot1dStpForwardDelay, + dot1dStpBridgeMaxAge, + dot1dStpBridgeHelloTime, + dot1dStpBridgeForwardDelay + } + STATUS current + DESCRIPTION + "Bridge level Spanning Tree data for this device." + ::= { dot1dGroups 3 } + +dot1dStpPortGroup OBJECT-GROUP + OBJECTS { + dot1dStpPort, + dot1dStpPortPriority, + dot1dStpPortState, + dot1dStpPortEnable, + dot1dStpPortPathCost, + dot1dStpPortDesignatedRoot, + dot1dStpPortDesignatedCost, + dot1dStpPortDesignatedBridge, + dot1dStpPortDesignatedPort, + dot1dStpPortForwardTransitions + } + STATUS current + DESCRIPTION + "Spanning Tree data for each port on this device." + ::= { dot1dGroups 4 } + +dot1dStpPortGroup2 OBJECT-GROUP + OBJECTS { + dot1dStpPort, + dot1dStpPortPriority, + dot1dStpPortState, + dot1dStpPortEnable, + dot1dStpPortDesignatedRoot, + dot1dStpPortDesignatedCost, + dot1dStpPortDesignatedBridge, + dot1dStpPortDesignatedPort, + dot1dStpPortForwardTransitions, + dot1dStpPortPathCost32 + } + STATUS current + DESCRIPTION + "Spanning Tree data for each port on this device." + ::= { dot1dGroups 5 } + +dot1dStpPortGroup3 OBJECT-GROUP + OBJECTS { + dot1dStpPortPathCost32 + } + STATUS current + DESCRIPTION + "Spanning Tree data for devices supporting 32-bit + path costs." + ::= { dot1dGroups 6 } + +-- ---------------------------------------------------------- -- +-- the dot1dTp group +-- ---------------------------------------------------------- -- + +dot1dTpBridgeGroup OBJECT-GROUP + OBJECTS { + dot1dTpLearnedEntryDiscards, + dot1dTpAgingTime + } + STATUS current + DESCRIPTION + "Bridge level Transparent Bridging data." + ::= { dot1dGroups 7 } + +dot1dTpFdbGroup OBJECT-GROUP + OBJECTS { + dot1dTpFdbAddress, + dot1dTpFdbPort, + dot1dTpFdbStatus + } + + STATUS current + DESCRIPTION + "Filtering Database information for the Bridge." + ::= { dot1dGroups 8 } + +dot1dTpGroup OBJECT-GROUP + OBJECTS { + dot1dTpPort, + dot1dTpPortMaxInfo, + dot1dTpPortInFrames, + dot1dTpPortOutFrames, + dot1dTpPortInDiscards + } + STATUS current + DESCRIPTION + "Dynamic Filtering Database information for each port of + the Bridge." + ::= { dot1dGroups 9 } + +-- ---------------------------------------------------------- -- +-- The Static (Destination-Address Filtering) Database +-- ---------------------------------------------------------- -- + +dot1dStaticGroup OBJECT-GROUP + OBJECTS { + dot1dStaticAddress, + dot1dStaticReceivePort, + dot1dStaticAllowedToGoTo, + dot1dStaticStatus + } + STATUS current + DESCRIPTION + "Static Filtering Database information for each port of + the Bridge." + ::= { dot1dGroups 10 } + +-- ---------------------------------------------------------- -- +-- The Trap Notification Group +-- ---------------------------------------------------------- -- + +dot1dNotificationGroup NOTIFICATION-GROUP + NOTIFICATIONS { + newRoot, + topologyChange + } + STATUS current + DESCRIPTION + "Group of objects describing notifications (traps)." + ::= { dot1dGroups 11 } + +-- ---------------------------------------------------------- -- +-- compliance statements +-- ---------------------------------------------------------- -- + +bridgeCompliance1493 MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for device support of bridging + services, as per RFC1493." + + MODULE + MANDATORY-GROUPS { + dot1dBaseBridgeGroup, + dot1dBasePortGroup + } + + GROUP dot1dStpBridgeGroup + DESCRIPTION + "Implementation of this group is mandatory for bridges + that support the Spanning Tree Protocol." + + GROUP dot1dStpPortGroup + DESCRIPTION + "Implementation of this group is mandatory for bridges + that support the Spanning Tree Protocol." + + GROUP dot1dTpBridgeGroup + DESCRIPTION + "Implementation of this group is mandatory for bridges + that support the transparent bridging mode. A + transparent or SRT bridge will implement this group." + + GROUP dot1dTpFdbGroup + DESCRIPTION + "Implementation of this group is mandatory for bridges + that support the transparent bridging mode. A + transparent or SRT bridge will implement this group." + + GROUP dot1dTpGroup + DESCRIPTION + "Implementation of this group is mandatory for bridges + that support the transparent bridging mode. A + transparent or SRT bridge will implement this group." + + GROUP dot1dStaticGroup + DESCRIPTION + "Implementation of this group is optional." + + GROUP dot1dNotificationGroup + DESCRIPTION + "Implementation of this group is optional." + ::= { dot1dCompliances 1 } + +bridgeCompliance4188 MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for device support of bridging + services. This supports 32-bit Path Cost values and the + more restricted bridge and port priorities, as per IEEE + 802.1t. + + Full support for the 802.1D management objects requires that + the SNMPv2-MIB [RFC3418] objects sysDescr, and sysUpTime, as + well as the IF-MIB [RFC2863] objects ifIndex, ifType, + ifDescr, ifPhysAddress, and ifLastChange are implemented." + + MODULE + MANDATORY-GROUPS { + dot1dBaseBridgeGroup, + dot1dBasePortGroup + } + + GROUP dot1dStpBridgeGroup + DESCRIPTION + "Implementation of this group is mandatory for + bridges that support the Spanning Tree Protocol." + + OBJECT dot1dStpPriority + SYNTAX Integer32 (0|4096|8192|12288|16384|20480|24576 + |28672|32768|36864|40960|45056|49152 + |53248|57344|61440) + DESCRIPTION + "The possible values defined by IEEE 802.1t." + + GROUP dot1dStpPortGroup2 + DESCRIPTION + "Implementation of this group is mandatory for + bridges that support the Spanning Tree Protocol." + + GROUP dot1dStpPortGroup3 + DESCRIPTION + "Implementation of this group is mandatory for bridges + that support the Spanning Tree Protocol and 32-bit path + costs. In particular, this includes devices supporting + IEEE 802.1t and IEEE 802.1w." + + OBJECT dot1dStpPortPriority + SYNTAX Integer32 (0|16|32|48|64|80|96|112|128 + |144|160|176|192|208|224|240) + DESCRIPTION + "The possible values defined by IEEE 802.1t." + + GROUP dot1dTpBridgeGroup + DESCRIPTION + "Implementation of this group is mandatory for + bridges that support the transparent bridging + mode. A transparent or SRT bridge will implement + this group." + + GROUP dot1dTpFdbGroup + DESCRIPTION + "Implementation of this group is mandatory for + bridges that support the transparent bridging + mode. A transparent or SRT bridge will implement + this group." + + GROUP dot1dTpGroup + DESCRIPTION + "Implementation of this group is mandatory for + bridges that support the transparent bridging + mode. A transparent or SRT bridge will implement + this group." + + GROUP dot1dStaticGroup + DESCRIPTION + "Implementation of this group is optional." + + GROUP dot1dNotificationGroup + DESCRIPTION + "Implementation of this group is optional." + + ::= { dot1dCompliances 2 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/FOKUS-MIB.txt b/kustomize/bases/snmp-exporter/mibs/FOKUS-MIB.txt new file mode 100644 index 0000000..f356d14 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/FOKUS-MIB.txt @@ -0,0 +1,60 @@ +-- +-- Copyright (c) 2001-2003 +-- Fraunhofer Institute for Open Communication Systems (FhG Fokus). +-- All rights reserved. +-- +-- Author: Harti Brandt +-- +-- Redistribution and use in source and binary forms, with or without +-- modification, are permitted provided that the following conditions +-- are met: +-- 1. Redistributions of source code must retain the above copyright +-- notice, this list of conditions and the following disclaimer. +-- 2. Redistributions in binary form must reproduce the above copyright +-- notice, this list of conditions and the following disclaimer in the +-- documentation and/or other materials provided with the distribution. +-- +-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +-- SUCH DAMAGE. +-- +-- $Begemot: bsnmp/snmpd/FOKUS-MIB.txt,v 1.5 2004/08/06 08:47:08 brandt Exp $ +-- +-- Begemot private definitions and fokus root. +-- +FOKUS-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, enterprises + FROM SNMPv2-SMI; + +fokus MODULE-IDENTITY + LAST-UPDATED "200202050000Z" + ORGANIZATION "Fraunhofer FOKUS, CATS" + CONTACT-INFO + " Hartmut Brandt + + Postal: Fraunhofer Institute for Open Communication Systems + Kaiserin-Augusta-Allee 31 + 10589 Berlin + Germany + + Fax: +49 30 3463 7352 + + E-mail: harti@freebsd.org" + DESCRIPTION + "The root of the Fokus enterprises tree." + REVISION "200202050000Z" + DESCRIPTION + "Initial revision." + ::= { enterprises 12325 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/FREEBSD-MIB.txt b/kustomize/bases/snmp-exporter/mibs/FREEBSD-MIB.txt new file mode 100644 index 0000000..0a745c3 --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/FREEBSD-MIB.txt @@ -0,0 +1,97 @@ +-- ***************************************************************** +-- This file is in the public domain. +-- +-- FreeBSD SMI { enterprises 2238 } +-- +-- $FreeBSD$ +-- +-- ***************************************************************** + +FREEBSD-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, + OBJECT-IDENTITY, + enterprises + FROM SNMPv2-SMI; + +freeBSD MODULE-IDENTITY + LAST-UPDATED "202009032030Z" + ORGANIZATION "The FreeBSD Project." + CONTACT-INFO + "phk@FreeBSD.org is contact person for this file. + core@FreeBSD.org is the final authority." + DESCRIPTION + "The Structure of Management Information for the + FreeBSD Project enterprise MIB subtree." + REVISION "202009031900Z" + DESCRIPTION + "Added entries for the otherName component of a X.509 cert" + REVISION "200610310800Z" + DESCRIPTION + "Initial version of this MIB module." + ::= { enterprises 2238 } -- assigned by IANA + + +freeBSDsrc OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Subtree for things which lives in the src tree." + ::= { freeBSD 1 } + +freeBSDsrcCertOtherName OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Subtree for X.509 Certificate otherName entries" + ::= { freeBSDsrc 1 } + +-- +-- For NFS over TLS, a user@domain can optionally be handled by rpc.tlsservd +-- +freeBSDsrcCertNFSuser OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Entry for X.509 Certificate for NFS user@domain name" + ::= { freeBSDsrcCertOtherName 1 } + +freeBSDports OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Subtree for things which lives in the ports tree." + ::= { freeBSD 2 } + +freeBSDpeople OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Subtree for FreeBSD people. + Under this branch any FreeBSD committer may claim + a subtree. Grab the next sequential oid in the list. + These assignments are not revoked when committers leave + the FreeBSD project. + " + ::= { freeBSD 3 } + +freeBSDpeoplePhk OBJECT-IDENTITY + STATUS current DESCRIPTION + "Subtree for phk@FreeBSD.org" + ::= {freeBSDpeople 1} + +freeBSDVersion OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Subtree to register FreeBSD versions. The OID for a FreeBSD + version is formed by appending the dot delimited numbers + from the release number to this base OID. Examples: + + 5.2.1-STABLE: freeBSDVersion.5.2.1 + 6.1-STABLE: freeBSDVersion.6.1 + 7.0-CURRENT: freeBSDVersion.7.0 + + There is no indication whether this is STABLE or CURRENT. + + The sysObjectId is automatically set to the value indicated + by the uname(3) release field by bsnmpd(1). This initial + value can be overwritten in the configuration file." + ::= { freeBSD 4 } + +END diff --git a/kustomize/bases/snmp-exporter/mibs/RSTP-MIB.txt b/kustomize/bases/snmp-exporter/mibs/RSTP-MIB.txt new file mode 100644 index 0000000..ea6648e --- /dev/null +++ b/kustomize/bases/snmp-exporter/mibs/RSTP-MIB.txt @@ -0,0 +1,325 @@ +-- +-- Copyright (C) The Internet Society (2005). +-- +-- This document is subject to the rights, licenses and restrictions +-- contained in BCP 78, and except as set forth therein, the authors +-- retain all their rights. +-- +-- This document and the information contained herein are provided on an +-- "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS +-- OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET +-- ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, +-- INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE +-- INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED +-- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +-- +-- $FreeBSD$ +-- + +RSTP-MIB DEFINITIONS ::= BEGIN + +-- ------------------------------------------------------------- +-- MIB for IEEE 802.1w Rapid Spanning Tree Protocol +-- ------------------------------------------------------------- + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Integer32, mib-2 + FROM SNMPv2-SMI + TruthValue + FROM SNMPv2-TC + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + dot1dStp, dot1dStpPortEntry + FROM BRIDGE-MIB; + +rstpMIB MODULE-IDENTITY + LAST-UPDATED "200512070000Z" + ORGANIZATION "IETF Bridge MIB Working Group" + CONTACT-INFO + "Email: Bridge-mib@ietf.org" + DESCRIPTION + "The Bridge MIB Extension module for managing devices + that support the Rapid Spanning Tree Protocol defined + by IEEE 802.1w. + + Copyright (C) The Internet Society (2005). This version of + this MIB module is part of RFC 4318; See the RFC itself for + full legal notices." + + REVISION "200512070000Z" + DESCRIPTION + "The initial version of this MIB module as published in + RFC 4318." + ::= { mib-2 134 } + +-- ---------------------------------------------------------- -- +-- subtrees in the RSTP-MIB +-- ---------------------------------------------------------- -- + +rstpNotifications OBJECT IDENTIFIER ::= { rstpMIB 0 } +rstpObjects OBJECT IDENTIFIER ::= { rstpMIB 1 } +rstpConformance OBJECT IDENTIFIER ::= { rstpMIB 2 } + +-- ------------------------------------------------------------- +-- Addition to the dot1dStp group +-- ------------------------------------------------------------- + +dot1dStpVersion OBJECT-TYPE + SYNTAX INTEGER { + stpCompatible(0), + rstp(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The version of Spanning Tree Protocol the bridge is + currently running. The value 'stpCompatible(0)' + indicates the Spanning Tree Protocol specified in + IEEE 802.1D-1998 and 'rstp(2)' indicates the Rapid + Spanning Tree Protocol specified in IEEE 802.1w and + clause 17 of 802.1D-2004. The values are directly from + the IEEE standard. New values may be defined as future + versions of the protocol become available. + + The value of this object MUST be retained across + reinitializations of the management system." + REFERENCE + "IEEE 802.1w clause 14.8.1, 17.12, 17.16.1" + DEFVAL { rstp } + ::= { dot1dStp 16 } + +dot1dStpTxHoldCount OBJECT-TYPE + SYNTAX Integer32 (1..10) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The value used by the Port Transmit state machine to limit + the maximum transmission rate. + + The value of this object MUST be retained across + reinitializations of the management system." + + REFERENCE + "IEEE 802.1w clause 17.16.6" + DEFVAL { 3 } + ::= { dot1dStp 17 } + +-- +-- { dot1dStp 18 } was used to represent dot1dStpPathCostDefault +-- in an earlier version of this MIB. It has since been +-- obsoleted, and should not be used. +-- + +dot1dStpExtPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dot1dStpExtPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains port-specific Rapid Spanning Tree + information." + ::= { dot1dStp 19 } + +dot1dStpExtPortEntry OBJECT-TYPE + SYNTAX Dot1dStpExtPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of Rapid Spanning Tree information maintained by + each port." + AUGMENTS { dot1dStpPortEntry } + ::= { dot1dStpExtPortTable 1 } + +Dot1dStpExtPortEntry ::= + SEQUENCE { + dot1dStpPortProtocolMigration + TruthValue, + dot1dStpPortAdminEdgePort + TruthValue, + dot1dStpPortOperEdgePort + TruthValue, + dot1dStpPortAdminPointToPoint + INTEGER, + dot1dStpPortOperPointToPoint + TruthValue, + dot1dStpPortAdminPathCost + Integer32 + } + +dot1dStpPortProtocolMigration OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "When operating in RSTP (version 2) mode, writing true(1) + to this object forces this port to transmit RSTP BPDUs. + Any other operation on this object has no effect and + it always returns false(2) when read." + REFERENCE + "IEEE 802.1w clause 14.8.2.4, 17.18.10, 17.26" + ::= { dot1dStpExtPortEntry 1 } + +dot1dStpPortAdminEdgePort OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The administrative value of the Edge Port parameter. A + value of true(1) indicates that this port should be + assumed as an edge-port, and a value of false(2) indicates + that this port should be assumed as a non-edge-port. + Setting this object will also cause the corresponding + instance of dot1dStpPortOperEdgePort to change to the + same value. Note that even when this object's value + is true, the value of the corresponding instance of + dot1dStpPortOperEdgePort can be false if a BPDU has + been received. + + The value of this object MUST be retained across + reinitializations of the management system." + + REFERENCE + "IEEE 802.1t clause 14.8.2, 18.3.3" + ::= { dot1dStpExtPortEntry 2 } + +dot1dStpPortOperEdgePort OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operational value of the Edge Port parameter. The + object is initialized to the value of the corresponding + instance of dot1dStpPortAdminEdgePort. When the + corresponding instance of dot1dStpPortAdminEdgePort is + set, this object will be changed as well. This object + will also be changed to false on reception of a BPDU." + + REFERENCE + "IEEE 802.1t clause 14.8.2, 18.3.4" + ::= { dot1dStpExtPortEntry 3 } + +dot1dStpPortAdminPointToPoint OBJECT-TYPE + SYNTAX INTEGER { + forceTrue(0), + forceFalse(1), + auto(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The administrative point-to-point status of the LAN segment + attached to this port, using the enumeration values of the + IEEE 802.1w clause. A value of forceTrue(0) indicates + that this port should always be treated as if it is + connected to a point-to-point link. A value of + forceFalse(1) indicates that this port should be treated as + having a shared media connection. A value of auto(2) + indicates that this port is considered to have a + point-to-point link if it is an Aggregator and all of its + members are aggregatable, or if the MAC entity + is configured for full duplex operation, either through + auto-negotiation or by management means. Manipulating this + object changes the underlying adminPortToPortMAC. + + The value of this object MUST be retained across + reinitializations of the management system." + + REFERENCE + "IEEE 802.1w clause 6.4.3, 6.5, 14.8.2" + ::= { dot1dStpExtPortEntry 4 } + +dot1dStpPortOperPointToPoint OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operational point-to-point status of the LAN segment + attached to this port. It indicates whether a port is + considered to have a point-to-point connection. + If adminPointToPointMAC is set to auto(2), then the value + of operPointToPointMAC is determined in accordance with the + specific procedures defined for the MAC entity concerned, + as defined in IEEE 802.1w, clause 6.5. The value is + determined dynamically; that is, it is re-evaluated whenever + the value of adminPointToPointMAC changes, and whenever + the specific procedures defined for the MAC entity evaluate + a change in its point-to-point status." + REFERENCE + "IEEE 802.1w clause 6.4.3, 6.5, 14.8.2" + ::= { dot1dStpExtPortEntry 5 } + +dot1dStpPortAdminPathCost OBJECT-TYPE + SYNTAX Integer32 (0..200000000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The administratively assigned value for the contribution + of this port to the path cost of paths toward the spanning + tree root. + + Writing a value of '0' assigns the automatically calculated + default Path Cost value to the port. If the default Path + Cost is being used, this object returns '0' when read. + + This complements the object dot1dStpPortPathCost or + dot1dStpPortPathCost32, which returns the operational value + of the path cost. + + The value of this object MUST be retained across + reinitializations of the management system." + REFERENCE + "IEEE 802.1D-1998: Section 8.5.5.3" + ::= { dot1dStpExtPortEntry 6 } + +-- ------------------------------------------------------------- +-- rstpMIB - Conformance Information +-- ------------------------------------------------------------- + +rstpGroups OBJECT IDENTIFIER ::= { rstpConformance 1 } + +rstpCompliances OBJECT IDENTIFIER ::= { rstpConformance 2 } + +-- ------------------------------------------------------------- +-- Units of conformance +-- ------------------------------------------------------------- + +rstpBridgeGroup OBJECT-GROUP + OBJECTS { + dot1dStpVersion, + dot1dStpTxHoldCount + } + STATUS current + DESCRIPTION + "Rapid Spanning Tree information for the bridge." + ::= { rstpGroups 1 } + +rstpPortGroup OBJECT-GROUP + OBJECTS { + dot1dStpPortProtocolMigration, + dot1dStpPortAdminEdgePort, + dot1dStpPortOperEdgePort, + dot1dStpPortAdminPointToPoint, + dot1dStpPortOperPointToPoint, + dot1dStpPortAdminPathCost + } + STATUS current + DESCRIPTION + "Rapid Spanning Tree information for individual ports." + ::= { rstpGroups 2 } + +-- ------------------------------------------------------------- +-- Compliance statements +-- ------------------------------------------------------------- + +rstpCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for device support of Rapid + Spanning Tree Protocol (RSTP) bridging services." + MODULE + MANDATORY-GROUPS { + rstpBridgeGroup, + rstpPortGroup + } + ::= { rstpCompliances 1 } + +END diff --git a/kustomize/bases/snmp-exporter/snmp-exporter-deployment.yaml b/kustomize/bases/snmp-exporter/snmp-exporter-deployment.yaml new file mode 100644 index 0000000..3ed4017 --- /dev/null +++ b/kustomize/bases/snmp-exporter/snmp-exporter-deployment.yaml @@ -0,0 +1,48 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: snmp-exporter +spec: + selector: + matchLabels: + app.kubernetes.io/name: snmp-exporter + template: + metadata: + labels: + app.kubernetes.io/name: snmp-exporter + spec: + containers: + - name: snmp-exporter + image: prom/snmp-exporter + resources: + requests: + memory: 128Mi + cpu: 100m + limits: + memory: 128Mi + cpu: 100m + ports: + - containerPort: 9116 + name: http-metrics + volumeMounts: + - name: exporter-config + mountPath: /etc/snmp_exporter/snmp.yml + subPath: snmp.yml + volumes: + - name: exporter-config + configMap: + name: exporter-config +--- +apiVersion: v1 +kind: Service +metadata: + name: snmp-exporter + labels: + app.kubernetes.io/name: snmp-exporter +spec: + selector: + app.kubernetes.io/name: snmp-exporter + ports: + - name: http-metrics + port: 9116 + targetPort: http-metrics diff --git a/kustomize/env/prod/kustomization.yaml b/kustomize/env/prod/kustomization.yaml index 7fec0d6..a3c1ccc 100644 --- a/kustomize/env/prod/kustomization.yaml +++ b/kustomize/env/prod/kustomization.yaml @@ -10,6 +10,7 @@ resources: - ../../overlays/home-assistant - ../../overlays/jellyfin - ../../overlays/deluge + - probes/snmp-exporter.yaml # resources: # - probes/external-services-bobcat-miner.yaml @@ -38,7 +39,7 @@ images: - name: nextcloud/aio-imaginary newTag: 20230613_120442-latest-arm64 - name: homeassistant/home-assistant - newTag: 2023.9.2 + newTag: 2023.10.2 - name: jellyfin/jellyfin newTag: 10.8.10 - name: lscr.io/linuxserver/deluge diff --git a/kustomize/env/prod/probes/external-services-bobcat-miner.yaml b/kustomize/env/prod/probes/external-services-bobcat-miner.yaml deleted file mode 100644 index 4f35e03..0000000 --- a/kustomize/env/prod/probes/external-services-bobcat-miner.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: monitoring.coreos.com/v1 -kind: Probe -metadata: - name: blackbox-exporter-bobcat-miner - labels: - app.kubernetes.io/name: blackbox-exporter - monitor: prometheus - namespace: monitoring -spec: - module: icmp - prober: - url: blackbox-exporter.monitoring.svc:9115 - targets: - staticConfig: - static: - - 192.168.40.30 - labels: - service: bobcat-miner diff --git a/kustomize/env/prod/probes/snmp-exporter.yaml b/kustomize/env/prod/probes/snmp-exporter.yaml new file mode 100644 index 0000000..108067a --- /dev/null +++ b/kustomize/env/prod/probes/snmp-exporter.yaml @@ -0,0 +1,22 @@ +apiVersion: monitoring.coreos.com/v1 +kind: Probe +metadata: + name: snmp-exporter-pfsense + labels: + app.kubernetes.io/name: snmp-exporter + monitor: prometheus + namespace: monitoring +spec: + module: pfsense + prober: + url: snmp-exporter.monitoring.svc:9116 + path: snmp + targets: + staticConfig: + static: + - 192.168.20.1 + metricRelabelings: + - sourceLabels: [__name__] + replacement: pfsense_$1 + targetLabel: __name__ + diff --git a/kustomize/overlays/monitoring/kustomization.yaml b/kustomize/overlays/monitoring/kustomization.yaml index 24d064f..163f0e6 100644 --- a/kustomize/overlays/monitoring/kustomization.yaml +++ b/kustomize/overlays/monitoring/kustomization.yaml @@ -4,6 +4,7 @@ resources: - ../../bases/prometheus # - ../../bases/node-exporter - ../../bases/blackbox-exporter + - ../../bases/snmp-exporter # - ../../bases/ecommerce-exporter - ../../bases/kube-state-metrics - ../../bases/grafana-agent