diff --git a/defaults/object_types.yml b/defaults/object_types.yml index afe51f20..77db8d37 100644 --- a/defaults/object_types.yml +++ b/defaults/object_types.yml @@ -1,15 +1,27 @@ -configuration: { - poll_interval: 86400 # 24 hours -} +# SNMP Polling Types +# These type values define the polling frequency based on the expected volatility of the underlying SNMP data. Assign +# the appropriate value to the `type` parameter of SNMP object definitions to balance data resolution with device/poller +# performance. -telemetry: { - poll_interval: 60 # 1 minute -} +# Highly volatile metrics and critical operational states. Use for data requiring near high granularity or immediate +# alerting. +# Examples: ifInOctets/ifOutOctets (traffic counters), CPU utilization, BGP peer states. +dynamic: + poll_interval: 60 -status: { - poll_interval: 300 # 5 minutes -} +# Routine metrics that fluctuate regularly but do not require high granularity tracking. +# Examples: Environmental sensors (temperature/fans), connection counts, active processes. +active: + poll_interval: 300 -performance: { - poll_interval: 120 # 2 minutes -} +# Slow-moving data and logical topology states that change infrequently. Use for heavy tables that are too expensive to +# poll frequently, but change often enough to need regular tracking. +# Examples: LLDP neighbor tables and ARP caches (ipNetToMediaTable). +stable: + poll_interval: 3600 + +# Static inventory and administrative metadata that rarely, if ever, changes. Use for physical hardware tracking and +# system-level settings. +# Examples: entPhysicalTable (serial numbers, hardware models), firmware versions. +immutable: + poll_interval: 86400 diff --git a/object_groups/apc.yml b/object_groups/apc.yml index 9e723ab6..5c0b9400 100644 --- a/object_groups/apc.yml +++ b/object_groups/apc.yml @@ -317,20 +317,20 @@ apc_cpdu: objects: - CPDU-MIB::cPDU - CPDU-MIB::pduNamePlateEntry - - CPDU-MIB::pduUnitConfigEntry + # - CPDU-MIB::pduUnitConfigEntry - CPDU-MIB::pduUnitPropertiesEntry - CPDU-MIB::pduUnitStatusEntry - CPDU-MIB::pduUnitPsEntry - - CPDU-MIB::pduInputPhaseConfigEntry + # - CPDU-MIB::pduInputPhaseConfigEntry - CPDU-MIB::pduInputPhasePropertiesEntry - CPDU-MIB::pduInputPhaseStatusEntry - - CPDU-MIB::pduCircuitBreakerConfigEntry + # - CPDU-MIB::pduCircuitBreakerConfigEntry - CPDU-MIB::pduCircuitBreakerPropertiesEntry - CPDU-MIB::pduCircuitBreakerStatusEntry - CPDU-MIB::pduOutletSwitchedConfigEntry - CPDU-MIB::pduOutletSwitchedPropertiesEntry - CPDU-MIB::pduOutletSwitchedStatusEntry - - CPDU-MIB::pduOutletSwitchedControlEntry + # - CPDU-MIB::pduOutletSwitchedControlEntry - CPDU-MIB::pduOutletMeteredConfigEntry - CPDU-MIB::pduOutletMeteredPropertiesEntry - CPDU-MIB::pduOutletMeteredStatusEntry diff --git a/object_groups/arista.yml b/object_groups/arista.yml index 7bd40b02..a3752159 100644 --- a/object_groups/arista.yml +++ b/object_groups/arista.yml @@ -4,7 +4,7 @@ arista_system: - ARISTA-CONFIG-COPY-MIB::aristaConfigCopyCommandEntry - ARISTA-CONFIG-MAN-MIB::aristaCmdHistory - ARISTA-DAEMON-MIB::aristaDaemonEnabledEntry - - ARISTA-DAEMON-MIB::aristaDaemonOptionEntry + # - ARISTA-DAEMON-MIB::aristaDaemonOptionEntry - ARISTA-DAEMON-MIB::aristaDaemonRunningEntry - ARISTA-DAEMON-MIB::aristaDaemonDataEntry - ARISTA-ENTITY-SENSOR-MIB::aristaEntSensorThresholdEntry diff --git a/object_groups/cisco.yml b/object_groups/cisco.yml index fc254857..1e78dde5 100644 --- a/object_groups/cisco.yml +++ b/object_groups/cisco.yml @@ -210,7 +210,7 @@ cisco_lwapp: # - CISCO-LWAPP-AP-MIB::cLApGlobalEthernetIfEntry # - CISCO-LWAPP-AP-MIB::ciscoLwappApCredentials # - CISCO-LWAPP-AP-MIB::cLApCredentialsEntry - # - CISCO-LWAPP-AP-MIB::cLApLinkLatencyEntry + - CISCO-LWAPP-AP-MIB::cLApLinkLatencyEntry - CISCO-LWAPP-AP-MIB::cLApLinkLatencyStatsEntry # - CISCO-LWAPP-AP-MIB::ciscoLwappAp802dot1xSupplicant # - CISCO-LWAPP-AP-MIB::cLAp802dot1xSupplicantEntry diff --git a/object_groups/test.yml b/object_groups/test.yml index 5563a2f3..69158a86 100644 --- a/object_groups/test.yml +++ b/object_groups/test.yml @@ -385,20 +385,20 @@ all: # APC - CPDU-MIB::cPDU - CPDU-MIB::pduNamePlateEntry - - CPDU-MIB::pduUnitConfigEntry + # - CPDU-MIB::pduUnitConfigEntry - CPDU-MIB::pduUnitPropertiesEntry - CPDU-MIB::pduUnitStatusEntry - CPDU-MIB::pduUnitPsEntry - - CPDU-MIB::pduInputPhaseConfigEntry + # - CPDU-MIB::pduInputPhaseConfigEntry - CPDU-MIB::pduInputPhasePropertiesEntry - CPDU-MIB::pduInputPhaseStatusEntry - - CPDU-MIB::pduCircuitBreakerConfigEntry + # - CPDU-MIB::pduCircuitBreakerConfigEntry - CPDU-MIB::pduCircuitBreakerPropertiesEntry - CPDU-MIB::pduCircuitBreakerStatusEntry - CPDU-MIB::pduOutletSwitchedConfigEntry - CPDU-MIB::pduOutletSwitchedPropertiesEntry - CPDU-MIB::pduOutletSwitchedStatusEntry - - CPDU-MIB::pduOutletSwitchedControlEntry + # - CPDU-MIB::pduOutletSwitchedControlEntry - CPDU-MIB::pduOutletMeteredConfigEntry - CPDU-MIB::pduOutletMeteredPropertiesEntry - CPDU-MIB::pduOutletMeteredStatusEntry @@ -728,7 +728,7 @@ all: - ARISTA-CONFIG-COPY-MIB::aristaConfigCopyCommandEntry - ARISTA-CONFIG-MAN-MIB::aristaCmdHistory - ARISTA-DAEMON-MIB::aristaDaemonEnabledEntry - - ARISTA-DAEMON-MIB::aristaDaemonOptionEntry + # - ARISTA-DAEMON-MIB::aristaDaemonOptionEntry - ARISTA-DAEMON-MIB::aristaDaemonRunningEntry - ARISTA-DAEMON-MIB::aristaDaemonDataEntry - ARISTA-ENTITY-SENSOR-MIB::aristaEntSensorThresholdEntry @@ -1120,7 +1120,7 @@ all: # - CISCO-LWAPP-AP-MIB::cLApGlobalEthernetIfEntry # - CISCO-LWAPP-AP-MIB::ciscoLwappApCredentials # - CISCO-LWAPP-AP-MIB::cLApCredentialsEntry - # - CISCO-LWAPP-AP-MIB::cLApLinkLatencyEntry + - CISCO-LWAPP-AP-MIB::cLApLinkLatencyEntry - CISCO-LWAPP-AP-MIB::cLApLinkLatencyStatsEntry # - CISCO-LWAPP-AP-MIB::ciscoLwappAp802dot1xSupplicant # - CISCO-LWAPP-AP-MIB::cLAp802dot1xSupplicantEntry diff --git a/objects/acmepacket/ACMEPACKET-ENVMON-MIB.yml b/objects/acmepacket/ACMEPACKET-ENVMON-MIB.yml index f7a013be..8cbcef1f 100644 --- a/objects/acmepacket/ACMEPACKET-ENVMON-MIB.yml +++ b/objects/acmepacket/ACMEPACKET-ENVMON-MIB.yml @@ -1,6 +1,7 @@ ACMEPACKET-ENVMON-MIB::apEnvMonObjects: mib: ACMEPACKET-ENVMON-MIB object: apEnvMonObjects + type: active discovery_attribute: apEnvMonI2CState attributes: apEnvMonI2CState: @@ -11,6 +12,7 @@ ACMEPACKET-ENVMON-MIB::apEnvMonObjects: ACMEPACKET-ENVMON-MIB::apEnvMonVoltageStatusEntry: mib: ACMEPACKET-ENVMON-MIB object: apEnvMonVoltageStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.3.1.2.1.1.1 @@ -47,6 +49,7 @@ ACMEPACKET-ENVMON-MIB::apEnvMonVoltageStatusEntry: ACMEPACKET-ENVMON-MIB::apEnvMonTemperatureStatusEntry: mib: ACMEPACKET-ENVMON-MIB object: apEnvMonTemperatureStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.3.1.3.1.1.1 @@ -83,6 +86,7 @@ ACMEPACKET-ENVMON-MIB::apEnvMonTemperatureStatusEntry: ACMEPACKET-ENVMON-MIB::apEnvMonFanStatusEntry: mib: ACMEPACKET-ENVMON-MIB object: apEnvMonFanStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.3.1.4.1.1.1 @@ -115,6 +119,7 @@ ACMEPACKET-ENVMON-MIB::apEnvMonFanStatusEntry: ACMEPACKET-ENVMON-MIB::apEnvMonPowerSupplyStatusEntry: mib: ACMEPACKET-ENVMON-MIB object: apEnvMonPowerSupplyStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.3.1.5.1.1.1 @@ -138,6 +143,7 @@ ACMEPACKET-ENVMON-MIB::apEnvMonPowerSupplyStatusEntry: ACMEPACKET-ENVMON-MIB::apEnvMonPhyCardStatusEntry: mib: ACMEPACKET-ENVMON-MIB object: apEnvMonPhyCardStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.3.1.6.1.1.1 @@ -161,6 +167,7 @@ ACMEPACKET-ENVMON-MIB::apEnvMonPhyCardStatusEntry: ACMEPACKET-ENVMON-MIB::apEnvMonCardEntry: mib: ACMEPACKET-ENVMON-MIB object: apEnvMonCardEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.3.1.7.1.1.1 @@ -192,6 +199,7 @@ ACMEPACKET-ENVMON-MIB::apEnvMonCardEntry: ACMEPACKET-ENVMON-MIB::apEnvMonCpuCoreEntry: mib: ACMEPACKET-ENVMON-MIB object: apEnvMonCpuCoreEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.3.1.7.1.1.1 diff --git a/objects/acmepacket/APAMI-MIB.yml b/objects/acmepacket/APAMI-MIB.yml index 7a472a0f..19c5cb96 100644 --- a/objects/acmepacket/APAMI-MIB.yml +++ b/objects/acmepacket/APAMI-MIB.yml @@ -1,6 +1,7 @@ APAMI-MIB::apAMISoapObjects: mib: APAMI-MIB object: apAMISoapObjects + type: immutable discovery_attribute: apAM.soap.http attributes: apAM.soap.http: diff --git a/objects/acmepacket/APCODEC-MIB.yml b/objects/acmepacket/APCODEC-MIB.yml index b28b1d6b..ea04636b 100644 --- a/objects/acmepacket/APCODEC-MIB.yml +++ b/objects/acmepacket/APCODEC-MIB.yml @@ -1,6 +1,7 @@ APCODEC-MIB::apCodecRealmStatsEntry: mib: APCODEC-MIB object: apCodecRealmStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.2.1.2.4.1.1 @@ -132,6 +133,7 @@ APCODEC-MIB::apCodecRealmStatsEntry: APCODEC-MIB::apCodecTranscodingRealmStatsEntry: mib: APCODEC-MIB object: apCodecTranscodingRealmStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.2.1.2.4.1.1 @@ -158,6 +160,7 @@ APCODEC-MIB::apCodecTranscodingRealmStatsEntry: APCODEC-MIB::apCodecTranscodingResourceMIBObjects: mib: APCODEC-MIB object: apCodecTranscodingResourceMIBObjects + type: dynamic discovery_attribute: apCodecTranscodingResourcesTotal attributes: apCodecTranscodingResourcesTotal: @@ -204,6 +207,7 @@ APCODEC-MIB::apCodecTranscodingResourceMIBObjects: APCODEC-MIB::apCodecPairStatsEntry: mib: APCODEC-MIB object: apCodecPairStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.7.2.4.1.1 diff --git a/objects/acmepacket/APLICENSE-MIB.yml b/objects/acmepacket/APLICENSE-MIB.yml index 8690959f..4ed43756 100644 --- a/objects/acmepacket/APLICENSE-MIB.yml +++ b/objects/acmepacket/APLICENSE-MIB.yml @@ -1,6 +1,7 @@ APLICENSE-MIB::apLicenseEntry: mib: APLICENSE-MIB object: apLicenseEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.5.1.1.1.1 diff --git a/objects/acmepacket/APSECURITY-MIB.yml b/objects/acmepacket/APSECURITY-MIB.yml index 4fc8a7d4..cb2e4b8c 100644 --- a/objects/acmepacket/APSECURITY-MIB.yml +++ b/objects/acmepacket/APSECURITY-MIB.yml @@ -1,6 +1,7 @@ APSECURITY-MIB::apSecurityMIBObjects: mib: APSECURITY-MIB object: apSecurityMIBObjects + type: dynamic discovery_attribute: apSecurityIPsecTunCount attributes: apSecurityIPsecTunCount: @@ -17,6 +18,7 @@ APSECURITY-MIB::apSecurityMIBObjects: APSECURITY-MIB::apSecurityIkeInterfaceStatsEntry: mib: APSECURITY-MIB object: apSecurityIkeInterfaceStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.9.1.3.1.1 @@ -102,6 +104,7 @@ APSECURITY-MIB::apSecurityIkeInterfaceStatsEntry: APSECURITY-MIB::apSecurityTacacsEntry: mib: APSECURITY-MIB object: apSecurityTacacsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.9.1.4.1.1 @@ -142,6 +145,7 @@ APSECURITY-MIB::apSecurityTacacsEntry: APSECURITY-MIB::apSecurityIkeInterfaceInfoEntry: mib: APSECURITY-MIB object: apSecurityIkeInterfaceInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.9.1.3.1.1 diff --git a/objects/acmepacket/APSWINVENTORY-MIB.yml b/objects/acmepacket/APSWINVENTORY-MIB.yml index c520f405..e1a5d4c1 100644 --- a/objects/acmepacket/APSWINVENTORY-MIB.yml +++ b/objects/acmepacket/APSWINVENTORY-MIB.yml @@ -1,6 +1,7 @@ APSWINVENTORY-MIB::apSwBootEntry: mib: APSWINVENTORY-MIB object: apSwBootEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.4.1.1.1.1.1 @@ -24,6 +25,7 @@ APSWINVENTORY-MIB::apSwBootEntry: APSWINVENTORY-MIB::apSwInventoryCfgObjects: mib: APSWINVENTORY-MIB object: apSwInventoryCfgObjects + type: immutable discovery_attribute: apSwCfgCurrentVersion attributes: apSwCfgCurrentVersion: @@ -40,6 +42,7 @@ APSWINVENTORY-MIB::apSwInventoryCfgObjects: APSWINVENTORY-MIB::apSwCfgBackupEntry: mib: APSWINVENTORY-MIB object: apSwCfgBackupEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.4.1.2.3.1.1 diff --git a/objects/acmepacket/APSYSLOG-MIB.yml b/objects/acmepacket/APSYSLOG-MIB.yml index 427b2e89..9ca7fcee 100644 --- a/objects/acmepacket/APSYSLOG-MIB.yml +++ b/objects/acmepacket/APSYSLOG-MIB.yml @@ -1,6 +1,7 @@ APSYSLOG-MIB::apSyslogBasic: mib: APSYSLOG-MIB object: apSyslogBasic + type: active discovery_attribute: apSyslogNotificationsSent attributes: apSyslogNotificationsSent: diff --git a/objects/acmepacket/APSYSMGMT-MIB.yml b/objects/acmepacket/APSYSMGMT-MIB.yml index d6893ae5..fe3c4a5f 100644 --- a/objects/acmepacket/APSYSMGMT-MIB.yml +++ b/objects/acmepacket/APSYSMGMT-MIB.yml @@ -1,6 +1,7 @@ APSYSMGMT-MIB::apSysMgmtMIBGeneralObjects: mib: APSYSMGMT-MIB object: apSysMgmtMIBGeneralObjects + type: dynamic discovery_attribute: apSysCPUUtil attributes: apSysCPUUtil: @@ -195,6 +196,7 @@ APSYSMGMT-MIB::apSysMgmtMIBGeneralObjects: APSYSMGMT-MIB::apSysStorageSpaceEntry: mib: APSYSMGMT-MIB object: apSysStorageSpaceEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.2.1.1.23.1.1 @@ -220,6 +222,7 @@ APSYSMGMT-MIB::apSysStorageSpaceEntry: APSYSMGMT-MIB::apSysETCCoreUtilEntry: mib: APSYSMGMT-MIB object: apSysETCCoreUtilEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.2.1.1.37.1.1 @@ -240,6 +243,7 @@ APSYSMGMT-MIB::apSysETCCoreUtilEntry: APSYSMGMT-MIB::apSysETCMemoryPoolUtilEntry: mib: APSYSMGMT-MIB object: apSysETCMemoryPoolUtilEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.2.1.1.37.1.1 @@ -260,6 +264,7 @@ APSYSMGMT-MIB::apSysETCMemoryPoolUtilEntry: APSYSMGMT-MIB::apCombinedSessionAgentStatsEntry: mib: APSYSMGMT-MIB object: apCombinedSessionAgentStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.2.1.2.1.1.1 @@ -373,6 +378,7 @@ APSYSMGMT-MIB::apCombinedSessionAgentStatsEntry: APSYSMGMT-MIB::apSipSessionAgentStatsEntry: mib: APSYSMGMT-MIB object: apSipSessionAgentStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.2.1.2.2.1.1 @@ -486,6 +492,7 @@ APSYSMGMT-MIB::apSipSessionAgentStatsEntry: APSYSMGMT-MIB::apH323SessionAgentStatsEntry: mib: APSYSMGMT-MIB object: apH323SessionAgentStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.2.1.2.3.1.1 @@ -599,6 +606,7 @@ APSYSMGMT-MIB::apH323SessionAgentStatsEntry: APSYSMGMT-MIB::apSigRealmStatsEntry: mib: APSYSMGMT-MIB object: apSigRealmStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9148.3.2.1.2.4.1.1 @@ -768,6 +776,7 @@ APSYSMGMT-MIB::apSigRealmStatsEntry: APSYSMGMT-MIB::apNetMgmtCtrlStatsEntry: mib: APSYSMGMT-MIB object: apNetMgmtCtrlStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.9148.3.2.1.3.1.1.1 @@ -832,6 +841,7 @@ APSYSMGMT-MIB::apNetMgmtCtrlStatsEntry: APSYSMGMT-MIB::apENUMServerStatusEntry: mib: APSYSMGMT-MIB object: apENUMServerStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.9148.3.2.1.4.1.1.1 @@ -851,6 +861,7 @@ APSYSMGMT-MIB::apENUMServerStatusEntry: APSYSMGMT-MIB::apSysMgmtMIBNSEPStatsObjects: mib: APSYSMGMT-MIB object: apSysMgmtMIBNSEPStatsObjects + type: dynamic discovery_attribute: apNSEPStatsCurrentActiveSessionsInbound attributes: apNSEPStatsCurrentActiveSessionsInbound: @@ -877,6 +888,7 @@ APSYSMGMT-MIB::apSysMgmtMIBNSEPStatsObjects: APSYSMGMT-MIB::apNSEPStatsRPHEntry: mib: APSYSMGMT-MIB object: apNSEPStatsRPHEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.9148.3.2.1.5.5.1.1 @@ -928,6 +940,7 @@ APSYSMGMT-MIB::apNSEPStatsRPHEntry: APSYSMGMT-MIB::apLDAPServerStatusEntry: mib: APSYSMGMT-MIB object: apLDAPServerStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.9148.3.2.1.6.1.1.1 @@ -947,6 +960,7 @@ APSYSMGMT-MIB::apLDAPServerStatusEntry: APSYSMGMT-MIB::apSysMgmtPhyUtilTableEntry: mib: APSYSMGMT-MIB object: apSysMgmtPhyUtilTableEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/airespace/AIRESPACE-WIRELESS-MIB.yml b/objects/airespace/AIRESPACE-WIRELESS-MIB.yml index 26a70c23..bcef6cd6 100644 --- a/objects/airespace/AIRESPACE-WIRELESS-MIB.yml +++ b/objects/airespace/AIRESPACE-WIRELESS-MIB.yml @@ -1,6 +1,7 @@ AIRESPACE-WIRELESS-MIB::bsnDot11EssEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnDot11EssEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.14179.2.1.1.1.1 @@ -283,6 +284,7 @@ AIRESPACE-WIRELESS-MIB::bsnDot11EssEntry: AIRESPACE-WIRELESS-MIB::bsnMobileStationEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnMobileStationEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.1.4.1.1 @@ -462,6 +464,7 @@ AIRESPACE-WIRELESS-MIB::bsnMobileStationEntry: AIRESPACE-WIRELESS-MIB::bsnMobileStationStatsEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnMobileStationStatsEntry + type: active augments: AIRESPACE-WIRELESS-MIB::bsnMobileStationEntry discovery_attribute: bsnMobileStationBytesReceived attributes: @@ -896,6 +899,7 @@ AIRESPACE-WIRELESS-MIB::bsnMobileStationStatsEntry: AIRESPACE-WIRELESS-MIB::bsnTagEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnTagEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.1.18.1.1 @@ -965,6 +969,7 @@ AIRESPACE-WIRELESS-MIB::bsnTagEntry: AIRESPACE-WIRELESS-MIB::bsnTagStatsEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnTagStatsEntry + type: active augments: AIRESPACE-WIRELESS-MIB::bsnTagEntry discovery_attribute: bsnTagPacketsReceived attributes: @@ -982,6 +987,7 @@ AIRESPACE-WIRELESS-MIB::bsnTagStatsEntry: AIRESPACE-WIRELESS-MIB::bsnMobileStationExtStatsEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnMobileStationExtStatsEntry + type: active augments: AIRESPACE-WIRELESS-MIB::bsnMobileStationEntry discovery_attribute: bsnMobileStationTxExcessiveRetries attributes: @@ -1009,6 +1015,7 @@ AIRESPACE-WIRELESS-MIB::bsnMobileStationExtStatsEntry: AIRESPACE-WIRELESS-MIB::bsnAPEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnAPEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.2.1.1.1 @@ -1141,6 +1148,7 @@ AIRESPACE-WIRELESS-MIB::bsnAPEntry: AIRESPACE-WIRELESS-MIB::bsnAPIfEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnAPIfEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.2.1.1.1 @@ -1398,6 +1406,7 @@ AIRESPACE-WIRELESS-MIB::bsnAPIfEntry: AIRESPACE-WIRELESS-MIB::bsnAPIfDot11CountersEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnAPIfDot11CountersEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.2.1.1.1 @@ -1621,6 +1630,7 @@ AIRESPACE-WIRELESS-MIB::bsnAPIfDot11CountersEntry: AIRESPACE-WIRELESS-MIB::bsnAPIfLoadParametersEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnAPIfLoadParametersEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.2.1.1.1 @@ -1783,6 +1793,7 @@ AIRESPACE-WIRELESS-MIB::bsnAPIfLoadParametersEntry: AIRESPACE-WIRELESS-MIB::bsnAPIfStationRSSICoverageInfoEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnAPIfStationRSSICoverageInfoEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.2.1.1.1 @@ -1812,6 +1823,7 @@ AIRESPACE-WIRELESS-MIB::bsnAPIfStationRSSICoverageInfoEntry: AIRESPACE-WIRELESS-MIB::bsnAPIfStationSNRCoverageInfoEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnAPIfStationSNRCoverageInfoEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.2.1.1.1 @@ -1896,6 +1908,7 @@ AIRESPACE-WIRELESS-MIB::bsnAPIfStationSNRCoverageInfoEntry: AIRESPACE-WIRELESS-MIB::bsnMeshNodeEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnMeshNodeEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.2.1.1.1 @@ -2007,6 +2020,7 @@ AIRESPACE-WIRELESS-MIB::bsnMeshNodeEntry: AIRESPACE-WIRELESS-MIB::bsnMeshNeighsEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnMeshNeighsEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.2.1.1.1 @@ -2090,6 +2104,7 @@ AIRESPACE-WIRELESS-MIB::bsnMeshNeighsEntry: AIRESPACE-WIRELESS-MIB::bsnAPIfRadarChannelStatisticsEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnAPIfRadarChannelStatisticsEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.2.1.1.1 @@ -3042,6 +3057,7 @@ AIRESPACE-WIRELESS-MIB::bsnAPIfRadarChannelStatisticsEntry: AIRESPACE-WIRELESS-MIB::bsnGlobalDot11SystemInfo: mib: AIRESPACE-WIRELESS-MIB object: bsnGlobalDot11SystemInfo + type: active discovery_attribute: bsnGlobalDot11SystemMobileStations attributes: bsnGlobalDot11SystemMobileStations: @@ -3465,6 +3481,7 @@ AIRESPACE-WIRELESS-MIB::bsnGlobalDot11SystemInfo: AIRESPACE-WIRELESS-MIB::bsnRadiusAuthServerStatsEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnRadiusAuthServerStatsEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.14179.2.5.1.1.1 @@ -3536,6 +3553,7 @@ AIRESPACE-WIRELESS-MIB::bsnRadiusAuthServerStatsEntry: AIRESPACE-WIRELESS-MIB::bsnRadiusAccServerStatsEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnRadiusAccServerStatsEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.14179.2.5.2.1.1 @@ -3916,6 +3934,7 @@ AIRESPACE-WIRELESS-MIB::bsnRadiusAccServerStatsEntry: AIRESPACE-WIRELESS-MIB::bsnPingTestEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnPingTestEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.14179.2.7.2.1.1.1 @@ -3960,6 +3979,7 @@ AIRESPACE-WIRELESS-MIB::bsnPingTestEntry: AIRESPACE-WIRELESS-MIB::bsnLinkTestEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnLinkTestEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.14179.2.7.3.1.1.1 @@ -4045,6 +4065,7 @@ AIRESPACE-WIRELESS-MIB::bsnLinkTestEntry: AIRESPACE-WIRELESS-MIB::bsnMobilityStats: mib: AIRESPACE-WIRELESS-MIB object: bsnMobilityStats + type: active discovery_attribute: bsnTotalHandoffRequests attributes: bsnTotalHandoffRequests: @@ -4221,6 +4242,7 @@ AIRESPACE-WIRELESS-MIB::bsnMobilityStats: AIRESPACE-WIRELESS-MIB::bsnMobilityGroupDirectoryEntry: mib: AIRESPACE-WIRELESS-MIB object: bsnMobilityGroupDirectoryEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.14179.2.8.2.9.1.2 diff --git a/objects/andover/ANDOVER-CONTROLS-MIB.yml b/objects/andover/ANDOVER-CONTROLS-MIB.yml index 0c1c0e85..a64c9669 100644 --- a/objects/andover/ANDOVER-CONTROLS-MIB.yml +++ b/objects/andover/ANDOVER-CONTROLS-MIB.yml @@ -1,6 +1,7 @@ ANDOVER-CONTROLS-MIB::accSystem: mib: ANDOVER-CONTROLS-MIB object: accSystem + type: immutable discovery_attribute: accModel attributes: accModel: diff --git a/objects/apc/CPDU-MIB.yml b/objects/apc/CPDU-MIB.yml index f24057da..e3518cfc 100644 --- a/objects/apc/CPDU-MIB.yml +++ b/objects/apc/CPDU-MIB.yml @@ -1,6 +1,7 @@ CPDU-MIB::cPDU: mib: CPDU-MIB object: cPDU + type: stable discovery_attribute: pduNamePlateTableSize attributes: pduNamePlateTableSize: @@ -47,6 +48,7 @@ CPDU-MIB::cPDU: CPDU-MIB::pduNamePlateEntry: mib: CPDU-MIB object: pduNamePlateEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.1.2.1.1 @@ -111,99 +113,101 @@ CPDU-MIB::pduNamePlateEntry: name: apc.pduNamePlateType syntax: EnumInteger -CPDU-MIB::pduUnitConfigEntry: - mib: CPDU-MIB - object: pduUnitConfigEntry - augments: CPDU-MIB::pduUnitStatusEntry - discovery_attribute: pduUnitConfigName - attributes: - pduUnitConfigName: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.2 - name: apc.pduUnitConfigName - syntax: DisplayString - pduUnitConfigLocation: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.3 - name: apc.pduUnitConfigLocation - syntax: DisplayString - pduUnitConfigDisplayOrientation: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.4 - name: apc.pduUnitConfigDisplayOrientation - syntax: EnumInteger - pduUnitConfigOledDisplayControl: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.5 - name: apc.pduUnitConfigOledDisplayControl - syntax: EnumInteger - pduUnitConfigColdstartDelay: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.6 - name: apc.pduUnitConfigColdstartDelay - syntax: TicksSec - metric: gauge - pduUnitConfigGlobalOutletStateOnStartup: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.7 - name: apc.pduUnitConfigGlobalOutletStateOnStartup - syntax: EnumInteger - pduUnitConfigLowerCriticalThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.8 - name: apc.pduUnitConfigLowerCriticalThreshold - syntax: PowerWatt - metric: gauge - pduUnitConfigLowerWarningThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.9 - name: apc.pduUnitConfigLowerWarningThreshold - syntax: PowerWatt - metric: gauge - pduUnitConfigUpperCriticalThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.10 - name: apc.pduUnitConfigUpperCriticalThreshold - syntax: PowerWatt - metric: gauge - pduUnitConfigUpperWarningThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.11 - name: apc.pduUnitConfigUpperWarningThreshold - syntax: PowerWatt - metric: gauge - pduUnitConfigAlarmResetThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.12 - name: apc.pduUnitConfigAlarmResetThreshold - syntax: PowerWatt - metric: gauge - pduUnitConfigAlarmStateChangeDelay: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.13 - name: apc.pduUnitConfigAlarmStateChangeDelay - syntax: Unsigned32 - metric: gauge - pduUnitConfigEnabledThresholds: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.14 - name: apc.pduUnitConfigEnabledThresholds - syntax: EnumBitmap - # pduUnitConfigPeakPowerReset: - # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.15 - # name: apc.pduUnitConfigPeakPowerReset - # syntax: EnumInteger - # pduUnitConfigEnergyReset: - # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.16 - # name: apc.pduUnitConfigEnergyReset - # syntax: EnumInteger - # pduUnitConfigOutletPeakPowerReset: - # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.17 - # name: apc.pduUnitConfigOutletPeakPowerReset - # syntax: EnumInteger - # pduUnitConfigOutletEnergyReset: - # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.18 - # name: apc.pduUnitConfigOutletEnergyReset - # syntax: EnumInteger - pduUnitConfigSsh: - oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.19 - name: apc.pduUnitConfigSsh - syntax: EnumInteger - # pduUnitConfigResetNetworkManagementCard: - # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.20 - # name: apc.pduUnitConfigResetNetworkManagementCard - # syntax: EnumInteger +# CPDU-MIB::pduUnitConfigEntry: +# mib: CPDU-MIB +# object: pduUnitConfigEntry +# type: dynamic +# augments: CPDU-MIB::pduUnitStatusEntry +# discovery_attribute: pduUnitConfigName +# attributes: +# pduUnitConfigName: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.2 +# name: apc.pduUnitConfigName +# syntax: DisplayString +# pduUnitConfigLocation: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.3 +# name: apc.pduUnitConfigLocation +# syntax: DisplayString +# pduUnitConfigDisplayOrientation: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.4 +# name: apc.pduUnitConfigDisplayOrientation +# syntax: EnumInteger +# pduUnitConfigOledDisplayControl: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.5 +# name: apc.pduUnitConfigOledDisplayControl +# syntax: EnumInteger +# pduUnitConfigColdstartDelay: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.6 +# name: apc.pduUnitConfigColdstartDelay +# syntax: TicksSec +# metric: gauge +# pduUnitConfigGlobalOutletStateOnStartup: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.7 +# name: apc.pduUnitConfigGlobalOutletStateOnStartup +# syntax: EnumInteger +# pduUnitConfigLowerCriticalThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.8 +# name: apc.pduUnitConfigLowerCriticalThreshold +# syntax: PowerWatt +# metric: gauge +# pduUnitConfigLowerWarningThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.9 +# name: apc.pduUnitConfigLowerWarningThreshold +# syntax: PowerWatt +# metric: gauge +# pduUnitConfigUpperCriticalThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.10 +# name: apc.pduUnitConfigUpperCriticalThreshold +# syntax: PowerWatt +# metric: gauge +# pduUnitConfigUpperWarningThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.11 +# name: apc.pduUnitConfigUpperWarningThreshold +# syntax: PowerWatt +# metric: gauge +# pduUnitConfigAlarmResetThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.12 +# name: apc.pduUnitConfigAlarmResetThreshold +# syntax: PowerWatt +# metric: gauge +# pduUnitConfigAlarmStateChangeDelay: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.13 +# name: apc.pduUnitConfigAlarmStateChangeDelay +# syntax: Unsigned32 +# metric: gauge +# pduUnitConfigEnabledThresholds: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.14 +# name: apc.pduUnitConfigEnabledThresholds +# syntax: EnumBitmap +# # pduUnitConfigPeakPowerReset: +# # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.15 +# # name: apc.pduUnitConfigPeakPowerReset +# # syntax: EnumInteger +# # pduUnitConfigEnergyReset: +# # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.16 +# # name: apc.pduUnitConfigEnergyReset +# # syntax: EnumInteger +# # pduUnitConfigOutletPeakPowerReset: +# # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.17 +# # name: apc.pduUnitConfigOutletPeakPowerReset +# # syntax: EnumInteger +# # pduUnitConfigOutletEnergyReset: +# # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.18 +# # name: apc.pduUnitConfigOutletEnergyReset +# # syntax: EnumInteger +# pduUnitConfigSsh: +# oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.19 +# name: apc.pduUnitConfigSsh +# syntax: EnumInteger +# # pduUnitConfigResetNetworkManagementCard: +# # oid: .1.3.6.1.4.1.318.1.1.32.2.2.1.20 +# # name: apc.pduUnitConfigResetNetworkManagementCard +# # syntax: EnumInteger CPDU-MIB::pduUnitPropertiesEntry: mib: CPDU-MIB object: pduUnitPropertiesEntry + type: active augments: CPDU-MIB::pduUnitStatusEntry discovery_attribute: pduUnitPropertiesName attributes: @@ -278,6 +282,7 @@ CPDU-MIB::pduUnitPropertiesEntry: CPDU-MIB::pduUnitStatusEntry: mib: CPDU-MIB object: pduUnitStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.2.4.1.1 @@ -338,6 +343,7 @@ CPDU-MIB::pduUnitStatusEntry: CPDU-MIB::pduUnitPsEntry: mib: CPDU-MIB object: pduUnitPsEntry + type: active augments: CPDU-MIB::pduUnitStatusEntry discovery_attribute: pduUnitPsSupportUpstreamStatus attributes: @@ -354,93 +360,95 @@ CPDU-MIB::pduUnitPsEntry: name: apc.pduUnitPsOptMode syntax: EnumInteger -CPDU-MIB::pduInputPhaseConfigEntry: - mib: CPDU-MIB - object: pduInputPhaseConfigEntry - augments: CPDU-MIB::pduInputPhaseStatusEntry - discovery_attribute: pduInputPhaseConfigCount - attributes: - pduInputPhaseConfigCount: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.2 - name: apc.pduInputPhaseConfigCount - syntax: Integer32 - metric: gauge - pduInputPhaseConfigOverloadRestriction: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.3 - name: apc.pduInputPhaseConfigOverloadRestriction - syntax: EnumInteger - pduInputPhaseConfigCurrentLowerCriticalThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.4 - name: apc.pduInputPhaseConfigCurrentLowerCriticalThreshold - syntax: CurrentCentiAmp - metric: gauge - pduInputPhaseConfigCurrentLowerWarningThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.5 - name: apc.pduInputPhaseConfigCurrentLowerWarningThreshold - syntax: CurrentCentiAmp - metric: gauge - pduInputPhaseConfigCurrentUpperCriticalThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.6 - name: apc.pduInputPhaseConfigCurrentUpperCriticalThreshold - syntax: CurrentCentiAmp - metric: gauge - pduInputPhaseConfigCurrentUpperWarningThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.7 - name: apc.pduInputPhaseConfigCurrentUpperWarningThreshold - syntax: CurrentCentiAmp - metric: gauge - pduInputPhaseConfigVoltageLowerCriticalThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.8 - name: apc.pduInputPhaseConfigVoltageLowerCriticalThreshold - syntax: VoltageVolt - metric: gauge - pduInputPhaseConfigVoltageLowerWarningThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.9 - name: apc.pduInputPhaseConfigVoltageLowerWarningThreshold - syntax: VoltageVolt - metric: gauge - pduInputPhaseConfigVoltageUpperCriticalThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.10 - name: apc.pduInputPhaseConfigVoltageUpperCriticalThreshold - syntax: VoltageVolt - metric: gauge - pduInputPhaseConfigVoltageUpperWarningThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.11 - name: apc.pduInputPhaseConfigVoltageUpperWarningThreshold - syntax: VoltageVolt - metric: gauge - pduInputPhaseConfigCurrentAlarmResetThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.12 - name: apc.pduInputPhaseConfigCurrentAlarmResetThreshold - syntax: CurrentCentiAmp - metric: gauge - pduInputPhaseConfigCurrentAlarmStateChangeDelay: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.13 - name: apc.pduInputPhaseConfigCurrentAlarmStateChangeDelay - syntax: CurrentCentiAmp - metric: gauge - pduInputPhaseConfigCurrentEnabledThresholds: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.14 - name: apc.pduInputPhaseConfigCurrentEnabledThresholds - syntax: EnumBitmap - pduInputPhaseConfigVoltageAlarmResetThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.15 - name: apc.pduInputPhaseConfigVoltageAlarmResetThreshold - syntax: VoltageVolt - metric: gauge - pduInputPhaseConfigVoltageAlarmStateChangeDelay: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.16 - name: apc.pduInputPhaseConfigVoltageAlarmStateChangeDelay - syntax: Integer32 - metric: gauge - pduInputPhaseConfigVoltageEnabledThresholds: - oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.17 - name: apc.pduInputPhaseConfigVoltageEnabledThresholds - syntax: EnumBitmap +# CPDU-MIB::pduInputPhaseConfigEntry: +# mib: CPDU-MIB +# object: pduInputPhaseConfigEntry +# type: dynamic +# augments: CPDU-MIB::pduInputPhaseStatusEntry +# discovery_attribute: pduInputPhaseConfigCount +# attributes: +# pduInputPhaseConfigCount: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.2 +# name: apc.pduInputPhaseConfigCount +# syntax: Integer32 +# metric: gauge +# pduInputPhaseConfigOverloadRestriction: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.3 +# name: apc.pduInputPhaseConfigOverloadRestriction +# syntax: EnumInteger +# pduInputPhaseConfigCurrentLowerCriticalThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.4 +# name: apc.pduInputPhaseConfigCurrentLowerCriticalThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduInputPhaseConfigCurrentLowerWarningThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.5 +# name: apc.pduInputPhaseConfigCurrentLowerWarningThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduInputPhaseConfigCurrentUpperCriticalThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.6 +# name: apc.pduInputPhaseConfigCurrentUpperCriticalThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduInputPhaseConfigCurrentUpperWarningThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.7 +# name: apc.pduInputPhaseConfigCurrentUpperWarningThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduInputPhaseConfigVoltageLowerCriticalThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.8 +# name: apc.pduInputPhaseConfigVoltageLowerCriticalThreshold +# syntax: VoltageVolt +# metric: gauge +# pduInputPhaseConfigVoltageLowerWarningThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.9 +# name: apc.pduInputPhaseConfigVoltageLowerWarningThreshold +# syntax: VoltageVolt +# metric: gauge +# pduInputPhaseConfigVoltageUpperCriticalThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.10 +# name: apc.pduInputPhaseConfigVoltageUpperCriticalThreshold +# syntax: VoltageVolt +# metric: gauge +# pduInputPhaseConfigVoltageUpperWarningThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.11 +# name: apc.pduInputPhaseConfigVoltageUpperWarningThreshold +# syntax: VoltageVolt +# metric: gauge +# pduInputPhaseConfigCurrentAlarmResetThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.12 +# name: apc.pduInputPhaseConfigCurrentAlarmResetThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduInputPhaseConfigCurrentAlarmStateChangeDelay: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.13 +# name: apc.pduInputPhaseConfigCurrentAlarmStateChangeDelay +# syntax: CurrentCentiAmp +# metric: gauge +# pduInputPhaseConfigCurrentEnabledThresholds: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.14 +# name: apc.pduInputPhaseConfigCurrentEnabledThresholds +# syntax: EnumBitmap +# pduInputPhaseConfigVoltageAlarmResetThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.15 +# name: apc.pduInputPhaseConfigVoltageAlarmResetThreshold +# syntax: VoltageVolt +# metric: gauge +# pduInputPhaseConfigVoltageAlarmStateChangeDelay: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.16 +# name: apc.pduInputPhaseConfigVoltageAlarmStateChangeDelay +# syntax: Integer32 +# metric: gauge +# pduInputPhaseConfigVoltageEnabledThresholds: +# oid: .1.3.6.1.4.1.318.1.1.32.3.2.1.17 +# name: apc.pduInputPhaseConfigVoltageEnabledThresholds +# syntax: EnumBitmap CPDU-MIB::pduInputPhasePropertiesEntry: mib: CPDU-MIB object: pduInputPhasePropertiesEntry + type: stable augments: CPDU-MIB::pduInputPhaseStatusEntry discovery_attribute: pduInputPhasePropertiesCount attributes: @@ -453,6 +461,7 @@ CPDU-MIB::pduInputPhasePropertiesEntry: CPDU-MIB::pduInputPhaseStatusEntry: mib: CPDU-MIB object: pduInputPhaseStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.2.4.1.1 @@ -503,63 +512,65 @@ CPDU-MIB::pduInputPhaseStatusEntry: syntax: Integer32 metric: gauge -CPDU-MIB::pduCircuitBreakerConfigEntry: - mib: CPDU-MIB - object: pduCircuitBreakerConfigEntry - augments: CPDU-MIB::pduCircuitBreakerStatusEntry - discovery_attribute: pduCircuitBreakerConfigCount - attributes: - pduCircuitBreakerConfigCount: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.2 - name: apc.pduCircuitBreakerConfigCount - syntax: Integer32 - metric: gauge - pduCircuitBreakerName: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.3 - name: apc.pduCircuitBreakerName - syntax: DisplayString - pduCircuitBreakerConfigOverloadRestriction: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.4 - name: apc.pduCircuitBreakerConfigOverloadRestriction - syntax: EnumInteger - pduCircuitBreakerConfigLowerCriticalThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.5 - name: apc.pduCircuitBreakerConfigLowerCriticalThreshold - syntax: CurrentCentiAmp - metric: gauge - pduCircuitBreakerConfigLowerWarningThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.6 - name: apc.pduCircuitBreakerConfigLowerWarningThreshold - syntax: CurrentCentiAmp - metric: gauge - pduCircuitBreakerConfigUpperCriticalThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.7 - name: apc.pduCircuitBreakerConfigUpperCriticalThreshold - syntax: CurrentCentiAmp - metric: gauge - pduCircuitBreakerConfigUpperWarningThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.8 - name: apc.pduCircuitBreakerConfigUpperWarningThreshold - syntax: CurrentCentiAmp - metric: gauge - pduCircuitBreakerConfigAlarmResetThreshold: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.9 - name: apc.pduCircuitBreakerConfigAlarmResetThreshold - syntax: CurrentCentiAmp - metric: gauge - pduCircuitBreakerConfigAlarmStateChangeDelay: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.10 - name: apc.pduCircuitBreakerConfigAlarmStateChangeDelay - syntax: Unsigned32 - metric: gauge - pduCircuitBreakerConfigEnabledThresholds: - oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.11 - name: apc.pduCircuitBreakerConfigEnabledThresholds - syntax: EnumBitmap +# CPDU-MIB::pduCircuitBreakerConfigEntry: +# mib: CPDU-MIB +# object: pduCircuitBreakerConfigEntry +# type: active +# augments: CPDU-MIB::pduCircuitBreakerStatusEntry +# discovery_attribute: pduCircuitBreakerConfigCount +# attributes: +# pduCircuitBreakerConfigCount: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.2 +# name: apc.pduCircuitBreakerConfigCount +# syntax: Integer32 +# metric: gauge +# pduCircuitBreakerName: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.3 +# name: apc.pduCircuitBreakerName +# syntax: DisplayString +# pduCircuitBreakerConfigOverloadRestriction: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.4 +# name: apc.pduCircuitBreakerConfigOverloadRestriction +# syntax: EnumInteger +# pduCircuitBreakerConfigLowerCriticalThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.5 +# name: apc.pduCircuitBreakerConfigLowerCriticalThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduCircuitBreakerConfigLowerWarningThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.6 +# name: apc.pduCircuitBreakerConfigLowerWarningThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduCircuitBreakerConfigUpperCriticalThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.7 +# name: apc.pduCircuitBreakerConfigUpperCriticalThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduCircuitBreakerConfigUpperWarningThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.8 +# name: apc.pduCircuitBreakerConfigUpperWarningThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduCircuitBreakerConfigAlarmResetThreshold: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.9 +# name: apc.pduCircuitBreakerConfigAlarmResetThreshold +# syntax: CurrentCentiAmp +# metric: gauge +# pduCircuitBreakerConfigAlarmStateChangeDelay: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.10 +# name: apc.pduCircuitBreakerConfigAlarmStateChangeDelay +# syntax: Unsigned32 +# metric: gauge +# pduCircuitBreakerConfigEnabledThresholds: +# oid: .1.3.6.1.4.1.318.1.1.32.4.2.1.11 +# name: apc.pduCircuitBreakerConfigEnabledThresholds +# syntax: EnumBitmap CPDU-MIB::pduCircuitBreakerPropertiesEntry: mib: CPDU-MIB object: pduCircuitBreakerPropertiesEntry + type: active augments: CPDU-MIB::pduCircuitBreakerStatusEntry discovery_attribute: pduCircuitBreakerPropertiesCount attributes: @@ -581,6 +592,7 @@ CPDU-MIB::pduCircuitBreakerPropertiesEntry: CPDU-MIB::pduCircuitBreakerStatusEntry: mib: CPDU-MIB object: pduCircuitBreakerStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.2.4.1.1 @@ -614,6 +626,7 @@ CPDU-MIB::pduCircuitBreakerStatusEntry: CPDU-MIB::pduOutletSwitchedConfigEntry: mib: CPDU-MIB object: pduOutletSwitchedConfigEntry + type: stable augments: CPDU-MIB::pduOutletSwitchedStatusEntry discovery_attribute: pduOutletSwitchedName attributes: @@ -644,6 +657,7 @@ CPDU-MIB::pduOutletSwitchedConfigEntry: CPDU-MIB::pduOutletSwitchedPropertiesEntry: mib: CPDU-MIB object: pduOutletSwitchedPropertiesEntry + type: stable augments: CPDU-MIB::pduOutletSwitchedStatusEntry discovery_attribute: pduOutletSwitchedPropertiesNumber attributes: @@ -672,6 +686,7 @@ CPDU-MIB::pduOutletSwitchedPropertiesEntry: CPDU-MIB::pduOutletSwitchedStatusEntry: mib: CPDU-MIB object: pduOutletSwitchedStatusEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.2.4.1.1 @@ -696,28 +711,30 @@ CPDU-MIB::pduOutletSwitchedStatusEntry: name: apc.pduOutletSwitchedStatusState syntax: EnumInteger -CPDU-MIB::pduOutletSwitchedControlEntry: - mib: CPDU-MIB - object: pduOutletSwitchedControlEntry - augments: CPDU-MIB::pduOutletSwitchedStatusEntry - discovery_attribute: pduOutletSwitchedControlNumber - attributes: - pduOutletSwitchedControlNumber: - oid: .1.3.6.1.4.1.318.1.1.32.5.5.1.2 - name: apc.pduOutletSwitchedControlNumber - syntax: IntegerAsID - pduOutletSwitchedControlName: - oid: .1.3.6.1.4.1.318.1.1.32.5.5.1.3 - name: apc.pduOutletSwitchedControlName - syntax: DisplayString - pduOutletSwitchedControlCommand: - oid: .1.3.6.1.4.1.318.1.1.32.5.5.1.4 - name: apc.pduOutletSwitchedControlCommand - syntax: EnumInteger +# CPDU-MIB::pduOutletSwitchedControlEntry: +# mib: CPDU-MIB +# object: pduOutletSwitchedControlEntry +# type: dynamic +# augments: CPDU-MIB::pduOutletSwitchedStatusEntry +# discovery_attribute: pduOutletSwitchedControlNumber +# attributes: +# pduOutletSwitchedControlNumber: +# oid: .1.3.6.1.4.1.318.1.1.32.5.5.1.2 +# name: apc.pduOutletSwitchedControlNumber +# syntax: IntegerAsID +# pduOutletSwitchedControlName: +# oid: .1.3.6.1.4.1.318.1.1.32.5.5.1.3 +# name: apc.pduOutletSwitchedControlName +# syntax: DisplayString +# pduOutletSwitchedControlCommand: +# oid: .1.3.6.1.4.1.318.1.1.32.5.5.1.4 +# name: apc.pduOutletSwitchedControlCommand +# syntax: EnumInteger CPDU-MIB::pduOutletMeteredConfigEntry: mib: CPDU-MIB object: pduOutletMeteredConfigEntry + type: active augments: CPDU-MIB::pduOutletMeteredStatusEntry discovery_attribute: pduOutletMeteredName attributes: @@ -763,6 +780,7 @@ CPDU-MIB::pduOutletMeteredConfigEntry: CPDU-MIB::pduOutletMeteredPropertiesEntry: mib: CPDU-MIB object: pduOutletMeteredPropertiesEntry + type: active augments: CPDU-MIB::pduOutletMeteredStatusEntry discovery_attribute: pduOutletMeteredPropertiesNumber attributes: @@ -796,6 +814,7 @@ CPDU-MIB::pduOutletMeteredPropertiesEntry: CPDU-MIB::pduOutletMeteredStatusEntry: mib: CPDU-MIB object: pduOutletMeteredStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.2.4.1.1 @@ -856,6 +875,7 @@ CPDU-MIB::pduOutletMeteredStatusEntry: CPDU-MIB::pduExternalSensorNamePlateEntry: mib: CPDU-MIB object: pduExternalSensorNamePlateEntry + type: active augments: CPDU-MIB::pduExternalSensorStatusEntry discovery_attribute: pduExternalSensorNamePlateName attributes: @@ -891,6 +911,7 @@ CPDU-MIB::pduExternalSensorNamePlateEntry: CPDU-MIB::pduExternalSensorConfigEntry: mib: CPDU-MIB object: pduExternalSensorConfigEntry + type: active augments: CPDU-MIB::pduExternalSensorStatusEntry discovery_attribute: pduExternalSensorConfigLowerCriticalThreshold attributes: @@ -926,6 +947,7 @@ CPDU-MIB::pduExternalSensorConfigEntry: CPDU-MIB::pduExternalSensorStatusEntry: mib: CPDU-MIB object: pduExternalSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.2.4.1.1 @@ -967,6 +989,7 @@ CPDU-MIB::pduExternalSensorStatusEntry: CPDU-MIB::pduUnitSmartCabinetEntry: mib: CPDU-MIB object: pduUnitSmartCabinetEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.7.2.1.1 @@ -994,6 +1017,7 @@ CPDU-MIB::pduUnitSmartCabinetEntry: CPDU-MIB::pduUnitSmartCabinetControl: mib: CPDU-MIB object: pduUnitSmartCabinetControl + type: active discovery_attribute: pduUnitSmartCabinetControlUserName attributes: pduUnitSmartCabinetControlUserName: @@ -1028,6 +1052,7 @@ CPDU-MIB::pduUnitSmartCabinetControl: CPDU-MIB::pduUnitSmartCabinetLockStateEntry: mib: CPDU-MIB object: pduUnitSmartCabinetLockStateEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.7.4.1.1 @@ -1055,6 +1080,7 @@ CPDU-MIB::pduUnitSmartCabinetLockStateEntry: CPDU-MIB::pduEhandleEntry: mib: CPDU-MIB object: pduEhandleEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.9.1.1.1 @@ -1118,6 +1144,7 @@ CPDU-MIB::pduEhandleEntry: CPDU-MIB::pduEhandleControlEntry: mib: CPDU-MIB object: pduEhandleControlEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.32.9.2.1.1 diff --git a/objects/apc/PowerNet-MIB.yml b/objects/apc/PowerNet-MIB.yml index 74064c4d..17c15e87 100644 --- a/objects/apc/PowerNet-MIB.yml +++ b/objects/apc/PowerNet-MIB.yml @@ -1,7 +1,8 @@ PowerNet-MIB::upsBasicBattery: mib: PowerNet-MIB object: upsBasicBattery - augments: PowerNet-MIB::upsBattery + type: active + augments: PowerNet-MIB::upsBatteryStats discovery_attribute: upsBasicBatteryStatus attributes: upsBasicBatteryStatus: @@ -20,7 +21,8 @@ PowerNet-MIB::upsBasicBattery: PowerNet-MIB::upsAdvBattery: mib: PowerNet-MIB object: upsAdvBattery - augments: PowerNet-MIB::upsBattery + type: active + augments: PowerNet-MIB::upsBatteryStats discovery_attribute: upsAdvBatteryCapacity attributes: upsAdvBatteryCapacity: @@ -123,6 +125,7 @@ PowerNet-MIB::upsAdvBattery: PowerNet-MIB::upsAdvBatteryActualVoltageEntry: mib: PowerNet-MIB object: upsAdvBatteryActualVoltageEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.2.12.1.1 @@ -142,6 +145,7 @@ PowerNet-MIB::upsAdvBatteryActualVoltageEntry: PowerNet-MIB::upsAdvTotalDCCurrentEntry: mib: PowerNet-MIB object: upsAdvTotalDCCurrentEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.2.13.1.1 @@ -161,6 +165,7 @@ PowerNet-MIB::upsAdvTotalDCCurrentEntry: PowerNet-MIB::upsAdvBatteryCurrentEntry: mib: PowerNet-MIB object: upsAdvBatteryCurrentEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.2.14.1.1 @@ -184,7 +189,8 @@ PowerNet-MIB::upsAdvBatteryCurrentEntry: PowerNet-MIB::upsHighPrecBattery: mib: PowerNet-MIB object: upsHighPrecBattery - augments: PowerNet-MIB::upsBattery + type: active + augments: PowerNet-MIB::upsBatteryStats discovery_attribute: upsHighPrecBatteryCapacity attributes: upsHighPrecBatteryCapacity: @@ -243,6 +249,7 @@ PowerNet-MIB::upsHighPrecBattery: PowerNet-MIB::upsHighPrecBatteryActualVoltageEntry: mib: PowerNet-MIB object: upsHighPrecBatteryActualVoltageEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.3.7.1.1 @@ -262,6 +269,7 @@ PowerNet-MIB::upsHighPrecBatteryActualVoltageEntry: PowerNet-MIB::upsHighPrecTotalDCCurrentEntry: mib: PowerNet-MIB object: upsHighPrecTotalDCCurrentEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.3.8.1.1 @@ -281,6 +289,7 @@ PowerNet-MIB::upsHighPrecTotalDCCurrentEntry: PowerNet-MIB::upsHighPrecBatteryCurrentEntry: mib: PowerNet-MIB object: upsHighPrecBatteryCurrentEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.3.9.1.1 @@ -304,6 +313,7 @@ PowerNet-MIB::upsHighPrecBatteryCurrentEntry: PowerNet-MIB::upsHighPrecBatteryPackEntry: mib: PowerNet-MIB object: upsHighPrecBatteryPackEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.1 @@ -351,6 +361,7 @@ PowerNet-MIB::upsHighPrecBatteryPackEntry: PowerNet-MIB::upsHighPrecBatteryPackOnlyEntry: mib: PowerNet-MIB object: upsHighPrecBatteryPackOnlyEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.1 @@ -398,6 +409,7 @@ PowerNet-MIB::upsHighPrecBatteryPackOnlyEntry: PowerNet-MIB::upsBatteryCabinetEntry: mib: PowerNet-MIB object: upsBatteryCabinetEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.5.1.1 @@ -469,6 +481,7 @@ PowerNet-MIB::upsBatteryCabinetEntry: PowerNet-MIB::upsBatteryCabStringEntry: mib: PowerNet-MIB object: upsBatteryCabStringEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.6.1.1 @@ -512,6 +525,7 @@ PowerNet-MIB::upsBatteryCabStringEntry: PowerNet-MIB::upsBatteryCabBlockEntry: mib: PowerNet-MIB object: upsBatteryCabBlockEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.7.1.1 @@ -563,6 +577,7 @@ PowerNet-MIB::upsBatteryCabBlockEntry: PowerNet-MIB::upsBatteryCabBlockCellEntry: mib: PowerNet-MIB object: upsBatteryCabBlockCellEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.2.8.1.1 @@ -590,6 +605,7 @@ PowerNet-MIB::upsBatteryCabBlockCellEntry: PowerNet-MIB::upsAdvInput: mib: PowerNet-MIB object: upsAdvInput + type: active discovery_attribute: upsAdvInputLineVoltage attributes: upsAdvInputLineVoltage: @@ -664,6 +680,7 @@ PowerNet-MIB::upsAdvInput: PowerNet-MIB::upsAdvInputStatisticsEntry: mib: PowerNet-MIB object: upsAdvInputStatisticsEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.3.2.10.1.1 @@ -699,6 +716,7 @@ PowerNet-MIB::upsAdvInputStatisticsEntry: PowerNet-MIB::upsHighPrecInput: mib: PowerNet-MIB object: upsHighPrecInput + type: active discovery_attribute: upsHighPrecInputLineVoltage attributes: upsHighPrecInputLineVoltage: @@ -741,6 +759,7 @@ PowerNet-MIB::upsHighPrecInput: PowerNet-MIB::upsBasicOutput: mib: PowerNet-MIB object: upsBasicOutput + type: active discovery_attribute: upsBasicOutputStatus attributes: upsBasicOutputStatus: @@ -775,6 +794,7 @@ PowerNet-MIB::upsBasicOutput: PowerNet-MIB::upsAdvOutput: mib: PowerNet-MIB object: upsAdvOutput + type: active discovery_attribute: upsAdvOutputVoltage attributes: upsAdvOutputVoltage: @@ -865,6 +885,7 @@ PowerNet-MIB::upsAdvOutput: PowerNet-MIB::upsAdvOutputStatisticsEntry: mib: PowerNet-MIB object: upsAdvOutputStatisticsEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.4.2.10.1.1 @@ -888,6 +909,7 @@ PowerNet-MIB::upsAdvOutputStatisticsEntry: PowerNet-MIB::upsHighPrecOutput: mib: PowerNet-MIB object: upsHighPrecOutput + type: active discovery_attribute: upsHighPrecOutputVoltage attributes: upsHighPrecOutputVoltage: @@ -918,6 +940,7 @@ PowerNet-MIB::upsHighPrecOutput: PowerNet-MIB::upsAdvTest: mib: PowerNet-MIB object: upsAdvTest + type: stable discovery_attribute: upsAdvTestDiagnosticSchedule attributes: upsAdvTestDiagnosticSchedule: @@ -988,6 +1011,7 @@ PowerNet-MIB::upsAdvTest: PowerNet-MIB::upsPhaseInputPhaseEntry: mib: PowerNet-MIB object: upsPhaseInputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.9.2.3.1.1 @@ -1051,6 +1075,7 @@ PowerNet-MIB::upsPhaseInputPhaseEntry: PowerNet-MIB::upsPhaseOutputEntry: mib: PowerNet-MIB object: upsPhaseOutputEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.9.3.2.1.1 @@ -1074,6 +1099,7 @@ PowerNet-MIB::upsPhaseOutputEntry: PowerNet-MIB::upsPhaseOutputPhaseEntry: mib: PowerNet-MIB object: upsPhaseOutputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.9.3.3.1.1 @@ -1173,6 +1199,7 @@ PowerNet-MIB::upsPhaseOutputPhaseEntry: PowerNet-MIB::upsSCGStatusEntry: mib: PowerNet-MIB object: upsSCGStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.10.2.2.1.1 @@ -1311,6 +1338,7 @@ PowerNet-MIB::upsSCGStatusEntry: PowerNet-MIB::upsParallelSystem: mib: PowerNet-MIB object: upsParallelSystem + type: active discovery_attribute: upsParallelSysLocalAddress attributes: upsParallelSysLocalAddress: @@ -1365,6 +1393,7 @@ PowerNet-MIB::upsParallelSystem: PowerNet-MIB::upsParallelInputPhaseEntry: mib: PowerNet-MIB object: upsParallelInputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.14.7.1.1 @@ -1412,6 +1441,7 @@ PowerNet-MIB::upsParallelInputPhaseEntry: PowerNet-MIB::upsParallelOutputPhaseEntry: mib: PowerNet-MIB object: upsParallelOutputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.14.8.1.1 @@ -1443,6 +1473,7 @@ PowerNet-MIB::upsParallelOutputPhaseEntry: PowerNet-MIB::upsParallelOutputApparentPowerEntry: mib: PowerNet-MIB object: upsParallelOutputApparentPowerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.14.9.1.1 @@ -1458,6 +1489,7 @@ PowerNet-MIB::upsParallelOutputApparentPowerEntry: PowerNet-MIB::upsParallelDiagSubSysBreakerEntry: mib: PowerNet-MIB object: upsParallelDiagSubSysBreakerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.14.10.1.1 @@ -1481,6 +1513,7 @@ PowerNet-MIB::upsParallelDiagSubSysBreakerEntry: PowerNet-MIB::upsParallelOutputActivePowerEntry: mib: PowerNet-MIB object: upsParallelOutputActivePowerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.14.12.1.1 @@ -1496,6 +1529,7 @@ PowerNet-MIB::upsParallelOutputActivePowerEntry: PowerNet-MIB::upsParallelSysUpsEntry: mib: PowerNet-MIB object: upsParallelSysUpsEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.14.17.1.1 @@ -1519,6 +1553,7 @@ PowerNet-MIB::upsParallelSysUpsEntry: PowerNet-MIB::upsIntegratedATSSourceEntry: mib: PowerNet-MIB object: upsIntegratedATSSourceEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.16.5.1.1 @@ -1546,6 +1581,7 @@ PowerNet-MIB::upsIntegratedATSSourceEntry: PowerNet-MIB::upsDCOutputStatusEntry: mib: PowerNet-MIB object: upsDCOutputStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.17.1.2.1.1 @@ -1577,6 +1613,7 @@ PowerNet-MIB::upsDCOutputStatusEntry: PowerNet-MIB::upsOutputRelayStatusEntry: mib: PowerNet-MIB object: upsOutputRelayStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.18.1.2.1.1 @@ -1596,6 +1633,7 @@ PowerNet-MIB::upsOutputRelayStatusEntry: PowerNet-MIB::upsInputContactStatusEntry: mib: PowerNet-MIB object: upsInputContactStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.1.18.2.2.1.1 @@ -1611,6 +1649,7 @@ PowerNet-MIB::upsInputContactStatusEntry: PowerNet-MIB::upsECOmode: mib: PowerNet-MIB object: upsECOmode + type: active discovery_attribute: upsEcoModeFreqTransferRange attributes: upsEcoModeFreqTransferRange: @@ -1661,6 +1700,7 @@ PowerNet-MIB::upsECOmode: PowerNet-MIB::upsEBMmode: mib: PowerNet-MIB object: upsEBMmode + type: active discovery_attribute: upsEbmModeSetting attributes: upsEbmModeSetting: @@ -1711,6 +1751,7 @@ PowerNet-MIB::upsEBMmode: PowerNet-MIB::upsBatteryStats: mib: PowerNet-MIB object: upsBatteryStats + type: active discovery_attribute: upsBatteryStatsTimeOnBattery attributes: # upsBatteryStatsTimeSinceReset: @@ -1725,6 +1766,7 @@ PowerNet-MIB::upsBatteryStats: PowerNet-MIB::upsOperationalStats: mib: PowerNet-MIB object: upsOperationalStats + type: active discovery_attribute: upsOpStatsTimeSinceReset attributes: upsOpStatsTimeSinceReset: @@ -1751,6 +1793,7 @@ PowerNet-MIB::upsOperationalStats: PowerNet-MIB::upsEnergyEfficiencyStats: mib: PowerNet-MIB object: upsEnergyEfficiencyStats + type: active discovery_attribute: upsEnergyEfficiencyStatsTimeInECOmode attributes: upsEnergyEfficiencyStatsOutputEnergyTimeSinceReset: @@ -1789,6 +1832,7 @@ PowerNet-MIB::upsEnergyEfficiencyStats: PowerNet-MIB::mUpsEnviron: mib: PowerNet-MIB object: mUpsEnviron + type: active discovery_attribute: mUpsEnvironAmbientTemperature attributes: mUpsEnvironAmbientTemperature: @@ -1811,6 +1855,7 @@ PowerNet-MIB::mUpsEnviron: PowerNet-MIB::mUpsContactEntry: mib: PowerNet-MIB object: mUpsContactEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.2.2.2.1.1 @@ -1838,6 +1883,7 @@ PowerNet-MIB::mUpsContactEntry: PowerNet-MIB::sPDUMasterStatusVMEntry: mib: PowerNet-MIB object: sPDUMasterStatusVMEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.5.4.2.1.1 @@ -1873,6 +1919,7 @@ PowerNet-MIB::sPDUMasterStatusVMEntry: PowerNet-MIB::sPDUOutletStatusMSPEntry: mib: PowerNet-MIB object: sPDUOutletStatusMSPEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.6.7.1.1.1 @@ -1908,6 +1955,7 @@ PowerNet-MIB::sPDUOutletStatusMSPEntry: PowerNet-MIB::dm3StatusSystem: mib: PowerNet-MIB object: dm3StatusSystem + type: active discovery_attribute: dm3StatusSystemTemp attributes: dm3StatusSystemTemp: @@ -1938,6 +1986,7 @@ PowerNet-MIB::dm3StatusSystem: PowerNet-MIB::dm3StatusBattery: mib: PowerNet-MIB object: dm3StatusBattery + type: active discovery_attribute: dm3StatusBattCurrent attributes: dm3StatusBattCurrent: @@ -1960,6 +2009,7 @@ PowerNet-MIB::dm3StatusBattery: PowerNet-MIB::dm3StatusOEM: mib: PowerNet-MIB object: dm3StatusOEM + type: active discovery_attribute: dm3StatusOEMrectOffset attributes: dm3StatusOEMrectOffset: @@ -1990,6 +2040,7 @@ PowerNet-MIB::dm3StatusOEM: PowerNet-MIB::dm3StatusLVDEntry: mib: PowerNet-MIB object: dm3StatusLVDEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.7.3.5.2.1.1 @@ -2013,6 +2064,7 @@ PowerNet-MIB::dm3StatusLVDEntry: PowerNet-MIB::dm3StatusRectifier: mib: PowerNet-MIB object: dm3StatusRectifier + type: active discovery_attribute: dm3StatusSysRectVoltSanity attributes: dm3StatusSysRectVoltSanity: @@ -2039,6 +2091,7 @@ PowerNet-MIB::dm3StatusRectifier: PowerNet-MIB::dm3StatusRectEntry: mib: PowerNet-MIB object: dm3StatusRectEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.7.3.6.1.2.1.1 @@ -2102,6 +2155,7 @@ PowerNet-MIB::dm3StatusRectEntry: PowerNet-MIB::dm3StatusConverter: mib: PowerNet-MIB object: dm3StatusConverter + type: active discovery_attribute: dm3StatusSysConvVoltSanity attributes: dm3StatusSysConvVoltSanity: @@ -2128,6 +2182,7 @@ PowerNet-MIB::dm3StatusConverter: PowerNet-MIB::dm3StatusConvEntry: mib: PowerNet-MIB object: dm3StatusConvEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.7.3.6.2.2.1.1 @@ -2191,6 +2246,7 @@ PowerNet-MIB::dm3StatusConvEntry: PowerNet-MIB::dm3StatusOutRlyEntry: mib: PowerNet-MIB object: dm3StatusOutRlyEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.7.3.7.1.2.1.1 @@ -2210,6 +2266,7 @@ PowerNet-MIB::dm3StatusOutRlyEntry: PowerNet-MIB::dm3StatusInRlyEntry: mib: PowerNet-MIB object: dm3StatusInRlyEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.7.3.7.2.2.1.1 @@ -2229,6 +2286,7 @@ PowerNet-MIB::dm3StatusInRlyEntry: PowerNet-MIB::dm3StatusBreakersEntry: mib: PowerNet-MIB object: dm3StatusBreakersEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.7.3.8.1.2.1.1 @@ -2248,6 +2306,7 @@ PowerNet-MIB::dm3StatusBreakersEntry: PowerNet-MIB::dm3StatusFusesEntry: mib: PowerNet-MIB object: dm3StatusFusesEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.7.3.8.2.2.1.1 @@ -2267,6 +2326,7 @@ PowerNet-MIB::dm3StatusFusesEntry: PowerNet-MIB::atsStatusDeviceStatus: mib: PowerNet-MIB object: atsStatusDeviceStatus + type: active discovery_attribute: atsStatusSelectedSource attributes: atsStatusSelectedSource: @@ -2357,6 +2417,7 @@ PowerNet-MIB::atsStatusDeviceStatus: PowerNet-MIB::atsInputPhaseEntry: mib: PowerNet-MIB object: atsInputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.8.5.3.3.1.1 @@ -2408,6 +2469,7 @@ PowerNet-MIB::atsInputPhaseEntry: PowerNet-MIB::atsOutputPhaseEntry: mib: PowerNet-MIB object: atsOutputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.8.5.4.3.1.1 @@ -2491,6 +2553,7 @@ PowerNet-MIB::atsOutputPhaseEntry: PowerNet-MIB::atsOutputBankEntry: mib: PowerNet-MIB object: atsOutputBankEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.8.5.4.5.1.1 @@ -2578,6 +2641,7 @@ PowerNet-MIB::atsOutputBankEntry: PowerNet-MIB::dcmim2StatusSystem: mib: PowerNet-MIB object: dcmim2StatusSystem + type: active discovery_attribute: dcmim2StatusSysRectCurrent attributes: dcmim2StatusSysRectCurrent: @@ -2600,6 +2664,7 @@ PowerNet-MIB::dcmim2StatusSystem: PowerNet-MIB::dcmim2StatusRectEntry: mib: PowerNet-MIB object: dcmim2StatusRectEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.9.4.2.2.1.1 @@ -2631,6 +2696,7 @@ PowerNet-MIB::dcmim2StatusRectEntry: PowerNet-MIB::dcmim2StatusBattery: mib: PowerNet-MIB object: dcmim2StatusBattery + type: active discovery_attribute: dcmim2StatusBattFloatVolt attributes: dcmim2StatusBattFloatVolt: @@ -2665,6 +2731,7 @@ PowerNet-MIB::dcmim2StatusBattery: PowerNet-MIB::dcmim2StatusLVDEntry: mib: PowerNet-MIB object: dcmim2StatusLVDEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.9.4.4.2.1.1 @@ -2680,6 +2747,7 @@ PowerNet-MIB::dcmim2StatusLVDEntry: PowerNet-MIB::emStatusContactsEntry: mib: PowerNet-MIB object: emStatusContactsEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.1.3.5.1.1 @@ -2699,6 +2767,7 @@ PowerNet-MIB::emStatusContactsEntry: PowerNet-MIB::iemStatusProbesEntry: mib: PowerNet-MIB object: iemStatusProbesEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.2.3.2.1.1 @@ -2730,6 +2799,7 @@ PowerNet-MIB::iemStatusProbesEntry: PowerNet-MIB::iemStatusContactsEntry: mib: PowerNet-MIB object: iemStatusContactsEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.2.3.4.1.1 @@ -2749,6 +2819,7 @@ PowerNet-MIB::iemStatusContactsEntry: PowerNet-MIB::iemStatusRelaysEntry: mib: PowerNet-MIB object: iemStatusRelaysEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.2.3.7.1.1 @@ -2768,6 +2839,7 @@ PowerNet-MIB::iemStatusRelaysEntry: PowerNet-MIB::emsStatus: mib: PowerNet-MIB object: emsStatus + type: active discovery_attribute: emsStatusEMSName attributes: emsStatusEMSName: @@ -2818,6 +2890,7 @@ PowerNet-MIB::emsStatus: PowerNet-MIB::emsProbeStatusEntry: mib: PowerNet-MIB object: emsProbeStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.3.13.1.1.1 @@ -2849,6 +2922,7 @@ PowerNet-MIB::emsProbeStatusEntry: PowerNet-MIB::emsInputContactStatusEntry: mib: PowerNet-MIB object: emsInputContactStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.3.14.1.1.1 @@ -2872,6 +2946,7 @@ PowerNet-MIB::emsInputContactStatusEntry: PowerNet-MIB::emsOutputRelayStatusEntry: mib: PowerNet-MIB object: emsOutputRelayStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.3.15.1.1.1 @@ -2895,6 +2970,7 @@ PowerNet-MIB::emsOutputRelayStatusEntry: PowerNet-MIB::emsOutletStatusEntry: mib: PowerNet-MIB object: emsOutletStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.3.16.1.1.1 @@ -2918,6 +2994,7 @@ PowerNet-MIB::emsOutletStatusEntry: PowerNet-MIB::emsSensorStatusEntry: mib: PowerNet-MIB object: emsSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.3.18.1.1.1 @@ -2949,6 +3026,7 @@ PowerNet-MIB::emsSensorStatusEntry: PowerNet-MIB::emsSmokeSensorStatusEntry: mib: PowerNet-MIB object: emsSmokeSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.3.20.2.1.1 @@ -2976,6 +3054,7 @@ PowerNet-MIB::emsSmokeSensorStatusEntry: PowerNet-MIB::emsVibrationSensorStatusEntry: mib: PowerNet-MIB object: emsVibrationSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.3.20.4.1.1 @@ -3003,6 +3082,7 @@ PowerNet-MIB::emsVibrationSensorStatusEntry: PowerNet-MIB::emsFluidSensorStatusEntry: mib: PowerNet-MIB object: emsFluidSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.3.20.6.1.1 @@ -3030,6 +3110,7 @@ PowerNet-MIB::emsFluidSensorStatusEntry: PowerNet-MIB::emsDoorSensorStatusEntry: mib: PowerNet-MIB object: emsDoorSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.3.20.8.1.1 @@ -3057,6 +3138,7 @@ PowerNet-MIB::emsDoorSensorStatusEntry: PowerNet-MIB::memSensorsStatusEntry: mib: PowerNet-MIB object: memSensorsStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.4.2.3.1.1 @@ -3103,6 +3185,7 @@ PowerNet-MIB::memSensorsStatusEntry: PowerNet-MIB::memInputsStatusEntry: mib: PowerNet-MIB object: memInputsStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.4.3.2.1.1 @@ -3138,6 +3221,7 @@ PowerNet-MIB::memInputsStatusEntry: PowerNet-MIB::memOutputStatusEntry: mib: PowerNet-MIB object: memOutputStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.4.4.2.1.1 @@ -3169,6 +3253,7 @@ PowerNet-MIB::memOutputStatusEntry: PowerNet-MIB::memOutletStatusEntry: mib: PowerNet-MIB object: memOutletStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.4.5.2.1.1 @@ -3200,6 +3285,7 @@ PowerNet-MIB::memOutletStatusEntry: PowerNet-MIB::memBeaconStatusEntry: mib: PowerNet-MIB object: memBeaconStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.4.6.2.1.1 @@ -3231,6 +3317,7 @@ PowerNet-MIB::memBeaconStatusEntry: PowerNet-MIB::memSmokeSensorStatusEntry: mib: PowerNet-MIB object: memSmokeSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.4.7.2.1.1 @@ -3266,6 +3353,7 @@ PowerNet-MIB::memSmokeSensorStatusEntry: PowerNet-MIB::memVibrationSensorStatusEntry: mib: PowerNet-MIB object: memVibrationSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.4.7.4.1.1 @@ -3301,6 +3389,7 @@ PowerNet-MIB::memVibrationSensorStatusEntry: PowerNet-MIB::memFluidSensorStatusEntry: mib: PowerNet-MIB object: memFluidSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.4.7.6.1.1 @@ -3336,6 +3425,7 @@ PowerNet-MIB::memFluidSensorStatusEntry: PowerNet-MIB::memDoorSensorStatusEntry: mib: PowerNet-MIB object: memDoorSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.4.7.8.1.1 @@ -3371,6 +3461,7 @@ PowerNet-MIB::memDoorSensorStatusEntry: PowerNet-MIB::wirelessSensorStatusEntry: mib: PowerNet-MIB object: wirelessSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.5.1.1.1.1 @@ -3414,6 +3505,7 @@ PowerNet-MIB::wirelessSensorStatusEntry: PowerNet-MIB::wirelessSensorPodStatusEntry: mib: PowerNet-MIB object: wirelessSensorPodStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.10.5.2.1.1.1 @@ -3469,6 +3561,7 @@ PowerNet-MIB::wirelessSensorPodStatusEntry: PowerNet-MIB::rPDULoadStatusEntry: mib: PowerNet-MIB object: rPDULoadStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.12.2.3.1.1.1 @@ -3496,6 +3589,7 @@ PowerNet-MIB::rPDULoadStatusEntry: PowerNet-MIB::rPDUOutletStatusEntry: mib: PowerNet-MIB object: rPDUOutletStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.12.3.5.1.1.1 @@ -3527,6 +3621,7 @@ PowerNet-MIB::rPDUOutletStatusEntry: PowerNet-MIB::rPDUPowerSupplyDevice: mib: PowerNet-MIB object: rPDUPowerSupplyDevice + type: active discovery_attribute: rPDUPowerSupply1Status attributes: rPDUPowerSupply1Status: @@ -3541,6 +3636,7 @@ PowerNet-MIB::rPDUPowerSupplyDevice: PowerNet-MIB::rPDUStatusBankEntry: mib: PowerNet-MIB object: rPDUStatusBankEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.12.5.2.1.1 @@ -3560,6 +3656,7 @@ PowerNet-MIB::rPDUStatusBankEntry: PowerNet-MIB::rPDUStatusPhaseEntry: mib: PowerNet-MIB object: rPDUStatusPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.12.5.4.1.1 @@ -3579,6 +3676,7 @@ PowerNet-MIB::rPDUStatusPhaseEntry: PowerNet-MIB::rPDUStatusOutletEntry: mib: PowerNet-MIB object: rPDUStatusOutletEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.12.5.6.1.1 @@ -3598,6 +3696,7 @@ PowerNet-MIB::rPDUStatusOutletEntry: PowerNet-MIB::airFMStatus: mib: PowerNet-MIB object: airFMStatus + type: active discovery_attribute: airFMStatusSystemOn attributes: airFMStatusSystemOn: @@ -3664,6 +3763,7 @@ PowerNet-MIB::airFMStatus: PowerNet-MIB::airFMStatusModuleEntry: mib: PowerNet-MIB object: airFMStatusModuleEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.1.2.20.1.1 @@ -3703,6 +3803,7 @@ PowerNet-MIB::airFMStatusModuleEntry: PowerNet-MIB::airFMSysStatus: mib: PowerNet-MIB object: airFMSysStatus + type: active discovery_attribute: airFMSysNumber attributes: airFMSysNumber: @@ -3805,6 +3906,7 @@ PowerNet-MIB::airFMSysStatus: PowerNet-MIB::airFMSysDemands: mib: PowerNet-MIB object: airFMSysDemands + type: active discovery_attribute: airFMSysDXCoolingDmd attributes: airFMSysDXCoolingDmd: @@ -3867,6 +3969,7 @@ PowerNet-MIB::airFMSysDemands: PowerNet-MIB::airFMSysInputEntry: mib: PowerNet-MIB object: airFMSysInputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.1.4.10.2.1.1 @@ -3898,6 +4001,7 @@ PowerNet-MIB::airFMSysInputEntry: PowerNet-MIB::airFMSysOutputEntry: mib: PowerNet-MIB object: airFMSysOutputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.1.4.11.2.1.1 @@ -3917,6 +4021,7 @@ PowerNet-MIB::airFMSysOutputEntry: PowerNet-MIB::airFMModStatusEntry: mib: PowerNet-MIB object: airFMModStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.1.5.2.2.1.1 @@ -3968,6 +4073,7 @@ PowerNet-MIB::airFMModStatusEntry: PowerNet-MIB::airFMModCoolEntry: mib: PowerNet-MIB object: airFMModCoolEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.1.5.4.2.1.1 @@ -4011,6 +4117,7 @@ PowerNet-MIB::airFMModCoolEntry: PowerNet-MIB::airFMModHumEntry: mib: PowerNet-MIB object: airFMModHumEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.1.5.5.2.1.1 @@ -4046,6 +4153,7 @@ PowerNet-MIB::airFMModHumEntry: PowerNet-MIB::airFMModBlwr1Entry: mib: PowerNet-MIB object: airFMModBlwr1Entry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.1.5.6.2.1.1 @@ -4145,6 +4253,7 @@ PowerNet-MIB::airFMModBlwr1Entry: PowerNet-MIB::airFMModBlwr2Entry: mib: PowerNet-MIB object: airFMModBlwr2Entry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.1.5.7.2.1.1 @@ -4244,6 +4353,7 @@ PowerNet-MIB::airFMModBlwr2Entry: PowerNet-MIB::airPAStatus: mib: PowerNet-MIB object: airPAStatus + type: active discovery_attribute: airPASystemPower attributes: airPASystemPower: @@ -4310,6 +4420,7 @@ PowerNet-MIB::airPAStatus: PowerNet-MIB::airIRRCGroupStatus: mib: PowerNet-MIB object: airIRRCGroupStatus + type: active discovery_attribute: airIRRCGroupStatusCoolOutput attributes: airIRRCGroupStatusCoolOutput: @@ -4320,26 +4431,26 @@ PowerNet-MIB::airIRRCGroupStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.2 name: apc.airIRRCGroupStatusCoolDemand syntax: Integer32 - airIRRCGroupStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.3 - name: apc.airIRRCGroupStatusAirFlowUS - syntax: Integer32 + # airIRRCGroupStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.3 + # name: apc.airIRRCGroupStatusAirFlowUS + # syntax: Integer32 airIRRCGroupStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.4 name: apc.airIRRCGroupStatusAirFlowMetric syntax: Integer32 - airIRRCGroupStatusMaxRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.5 - name: apc.airIRRCGroupStatusMaxRackInletTempUS - syntax: TemperatureDeciC + # airIRRCGroupStatusMaxRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.5 + # name: apc.airIRRCGroupStatusMaxRackInletTempUS + # syntax: TemperatureDeciC airIRRCGroupStatusMaxRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.6 name: apc.airIRRCGroupStatusMaxRackInletTempMetric syntax: TemperatureDeciC - airIRRCGroupStatusMinRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.7 - name: apc.airIRRCGroupStatusMinRackInletTempUS - syntax: TemperatureDeciC + # airIRRCGroupStatusMinRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.7 + # name: apc.airIRRCGroupStatusMinRackInletTempUS + # syntax: TemperatureDeciC airIRRCGroupStatusMinRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.1.1.8 name: apc.airIRRCGroupStatusMinRackInletTempMetric @@ -4352,6 +4463,7 @@ PowerNet-MIB::airIRRCGroupStatus: PowerNet-MIB::airIRRCUnitStatus: mib: PowerNet-MIB object: airIRRCUnitStatus + type: active discovery_attribute: airIRRCUnitStatusOperateMode attributes: airIRRCUnitStatusOperateMode: @@ -4366,50 +4478,50 @@ PowerNet-MIB::airIRRCUnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.3 name: apc.airIRRCUnitStatusCoolDemand syntax: Integer32 - airIRRCUnitStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.4 - name: apc.airIRRCUnitStatusAirFlowUS - syntax: Integer32 + # airIRRCUnitStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.4 + # name: apc.airIRRCUnitStatusAirFlowUS + # syntax: Integer32 airIRRCUnitStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.5 name: apc.airIRRCUnitStatusAirFlowMetric syntax: Integer32 - airIRRCUnitStatusRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.6 - name: apc.airIRRCUnitStatusRackInletTempUS - syntax: TemperatureDeciC + # airIRRCUnitStatusRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.6 + # name: apc.airIRRCUnitStatusRackInletTempUS + # syntax: TemperatureDeciC airIRRCUnitStatusRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.7 name: apc.airIRRCUnitStatusRackInletTempMetric syntax: TemperatureDeciC - airIRRCUnitStatusSupplyAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.8 - name: apc.airIRRCUnitStatusSupplyAirTempUS - syntax: TemperatureDeciC + # airIRRCUnitStatusSupplyAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.8 + # name: apc.airIRRCUnitStatusSupplyAirTempUS + # syntax: TemperatureDeciC airIRRCUnitStatusSupplyAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.9 name: apc.airIRRCUnitStatusSupplyAirTempMetric syntax: TemperatureDeciC - airIRRCUnitStatusReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.10 - name: apc.airIRRCUnitStatusReturnAirTempUS - syntax: TemperatureDeciC + # airIRRCUnitStatusReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.10 + # name: apc.airIRRCUnitStatusReturnAirTempUS + # syntax: TemperatureDeciC airIRRCUnitStatusReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.11 name: apc.airIRRCUnitStatusReturnAirTempMetric syntax: TemperatureDeciC - airIRRCUnitStatusContainmtDPUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.12 - name: apc.airIRRCUnitStatusContainmtDPUS - syntax: Integer32 + # airIRRCUnitStatusContainmtDPUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.12 + # name: apc.airIRRCUnitStatusContainmtDPUS + # syntax: Integer32 airIRRCUnitStatusContainmtDPMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.13 name: apc.airIRRCUnitStatusContainmtDPMetric syntax: Integer32 - airIRRCUnitStatusFilterDPUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.14 - name: apc.airIRRCUnitStatusFilterDPUS - syntax: Integer32 + # airIRRCUnitStatusFilterDPUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.14 + # name: apc.airIRRCUnitStatusFilterDPUS + # syntax: Integer32 airIRRCUnitStatusFilterDPMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.15 name: apc.airIRRCUnitStatusFilterDPMetric @@ -4434,26 +4546,26 @@ PowerNet-MIB::airIRRCUnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.20 name: apc.airIRRCUnitStatusFluidValvePosition syntax: Percent100 - airIRRCUnitStatusFluidFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.21 - name: apc.airIRRCUnitStatusFluidFlowUS - syntax: Integer32 + # airIRRCUnitStatusFluidFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.21 + # name: apc.airIRRCUnitStatusFluidFlowUS + # syntax: Integer32 airIRRCUnitStatusFluidFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.22 name: apc.airIRRCUnitStatusFluidFlowMetric syntax: Integer32 - airIRRCUnitStatusEnteringFluidTemperatureUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.23 - name: apc.airIRRCUnitStatusEnteringFluidTemperatureUS - syntax: TemperatureDeciC + # airIRRCUnitStatusEnteringFluidTemperatureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.23 + # name: apc.airIRRCUnitStatusEnteringFluidTemperatureUS + # syntax: TemperatureDeciC airIRRCUnitStatusEnteringFluidTemperatureMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.24 name: apc.airIRRCUnitStatusEnteringFluidTemperatureMetric syntax: TemperatureDeciC - airIRRCUnitStatusLeavingFluidTemperatureUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.25 - name: apc.airIRRCUnitStatusLeavingFluidTemperatureUS - syntax: TemperatureDeciC + # airIRRCUnitStatusLeavingFluidTemperatureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.25 + # name: apc.airIRRCUnitStatusLeavingFluidTemperatureUS + # syntax: TemperatureDeciC airIRRCUnitStatusLeavingFluidTemperatureMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.2.2.2.26 name: apc.airIRRCUnitStatusLeavingFluidTemperatureMetric @@ -4466,28 +4578,29 @@ PowerNet-MIB::airIRRCUnitStatus: PowerNet-MIB::airIRRP100GroupStatus: mib: PowerNet-MIB object: airIRRP100GroupStatus - discovery_attribute: airIRRP100GroupStatusAirFlowUS + type: active + discovery_attribute: airIRRP100GroupStatusAirFlowMetric attributes: - airIRRP100GroupStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.1 - name: apc.airIRRP100GroupStatusAirFlowUS - syntax: Integer32 + # airIRRP100GroupStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.1 + # name: apc.airIRRP100GroupStatusAirFlowUS + # syntax: Integer32 airIRRP100GroupStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.2 name: apc.airIRRP100GroupStatusAirFlowMetric syntax: Integer32 - airIRRP100GroupStatusMaxRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.3 - name: apc.airIRRP100GroupStatusMaxRackInletTempUS - syntax: TemperatureDeciC + # airIRRP100GroupStatusMaxRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.3 + # name: apc.airIRRP100GroupStatusMaxRackInletTempUS + # syntax: TemperatureDeciC airIRRP100GroupStatusMaxRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.4 name: apc.airIRRP100GroupStatusMaxRackInletTempMetric syntax: TemperatureDeciC - airIRRP100GroupStatusMinRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.5 - name: apc.airIRRP100GroupStatusMinRackInletTempUS - syntax: TemperatureDeciC + # airIRRP100GroupStatusMinRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.5 + # name: apc.airIRRP100GroupStatusMinRackInletTempUS + # syntax: TemperatureDeciC airIRRP100GroupStatusMinRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.6 name: apc.airIRRP100GroupStatusMinRackInletTempMetric @@ -4528,10 +4641,10 @@ PowerNet-MIB::airIRRP100GroupStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.15 name: apc.airIRRP100GroupStatusActiveFlowControlStatus syntax: EnumInteger - airIRRP100GroupStatusDewPointTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.16 - name: apc.airIRRP100GroupStatusDewPointTempUS - syntax: TemperatureDeciC + # airIRRP100GroupStatusDewPointTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.16 + # name: apc.airIRRP100GroupStatusDewPointTempUS + # syntax: TemperatureDeciC airIRRP100GroupStatusDewPointTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.1.1.17 name: apc.airIRRP100GroupStatusDewPointTempMetric @@ -4540,32 +4653,33 @@ PowerNet-MIB::airIRRP100GroupStatus: PowerNet-MIB::airIRRP100UnitStatus: mib: PowerNet-MIB object: airIRRP100UnitStatus + type: active discovery_attribute: airIRRP100UnitStatusOperateMode attributes: airIRRP100UnitStatusOperateMode: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.1 name: apc.airIRRP100UnitStatusOperateMode syntax: EnumInteger - airIRRP100UnitStatusRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.2 - name: apc.airIRRP100UnitStatusRackInletTempUS - syntax: TemperatureDeciC + # airIRRP100UnitStatusRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.2 + # name: apc.airIRRP100UnitStatusRackInletTempUS + # syntax: TemperatureDeciC airIRRP100UnitStatusRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.3 name: apc.airIRRP100UnitStatusRackInletTempMetric syntax: TemperatureDeciC - airIRRP100UnitStatusSupplyAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.4 - name: apc.airIRRP100UnitStatusSupplyAirTempUS - syntax: TemperatureDeciC + # airIRRP100UnitStatusSupplyAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.4 + # name: apc.airIRRP100UnitStatusSupplyAirTempUS + # syntax: TemperatureDeciC airIRRP100UnitStatusSupplyAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.5 name: apc.airIRRP100UnitStatusSupplyAirTempMetric syntax: TemperatureDeciC - airIRRP100UnitStatusReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.6 - name: apc.airIRRP100UnitStatusReturnAirTempUS - syntax: TemperatureDeciC + # airIRRP100UnitStatusReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.6 + # name: apc.airIRRP100UnitStatusReturnAirTempUS + # syntax: TemperatureDeciC airIRRP100UnitStatusReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.7 name: apc.airIRRP100UnitStatusReturnAirTempMetric @@ -4578,10 +4692,10 @@ PowerNet-MIB::airIRRP100UnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.9 name: apc.airIRRP100UnitStatusReturnHumidity syntax: PercentDeci100 - airIRRP100UnitStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.10 - name: apc.airIRRP100UnitStatusAirFlowUS - syntax: Integer32 + # airIRRP100UnitStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.10 + # name: apc.airIRRP100UnitStatusAirFlowUS + # syntax: Integer32 airIRRP100UnitStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.11 name: apc.airIRRP100UnitStatusAirFlowMetric @@ -4630,42 +4744,42 @@ PowerNet-MIB::airIRRP100UnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.22 name: apc.airIRRP100UnitStatusOutputState syntax: EnumInteger - airIRRP100UnitStatusRackInletTemperature1US: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.23 - name: apc.airIRRP100UnitStatusRackInletTemperature1US - syntax: TemperatureDeciC + # airIRRP100UnitStatusRackInletTemperature1US: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.23 + # name: apc.airIRRP100UnitStatusRackInletTemperature1US + # syntax: TemperatureDeciC airIRRP100UnitStatusRackInletTemperature1Metric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.24 name: apc.airIRRP100UnitStatusRackInletTemperature1Metric syntax: TemperatureDeciC - airIRRP100UnitStatusRackInletTemperature2US: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.25 - name: apc.airIRRP100UnitStatusRackInletTemperature2US - syntax: TemperatureDeciC + # airIRRP100UnitStatusRackInletTemperature2US: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.25 + # name: apc.airIRRP100UnitStatusRackInletTemperature2US + # syntax: TemperatureDeciC airIRRP100UnitStatusRackInletTemperature2Metric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.26 name: apc.airIRRP100UnitStatusRackInletTemperature2Metric syntax: TemperatureDeciC - airIRRP100UnitStatusRackInletTemperature3US: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.27 - name: apc.airIRRP100UnitStatusRackInletTemperature3US - syntax: TemperatureDeciC + # airIRRP100UnitStatusRackInletTemperature3US: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.27 + # name: apc.airIRRP100UnitStatusRackInletTemperature3US + # syntax: TemperatureDeciC airIRRP100UnitStatusRackInletTemperature3Metric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.28 name: apc.airIRRP100UnitStatusRackInletTemperature3Metric syntax: TemperatureDeciC - airIRRP100UnitStatusFilterDPUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.29 - name: apc.airIRRP100UnitStatusFilterDPUS - syntax: Integer32 + # airIRRP100UnitStatusFilterDPUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.29 + # name: apc.airIRRP100UnitStatusFilterDPUS + # syntax: Integer32 airIRRP100UnitStatusFilterDPMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.30 name: apc.airIRRP100UnitStatusFilterDPMetric syntax: Integer32 - airIRRP100UnitStatusContainmtDPUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.31 - name: apc.airIRRP100UnitStatusContainmtDPUS - syntax: Integer32 + # airIRRP100UnitStatusContainmtDPUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.31 + # name: apc.airIRRP100UnitStatusContainmtDPUS + # syntax: Integer32 airIRRP100UnitStatusContainmtDPMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.32 name: apc.airIRRP100UnitStatusContainmtDPMetric @@ -4698,18 +4812,18 @@ PowerNet-MIB::airIRRP100UnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.39 name: apc.airIRRP100UnitStatusCompressorDriveDCLinkVoltage syntax: VoltageDeciVolt - airIRRP100UnitStatusCompressorDriveHeatSinkTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.40 - name: apc.airIRRP100UnitStatusCompressorDriveHeatSinkTempUS - syntax: TemperatureDeciC + # airIRRP100UnitStatusCompressorDriveHeatSinkTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.40 + # name: apc.airIRRP100UnitStatusCompressorDriveHeatSinkTempUS + # syntax: TemperatureDeciC airIRRP100UnitStatusCompressorDriveHeatSinkTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.41 name: apc.airIRRP100UnitStatusCompressorDriveHeatSinkTempMetric syntax: TemperatureDeciC - airIRRP100UnitStatusCompressorDriveControlCardTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.42 - name: apc.airIRRP100UnitStatusCompressorDriveControlCardTempUS - syntax: TemperatureDeciC + # airIRRP100UnitStatusCompressorDriveControlCardTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.42 + # name: apc.airIRRP100UnitStatusCompressorDriveControlCardTempUS + # syntax: TemperatureDeciC airIRRP100UnitStatusCompressorDriveControlCardTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.43 name: apc.airIRRP100UnitStatusCompressorDriveControlCardTempMetric @@ -4722,18 +4836,18 @@ PowerNet-MIB::airIRRP100UnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.45 name: apc.airIRRP100UnitStatusCompressorDriveAlarmStatus syntax: Integer32 - airIRRP100UnitStatusSuctionPressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.46 - name: apc.airIRRP100UnitStatusSuctionPressureUS - syntax: Integer32 + # airIRRP100UnitStatusSuctionPressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.46 + # name: apc.airIRRP100UnitStatusSuctionPressureUS + # syntax: Integer32 airIRRP100UnitStatusSuctionPressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.47 name: apc.airIRRP100UnitStatusSuctionPressureMetric syntax: Integer32 - airIRRP100UnitStatusDischargePressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.48 - name: apc.airIRRP100UnitStatusDischargePressureUS - syntax: Integer32 + # airIRRP100UnitStatusDischargePressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.48 + # name: apc.airIRRP100UnitStatusDischargePressureUS + # syntax: Integer32 airIRRP100UnitStatusDischargePressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.49 name: apc.airIRRP100UnitStatusDischargePressureMetric @@ -4746,28 +4860,29 @@ PowerNet-MIB::airIRRP100UnitStatus: PowerNet-MIB::airIRRP500GroupStatus: mib: PowerNet-MIB object: airIRRP500GroupStatus - discovery_attribute: airIRRP500GroupStatusAirFlowUS + type: active + discovery_attribute: airIRRP500GroupStatusAirFlowMetric attributes: - airIRRP500GroupStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.1 - name: apc.airIRRP500GroupStatusAirFlowUS - syntax: Integer32 + # airIRRP500GroupStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.1 + # name: apc.airIRRP500GroupStatusAirFlowUS + # syntax: Integer32 airIRRP500GroupStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.2 name: apc.airIRRP500GroupStatusAirFlowMetric syntax: Integer32 - airIRRP500GroupStatusMaxRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.3 - name: apc.airIRRP500GroupStatusMaxRackInletTempUS - syntax: TemperatureDeciC + # airIRRP500GroupStatusMaxRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.3 + # name: apc.airIRRP500GroupStatusMaxRackInletTempUS + # syntax: TemperatureDeciC airIRRP500GroupStatusMaxRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.4 name: apc.airIRRP500GroupStatusMaxRackInletTempMetric syntax: TemperatureDeciC - airIRRP500GroupStatusMinRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.5 - name: apc.airIRRP500GroupStatusMinRackInletTempUS - syntax: TemperatureDeciC + # airIRRP500GroupStatusMinRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.5 + # name: apc.airIRRP500GroupStatusMinRackInletTempUS + # syntax: TemperatureDeciC airIRRP500GroupStatusMinRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.6 name: apc.airIRRP500GroupStatusMinRackInletTempMetric @@ -4808,10 +4923,10 @@ PowerNet-MIB::airIRRP500GroupStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.15 name: apc.airIRRP500GroupStatusActiveFlowControlStatus syntax: EnumInteger - airIRRP500GroupStatusDewPointTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.16 - name: apc.airIRRP500GroupStatusDewPointTempUS - syntax: TemperatureDeciC + # airIRRP500GroupStatusDewPointTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.16 + # name: apc.airIRRP500GroupStatusDewPointTempUS + # syntax: TemperatureDeciC airIRRP500GroupStatusDewPointTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.1.1.17 name: apc.airIRRP500GroupStatusDewPointTempMetric @@ -4820,32 +4935,33 @@ PowerNet-MIB::airIRRP500GroupStatus: PowerNet-MIB::airIRRP500UnitStatus: mib: PowerNet-MIB object: airIRRP500UnitStatus + type: active discovery_attribute: airIRRP500UnitStatusOperateMode attributes: airIRRP500UnitStatusOperateMode: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.1 name: apc.airIRRP500UnitStatusOperateMode syntax: EnumInteger - airIRRP500UnitStatusMaximumRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.2 - name: apc.airIRRP500UnitStatusMaximumRackInletTempUS - syntax: TemperatureDeciC + # airIRRP500UnitStatusMaximumRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.2 + # name: apc.airIRRP500UnitStatusMaximumRackInletTempUS + # syntax: TemperatureDeciC airIRRP500UnitStatusMaximumRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.3 name: apc.airIRRP500UnitStatusMaximumRackInletTempMetric syntax: TemperatureDeciC - airIRRP500UnitStatusSupplyAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.4 - name: apc.airIRRP500UnitStatusSupplyAirTempUS - syntax: TemperatureDeciC + # airIRRP500UnitStatusSupplyAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.4 + # name: apc.airIRRP500UnitStatusSupplyAirTempUS + # syntax: TemperatureDeciC airIRRP500UnitStatusSupplyAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.5 name: apc.airIRRP500UnitStatusSupplyAirTempMetric syntax: TemperatureDeciC - airIRRP500UnitStatusReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.6 - name: apc.airIRRP500UnitStatusReturnAirTempUS - syntax: TemperatureDeciC + # airIRRP500UnitStatusReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.6 + # name: apc.airIRRP500UnitStatusReturnAirTempUS + # syntax: TemperatureDeciC airIRRP500UnitStatusReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.7 name: apc.airIRRP500UnitStatusReturnAirTempMetric @@ -4858,10 +4974,10 @@ PowerNet-MIB::airIRRP500UnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.9 name: apc.airIRRP500UnitStatusReturnHumidity syntax: PercentDeci100 - airIRRP500UnitStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.10 - name: apc.airIRRP500UnitStatusAirFlowUS - syntax: Integer32 + # airIRRP500UnitStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.10 + # name: apc.airIRRP500UnitStatusAirFlowUS + # syntax: Integer32 airIRRP500UnitStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.11 name: apc.airIRRP500UnitStatusAirFlowMetric @@ -4910,42 +5026,42 @@ PowerNet-MIB::airIRRP500UnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.22 name: apc.airIRRP500UnitStatusOutputState syntax: EnumInteger - airIRRP500UnitStatusRackInletTemperature1US: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.23 - name: apc.airIRRP500UnitStatusRackInletTemperature1US - syntax: TemperatureDeciC + # airIRRP500UnitStatusRackInletTemperature1US: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.23 + # name: apc.airIRRP500UnitStatusRackInletTemperature1US + # syntax: TemperatureDeciC airIRRP500UnitStatusRackInletTemperature1Metric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.24 name: apc.airIRRP500UnitStatusRackInletTemperature1Metric syntax: TemperatureDeciC - airIRRP500UnitStatusRackInletTemperature2US: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.25 - name: apc.airIRRP500UnitStatusRackInletTemperature2US - syntax: TemperatureDeciC + # airIRRP500UnitStatusRackInletTemperature2US: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.25 + # name: apc.airIRRP500UnitStatusRackInletTemperature2US + # syntax: TemperatureDeciC airIRRP500UnitStatusRackInletTemperature2Metric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.26 name: apc.airIRRP500UnitStatusRackInletTemperature2Metric syntax: TemperatureDeciC - airIRRP500UnitStatusRackInletTemperature3US: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.27 - name: apc.airIRRP500UnitStatusRackInletTemperature3US - syntax: TemperatureDeciC + # airIRRP500UnitStatusRackInletTemperature3US: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.27 + # name: apc.airIRRP500UnitStatusRackInletTemperature3US + # syntax: TemperatureDeciC airIRRP500UnitStatusRackInletTemperature3Metric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.28 name: apc.airIRRP500UnitStatusRackInletTemperature3Metric syntax: TemperatureDeciC - airIRRP500UnitStatusContainmtDPUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.29 - name: apc.airIRRP500UnitStatusContainmtDPUS - syntax: Integer32 + # airIRRP500UnitStatusContainmtDPUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.29 + # name: apc.airIRRP500UnitStatusContainmtDPUS + # syntax: Integer32 airIRRP500UnitStatusContainmtDPMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.30 name: apc.airIRRP500UnitStatusContainmtDPMetric syntax: Integer32 - airIRRP500UnitStatusFilterDPUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.31 - name: apc.airIRRP500UnitStatusFilterDPUS - syntax: Integer32 + # airIRRP500UnitStatusFilterDPUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.31 + # name: apc.airIRRP500UnitStatusFilterDPUS + # syntax: Integer32 airIRRP500UnitStatusFilterDPMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.32 name: apc.airIRRP500UnitStatusFilterDPMetric @@ -4966,26 +5082,26 @@ PowerNet-MIB::airIRRP500UnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.36 name: apc.airIRRP500UnitStatusFluidValvePosition syntax: Percent100 - airIRRP500UnitStatusFluidFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.37 - name: apc.airIRRP500UnitStatusFluidFlowUS - syntax: Integer32 + # airIRRP500UnitStatusFluidFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.37 + # name: apc.airIRRP500UnitStatusFluidFlowUS + # syntax: Integer32 airIRRP500UnitStatusFluidFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.38 name: apc.airIRRP500UnitStatusFluidFlowMetric syntax: Integer32 - airIRRP500UnitStatusEnteringFluidTemperatureUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.39 - name: apc.airIRRP500UnitStatusEnteringFluidTemperatureUS - syntax: TemperatureDeciC + # airIRRP500UnitStatusEnteringFluidTemperatureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.39 + # name: apc.airIRRP500UnitStatusEnteringFluidTemperatureUS + # syntax: TemperatureDeciC airIRRP500UnitStatusEnteringFluidTemperatureMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.40 name: apc.airIRRP500UnitStatusEnteringFluidTemperatureMetric syntax: TemperatureDeciC - airIRRP500UnitStatusLeavingFluidTemperatureUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.41 - name: apc.airIRRP500UnitStatusLeavingFluidTemperatureUS - syntax: TemperatureDeciC + # airIRRP500UnitStatusLeavingFluidTemperatureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.41 + # name: apc.airIRRP500UnitStatusLeavingFluidTemperatureUS + # syntax: TemperatureDeciC airIRRP500UnitStatusLeavingFluidTemperatureMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.3.2.2.2.42 name: apc.airIRRP500UnitStatusLeavingFluidTemperatureMetric @@ -4998,6 +5114,7 @@ PowerNet-MIB::airIRRP500UnitStatus: PowerNet-MIB::airIRSCUnitStatus: mib: PowerNet-MIB object: airIRSCUnitStatus + type: active discovery_attribute: airIRSCUnitStatusOperateMode attributes: airIRSCUnitStatusOperateMode: @@ -5012,82 +5129,82 @@ PowerNet-MIB::airIRSCUnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.3 name: apc.airIRSCUnitStatusCoolDemand syntax: Integer32 - airIRSCUnitStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.4 - name: apc.airIRSCUnitStatusAirFlowUS - syntax: Integer32 + # airIRSCUnitStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.4 + # name: apc.airIRSCUnitStatusAirFlowUS + # syntax: Integer32 airIRSCUnitStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.5 name: apc.airIRSCUnitStatusAirFlowMetric syntax: Integer32 - airIRSCUnitStatusRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.6 - name: apc.airIRSCUnitStatusRackInletTempUS - syntax: TemperatureDeciC + # airIRSCUnitStatusRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.6 + # name: apc.airIRSCUnitStatusRackInletTempUS + # syntax: TemperatureDeciC airIRSCUnitStatusRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.7 name: apc.airIRSCUnitStatusRackInletTempMetric syntax: TemperatureDeciC - airIRSCUnitStatusSupplyAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.8 - name: apc.airIRSCUnitStatusSupplyAirTempUS - syntax: TemperatureDeciC + # airIRSCUnitStatusSupplyAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.8 + # name: apc.airIRSCUnitStatusSupplyAirTempUS + # syntax: TemperatureDeciC airIRSCUnitStatusSupplyAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.9 name: apc.airIRSCUnitStatusSupplyAirTempMetric syntax: TemperatureDeciC - airIRSCUnitStatusReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.10 - name: apc.airIRSCUnitStatusReturnAirTempUS - syntax: TemperatureDeciC + # airIRSCUnitStatusReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.10 + # name: apc.airIRSCUnitStatusReturnAirTempUS + # syntax: TemperatureDeciC airIRSCUnitStatusReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.11 name: apc.airIRSCUnitStatusReturnAirTempMetric syntax: TemperatureDeciC - airIRSCUnitStatusSuctionTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.12 - name: apc.airIRSCUnitStatusSuctionTempUS - syntax: TemperatureDeciC + # airIRSCUnitStatusSuctionTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.12 + # name: apc.airIRSCUnitStatusSuctionTempUS + # syntax: TemperatureDeciC airIRSCUnitStatusSuctionTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.13 name: apc.airIRSCUnitStatusSuctionTempMetric syntax: TemperatureDeciC - airIRSCUnitStatusSuperheatTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.14 - name: apc.airIRSCUnitStatusSuperheatTempUS - syntax: TemperatureDeciC + # airIRSCUnitStatusSuperheatTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.14 + # name: apc.airIRSCUnitStatusSuperheatTempUS + # syntax: TemperatureDeciC airIRSCUnitStatusSuperheatTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.15 name: apc.airIRSCUnitStatusSuperheatTempMetric syntax: TemperatureDeciC - airIRSCUnitStatusContainmtDPUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.16 - name: apc.airIRSCUnitStatusContainmtDPUS - syntax: Integer32 + # airIRSCUnitStatusContainmtDPUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.16 + # name: apc.airIRSCUnitStatusContainmtDPUS + # syntax: Integer32 airIRSCUnitStatusContainmtDPMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.17 name: apc.airIRSCUnitStatusContainmtDPMetric syntax: Integer32 - airIRSCUnitStatusFilterDPUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.18 - name: apc.airIRSCUnitStatusFilterDPUS - syntax: Integer32 + # airIRSCUnitStatusFilterDPUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.18 + # name: apc.airIRSCUnitStatusFilterDPUS + # syntax: Integer32 airIRSCUnitStatusFilterDPMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.19 name: apc.airIRSCUnitStatusFilterDPMetric syntax: Integer32 - airIRSCUnitStatusSuctionPressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.20 - name: apc.airIRSCUnitStatusSuctionPressureUS - syntax: Integer32 + # airIRSCUnitStatusSuctionPressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.20 + # name: apc.airIRSCUnitStatusSuctionPressureUS + # syntax: Integer32 airIRSCUnitStatusSuctionPressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.21 name: apc.airIRSCUnitStatusSuctionPressureMetric syntax: Integer32 - airIRSCUnitStatusDischargePressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.22 - name: apc.airIRSCUnitStatusDischargePressureUS - syntax: Integer32 + # airIRSCUnitStatusDischargePressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.22 + # name: apc.airIRSCUnitStatusDischargePressureUS + # syntax: Integer32 airIRSCUnitStatusDischargePressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.23 name: apc.airIRSCUnitStatusDischargePressureMetric @@ -5108,18 +5225,18 @@ PowerNet-MIB::airIRSCUnitStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.27 name: apc.airIRSCUnitStatusOutputState syntax: EnumInteger - airIRSCUnitStatusCondOutletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.28 - name: apc.airIRSCUnitStatusCondOutletTempUS - syntax: TemperatureDeciC + # airIRSCUnitStatusCondOutletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.28 + # name: apc.airIRSCUnitStatusCondOutletTempUS + # syntax: TemperatureDeciC airIRSCUnitStatusCondOutletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.29 name: apc.airIRSCUnitStatusCondOutletTempMetric syntax: TemperatureDeciC - airIRSCUnitStatusCondInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.30 - name: apc.airIRSCUnitStatusCondInletTempUS - syntax: TemperatureDeciC + # airIRSCUnitStatusCondInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.30 + # name: apc.airIRSCUnitStatusCondInletTempUS + # syntax: TemperatureDeciC airIRSCUnitStatusCondInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.1.2.31 name: apc.airIRSCUnitStatusCondInletTempMetric @@ -5136,6 +5253,7 @@ PowerNet-MIB::airIRSCUnitStatus: PowerNet-MIB::airIRSCGroupStatus: mib: PowerNet-MIB object: airIRSCGroupStatus + type: active discovery_attribute: airIRSCGroupStatusCoolOutput attributes: airIRSCGroupStatusCoolOutput: @@ -5146,42 +5264,42 @@ PowerNet-MIB::airIRSCGroupStatus: oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.2 name: apc.airIRSCGroupStatusCoolDemand syntax: Integer32 - airIRSCGroupStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.3 - name: apc.airIRSCGroupStatusAirFlowUS - syntax: Integer32 + # airIRSCGroupStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.3 + # name: apc.airIRSCGroupStatusAirFlowUS + # syntax: Integer32 airIRSCGroupStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.4 name: apc.airIRSCGroupStatusAirFlowMetric syntax: Integer32 - airIRSCGroupStatusMaxRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.5 - name: apc.airIRSCGroupStatusMaxRackInletTempUS - syntax: TemperatureDeciC + # airIRSCGroupStatusMaxRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.5 + # name: apc.airIRSCGroupStatusMaxRackInletTempUS + # syntax: TemperatureDeciC airIRSCGroupStatusMaxRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.6 name: apc.airIRSCGroupStatusMaxRackInletTempMetric syntax: TemperatureDeciC - airIRSCGroupStatusMinRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.7 - name: apc.airIRSCGroupStatusMinRackInletTempUS - syntax: TemperatureDeciC + # airIRSCGroupStatusMinRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.7 + # name: apc.airIRSCGroupStatusMinRackInletTempUS + # syntax: TemperatureDeciC airIRSCGroupStatusMinRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.8 name: apc.airIRSCGroupStatusMinRackInletTempMetric syntax: TemperatureDeciC - airIRSCGroupStatusMaxReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.9 - name: apc.airIRSCGroupStatusMaxReturnAirTempUS - syntax: TemperatureDeciC + # airIRSCGroupStatusMaxReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.9 + # name: apc.airIRSCGroupStatusMaxReturnAirTempUS + # syntax: TemperatureDeciC airIRSCGroupStatusMaxReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.10 name: apc.airIRSCGroupStatusMaxReturnAirTempMetric syntax: TemperatureDeciC - airIRSCGroupStatusMinReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.11 - name: apc.airIRSCGroupStatusMinReturnAirTempUS - syntax: TemperatureDeciC + # airIRSCGroupStatusMinReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.11 + # name: apc.airIRSCGroupStatusMinReturnAirTempUS + # syntax: TemperatureDeciC airIRSCGroupStatusMinReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.3.4.2.1.12 name: apc.airIRSCGroupStatusMinReturnAirTempMetric @@ -5194,6 +5312,7 @@ PowerNet-MIB::airIRSCGroupStatus: PowerNet-MIB::airIRG2GroupStatus: mib: PowerNet-MIB object: airIRG2GroupStatus + type: active discovery_attribute: airIRG2GroupStatusCoolOutput attributes: airIRG2GroupStatusCoolOutput: @@ -5204,42 +5323,42 @@ PowerNet-MIB::airIRG2GroupStatus: oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.2 name: apc.airIRG2GroupStatusCoolDemand syntax: Integer32 - airIRG2GroupStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.3 - name: apc.airIRG2GroupStatusAirFlowUS - syntax: Integer32 + # airIRG2GroupStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.3 + # name: apc.airIRG2GroupStatusAirFlowUS + # syntax: Integer32 airIRG2GroupStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.4 name: apc.airIRG2GroupStatusAirFlowMetric syntax: Integer32 - airIRG2GroupStatusMaxRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.5 - name: apc.airIRG2GroupStatusMaxRackInletTempUS - syntax: TemperatureDeciC + # airIRG2GroupStatusMaxRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.5 + # name: apc.airIRG2GroupStatusMaxRackInletTempUS + # syntax: TemperatureDeciC airIRG2GroupStatusMaxRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.6 name: apc.airIRG2GroupStatusMaxRackInletTempMetric syntax: TemperatureDeciC - airIRG2GroupStatusMinRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.7 - name: apc.airIRG2GroupStatusMinRackInletTempUS - syntax: TemperatureDeciC + # airIRG2GroupStatusMinRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.7 + # name: apc.airIRG2GroupStatusMinRackInletTempUS + # syntax: TemperatureDeciC airIRG2GroupStatusMinRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.8 name: apc.airIRG2GroupStatusMinRackInletTempMetric syntax: TemperatureDeciC - airIRG2GroupStatusMaxReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.9 - name: apc.airIRG2GroupStatusMaxReturnAirTempUS - syntax: TemperatureDeciC + # airIRG2GroupStatusMaxReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.9 + # name: apc.airIRG2GroupStatusMaxReturnAirTempUS + # syntax: TemperatureDeciC airIRG2GroupStatusMaxReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.10 name: apc.airIRG2GroupStatusMaxReturnAirTempMetric syntax: TemperatureDeciC - airIRG2GroupStatusMinReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.11 - name: apc.airIRG2GroupStatusMinReturnAirTempUS - syntax: TemperatureDeciC + # airIRG2GroupStatusMinReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.11 + # name: apc.airIRG2GroupStatusMinReturnAirTempUS + # syntax: TemperatureDeciC airIRG2GroupStatusMinReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.2.1.12 name: apc.airIRG2GroupStatusMinReturnAirTempMetric @@ -5252,6 +5371,7 @@ PowerNet-MIB::airIRG2GroupStatus: PowerNet-MIB::airIRG2RDT2Status: mib: PowerNet-MIB object: airIRG2RDT2Status + type: active discovery_attribute: airIRG2RDT2StatusOperateMode attributes: airIRG2RDT2StatusOperateMode: @@ -5266,74 +5386,74 @@ PowerNet-MIB::airIRG2RDT2Status: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.3 name: apc.airIRG2RDT2StatusCoolDemand syntax: Integer32 - airIRG2RDT2StatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.4 - name: apc.airIRG2RDT2StatusAirFlowUS - syntax: Integer32 + # airIRG2RDT2StatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.4 + # name: apc.airIRG2RDT2StatusAirFlowUS + # syntax: Integer32 airIRG2RDT2StatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.5 name: apc.airIRG2RDT2StatusAirFlowMetric syntax: Integer32 - airIRG2RDT2StatusRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.6 - name: apc.airIRG2RDT2StatusRackInletTempUS - syntax: TemperatureDeciC + # airIRG2RDT2StatusRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.6 + # name: apc.airIRG2RDT2StatusRackInletTempUS + # syntax: TemperatureDeciC airIRG2RDT2StatusRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.7 name: apc.airIRG2RDT2StatusRackInletTempMetric syntax: TemperatureDeciC - airIRG2RDT2StatusSupplyAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.8 - name: apc.airIRG2RDT2StatusSupplyAirTempUS - syntax: TemperatureDeciC + # airIRG2RDT2StatusSupplyAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.8 + # name: apc.airIRG2RDT2StatusSupplyAirTempUS + # syntax: TemperatureDeciC airIRG2RDT2StatusSupplyAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.9 name: apc.airIRG2RDT2StatusSupplyAirTempMetric syntax: TemperatureDeciC - airIRG2RDT2StatusReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.10 - name: apc.airIRG2RDT2StatusReturnAirTempUS - syntax: TemperatureDeciC + # airIRG2RDT2StatusReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.10 + # name: apc.airIRG2RDT2StatusReturnAirTempUS + # syntax: TemperatureDeciC airIRG2RDT2StatusReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.11 name: apc.airIRG2RDT2StatusReturnAirTempMetric syntax: TemperatureDeciC - airIRG2RDT2StatusSuctionTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.12 - name: apc.airIRG2RDT2StatusSuctionTempUS - syntax: TemperatureDeciC + # airIRG2RDT2StatusSuctionTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.12 + # name: apc.airIRG2RDT2StatusSuctionTempUS + # syntax: TemperatureDeciC airIRG2RDT2StatusSuctionTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.13 name: apc.airIRG2RDT2StatusSuctionTempMetric syntax: TemperatureDeciC - airIRG2RDT2StatusSuperheatTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.14 - name: apc.airIRG2RDT2StatusSuperheatTempUS - syntax: TemperatureDeciC + # airIRG2RDT2StatusSuperheatTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.14 + # name: apc.airIRG2RDT2StatusSuperheatTempUS + # syntax: TemperatureDeciC airIRG2RDT2StatusSuperheatTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.15 name: apc.airIRG2RDT2StatusSuperheatTempMetric syntax: TemperatureDeciC - airIRG2RDT2StatusFilterDPUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.16 - name: apc.airIRG2RDT2StatusFilterDPUS - syntax: Integer32 + # airIRG2RDT2StatusFilterDPUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.16 + # name: apc.airIRG2RDT2StatusFilterDPUS + # syntax: Integer32 airIRG2RDT2StatusFilterDPMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.17 name: apc.airIRG2RDT2StatusFilterDPMetric syntax: Integer32 - airIRG2RDT2StatusSuctionPressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.18 - name: apc.airIRG2RDT2StatusSuctionPressureUS - syntax: Integer32 + # airIRG2RDT2StatusSuctionPressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.18 + # name: apc.airIRG2RDT2StatusSuctionPressureUS + # syntax: Integer32 airIRG2RDT2StatusSuctionPressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.19 name: apc.airIRG2RDT2StatusSuctionPressureMetric syntax: Integer32 - airIRG2RDT2StatusDischargePressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.20 - name: apc.airIRG2RDT2StatusDischargePressureUS - syntax: Integer32 + # airIRG2RDT2StatusDischargePressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.20 + # name: apc.airIRG2RDT2StatusDischargePressureUS + # syntax: Integer32 airIRG2RDT2StatusDischargePressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.4.5.2.1.21 name: apc.airIRG2RDT2StatusDischargePressureMetric @@ -5378,6 +5498,7 @@ PowerNet-MIB::airIRG2RDT2Status: PowerNet-MIB::airIRmPmCommon1: mib: PowerNet-MIB object: airIRmPmCommon1 + type: stable discovery_attribute: airIRmPmUnitType attributes: airIRmPmUnitType: @@ -5408,6 +5529,7 @@ PowerNet-MIB::airIRmPmCommon1: PowerNet-MIB::airIRmPmCommon2: mib: PowerNet-MIB object: airIRmPmCommon2 + type: stable discovery_attribute: airIRmPmPCStop attributes: airIRmPmPCStop: @@ -5470,6 +5592,7 @@ PowerNet-MIB::airIRmPmCommon2: PowerNet-MIB::airIRmPmCommon3: mib: PowerNet-MIB object: airIRmPmCommon3 + type: active discovery_attribute: airIRmPmRuntimeUnit attributes: # airIRmPmLastMaintenanceYear: @@ -5552,6 +5675,7 @@ PowerNet-MIB::airIRmPmCommon3: PowerNet-MIB::airIRmPmUnitTemperature: mib: PowerNet-MIB object: airIRmPmUnitTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmUnitTemperatureC attributes: @@ -5559,14 +5683,15 @@ PowerNet-MIB::airIRmPmUnitTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.11.1 name: apc.airIRmPmUnitTemperatureC syntax: TemperatureDeciC - airIRmPmUnitTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.11.2 - name: apc.airIRmPmUnitTemperatureF - syntax: TemperatureDeciC + # airIRmPmUnitTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.11.2 + # name: apc.airIRmPmUnitTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmSetpointTemperatureDay: mib: PowerNet-MIB object: airIRmPmSetpointTemperatureDay + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmSetpointTemperatureDayC attributes: @@ -5574,14 +5699,15 @@ PowerNet-MIB::airIRmPmSetpointTemperatureDay: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.14.1 name: apc.airIRmPmSetpointTemperatureDayC syntax: TemperatureDeciC - airIRmPmSetpointTemperatureDayF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.14.2 - name: apc.airIRmPmSetpointTemperatureDayF - syntax: TemperatureDeciC + # airIRmPmSetpointTemperatureDayF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.14.2 + # name: apc.airIRmPmSetpointTemperatureDayF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmSetpointTemperatureNight: mib: PowerNet-MIB object: airIRmPmSetpointTemperatureNight + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmSetpointTemperatureNightC attributes: @@ -5589,14 +5715,15 @@ PowerNet-MIB::airIRmPmSetpointTemperatureNight: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.15.1 name: apc.airIRmPmSetpointTemperatureNightC syntax: TemperatureDeciC - airIRmPmSetpointTemperatureNightF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.15.2 - name: apc.airIRmPmSetpointTemperatureNightF - syntax: TemperatureDeciC + # airIRmPmSetpointTemperatureNightF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.15.2 + # name: apc.airIRmPmSetpointTemperatureNightF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmWinterModeStartTemp: mib: PowerNet-MIB object: airIRmPmWinterModeStartTemp + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmWinterModeStartTempC attributes: @@ -5604,14 +5731,15 @@ PowerNet-MIB::airIRmPmWinterModeStartTemp: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.29.1 name: apc.airIRmPmWinterModeStartTempC syntax: TemperatureDeciC - airIRmPmWinterModeStartTempF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.29.2 - name: apc.airIRmPmWinterModeStartTempF - syntax: TemperatureDeciC + # airIRmPmWinterModeStartTempF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.29.2 + # name: apc.airIRmPmWinterModeStartTempF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmWinterModeHysteresis: mib: PowerNet-MIB object: airIRmPmWinterModeHysteresis + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmWinterModeHysteresisK attributes: @@ -5619,14 +5747,15 @@ PowerNet-MIB::airIRmPmWinterModeHysteresis: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.30.1 name: apc.airIRmPmWinterModeHysteresisK syntax: TemperatureDeciC - airIRmPmWinterModeHysteresisF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.30.2 - name: apc.airIRmPmWinterModeHysteresisF - syntax: TemperatureDeciC + # airIRmPmWinterModeHysteresisF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.30.2 + # name: apc.airIRmPmWinterModeHysteresisF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmWaterTemperature: mib: PowerNet-MIB object: airIRmPmWaterTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmWaterTemperatureC attributes: @@ -5634,14 +5763,15 @@ PowerNet-MIB::airIRmPmWaterTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.32.1 name: apc.airIRmPmWaterTemperatureC syntax: TemperatureDeciC - airIRmPmWaterTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.32.2 - name: apc.airIRmPmWaterTemperatureF - syntax: TemperatureDeciC + # airIRmPmWaterTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.32.2 + # name: apc.airIRmPmWaterTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmReturnAirTemperature: mib: PowerNet-MIB object: airIRmPmReturnAirTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmReturnAirTemperatureC attributes: @@ -5649,14 +5779,15 @@ PowerNet-MIB::airIRmPmReturnAirTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.33.1 name: apc.airIRmPmReturnAirTemperatureC syntax: TemperatureDeciC - airIRmPmReturnAirTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.33.2 - name: apc.airIRmPmReturnAirTemperatureF - syntax: TemperatureDeciC + # airIRmPmReturnAirTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.33.2 + # name: apc.airIRmPmReturnAirTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmSupplyAirTemperature: mib: PowerNet-MIB object: airIRmPmSupplyAirTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmSupplyAirTemperatureC attributes: @@ -5664,14 +5795,15 @@ PowerNet-MIB::airIRmPmSupplyAirTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.34.1 name: apc.airIRmPmSupplyAirTemperatureC syntax: TemperatureDeciC - airIRmPmSupplyAirTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.34.2 - name: apc.airIRmPmSupplyAirTemperatureF - syntax: TemperatureDeciC + # airIRmPmSupplyAirTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.34.2 + # name: apc.airIRmPmSupplyAirTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmOutsideAirTemperature: mib: PowerNet-MIB object: airIRmPmOutsideAirTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmOutsideAirTemperatureC attributes: @@ -5679,14 +5811,15 @@ PowerNet-MIB::airIRmPmOutsideAirTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.37.1 name: apc.airIRmPmOutsideAirTemperatureC syntax: TemperatureDeciC - airIRmPmOutsideAirTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.37.2 - name: apc.airIRmPmOutsideAirTemperatureF - syntax: TemperatureDeciC + # airIRmPmOutsideAirTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.37.2 + # name: apc.airIRmPmOutsideAirTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmWaterTemperature2: mib: PowerNet-MIB object: airIRmPmWaterTemperature2 + type: active augments: PowerNet-MIB::airIRmPmCommon3 discovery_attribute: airIRmPmWaterTemperature2C attributes: @@ -5694,14 +5827,15 @@ PowerNet-MIB::airIRmPmWaterTemperature2: oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.43.1 name: apc.airIRmPmWaterTemperature2C syntax: TemperatureDeciC - airIRmPmWaterTemperature2F: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.43.2 - name: apc.airIRmPmWaterTemperature2F - syntax: TemperatureDeciC + # airIRmPmWaterTemperature2F: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.4.43.2 + # name: apc.airIRmPmWaterTemperature2F + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmCommon5: mib: PowerNet-MIB object: airIRmPmCommon5 + type: active discovery_attribute: airIRmPmUnitEvaporationPressure1 attributes: airIRmPmUnitEvaporationPressure1: @@ -5748,6 +5882,7 @@ PowerNet-MIB::airIRmPmCommon5: PowerNet-MIB::airIRmPmUnitEvaporationTemperature1: mib: PowerNet-MIB object: airIRmPmUnitEvaporationTemperature1 + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmUnitEvaporationTemperature1C attributes: @@ -5755,14 +5890,15 @@ PowerNet-MIB::airIRmPmUnitEvaporationTemperature1: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.1.1 name: apc.airIRmPmUnitEvaporationTemperature1C syntax: TemperatureDeciC - airIRmPmUnitEvaporationTemperature1F: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.1.2 - name: apc.airIRmPmUnitEvaporationTemperature1F - syntax: TemperatureDeciC + # airIRmPmUnitEvaporationTemperature1F: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.1.2 + # name: apc.airIRmPmUnitEvaporationTemperature1F + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmUnitCondensationTemperature1: mib: PowerNet-MIB object: airIRmPmUnitCondensationTemperature1 + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmUnitCondensationTemperature1C attributes: @@ -5770,14 +5906,15 @@ PowerNet-MIB::airIRmPmUnitCondensationTemperature1: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.3.1 name: apc.airIRmPmUnitCondensationTemperature1C syntax: TemperatureDeciC - airIRmPmUnitCondensationTemperature1F: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.3.2 - name: apc.airIRmPmUnitCondensationTemperature1F - syntax: TemperatureDeciC + # airIRmPmUnitCondensationTemperature1F: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.3.2 + # name: apc.airIRmPmUnitCondensationTemperature1F + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmMaxLimitReturnAirTemperature: mib: PowerNet-MIB object: airIRmPmMaxLimitReturnAirTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmMaxLimitReturnAirTemperatureC attributes: @@ -5785,14 +5922,15 @@ PowerNet-MIB::airIRmPmMaxLimitReturnAirTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.8.1 name: apc.airIRmPmMaxLimitReturnAirTemperatureC syntax: TemperatureDeciC - airIRmPmMaxLimitReturnAirTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.8.2 - name: apc.airIRmPmMaxLimitReturnAirTemperatureF - syntax: TemperatureDeciC + # airIRmPmMaxLimitReturnAirTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.8.2 + # name: apc.airIRmPmMaxLimitReturnAirTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmMinLimitReturnAirTemperature: mib: PowerNet-MIB object: airIRmPmMinLimitReturnAirTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmMinLimitReturnAirTemperatureC attributes: @@ -5800,14 +5938,15 @@ PowerNet-MIB::airIRmPmMinLimitReturnAirTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.9.1 name: apc.airIRmPmMinLimitReturnAirTemperatureC syntax: TemperatureDeciC - airIRmPmMinLimitReturnAirTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.9.2 - name: apc.airIRmPmMinLimitReturnAirTemperatureF - syntax: TemperatureDeciC + # airIRmPmMinLimitReturnAirTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.9.2 + # name: apc.airIRmPmMinLimitReturnAirTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmMaxLimitSupplyAirTemperature: mib: PowerNet-MIB object: airIRmPmMaxLimitSupplyAirTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmMaxLimitSupplyAirTemperatureC attributes: @@ -5815,14 +5954,15 @@ PowerNet-MIB::airIRmPmMaxLimitSupplyAirTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.10.1 name: apc.airIRmPmMaxLimitSupplyAirTemperatureC syntax: TemperatureDeciC - airIRmPmMaxLimitSupplyAirTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.10.2 - name: apc.airIRmPmMaxLimitSupplyAirTemperatureF - syntax: TemperatureDeciC + # airIRmPmMaxLimitSupplyAirTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.10.2 + # name: apc.airIRmPmMaxLimitSupplyAirTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmMinLimitSupplyAirTemperature: mib: PowerNet-MIB object: airIRmPmMinLimitSupplyAirTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmMinLimitSupplyAirTemperatureC attributes: @@ -5830,14 +5970,15 @@ PowerNet-MIB::airIRmPmMinLimitSupplyAirTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.11.1 name: apc.airIRmPmMinLimitSupplyAirTemperatureC syntax: TemperatureDeciC - airIRmPmMinLimitSupplyAirTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.11.2 - name: apc.airIRmPmMinLimitSupplyAirTemperatureF - syntax: TemperatureDeciC + # airIRmPmMinLimitSupplyAirTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.11.2 + # name: apc.airIRmPmMinLimitSupplyAirTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmMaxLimitWaterTemperature: mib: PowerNet-MIB object: airIRmPmMaxLimitWaterTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmMaxLimitWaterTemperatureC attributes: @@ -5845,14 +5986,15 @@ PowerNet-MIB::airIRmPmMaxLimitWaterTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.12.1 name: apc.airIRmPmMaxLimitWaterTemperatureC syntax: TemperatureDeciC - airIRmPmMaxLimitWaterTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.12.2 - name: apc.airIRmPmMaxLimitWaterTemperatureF - syntax: TemperatureDeciC + # airIRmPmMaxLimitWaterTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.12.2 + # name: apc.airIRmPmMaxLimitWaterTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmMinLimitWaterTemperature: mib: PowerNet-MIB object: airIRmPmMinLimitWaterTemperature + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmMinLimitWaterTemperatureC attributes: @@ -5860,14 +6002,15 @@ PowerNet-MIB::airIRmPmMinLimitWaterTemperature: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.13.1 name: apc.airIRmPmMinLimitWaterTemperatureC syntax: TemperatureDeciC - airIRmPmMinLimitWaterTemperatureF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.13.2 - name: apc.airIRmPmMinLimitWaterTemperatureF - syntax: TemperatureDeciC + # airIRmPmMinLimitWaterTemperatureF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.13.2 + # name: apc.airIRmPmMinLimitWaterTemperatureF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmUnitCondensationTemperature2: mib: PowerNet-MIB object: airIRmPmUnitCondensationTemperature2 + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmUnitCondensationTemperature2C attributes: @@ -5875,14 +6018,15 @@ PowerNet-MIB::airIRmPmUnitCondensationTemperature2: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.41.1 name: apc.airIRmPmUnitCondensationTemperature2C syntax: TemperatureDeciC - airIRmPmUnitCondensationTemperature2F: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.41.2 - name: apc.airIRmPmUnitCondensationTemperature2F - syntax: TemperatureDeciC + # airIRmPmUnitCondensationTemperature2F: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.41.2 + # name: apc.airIRmPmUnitCondensationTemperature2F + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmUnitEvaporationTemperature2: mib: PowerNet-MIB object: airIRmPmUnitEvaporationTemperature2 + type: active augments: PowerNet-MIB::airIRmPmCommon5 discovery_attribute: airIRmPmUnitEvaporationTemperature2C attributes: @@ -5890,14 +6034,15 @@ PowerNet-MIB::airIRmPmUnitEvaporationTemperature2: oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.43.1 name: apc.airIRmPmUnitEvaporationTemperature2C syntax: TemperatureDeciC - airIRmPmUnitEvaporationTemperature2F: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.43.2 - name: apc.airIRmPmUnitEvaporationTemperature2F - syntax: TemperatureDeciC + # airIRmPmUnitEvaporationTemperature2F: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.6.43.2 + # name: apc.airIRmPmUnitEvaporationTemperature2F + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmCompressor1: mib: PowerNet-MIB object: airIRmPmCompressor1 + type: active discovery_attribute: airIRmPmCmp1ManOperationActive attributes: airIRmPmCmp1ManOperationActive: @@ -5920,6 +6065,7 @@ PowerNet-MIB::airIRmPmCompressor1: PowerNet-MIB::airIRmPmCmp1StartTempSummer: mib: PowerNet-MIB object: airIRmPmCmp1StartTempSummer + type: active augments: PowerNet-MIB::airIRmPmCompressor1 discovery_attribute: airIRmPmCmp1StartTempSummerK attributes: @@ -5935,6 +6081,7 @@ PowerNet-MIB::airIRmPmCmp1StartTempSummer: PowerNet-MIB::airIRmPmCmp1HysteresisSummer: mib: PowerNet-MIB object: airIRmPmCmp1HysteresisSummer + type: active augments: PowerNet-MIB::airIRmPmCompressor1 discovery_attribute: airIRmPmCmp1HysteresisSummerK attributes: @@ -5950,6 +6097,7 @@ PowerNet-MIB::airIRmPmCmp1HysteresisSummer: PowerNet-MIB::airIRmPmCmp1StartTempWinter: mib: PowerNet-MIB object: airIRmPmCmp1StartTempWinter + type: active augments: PowerNet-MIB::airIRmPmCompressor1 discovery_attribute: airIRmPmCmp1StartTempWinterK attributes: @@ -5965,6 +6113,7 @@ PowerNet-MIB::airIRmPmCmp1StartTempWinter: PowerNet-MIB::airIRmPmCmp1HysteresisWinter: mib: PowerNet-MIB object: airIRmPmCmp1HysteresisWinter + type: active augments: PowerNet-MIB::airIRmPmCompressor1 discovery_attribute: airIRmPmCmp1HysteresisWinterK attributes: @@ -5980,6 +6129,7 @@ PowerNet-MIB::airIRmPmCmp1HysteresisWinter: PowerNet-MIB::airIRmPmCompressor2: mib: PowerNet-MIB object: airIRmPmCompressor2 + type: active discovery_attribute: airIRmPmCmp2ManOperationActive attributes: airIRmPmCmp2ManOperationActive: @@ -6002,6 +6152,7 @@ PowerNet-MIB::airIRmPmCompressor2: PowerNet-MIB::airIRmPmCmp2StartTempSummer: mib: PowerNet-MIB object: airIRmPmCmp2StartTempSummer + type: active augments: PowerNet-MIB::airIRmPmCompressor2 discovery_attribute: airIRmPmCmp2StartTempSummerK attributes: @@ -6017,6 +6168,7 @@ PowerNet-MIB::airIRmPmCmp2StartTempSummer: PowerNet-MIB::airIRmPmCmp2HysteresisSummer: mib: PowerNet-MIB object: airIRmPmCmp2HysteresisSummer + type: active augments: PowerNet-MIB::airIRmPmCompressor2 discovery_attribute: airIRmPmCmp2HysteresisSummerK attributes: @@ -6032,6 +6184,7 @@ PowerNet-MIB::airIRmPmCmp2HysteresisSummer: PowerNet-MIB::airIRmPmCmp2StartTempWinter: mib: PowerNet-MIB object: airIRmPmCmp2StartTempWinter + type: active augments: PowerNet-MIB::airIRmPmCompressor2 discovery_attribute: airIRmPmCmp2StartTempWinterK attributes: @@ -6047,6 +6200,7 @@ PowerNet-MIB::airIRmPmCmp2StartTempWinter: PowerNet-MIB::airIRmPmCmp2HysteresisWinter: mib: PowerNet-MIB object: airIRmPmCmp2HysteresisWinter + type: active augments: PowerNet-MIB::airIRmPmCompressor2 discovery_attribute: airIRmPmCmp2HysteresisWinterK attributes: @@ -6062,6 +6216,7 @@ PowerNet-MIB::airIRmPmCmp2HysteresisWinter: PowerNet-MIB::airIRmPmEheating1: mib: PowerNet-MIB object: airIRmPmEheating1 + type: active discovery_attribute: airIRmPmEheating1ManOpEnable attributes: airIRmPmEheating1ManOpEnable: @@ -6088,6 +6243,7 @@ PowerNet-MIB::airIRmPmEheating1: PowerNet-MIB::airIRmPmEheating1StartTemperature: mib: PowerNet-MIB object: airIRmPmEheating1StartTemperature + type: active augments: PowerNet-MIB::airIRmPmEheating1 discovery_attribute: airIRmPmEheating1StartTemperatureK attributes: @@ -6103,6 +6259,7 @@ PowerNet-MIB::airIRmPmEheating1StartTemperature: PowerNet-MIB::airIRmPmEheating1Hysteresis: mib: PowerNet-MIB object: airIRmPmEheating1Hysteresis + type: active augments: PowerNet-MIB::airIRmPmEheating1 discovery_attribute: airIRmPmEheating1HysteresisK attributes: @@ -6118,6 +6275,7 @@ PowerNet-MIB::airIRmPmEheating1Hysteresis: PowerNet-MIB::airIRmPmEheating2: mib: PowerNet-MIB object: airIRmPmEheating2 + type: active discovery_attribute: airIRmPmEheating2ManOpEnable attributes: airIRmPmEheating2ManOpEnable: @@ -6144,6 +6302,7 @@ PowerNet-MIB::airIRmPmEheating2: PowerNet-MIB::airIRmPmEheating2StartTemperature: mib: PowerNet-MIB object: airIRmPmEheating2StartTemperature + type: active augments: PowerNet-MIB::airIRmPmEheating2 discovery_attribute: airIRmPmEheating2StartTemperatureK attributes: @@ -6159,6 +6318,7 @@ PowerNet-MIB::airIRmPmEheating2StartTemperature: PowerNet-MIB::airIRmPmEheating2Hysteresis: mib: PowerNet-MIB object: airIRmPmEheating2Hysteresis + type: active augments: PowerNet-MIB::airIRmPmEheating2 discovery_attribute: airIRmPmEheating2HysteresisK attributes: @@ -6174,6 +6334,7 @@ PowerNet-MIB::airIRmPmEheating2Hysteresis: PowerNet-MIB::airIRmPmEheating3: mib: PowerNet-MIB object: airIRmPmEheating3 + type: active discovery_attribute: airIRmPmEheating3ManOpEnable attributes: airIRmPmEheating3ManOpEnable: @@ -6200,6 +6361,7 @@ PowerNet-MIB::airIRmPmEheating3: PowerNet-MIB::airIRmPmEheating3StartTemperature: mib: PowerNet-MIB object: airIRmPmEheating3StartTemperature + type: active augments: PowerNet-MIB::airIRmPmEheating3 discovery_attribute: airIRmPmEheating3StartTemperatureK attributes: @@ -6215,6 +6377,7 @@ PowerNet-MIB::airIRmPmEheating3StartTemperature: PowerNet-MIB::airIRmPmEheating3Hysteresis: mib: PowerNet-MIB object: airIRmPmEheating3Hysteresis + type: active augments: PowerNet-MIB::airIRmPmEheating3 discovery_attribute: airIRmPmEheating3HysteresisK attributes: @@ -6230,6 +6393,7 @@ PowerNet-MIB::airIRmPmEheating3Hysteresis: PowerNet-MIB::airIRmPmEheating4: mib: PowerNet-MIB object: airIRmPmEheating4 + type: active discovery_attribute: airIRmPmEheating4ManOpEnable attributes: airIRmPmEheating4ManOpEnable: @@ -6256,6 +6420,7 @@ PowerNet-MIB::airIRmPmEheating4: PowerNet-MIB::airIRmPmEheating4StartTemperature: mib: PowerNet-MIB object: airIRmPmEheating4StartTemperature + type: active augments: PowerNet-MIB::airIRmPmEheating4 discovery_attribute: airIRmPmEheating4StartTemperatureK attributes: @@ -6271,6 +6436,7 @@ PowerNet-MIB::airIRmPmEheating4StartTemperature: PowerNet-MIB::airIRmPmEheating4Hysteresis: mib: PowerNet-MIB object: airIRmPmEheating4Hysteresis + type: active augments: PowerNet-MIB::airIRmPmEheating4 discovery_attribute: airIRmPmEheating4HysteresisK attributes: @@ -6286,6 +6452,7 @@ PowerNet-MIB::airIRmPmEheating4Hysteresis: PowerNet-MIB::airIRmPmGECWvalve: mib: PowerNet-MIB object: airIRmPmGECWvalve + type: active discovery_attribute: airIRmPmGECWvalveManOpEnable attributes: airIRmPmGECWvalveManOpEnable: @@ -6304,6 +6471,7 @@ PowerNet-MIB::airIRmPmGECWvalve: PowerNet-MIB::airIRmPmGECWvalveStartTemperature: mib: PowerNet-MIB object: airIRmPmGECWvalveStartTemperature + type: active augments: PowerNet-MIB::airIRmPmGECWvalve discovery_attribute: airIRmPmGECWvalveStartTemperatureK attributes: @@ -6319,6 +6487,7 @@ PowerNet-MIB::airIRmPmGECWvalveStartTemperature: PowerNet-MIB::airIRmPmGECWvalveLinearRange: mib: PowerNet-MIB object: airIRmPmGECWvalveLinearRange + type: active augments: PowerNet-MIB::airIRmPmGECWvalve discovery_attribute: airIRmPmGECWvalveLinearRangeK attributes: @@ -6334,6 +6503,7 @@ PowerNet-MIB::airIRmPmGECWvalveLinearRange: PowerNet-MIB::airIRmPmGECWvalveGEOffTemp: mib: PowerNet-MIB object: airIRmPmGECWvalveGEOffTemp + type: active augments: PowerNet-MIB::airIRmPmGECWvalve discovery_attribute: airIRmPmGECWvalveGEOffTempC attributes: @@ -6341,14 +6511,15 @@ PowerNet-MIB::airIRmPmGECWvalveGEOffTemp: oid: .1.3.6.1.4.1.318.1.1.13.5.3.15.12.1 name: apc.airIRmPmGECWvalveGEOffTempC syntax: TemperatureDeciC - airIRmPmGECWvalveGEOffTempF: - oid: .1.3.6.1.4.1.318.1.1.13.5.3.15.12.2 - name: apc.airIRmPmGECWvalveGEOffTempF - syntax: TemperatureDeciC + # airIRmPmGECWvalveGEOffTempF: + # oid: .1.3.6.1.4.1.318.1.1.13.5.3.15.12.2 + # name: apc.airIRmPmGECWvalveGEOffTempF + # syntax: TemperatureDeciC PowerNet-MIB::airIRmPmGvalve: mib: PowerNet-MIB object: airIRmPmGvalve + type: active discovery_attribute: airIRmPmGvalveManOperationEnable attributes: airIRmPmGvalveManOperationEnable: @@ -6375,6 +6546,7 @@ PowerNet-MIB::airIRmPmGvalve: PowerNet-MIB::airIRmPmDrycooler1: mib: PowerNet-MIB object: airIRmPmDrycooler1 + type: active discovery_attribute: airIRmPmDrycooler1ManOpEnable attributes: airIRmPmDrycooler1ManOpEnable: @@ -6397,6 +6569,7 @@ PowerNet-MIB::airIRmPmDrycooler1: PowerNet-MIB::airIRmPmDrycooler1WinterStartTemp: mib: PowerNet-MIB object: airIRmPmDrycooler1WinterStartTemp + type: active augments: PowerNet-MIB::airIRmPmDrycooler1 discovery_attribute: airIRmPmDrycooler1WinterStartTempC attributes: @@ -6412,6 +6585,7 @@ PowerNet-MIB::airIRmPmDrycooler1WinterStartTemp: PowerNet-MIB::airIRmPmDrycooler1SummerStartTemp: mib: PowerNet-MIB object: airIRmPmDrycooler1SummerStartTemp + type: active augments: PowerNet-MIB::airIRmPmDrycooler1 discovery_attribute: airIRmPmDrycooler1SummerStartTempC attributes: @@ -6427,6 +6601,7 @@ PowerNet-MIB::airIRmPmDrycooler1SummerStartTemp: PowerNet-MIB::airIRmPmDrycooler1Hysteresis: mib: PowerNet-MIB object: airIRmPmDrycooler1Hysteresis + type: active augments: PowerNet-MIB::airIRmPmDrycooler1 discovery_attribute: airIRmPmDrycooler1HysteresisK attributes: @@ -6442,6 +6617,7 @@ PowerNet-MIB::airIRmPmDrycooler1Hysteresis: PowerNet-MIB::airIRmPmDrycooler2: mib: PowerNet-MIB object: airIRmPmDrycooler2 + type: active discovery_attribute: airIRmPmDrycooler2ManOpEnable attributes: airIRmPmDrycooler2ManOpEnable: @@ -6464,6 +6640,7 @@ PowerNet-MIB::airIRmPmDrycooler2: PowerNet-MIB::airIRmPmDrycooler2WinterStartTemp: mib: PowerNet-MIB object: airIRmPmDrycooler2WinterStartTemp + type: active augments: PowerNet-MIB::airIRmPmDrycooler2 discovery_attribute: airIRmPmDrycooler2WinterStartTempC attributes: @@ -6479,6 +6656,7 @@ PowerNet-MIB::airIRmPmDrycooler2WinterStartTemp: PowerNet-MIB::airIRmPmDrycooler2SummerStartTemp: mib: PowerNet-MIB object: airIRmPmDrycooler2SummerStartTemp + type: active augments: PowerNet-MIB::airIRmPmDrycooler2 discovery_attribute: airIRmPmDrycooler2SummerStartTempC attributes: @@ -6494,6 +6672,7 @@ PowerNet-MIB::airIRmPmDrycooler2SummerStartTemp: PowerNet-MIB::airIRmPmDrycooler2Hysteresis: mib: PowerNet-MIB object: airIRmPmDrycooler2Hysteresis + type: active augments: PowerNet-MIB::airIRmPmDrycooler2 discovery_attribute: airIRmPmDrycooler2HysteresisK attributes: @@ -6509,6 +6688,7 @@ PowerNet-MIB::airIRmPmDrycooler2Hysteresis: PowerNet-MIB::airIRmPmDrycooler3: mib: PowerNet-MIB object: airIRmPmDrycooler3 + type: active discovery_attribute: airIRmPmDrycooler3ManOpEnable attributes: airIRmPmDrycooler3ManOpEnable: @@ -6531,6 +6711,7 @@ PowerNet-MIB::airIRmPmDrycooler3: PowerNet-MIB::airIRmPmDrycooler3WinterStartTemp: mib: PowerNet-MIB object: airIRmPmDrycooler3WinterStartTemp + type: active augments: PowerNet-MIB::airIRmPmDrycooler3 discovery_attribute: airIRmPmDrycooler3WinterStartTempC attributes: @@ -6546,6 +6727,7 @@ PowerNet-MIB::airIRmPmDrycooler3WinterStartTemp: PowerNet-MIB::airIRmPmDrycooler3SummerStartTemp: mib: PowerNet-MIB object: airIRmPmDrycooler3SummerStartTemp + type: active augments: PowerNet-MIB::airIRmPmDrycooler3 discovery_attribute: airIRmPmDrycooler3SummerStartTempC attributes: @@ -6561,6 +6743,7 @@ PowerNet-MIB::airIRmPmDrycooler3SummerStartTemp: PowerNet-MIB::airIRmPmDrycooler3Hysteresis: mib: PowerNet-MIB object: airIRmPmDrycooler3Hysteresis + type: active augments: PowerNet-MIB::airIRmPmDrycooler3 discovery_attribute: airIRmPmDrycooler3HysteresisK attributes: @@ -6576,6 +6759,7 @@ PowerNet-MIB::airIRmPmDrycooler3Hysteresis: PowerNet-MIB::airIRmPmDrycooler4: mib: PowerNet-MIB object: airIRmPmDrycooler4 + type: active discovery_attribute: airIRmPmDrycooler4ManOpEnable attributes: airIRmPmDrycooler4ManOpEnable: @@ -6598,6 +6782,7 @@ PowerNet-MIB::airIRmPmDrycooler4: PowerNet-MIB::airIRmPmDrycooler4WinterStartTemp: mib: PowerNet-MIB object: airIRmPmDrycooler4WinterStartTemp + type: active augments: PowerNet-MIB::airIRmPmDrycooler4 discovery_attribute: airIRmPmDrycooler4WinterStartTempC attributes: @@ -6613,6 +6798,7 @@ PowerNet-MIB::airIRmPmDrycooler4WinterStartTemp: PowerNet-MIB::airIRmPmDrycooler4SummerStartTemp: mib: PowerNet-MIB object: airIRmPmDrycooler4SummerStartTemp + type: active augments: PowerNet-MIB::airIRmPmDrycooler4 discovery_attribute: airIRmPmDrycooler4SummerStartTempC attributes: @@ -6628,6 +6814,7 @@ PowerNet-MIB::airIRmPmDrycooler4SummerStartTemp: PowerNet-MIB::airIRmPmDrycooler4Hysteresis: mib: PowerNet-MIB object: airIRmPmDrycooler4Hysteresis + type: active augments: PowerNet-MIB::airIRmPmDrycooler4 discovery_attribute: airIRmPmDrycooler4HysteresisK attributes: @@ -6643,6 +6830,7 @@ PowerNet-MIB::airIRmPmDrycooler4Hysteresis: PowerNet-MIB::airIRmPmPump1: mib: PowerNet-MIB object: airIRmPmPump1 + type: active discovery_attribute: airIRmPmPump1ManOpEnable attributes: airIRmPmPump1ManOpEnable: @@ -6685,6 +6873,7 @@ PowerNet-MIB::airIRmPmPump1: PowerNet-MIB::airIRmPmPump1StartTemperature: mib: PowerNet-MIB object: airIRmPmPump1StartTemperature + type: active augments: PowerNet-MIB::airIRmPmPump1 discovery_attribute: airIRmPmPump1StartTemperatureK attributes: @@ -6700,6 +6889,7 @@ PowerNet-MIB::airIRmPmPump1StartTemperature: PowerNet-MIB::airIRmPmPump1Hysteresis: mib: PowerNet-MIB object: airIRmPmPump1Hysteresis + type: active augments: PowerNet-MIB::airIRmPmPump1 discovery_attribute: airIRmPmPump1HysteresisK attributes: @@ -6715,6 +6905,7 @@ PowerNet-MIB::airIRmPmPump1Hysteresis: PowerNet-MIB::airIRmPmPump1LinearRange: mib: PowerNet-MIB object: airIRmPmPump1LinearRange + type: active augments: PowerNet-MIB::airIRmPmPump1 discovery_attribute: airIRmPmPump1LinearRangeK attributes: @@ -6730,6 +6921,7 @@ PowerNet-MIB::airIRmPmPump1LinearRange: PowerNet-MIB::airIRmPmPump2: mib: PowerNet-MIB object: airIRmPmPump2 + type: active discovery_attribute: airIRmPmPump2ManOpEnable attributes: airIRmPmPump2ManOpEnable: @@ -6772,6 +6964,7 @@ PowerNet-MIB::airIRmPmPump2: PowerNet-MIB::airIRmPmPump2StartTemperature: mib: PowerNet-MIB object: airIRmPmPump2StartTemperature + type: active augments: PowerNet-MIB::airIRmPmPump2 discovery_attribute: airIRmPmPump2StartTemperatureK attributes: @@ -6787,6 +6980,7 @@ PowerNet-MIB::airIRmPmPump2StartTemperature: PowerNet-MIB::airIRmPmPump2Hysteresis: mib: PowerNet-MIB object: airIRmPmPump2Hysteresis + type: active augments: PowerNet-MIB::airIRmPmPump2 discovery_attribute: airIRmPmPump2HysteresisK attributes: @@ -6802,6 +6996,7 @@ PowerNet-MIB::airIRmPmPump2Hysteresis: PowerNet-MIB::airIRmPmPump2LinearRange: mib: PowerNet-MIB object: airIRmPmPump2LinearRange + type: active augments: PowerNet-MIB::airIRmPmPump2 discovery_attribute: airIRmPmPump2LinearRangeK attributes: @@ -6817,6 +7012,7 @@ PowerNet-MIB::airIRmPmPump2LinearRange: PowerNet-MIB::airIRmPmPump3: mib: PowerNet-MIB object: airIRmPmPump3 + type: active discovery_attribute: airIRmPmPump3ManOpEnable attributes: airIRmPmPump3ManOpEnable: @@ -6859,6 +7055,7 @@ PowerNet-MIB::airIRmPmPump3: PowerNet-MIB::airIRmPmPump3StartTemperature: mib: PowerNet-MIB object: airIRmPmPump3StartTemperature + type: active augments: PowerNet-MIB::airIRmPmPump3 discovery_attribute: airIRmPmPump3StartTemperatureK attributes: @@ -6874,6 +7071,7 @@ PowerNet-MIB::airIRmPmPump3StartTemperature: PowerNet-MIB::airIRmPmPump3Hysteresis: mib: PowerNet-MIB object: airIRmPmPump3Hysteresis + type: active augments: PowerNet-MIB::airIRmPmPump3 discovery_attribute: airIRmPmPump3HysteresisK attributes: @@ -6889,6 +7087,7 @@ PowerNet-MIB::airIRmPmPump3Hysteresis: PowerNet-MIB::airIRmPmPump3LinearRange: mib: PowerNet-MIB object: airIRmPmPump3LinearRange + type: active augments: PowerNet-MIB::airIRmPmPump3 discovery_attribute: airIRmPmPump3LinearRangeK attributes: @@ -6904,6 +7103,7 @@ PowerNet-MIB::airIRmPmPump3LinearRange: PowerNet-MIB::airIRmPmPump4: mib: PowerNet-MIB object: airIRmPmPump4 + type: active discovery_attribute: airIRmPmPump4ManOpEnable attributes: airIRmPmPump4ManOpEnable: @@ -6946,6 +7146,7 @@ PowerNet-MIB::airIRmPmPump4: PowerNet-MIB::airIRmPmPump4StartTemperature: mib: PowerNet-MIB object: airIRmPmPump4StartTemperature + type: active augments: PowerNet-MIB::airIRmPmPump4 discovery_attribute: airIRmPmPump4StartTemperatureK attributes: @@ -6961,6 +7162,7 @@ PowerNet-MIB::airIRmPmPump4StartTemperature: PowerNet-MIB::airIRmPmPump4Hysteresis: mib: PowerNet-MIB object: airIRmPmPump4Hysteresis + type: active augments: PowerNet-MIB::airIRmPmPump4 discovery_attribute: airIRmPmPump4HysteresisK attributes: @@ -6976,6 +7178,7 @@ PowerNet-MIB::airIRmPmPump4Hysteresis: PowerNet-MIB::airIRmPmPump4LinearRange: mib: PowerNet-MIB object: airIRmPmPump4LinearRange + type: active augments: PowerNet-MIB::airIRmPmPump4 discovery_attribute: airIRmPmPump4LinearRangeK attributes: @@ -6991,6 +7194,7 @@ PowerNet-MIB::airIRmPmPump4LinearRange: PowerNet-MIB::airIRmPmHotgasHeating: mib: PowerNet-MIB object: airIRmPmHotgasHeating + type: active discovery_attribute: airIRmPmHotgasHeatRunning attributes: airIRmPmHotgasHeatRunning: @@ -7001,6 +7205,7 @@ PowerNet-MIB::airIRmPmHotgasHeating: PowerNet-MIB::airIRmPmPWWHeating: mib: PowerNet-MIB object: airIRmPmPWWHeating + type: active discovery_attribute: airIRmPmPWWHeatingManOpEnable attributes: airIRmPmPWWHeatingManOpEnable: @@ -7031,6 +7236,7 @@ PowerNet-MIB::airIRmPmPWWHeating: PowerNet-MIB::airIRmPmPWWHeatingStartTemp: mib: PowerNet-MIB object: airIRmPmPWWHeatingStartTemp + type: active augments: PowerNet-MIB::airIRmPmPWWHeating discovery_attribute: airIRmPmPWWHeatingStartTempK attributes: @@ -7046,6 +7252,7 @@ PowerNet-MIB::airIRmPmPWWHeatingStartTemp: PowerNet-MIB::airIRmPmPWWHeatingHysteresis: mib: PowerNet-MIB object: airIRmPmPWWHeatingHysteresis + type: active augments: PowerNet-MIB::airIRmPmPWWHeating discovery_attribute: airIRmPmPWWHeatingHysteresisK attributes: @@ -7061,6 +7268,7 @@ PowerNet-MIB::airIRmPmPWWHeatingHysteresis: PowerNet-MIB::airIRmPmPWWHeatingLinearRange: mib: PowerNet-MIB object: airIRmPmPWWHeatingLinearRange + type: active augments: PowerNet-MIB::airIRmPmPWWHeating discovery_attribute: airIRmPmPWWHeatingLinearRangeK attributes: @@ -7076,6 +7284,7 @@ PowerNet-MIB::airIRmPmPWWHeatingLinearRange: PowerNet-MIB::airIRmPmHumidifier1: mib: PowerNet-MIB object: airIRmPmHumidifier1 + type: active discovery_attribute: airIRmPmHumidifier1ManOpEnable attributes: airIRmPmHumidifier1ManOpEnable: @@ -7122,6 +7331,7 @@ PowerNet-MIB::airIRmPmHumidifier1: PowerNet-MIB::airIRmPmHumidifier2: mib: PowerNet-MIB object: airIRmPmHumidifier2 + type: active discovery_attribute: airIRmPmHumidifier2ManOpEnable attributes: airIRmPmHumidifier2ManOpEnable: @@ -7168,6 +7378,7 @@ PowerNet-MIB::airIRmPmHumidifier2: PowerNet-MIB::airIRmPmDehumidification: mib: PowerNet-MIB object: airIRmPmDehumidification + type: active discovery_attribute: airIRmPmDehumidificManOpEnable attributes: airIRmPmDehumidificManOpEnable: @@ -7198,6 +7409,7 @@ PowerNet-MIB::airIRmPmDehumidification: PowerNet-MIB::airIRmPmDehumidificMinWaterTemp: mib: PowerNet-MIB object: airIRmPmDehumidificMinWaterTemp + type: active augments: PowerNet-MIB::airIRmPmDehumidification discovery_attribute: airIRmPmDehumidificMinWaterTempC attributes: @@ -7213,6 +7425,7 @@ PowerNet-MIB::airIRmPmDehumidificMinWaterTemp: PowerNet-MIB::airIRmPmDehumidificMaxWaterTemp: mib: PowerNet-MIB object: airIRmPmDehumidificMaxWaterTemp + type: active augments: PowerNet-MIB::airIRmPmDehumidification discovery_attribute: airIRmPmDehumidificMaxWaterTempC attributes: @@ -7228,6 +7441,7 @@ PowerNet-MIB::airIRmPmDehumidificMaxWaterTemp: PowerNet-MIB::airIRmPmFan1: mib: PowerNet-MIB object: airIRmPmFan1 + type: active discovery_attribute: airIRmPmFan1ManOpEnable attributes: airIRmPmFan1ManOpEnable: @@ -7262,6 +7476,7 @@ PowerNet-MIB::airIRmPmFan1: PowerNet-MIB::airIRmPmFan2: mib: PowerNet-MIB object: airIRmPmFan2 + type: active discovery_attribute: airIRmPmFan2ManOpEnable attributes: airIRmPmFan2ManOpEnable: @@ -7296,6 +7511,7 @@ PowerNet-MIB::airIRmPmFan2: PowerNet-MIB::airIRmPmFan3: mib: PowerNet-MIB object: airIRmPmFan3 + type: active discovery_attribute: airIRmPmFan3ManOpEnable attributes: airIRmPmFan3ManOpEnable: @@ -7330,6 +7546,7 @@ PowerNet-MIB::airIRmPmFan3: PowerNet-MIB::airIRmPmLouver1: mib: PowerNet-MIB object: airIRmPmLouver1 + type: active discovery_attribute: airIRmPmLouver1ManOpEnable attributes: airIRmPmLouver1ManOpEnable: @@ -7348,6 +7565,7 @@ PowerNet-MIB::airIRmPmLouver1: PowerNet-MIB::airIRmPmLouver2: mib: PowerNet-MIB object: airIRmPmLouver2 + type: active discovery_attribute: airIRmPmLouver2ManOpEnable attributes: airIRmPmLouver2ManOpEnable: @@ -7366,6 +7584,7 @@ PowerNet-MIB::airIRmPmLouver2: PowerNet-MIB::airIRmPmLouver3: mib: PowerNet-MIB object: airIRmPmLouver3 + type: active discovery_attribute: airIRmPmLouver3ManOpEnable attributes: airIRmPmLouver3ManOpEnable: @@ -7384,6 +7603,7 @@ PowerNet-MIB::airIRmPmLouver3: PowerNet-MIB::airIRmPmMyZone: mib: PowerNet-MIB object: airIRmPmMyZone + type: active discovery_attribute: airIRmPmMyZoneNumber attributes: airIRmPmMyZoneNumber: @@ -7414,6 +7634,7 @@ PowerNet-MIB::airIRmPmMyZone: PowerNet-MIB::airIRmPmMyZoneRoomTemperature: mib: PowerNet-MIB object: airIRmPmMyZoneRoomTemperature + type: active augments: PowerNet-MIB::airIRmPmMyZone discovery_attribute: airIRmPmMyZoneRoomTemperatureC attributes: @@ -7429,6 +7650,7 @@ PowerNet-MIB::airIRmPmMyZoneRoomTemperature: PowerNet-MIB::airIRmPmMyZoneSupplyTemperature: mib: PowerNet-MIB object: airIRmPmMyZoneSupplyTemperature + type: active augments: PowerNet-MIB::airIRmPmMyZone discovery_attribute: airIRmPmMyZoneSupplyTemperatureC attributes: @@ -7444,6 +7666,7 @@ PowerNet-MIB::airIRmPmMyZoneSupplyTemperature: PowerNet-MIB::airIRmPmMyZoneEmergencyTemperature: mib: PowerNet-MIB object: airIRmPmMyZoneEmergencyTemperature + type: active augments: PowerNet-MIB::airIRmPmMyZone discovery_attribute: airIRmPmMyZoneEmergencyTemperatureC attributes: @@ -7459,6 +7682,7 @@ PowerNet-MIB::airIRmPmMyZoneEmergencyTemperature: PowerNet-MIB::airIRmPmGlobalZoneData: mib: PowerNet-MIB object: airIRmPmGlobalZoneData + type: active discovery_attribute: airIRmPmGlobalZoneDataEmergencyOpMode attributes: airIRmPmGlobalZoneDataEmergencyOpMode: @@ -7469,6 +7693,7 @@ PowerNet-MIB::airIRmPmGlobalZoneData: PowerNet-MIB::airIRG3GroupStatusEntry: mib: PowerNet-MIB object: airIRG3GroupStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.1 @@ -7484,58 +7709,58 @@ PowerNet-MIB::airIRG3GroupStatusEntry: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.3 name: apc.airIRG3GroupStatusCoolDemand syntax: Integer32 - airIRG3GroupStatusAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.4 - name: apc.airIRG3GroupStatusAirFlowUS - syntax: Integer32 + # airIRG3GroupStatusAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.4 + # name: apc.airIRG3GroupStatusAirFlowUS + # syntax: Integer32 airIRG3GroupStatusAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.5 name: apc.airIRG3GroupStatusAirFlowMetric syntax: Integer32 - airIRG3GroupStatusMaxRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.6 - name: apc.airIRG3GroupStatusMaxRackInletTempUS - syntax: TemperatureDeciC + # airIRG3GroupStatusMaxRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.6 + # name: apc.airIRG3GroupStatusMaxRackInletTempUS + # syntax: TemperatureDeciC airIRG3GroupStatusMaxRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.7 name: apc.airIRG3GroupStatusMaxRackInletTempMetric syntax: TemperatureDeciC - airIRG3GroupStatusMinRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.8 - name: apc.airIRG3GroupStatusMinRackInletTempUS - syntax: TemperatureDeciC + # airIRG3GroupStatusMinRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.8 + # name: apc.airIRG3GroupStatusMinRackInletTempUS + # syntax: TemperatureDeciC airIRG3GroupStatusMinRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.9 name: apc.airIRG3GroupStatusMinRackInletTempMetric syntax: TemperatureDeciC - airIRG3GroupStatusMaxReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.10 - name: apc.airIRG3GroupStatusMaxReturnAirTempUS - syntax: TemperatureDeciC + # airIRG3GroupStatusMaxReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.10 + # name: apc.airIRG3GroupStatusMaxReturnAirTempUS + # syntax: TemperatureDeciC airIRG3GroupStatusMaxReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.11 name: apc.airIRG3GroupStatusMaxReturnAirTempMetric syntax: TemperatureDeciC - airIRG3GroupStatusMinReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.12 - name: apc.airIRG3GroupStatusMinReturnAirTempUS - syntax: TemperatureDeciC + # airIRG3GroupStatusMinReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.12 + # name: apc.airIRG3GroupStatusMinReturnAirTempUS + # syntax: TemperatureDeciC airIRG3GroupStatusMinReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.13 name: apc.airIRG3GroupStatusMinReturnAirTempMetric syntax: TemperatureDeciC - airIRG3GroupStatusAvgSupplyTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.14 - name: apc.airIRG3GroupStatusAvgSupplyTempUS - syntax: TemperatureDeciC + # airIRG3GroupStatusAvgSupplyTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.14 + # name: apc.airIRG3GroupStatusAvgSupplyTempUS + # syntax: TemperatureDeciC airIRG3GroupStatusAvgSupplyTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.15 name: apc.airIRG3GroupStatusAvgSupplyTempMetric syntax: TemperatureDeciC - airIRG3GroupStatusAvgReturnTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.16 - name: apc.airIRG3GroupStatusAvgReturnTempUS - syntax: TemperatureDeciC + # airIRG3GroupStatusAvgReturnTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.16 + # name: apc.airIRG3GroupStatusAvgReturnTempUS + # syntax: TemperatureDeciC airIRG3GroupStatusAvgReturnTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.17 name: apc.airIRG3GroupStatusAvgReturnTempMetric @@ -7544,18 +7769,18 @@ PowerNet-MIB::airIRG3GroupStatusEntry: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.18 name: apc.airIRG3GroupStatusAvgFanSpeed syntax: Integer32 - airIRG3GroupStatusAvgAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.19 - name: apc.airIRG3GroupStatusAvgAirFlowUS - syntax: Integer32 + # airIRG3GroupStatusAvgAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.19 + # name: apc.airIRG3GroupStatusAvgAirFlowUS + # syntax: Integer32 airIRG3GroupStatusAvgAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.20 name: apc.airIRG3GroupStatusAvgAirFlowMetric syntax: Integer32 - airIRG3GroupStatusTotalAirFlowUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.21 - name: apc.airIRG3GroupStatusTotalAirFlowUS - syntax: Integer32 + # airIRG3GroupStatusTotalAirFlowUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.21 + # name: apc.airIRG3GroupStatusTotalAirFlowUS + # syntax: Integer32 airIRG3GroupStatusTotalAirFlowMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.2.2.1.22 name: apc.airIRG3GroupStatusTotalAirFlowMetric @@ -7564,6 +7789,7 @@ PowerNet-MIB::airIRG3GroupStatusEntry: PowerNet-MIB::airIRG3RDUStatusEntry: mib: PowerNet-MIB object: airIRG3RDUStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.1 @@ -7607,90 +7833,90 @@ PowerNet-MIB::airIRG3RDUStatusEntry: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.10 name: apc.airIRG3RDUStatusTotalRDUOutputPower syntax: Integer32 - airIRG3RDUStatusInletWaterTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.11 - name: apc.airIRG3RDUStatusInletWaterTempUS - syntax: TemperatureDeciC + # airIRG3RDUStatusInletWaterTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.11 + # name: apc.airIRG3RDUStatusInletWaterTempUS + # syntax: TemperatureDeciC airIRG3RDUStatusInletWaterTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.12 name: apc.airIRG3RDUStatusInletWaterTempMetric syntax: TemperatureDeciC - airIRG3RDUStatusOutletWaterTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.13 - name: apc.airIRG3RDUStatusOutletWaterTempUS - syntax: TemperatureDeciC + # airIRG3RDUStatusOutletWaterTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.13 + # name: apc.airIRG3RDUStatusOutletWaterTempUS + # syntax: TemperatureDeciC airIRG3RDUStatusOutletWaterTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.14 name: apc.airIRG3RDUStatusOutletWaterTempMetric syntax: TemperatureDeciC - airIRG3RDUStatusCondenserSaturationTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.15 - name: apc.airIRG3RDUStatusCondenserSaturationTempUS - syntax: TemperatureDeciC + # airIRG3RDUStatusCondenserSaturationTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.15 + # name: apc.airIRG3RDUStatusCondenserSaturationTempUS + # syntax: TemperatureDeciC airIRG3RDUStatusCondenserSaturationTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.16 name: apc.airIRG3RDUStatusCondenserSaturationTempMetric syntax: TemperatureDeciC - airIRG3RDUStatusDewPointTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.17 - name: apc.airIRG3RDUStatusDewPointTempUS - syntax: TemperatureDeciC + # airIRG3RDUStatusDewPointTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.17 + # name: apc.airIRG3RDUStatusDewPointTempUS + # syntax: TemperatureDeciC airIRG3RDUStatusDewPointTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.18 name: apc.airIRG3RDUStatusDewPointTempMetric syntax: TemperatureDeciC - airIRG3RDUStatusPumpOutletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.19 - name: apc.airIRG3RDUStatusPumpOutletTempUS - syntax: TemperatureDeciC + # airIRG3RDUStatusPumpOutletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.19 + # name: apc.airIRG3RDUStatusPumpOutletTempUS + # syntax: TemperatureDeciC airIRG3RDUStatusPumpOutletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.20 name: apc.airIRG3RDUStatusPumpOutletTempMetric syntax: TemperatureDeciC - airIRG3RDUStatusSubcoolerOutletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.21 - name: apc.airIRG3RDUStatusSubcoolerOutletTempUS - syntax: TemperatureDeciC + # airIRG3RDUStatusSubcoolerOutletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.21 + # name: apc.airIRG3RDUStatusSubcoolerOutletTempUS + # syntax: TemperatureDeciC airIRG3RDUStatusSubcoolerOutletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.22 name: apc.airIRG3RDUStatusSubcoolerOutletTempMetric syntax: TemperatureDeciC - airIRG3RDUStatusCondenserOutletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.23 - name: apc.airIRG3RDUStatusCondenserOutletTempUS - syntax: TemperatureDeciC + # airIRG3RDUStatusCondenserOutletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.23 + # name: apc.airIRG3RDUStatusCondenserOutletTempUS + # syntax: TemperatureDeciC airIRG3RDUStatusCondenserOutletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.24 name: apc.airIRG3RDUStatusCondenserOutletTempMetric syntax: TemperatureDeciC - airIRG3RDUStatusCondenserInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.25 - name: apc.airIRG3RDUStatusCondenserInletTempUS - syntax: TemperatureDeciC + # airIRG3RDUStatusCondenserInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.25 + # name: apc.airIRG3RDUStatusCondenserInletTempUS + # syntax: TemperatureDeciC airIRG3RDUStatusCondenserInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.26 name: apc.airIRG3RDUStatusCondenserInletTempMetric syntax: TemperatureDeciC - airIRG3RDUStatusCondenserOutletPressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.27 - name: apc.airIRG3RDUStatusCondenserOutletPressureUS - syntax: Integer32 + # airIRG3RDUStatusCondenserOutletPressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.27 + # name: apc.airIRG3RDUStatusCondenserOutletPressureUS + # syntax: Integer32 airIRG3RDUStatusCondenserOutletPressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.28 name: apc.airIRG3RDUStatusCondenserOutletPressureMetric syntax: Integer32 - airIRG3RDUStatusPump1HeadPressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.29 - name: apc.airIRG3RDUStatusPump1HeadPressureUS - syntax: Integer32 + # airIRG3RDUStatusPump1HeadPressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.29 + # name: apc.airIRG3RDUStatusPump1HeadPressureUS + # syntax: Integer32 airIRG3RDUStatusPump1HeadPressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.30 name: apc.airIRG3RDUStatusPump1HeadPressureMetric syntax: Integer32 - airIRG3RDUStatusPump2HeadPressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.31 - name: apc.airIRG3RDUStatusPump2HeadPressureUS - syntax: Integer32 + # airIRG3RDUStatusPump2HeadPressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.31 + # name: apc.airIRG3RDUStatusPump2HeadPressureUS + # syntax: Integer32 airIRG3RDUStatusPump2HeadPressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.4.2.1.32 name: apc.airIRG3RDUStatusPump2HeadPressureMetric @@ -7743,6 +7969,7 @@ PowerNet-MIB::airIRG3RDUStatusEntry: PowerNet-MIB::airIRG3CMStatusEntry: mib: PowerNet-MIB object: airIRG3CMStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.1 @@ -7762,58 +7989,58 @@ PowerNet-MIB::airIRG3CMStatusEntry: oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.4 name: apc.airIRG3CMStatusUnitType syntax: EnumInteger - airIRG3CMStatusRackInletTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.5 - name: apc.airIRG3CMStatusRackInletTempUS - syntax: TemperatureDeciC + # airIRG3CMStatusRackInletTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.5 + # name: apc.airIRG3CMStatusRackInletTempUS + # syntax: TemperatureDeciC airIRG3CMStatusRackInletTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.6 name: apc.airIRG3CMStatusRackInletTempMetric syntax: TemperatureDeciC - airIRG3CMStatusReturnAirTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.7 - name: apc.airIRG3CMStatusReturnAirTempUS - syntax: TemperatureDeciC + # airIRG3CMStatusReturnAirTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.7 + # name: apc.airIRG3CMStatusReturnAirTempUS + # syntax: TemperatureDeciC airIRG3CMStatusReturnAirTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.8 name: apc.airIRG3CMStatusReturnAirTempMetric syntax: TemperatureDeciC - airIRG3CMStatusLiquidTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.9 - name: apc.airIRG3CMStatusLiquidTempUS - syntax: TemperatureDeciC + # airIRG3CMStatusLiquidTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.9 + # name: apc.airIRG3CMStatusLiquidTempUS + # syntax: TemperatureDeciC airIRG3CMStatusLiquidTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.10 name: apc.airIRG3CMStatusLiquidTempMetric syntax: TemperatureDeciC - airIRG3CMStatusVaporTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.11 - name: apc.airIRG3CMStatusVaporTempUS - syntax: TemperatureDeciC + # airIRG3CMStatusVaporTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.11 + # name: apc.airIRG3CMStatusVaporTempUS + # syntax: TemperatureDeciC airIRG3CMStatusVaporTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.12 name: apc.airIRG3CMStatusVaporTempMetric syntax: TemperatureDeciC - airIRG3CMStatusEvaporatorTempUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.13 - name: apc.airIRG3CMStatusEvaporatorTempUS - syntax: TemperatureDeciC + # airIRG3CMStatusEvaporatorTempUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.13 + # name: apc.airIRG3CMStatusEvaporatorTempUS + # syntax: TemperatureDeciC airIRG3CMStatusEvaporatorTempMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.14 name: apc.airIRG3CMStatusEvaporatorTempMetric syntax: TemperatureDeciC - airIRG3CMStatusLiquidInletPressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.15 - name: apc.airIRG3CMStatusLiquidInletPressureUS - syntax: Integer32 + # airIRG3CMStatusLiquidInletPressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.15 + # name: apc.airIRG3CMStatusLiquidInletPressureUS + # syntax: Integer32 airIRG3CMStatusLiquidInletPressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.16 name: apc.airIRG3CMStatusLiquidInletPressureMetric syntax: Integer32 - airIRG3CMStatusVaporOutletPressureUS: - oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.17 - name: apc.airIRG3CMStatusVaporOutletPressureUS - syntax: Integer32 + # airIRG3CMStatusVaporOutletPressureUS: + # oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.17 + # name: apc.airIRG3CMStatusVaporOutletPressureUS + # syntax: Integer32 airIRG3CMStatusVaporOutletPressureMetric: oid: .1.3.6.1.4.1.318.1.1.13.6.5.2.1.18 name: apc.airIRG3CMStatusVaporOutletPressureMetric @@ -7838,6 +8065,7 @@ PowerNet-MIB::airIRG3CMStatusEntry: PowerNet-MIB::rARUStatusEntry: mib: PowerNet-MIB object: rARUStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.14.3.3.1.1 @@ -7897,6 +8125,7 @@ PowerNet-MIB::rARUStatusEntry: PowerNet-MIB::rARUFanStatusEntry: mib: PowerNet-MIB object: rARUFanStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.14.4.1.1.1 @@ -7936,6 +8165,7 @@ PowerNet-MIB::rARUFanStatusEntry: PowerNet-MIB::rARUSensorsStatusEntry: mib: PowerNet-MIB object: rARUSensorsStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.14.6.2.1.1 @@ -7955,6 +8185,7 @@ PowerNet-MIB::rARUSensorsStatusEntry: PowerNet-MIB::xPDUMainInputVoltagePhaseEntry: mib: PowerNet-MIB object: xPDUMainInputVoltagePhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.15.3.1.4.1.1 @@ -7974,6 +8205,7 @@ PowerNet-MIB::xPDUMainInputVoltagePhaseEntry: PowerNet-MIB::xPDUBypassInputVoltagePhaseEntry: mib: PowerNet-MIB object: xPDUBypassInputVoltagePhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.15.3.2.4.1.1 @@ -7993,6 +8225,7 @@ PowerNet-MIB::xPDUBypassInputVoltagePhaseEntry: PowerNet-MIB::xPDUUPSInputVoltagePhaseEntry: mib: PowerNet-MIB object: xPDUUPSInputVoltagePhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.15.3.3.2.1.1 @@ -8008,6 +8241,7 @@ PowerNet-MIB::xPDUUPSInputVoltagePhaseEntry: PowerNet-MIB::xPDUSystemOutput: mib: PowerNet-MIB object: xPDUSystemOutput + type: active discovery_attribute: xPDUSystemOutputFrequency attributes: xPDUSystemOutputFrequency: @@ -8042,6 +8276,7 @@ PowerNet-MIB::xPDUSystemOutput: PowerNet-MIB::xPDUSystemOutputPhaseEntry: mib: PowerNet-MIB object: xPDUSystemOutputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.15.3.4.14.1.1 @@ -8077,6 +8312,7 @@ PowerNet-MIB::xPDUSystemOutputPhaseEntry: PowerNet-MIB::xPDUGroundMonitorPoint: mib: PowerNet-MIB object: xPDUGroundMonitorPoint + type: active discovery_attribute: xPDUGroundCurrent attributes: xPDUGroundCurrent: @@ -8087,6 +8323,7 @@ PowerNet-MIB::xPDUGroundMonitorPoint: PowerNet-MIB::xPDUSystemBreakerEntry: mib: PowerNet-MIB object: xPDUSystemBreakerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.15.4.1.2.1.1 @@ -8106,6 +8343,7 @@ PowerNet-MIB::xPDUSystemBreakerEntry: PowerNet-MIB::xPDUBranchBreakerEntry: mib: PowerNet-MIB object: xPDUBranchBreakerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.15.4.2.3.1.1 @@ -8141,6 +8379,7 @@ PowerNet-MIB::xPDUBranchBreakerEntry: PowerNet-MIB::xPDUInputContactEntry: mib: PowerNet-MIB object: xPDUInputContactEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.15.5.3.1.1 @@ -8164,6 +8403,7 @@ PowerNet-MIB::xPDUInputContactEntry: PowerNet-MIB::xPDUOutputRelayEntry: mib: PowerNet-MIB object: xPDUOutputRelayEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.15.6.3.1.1 @@ -8187,6 +8427,7 @@ PowerNet-MIB::xPDUOutputRelayEntry: PowerNet-MIB::xPDUMiscGroup: mib: PowerNet-MIB object: xPDUMiscGroup + type: active discovery_attribute: xPDUEPOMode attributes: xPDUEPOMode: @@ -8205,6 +8446,7 @@ PowerNet-MIB::xPDUMiscGroup: PowerNet-MIB::battManSystemStatus: mib: PowerNet-MIB object: battManSystemStatus + type: active discovery_attribute: battManSystemAmbientTempC attributes: battManSystemAmbientTempC: @@ -8255,6 +8497,7 @@ PowerNet-MIB::battManSystemStatus: PowerNet-MIB::battManInputContactEntry: mib: PowerNet-MIB object: battManInputContactEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.16.11.2.1.1 @@ -8286,6 +8529,7 @@ PowerNet-MIB::battManInputContactEntry: PowerNet-MIB::xATSDevice: mib: PowerNet-MIB object: xATSDevice + type: active discovery_attribute: xATSDeviceServiceType attributes: xATSDeviceServiceType: @@ -8312,6 +8556,7 @@ PowerNet-MIB::xATSDevice: PowerNet-MIB::xATSSwitchStatus: mib: PowerNet-MIB object: xATSSwitchStatus + type: active discovery_attribute: xATSSwitchStatusSelectedSource attributes: xATSSwitchStatusSelectedSource: @@ -8334,6 +8579,7 @@ PowerNet-MIB::xATSSwitchStatus: PowerNet-MIB::xATSSwitchTimersEntry: mib: PowerNet-MIB object: xATSSwitchTimersEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.17.3.3.2.1.1 @@ -8365,6 +8611,7 @@ PowerNet-MIB::xATSSwitchTimersEntry: PowerNet-MIB::xATSSwitchStatisticsEntry: mib: PowerNet-MIB object: xATSSwitchStatisticsEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.17.3.5.2.1.1 @@ -8384,6 +8631,7 @@ PowerNet-MIB::xATSSwitchStatisticsEntry: PowerNet-MIB::xATSSource1: mib: PowerNet-MIB object: xATSSource1 + type: active discovery_attribute: xATSSource1Name attributes: xATSSource1Name: @@ -8410,6 +8658,7 @@ PowerNet-MIB::xATSSource1: PowerNet-MIB::xATSSource1PhaseEntry: mib: PowerNet-MIB object: xATSSource1PhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.17.4.1.7.1.1 @@ -8429,6 +8678,7 @@ PowerNet-MIB::xATSSource1PhaseEntry: PowerNet-MIB::xATSSource2: mib: PowerNet-MIB object: xATSSource2 + type: active discovery_attribute: xATSSource2Name attributes: xATSSource2Name: @@ -8455,6 +8705,7 @@ PowerNet-MIB::xATSSource2: PowerNet-MIB::xATSSource2PhaseEntry: mib: PowerNet-MIB object: xATSSource2PhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.17.4.2.7.1.1 @@ -8474,6 +8725,7 @@ PowerNet-MIB::xATSSource2PhaseEntry: PowerNet-MIB::xATSSystemOutput: mib: PowerNet-MIB object: xATSSystemOutput + type: active discovery_attribute: xATSSystemOutputFrequency attributes: xATSSystemOutputFrequency: @@ -8500,6 +8752,7 @@ PowerNet-MIB::xATSSystemOutput: PowerNet-MIB::xATSSystemOutputPhaseEntry: mib: PowerNet-MIB object: xATSSystemOutputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.17.4.3.12.1.1 @@ -8535,6 +8788,7 @@ PowerNet-MIB::xATSSystemOutputPhaseEntry: PowerNet-MIB::xATSInputContactEntry: mib: PowerNet-MIB object: xATSInputContactEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.17.6.3.1.1 @@ -8558,6 +8812,7 @@ PowerNet-MIB::xATSInputContactEntry: PowerNet-MIB::xATSOutputRelayEntry: mib: PowerNet-MIB object: xATSOutputRelayEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.17.7.3.1.1 @@ -8581,6 +8836,7 @@ PowerNet-MIB::xATSOutputRelayEntry: PowerNet-MIB::xATSGeneratorStatus: mib: PowerNet-MIB object: xATSGeneratorStatus + type: active discovery_attribute: xATSGeneratorStatusGeneratorName attributes: xATSGeneratorStatusGeneratorName: @@ -8603,6 +8859,7 @@ PowerNet-MIB::xATSGeneratorStatus: PowerNet-MIB::xATSGeneratorAdvStatus: mib: PowerNet-MIB object: xATSGeneratorAdvStatus + type: active augments: PowerNet-MIB::xATSGeneratorStatus discovery_attribute: xATSGeneratorAdvStatusBatteryVoltage attributes: @@ -8634,6 +8891,7 @@ PowerNet-MIB::xATSGeneratorAdvStatus: PowerNet-MIB::xATSGeneratorOutput: mib: PowerNet-MIB object: xATSGeneratorOutput + type: active discovery_attribute: xATSGeneratorOutputFrequency attributes: xATSGeneratorOutputFrequency: @@ -8656,6 +8914,7 @@ PowerNet-MIB::xATSGeneratorOutput: PowerNet-MIB::xATSGeneratorOutputPhaseEntry: mib: PowerNet-MIB object: xATSGeneratorOutputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.18.1.4.6.1.1 @@ -8691,6 +8950,7 @@ PowerNet-MIB::xATSGeneratorOutputPhaseEntry: PowerNet-MIB::xATSGeneratorFuelSystem: mib: PowerNet-MIB object: xATSGeneratorFuelSystem + type: active discovery_attribute: xATSGeneratorFuelSystemType attributes: xATSGeneratorFuelSystemType: @@ -8717,6 +8977,7 @@ PowerNet-MIB::xATSGeneratorFuelSystem: PowerNet-MIB::cpsInfoSerialPortEntry: mib: PowerNet-MIB object: cpsInfoSerialPortEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.19.1.3.1.1.1 @@ -8788,6 +9049,7 @@ PowerNet-MIB::cpsInfoSerialPortEntry: PowerNet-MIB::accessPXStatusFront: mib: PowerNet-MIB object: accessPXStatusFront + type: active discovery_attribute: accessPXStatusFrontDoorLock attributes: accessPXStatusFrontDoorLock: @@ -8810,6 +9072,7 @@ PowerNet-MIB::accessPXStatusFront: PowerNet-MIB::accessPXStatusRear: mib: PowerNet-MIB object: accessPXStatusRear + type: active discovery_attribute: accessPXStatusRearDoorLock attributes: accessPXStatusRearDoorLock: @@ -8832,6 +9095,7 @@ PowerNet-MIB::accessPXStatusRear: PowerNet-MIB::isxModularDistModuleBreakerEntry: mib: PowerNet-MIB object: isxModularDistModuleBreakerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.22.2.4.1.1 @@ -8883,6 +9147,7 @@ PowerNet-MIB::isxModularDistModuleBreakerEntry: PowerNet-MIB::isxModularDistModuleOutputEntry: mib: PowerNet-MIB object: isxModularDistModuleOutputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.22.2.6.1.1 @@ -8938,6 +9203,7 @@ PowerNet-MIB::isxModularDistModuleOutputEntry: PowerNet-MIB::isxModularDistSubFeedInfoEntry: mib: PowerNet-MIB object: isxModularDistSubFeedInfoEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.22.3.2.1.1 @@ -8977,6 +9243,7 @@ PowerNet-MIB::isxModularDistSubFeedInfoEntry: PowerNet-MIB::isxModularDistSubFeedLoadingEntry: mib: PowerNet-MIB object: isxModularDistSubFeedLoadingEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.22.3.4.1.1 @@ -9008,6 +9275,7 @@ PowerNet-MIB::isxModularDistSubFeedLoadingEntry: PowerNet-MIB::isxModularDistSysVoltage: mib: PowerNet-MIB object: isxModularDistSysVoltage + type: active discovery_attribute: isxModularDistSysOutputVoltageNominalLineToNeutral attributes: isxModularDistSysOutputVoltageNominalLineToNeutral: @@ -9038,6 +9306,7 @@ PowerNet-MIB::isxModularDistSysVoltage: PowerNet-MIB::isxModularDistSysVoltageEntry: mib: PowerNet-MIB object: isxModularDistSysVoltageEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.22.4.1.15.1.1 @@ -9061,6 +9330,7 @@ PowerNet-MIB::isxModularDistSysVoltageEntry: PowerNet-MIB::isxModularDistSysCurrentEntry: mib: PowerNet-MIB object: isxModularDistSysCurrentEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.22.4.2.11.1.1 @@ -9084,6 +9354,7 @@ PowerNet-MIB::isxModularDistSysCurrentEntry: PowerNet-MIB::isxModularDistSysPower: mib: PowerNet-MIB object: isxModularDistSysPower + type: active discovery_attribute: isxModularDistSysPowerTotal attributes: isxModularDistSysPowerTotal: @@ -9098,6 +9369,7 @@ PowerNet-MIB::isxModularDistSysPower: PowerNet-MIB::isxModularDistSysPowerEntry: mib: PowerNet-MIB object: isxModularDistSysPowerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.22.4.3.5.1.1 @@ -9117,6 +9389,7 @@ PowerNet-MIB::isxModularDistSysPowerEntry: PowerNet-MIB::isxModularPduDevice: mib: PowerNet-MIB object: isxModularPduDevice + type: active discovery_attribute: isxModularPduDeviceTransformerPresent attributes: isxModularPduDeviceTransformerPresent: @@ -9139,6 +9412,7 @@ PowerNet-MIB::isxModularPduDevice: PowerNet-MIB::isxModularPduStatus: mib: PowerNet-MIB object: isxModularPduStatus + type: active augments: PowerNet-MIB::isxModularPduDevice discovery_attribute: isxModularPduAlarmStatus attributes: @@ -9158,6 +9432,7 @@ PowerNet-MIB::isxModularPduStatus: PowerNet-MIB::uioSensorStatusEntry: mib: PowerNet-MIB object: uioSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.25.1.2.1.1 @@ -9201,6 +9476,7 @@ PowerNet-MIB::uioSensorStatusEntry: PowerNet-MIB::uioInputContactStatusEntry: mib: PowerNet-MIB object: uioInputContactStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.25.2.2.1.1 @@ -9232,6 +9508,7 @@ PowerNet-MIB::uioInputContactStatusEntry: PowerNet-MIB::uioOutputRelayStatusEntry: mib: PowerNet-MIB object: uioOutputRelayStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.25.3.2.1.1 @@ -9263,6 +9540,7 @@ PowerNet-MIB::uioOutputRelayStatusEntry: PowerNet-MIB::rPDU2DeviceStatusEntry: mib: PowerNet-MIB object: rPDU2DeviceStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.26.4.3.1.1 @@ -9342,6 +9620,7 @@ PowerNet-MIB::rPDU2DeviceStatusEntry: PowerNet-MIB::rPDU2PhaseStatusEntry: mib: PowerNet-MIB object: rPDU2PhaseStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.26.6.3.1.1 @@ -9397,6 +9676,7 @@ PowerNet-MIB::rPDU2PhaseStatusEntry: PowerNet-MIB::rPDU2BankStatusEntry: mib: PowerNet-MIB object: rPDU2BankStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.26.8.3.1.1 @@ -9436,6 +9716,7 @@ PowerNet-MIB::rPDU2BankStatusEntry: PowerNet-MIB::rPDU2OutletSwitchedStatusEntry: mib: PowerNet-MIB object: rPDU2OutletSwitchedStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.26.9.2.3.1.1 @@ -9471,6 +9752,7 @@ PowerNet-MIB::rPDU2OutletSwitchedStatusEntry: PowerNet-MIB::rPDU2OutletMeteredStatusEntry: mib: PowerNet-MIB object: rPDU2OutletMeteredStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.26.9.4.3.1.1 @@ -9530,6 +9812,7 @@ PowerNet-MIB::rPDU2OutletMeteredStatusEntry: PowerNet-MIB::rPDU2SensorTempHumidityStatusEntry: mib: PowerNet-MIB object: rPDU2SensorTempHumidityStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.26.10.2.2.1.1 @@ -9593,6 +9876,7 @@ PowerNet-MIB::rPDU2SensorTempHumidityStatusEntry: PowerNet-MIB::rPDU2SensorDiscreteStatusEntry: mib: PowerNet-MIB object: rPDU2SensorDiscreteStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.26.10.4.2.1.1 @@ -9628,6 +9912,7 @@ PowerNet-MIB::rPDU2SensorDiscreteStatusEntry: PowerNet-MIB::rPDU2Group: mib: PowerNet-MIB object: rPDU2Group + type: active discovery_attribute: rPDU2GroupNumberOfDevices attributes: rPDU2GroupNumberOfDevices: @@ -9646,6 +9931,7 @@ PowerNet-MIB::rPDU2Group: PowerNet-MIB::rPDU2PhaseToPhaseStatusEntry: mib: PowerNet-MIB object: rPDU2PhaseToPhaseStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.26.13.1.1.1 @@ -9704,6 +9990,7 @@ PowerNet-MIB::rPDU2PhaseToPhaseStatusEntry: PowerNet-MIB::pmmDevice: mib: PowerNet-MIB object: pmmDevice + type: active discovery_attribute: pmmDeviceNominalInputVoltage attributes: pmmDeviceNominalInputVoltage: @@ -9722,6 +10009,7 @@ PowerNet-MIB::pmmDevice: PowerNet-MIB::pmmInputEntry: mib: PowerNet-MIB object: pmmInputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.28.3.1.2.1.1 @@ -9821,6 +10109,7 @@ PowerNet-MIB::pmmInputEntry: PowerNet-MIB::pmmInputPhaseEntry: mib: PowerNet-MIB object: pmmInputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.28.3.1.3.1.1 @@ -9880,6 +10169,7 @@ PowerNet-MIB::pmmInputPhaseEntry: PowerNet-MIB::pmmOutputEntry: mib: PowerNet-MIB object: pmmOutputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.28.3.2.2.1.1 @@ -9935,6 +10225,7 @@ PowerNet-MIB::pmmOutputEntry: PowerNet-MIB::pmmOutputPhaseEntry: mib: PowerNet-MIB object: pmmOutputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.28.3.2.3.1.1 @@ -9974,6 +10265,7 @@ PowerNet-MIB::pmmOutputPhaseEntry: PowerNet-MIB::pmmBranchBreakerEntry: mib: PowerNet-MIB object: pmmBranchBreakerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.28.3.3.3.1.1 @@ -10089,6 +10381,7 @@ PowerNet-MIB::pmmBranchBreakerEntry: PowerNet-MIB::chargerInputPhaseEntry: mib: PowerNet-MIB object: chargerInputPhaseEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.29.2.1.1.1 @@ -10116,6 +10409,7 @@ PowerNet-MIB::chargerInputPhaseEntry: PowerNet-MIB::chargerOutput: mib: PowerNet-MIB object: chargerOutput + type: active discovery_attribute: chargerOutputStatus attributes: chargerOutputStatus: @@ -10138,6 +10432,7 @@ PowerNet-MIB::chargerOutput: PowerNet-MIB::ePDUDeviceStatusEntry: mib: PowerNet-MIB object: ePDUDeviceStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.30.2.1.1.1 @@ -10181,6 +10476,7 @@ PowerNet-MIB::ePDUDeviceStatusEntry: PowerNet-MIB::ePDUPhaseStatusEntry: mib: PowerNet-MIB object: ePDUPhaseStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.30.4.2.1.1 @@ -10228,6 +10524,7 @@ PowerNet-MIB::ePDUPhaseStatusEntry: PowerNet-MIB::ePDUOutletStatusEntry: mib: PowerNet-MIB object: ePDUOutletStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.30.6.1.1.1 @@ -10251,6 +10548,7 @@ PowerNet-MIB::ePDUOutletStatusEntry: PowerNet-MIB::ePDUSensorStatusEntry: mib: PowerNet-MIB object: ePDUSensorStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.30.8.2.1.1 @@ -10274,6 +10572,7 @@ PowerNet-MIB::ePDUSensorStatusEntry: PowerNet-MIB::mdcUpsInputEntry: mib: PowerNet-MIB object: mdcUpsInputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.31.2.2.1.1.1 @@ -10289,6 +10588,7 @@ PowerNet-MIB::mdcUpsInputEntry: PowerNet-MIB::mdcUpsOutputEntry: mib: PowerNet-MIB object: mdcUpsOutputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.31.2.3.1.1.1 @@ -10316,6 +10616,7 @@ PowerNet-MIB::mdcUpsOutputEntry: PowerNet-MIB::mdcUpsBatteryEntry: mib: PowerNet-MIB object: mdcUpsBatteryEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.31.2.4.1.1.1 @@ -10335,6 +10636,7 @@ PowerNet-MIB::mdcUpsBatteryEntry: PowerNet-MIB::mdcCoolingStatusEntry: mib: PowerNet-MIB object: mdcCoolingStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.31.3.2.1.1.1 @@ -10358,6 +10660,7 @@ PowerNet-MIB::mdcCoolingStatusEntry: PowerNet-MIB::mdcStatus: mib: PowerNet-MIB object: mdcStatus + type: active discovery_attribute: mdcStatusPowerUsageEffectiveness attributes: mdcStatusPowerUsageEffectiveness: @@ -10368,6 +10671,7 @@ PowerNet-MIB::mdcStatus: PowerNet-MIB::mdcMeterStatusEntry: mib: PowerNet-MIB object: mdcMeterStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.31.5.2.1.1.1 @@ -10399,6 +10703,7 @@ PowerNet-MIB::mdcMeterStatusEntry: PowerNet-MIB::ats5gDeviceSwitchEntry: mib: PowerNet-MIB object: ats5gDeviceSwitchEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.33.3.1.1 @@ -10522,6 +10827,7 @@ PowerNet-MIB::ats5gDeviceSwitchEntry: PowerNet-MIB::ats5gDeviceEnvironmentEntry: mib: PowerNet-MIB object: ats5gDeviceEnvironmentEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.33.4.1.1 @@ -10561,6 +10867,7 @@ PowerNet-MIB::ats5gDeviceEnvironmentEntry: PowerNet-MIB::ats5gBankEntry: mib: PowerNet-MIB object: ats5gBankEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.318.1.1.33.6.1.1 @@ -10596,6 +10903,7 @@ PowerNet-MIB::ats5gBankEntry: PowerNet-MIB::struxureWareOperationsStatus: mib: PowerNet-MIB object: struxureWareOperationsStatus + type: active discovery_attribute: serverStatus attributes: serverStatus: diff --git a/objects/arista/ARISTA-ASIC-COUNTERS-MIB.yml b/objects/arista/ARISTA-ASIC-COUNTERS-MIB.yml index 41aba9c2..098b26ca 100644 --- a/objects/arista/ARISTA-ASIC-COUNTERS-MIB.yml +++ b/objects/arista/ARISTA-ASIC-COUNTERS-MIB.yml @@ -1,6 +1,7 @@ ARISTA-ASIC-COUNTERS-MIB::aristaAsicInternalDropStatsEntry: mib: ARISTA-ASIC-COUNTERS-MIB object: aristaAsicInternalDropStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.29.1.2.1.1 diff --git a/objects/arista/ARISTA-BGP4V2-MIB.yml b/objects/arista/ARISTA-BGP4V2-MIB.yml index 4d7ebe66..70a3d3f6 100644 --- a/objects/arista/ARISTA-BGP4V2-MIB.yml +++ b/objects/arista/ARISTA-BGP4V2-MIB.yml @@ -1,6 +1,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2DiscontinuityEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2DiscontinuityEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.30065.4.1.1.2.1.1 @@ -17,6 +18,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2DiscontinuityEntry: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2PeerEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.30065.4.1.1.2.1.1 @@ -80,6 +82,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2PeerEntry: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerErrorsEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2PeerErrorsEntry + type: dynamic augments: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerEntry discovery_attribute: aristaBgp4V2PeerLastErrorCodeReceived attributes: @@ -129,6 +132,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2PeerErrorsEntry: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerEventTimesEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2PeerEventTimesEntry + type: dynamic augments: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerEntry discovery_attribute: aristaBgp4V2PeerFsmEstablishedTime attributes: @@ -146,6 +150,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2PeerEventTimesEntry: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerConfiguredTimersEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2PeerConfiguredTimersEntry + type: dynamic augments: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerEntry discovery_attribute: aristaBgp4V2PeerConnectRetryInterval attributes: @@ -178,6 +183,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2PeerConfiguredTimersEntry: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerNegotiatedTimersEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2PeerNegotiatedTimersEntry + type: dynamic augments: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerEntry discovery_attribute: aristaBgp4V2PeerHoldTime attributes: @@ -195,6 +201,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2PeerNegotiatedTimersEntry: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerCountersEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2PeerCountersEntry + type: dynamic augments: ARISTA-BGP4V2-MIB::aristaBgp4V2PeerEntry discovery_attribute: aristaBgp4V2PeerInUpdates attributes: @@ -227,6 +234,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2PeerCountersEntry: ARISTA-BGP4V2-MIB::aristaBgp4V2PrefixGaugesEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2PrefixGaugesEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.30065.4.1.1.2.1.1 @@ -269,6 +277,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2PrefixGaugesEntry: ARISTA-BGP4V2-MIB::aristaBgp4V2NlriEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2NlriEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.30065.4.1.1.2.1.1 @@ -372,6 +381,7 @@ ARISTA-BGP4V2-MIB::aristaBgp4V2NlriEntry: ARISTA-BGP4V2-MIB::aristaBgp4V2PrefixEvpnNlriGaugesEntry: mib: ARISTA-BGP4V2-MIB object: aristaBgp4V2PrefixEvpnNlriGaugesEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.30065.4.1.1.2.1.1 diff --git a/objects/arista/ARISTA-BRIDGE-EXT-MIB.yml b/objects/arista/ARISTA-BRIDGE-EXT-MIB.yml index 969c23dc..280dd642 100644 --- a/objects/arista/ARISTA-BRIDGE-EXT-MIB.yml +++ b/objects/arista/ARISTA-BRIDGE-EXT-MIB.yml @@ -1,6 +1,7 @@ ARISTA-BRIDGE-EXT-MIB::aristaMacStatsEntry: mib: ARISTA-BRIDGE-EXT-MIB object: aristaMacStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.2.1.17.7.1.2.1.1.1 diff --git a/objects/arista/ARISTA-CONFIG-COPY-MIB.yml b/objects/arista/ARISTA-CONFIG-COPY-MIB.yml index 079fbf6e..a9240e2a 100644 --- a/objects/arista/ARISTA-CONFIG-COPY-MIB.yml +++ b/objects/arista/ARISTA-CONFIG-COPY-MIB.yml @@ -1,6 +1,7 @@ ARISTA-CONFIG-COPY-MIB::aristaConfigCopyCommandEntry: mib: ARISTA-CONFIG-COPY-MIB object: aristaConfigCopyCommandEntry + type: immutable index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.7.1.1.1 diff --git a/objects/arista/ARISTA-CONFIG-MAN-MIB.yml b/objects/arista/ARISTA-CONFIG-MAN-MIB.yml index 6698512e..b51ce58d 100644 --- a/objects/arista/ARISTA-CONFIG-MAN-MIB.yml +++ b/objects/arista/ARISTA-CONFIG-MAN-MIB.yml @@ -1,6 +1,7 @@ ARISTA-CONFIG-MAN-MIB::aristaCmdHistory: mib: ARISTA-CONFIG-MAN-MIB object: aristaCmdHistory + type: active discovery_attribute: aristaCmdHistoryRunningLastChanged attributes: aristaCmdHistoryRunningLastChanged: diff --git a/objects/arista/ARISTA-DAEMON-MIB.yml b/objects/arista/ARISTA-DAEMON-MIB.yml index d669d480..f4c4806a 100644 --- a/objects/arista/ARISTA-DAEMON-MIB.yml +++ b/objects/arista/ARISTA-DAEMON-MIB.yml @@ -1,6 +1,7 @@ ARISTA-DAEMON-MIB::aristaDaemonEnabledEntry: mib: ARISTA-DAEMON-MIB object: aristaDaemonEnabledEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.17.1.1.1.1 @@ -13,28 +14,29 @@ ARISTA-DAEMON-MIB::aristaDaemonEnabledEntry: name: arista.daemon.enable syntax: TruthValue -ARISTA-DAEMON-MIB::aristaDaemonOptionEntry: - mib: ARISTA-DAEMON-MIB - object: aristaDaemonOptionEntry - index: - - type: OctetString - oid: .1.3.6.1.4.1.30065.3.17.1.2.1.1 - name: arista.daemon.name # aristaDaemonOptionAgentName - syntax: DisplayString - - type: OctetString - oid: .1.3.6.1.4.1.30065.3.17.1.2.1.2 - name: arista.daemon.option.name # aristaDaemonOptionKey - syntax: DisplayString - discovery_attribute: aristaDaemonOptionValue - attributes: - aristaDaemonOptionValue: - oid: .1.3.6.1.4.1.30065.3.17.1.2.1.3 - name: arista.daemon.option.value - syntax: DisplayString +# ARISTA-DAEMON-MIB::aristaDaemonOptionEntry: +# mib: ARISTA-DAEMON-MIB +# object: aristaDaemonOptionEntry +# index: +# - type: OctetString +# oid: .1.3.6.1.4.1.30065.3.17.1.2.1.1 +# name: arista.daemon.name # aristaDaemonOptionAgentName +# syntax: DisplayString +# - type: OctetString +# oid: .1.3.6.1.4.1.30065.3.17.1.2.1.2 +# name: arista.daemon.option.name # aristaDaemonOptionKey +# syntax: DisplayString +# discovery_attribute: aristaDaemonOptionValue +# attributes: +# aristaDaemonOptionValue: +# oid: .1.3.6.1.4.1.30065.3.17.1.2.1.3 +# name: arista.daemon.option.value +# syntax: DisplayString ARISTA-DAEMON-MIB::aristaDaemonRunningEntry: mib: ARISTA-DAEMON-MIB object: aristaDaemonRunningEntry + type: active augments: ARISTA-DAEMON-MIB::aristaDaemonEnabledEntry discovery_attribute: aristaDaemonRunning attributes: @@ -46,6 +48,7 @@ ARISTA-DAEMON-MIB::aristaDaemonRunningEntry: ARISTA-DAEMON-MIB::aristaDaemonDataEntry: mib: ARISTA-DAEMON-MIB object: aristaDaemonDataEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.17.2.2.1.1 diff --git a/objects/arista/ARISTA-ENTITY-SENSOR-MIB.yml b/objects/arista/ARISTA-ENTITY-SENSOR-MIB.yml index 5cb28313..58738c39 100644 --- a/objects/arista/ARISTA-ENTITY-SENSOR-MIB.yml +++ b/objects/arista/ARISTA-ENTITY-SENSOR-MIB.yml @@ -1,7 +1,8 @@ ARISTA-ENTITY-SENSOR-MIB::aristaEntSensorThresholdEntry: mib: ARISTA-ENTITY-SENSOR-MIB object: aristaEntSensorThresholdEntry - augments: ENTITY-MIB::entPhysicalEntry + type: active + augments: ENTITY-SENSOR-MIB::entPhySensorEntry discovery_attribute: aristaEntSensorThresholdLowWarning attributes: aristaEntSensorThresholdLowWarning: diff --git a/objects/arista/ARISTA-FIB-STATS-MIB.yml b/objects/arista/ARISTA-FIB-STATS-MIB.yml index d1bac066..c0e80f63 100644 --- a/objects/arista/ARISTA-FIB-STATS-MIB.yml +++ b/objects/arista/ARISTA-FIB-STATS-MIB.yml @@ -1,6 +1,7 @@ ARISTA-FIB-STATS-MIB::aristaFIBStatsSummaryEntry: mib: ARISTA-FIB-STATS-MIB object: aristaFIBStatsSummaryEntry + type: active index: - type: Integer oid: .1.3.6.1.4.1.30065.3.23.1.1.1.1 @@ -16,6 +17,7 @@ ARISTA-FIB-STATS-MIB::aristaFIBStatsSummaryEntry: ARISTA-FIB-STATS-MIB::aristaFIBStatsByRouteTypeEntry: mib: ARISTA-FIB-STATS-MIB object: aristaFIBStatsByRouteTypeEntry + type: active index: - type: Integer oid: .1.3.6.1.4.1.30065.3.23.1.1.1.1 @@ -35,6 +37,7 @@ ARISTA-FIB-STATS-MIB::aristaFIBStatsByRouteTypeEntry: ARISTA-FIB-STATS-MIB::aristaFIBStatsByPrefixLenEntry: mib: ARISTA-FIB-STATS-MIB object: aristaFIBStatsByPrefixLenEntry + type: active index: - type: Integer oid: .1.3.6.1.4.1.30065.3.23.1.1.1.1 diff --git a/objects/arista/ARISTA-HARDWARE-UTILIZATION-MIB.yml b/objects/arista/ARISTA-HARDWARE-UTILIZATION-MIB.yml index 9fccc5a5..925e2b85 100644 --- a/objects/arista/ARISTA-HARDWARE-UTILIZATION-MIB.yml +++ b/objects/arista/ARISTA-HARDWARE-UTILIZATION-MIB.yml @@ -1,6 +1,7 @@ ARISTA-HARDWARE-UTILIZATION-MIB::aristaHardwareUtilizationEntry: mib: ARISTA-HARDWARE-UTILIZATION-MIB object: aristaHardwareUtilizationEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.22.1.1.1.1 diff --git a/objects/arista/ARISTA-IF-MIB.yml b/objects/arista/ARISTA-IF-MIB.yml index 38314014..ad63bea2 100644 --- a/objects/arista/ARISTA-IF-MIB.yml +++ b/objects/arista/ARISTA-IF-MIB.yml @@ -1,6 +1,7 @@ ARISTA-IF-MIB::aristaIfEntry: mib: ARISTA-IF-MIB object: aristaIfEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/arista/ARISTA-IP-MIB.yml b/objects/arista/ARISTA-IP-MIB.yml index 841a7d95..73bc0266 100644 --- a/objects/arista/ARISTA-IP-MIB.yml +++ b/objects/arista/ARISTA-IP-MIB.yml @@ -1,6 +1,7 @@ ARISTA-IP-MIB::aristaIpIfStatsEntry: mib: ARISTA-IP-MIB object: aristaIpIfStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.30065.3.27.1.1.1.1 diff --git a/objects/arista/ARISTA-NEXTHOP-GROUP-MIB.yml b/objects/arista/ARISTA-NEXTHOP-GROUP-MIB.yml index 416ea1ce..880f0095 100644 --- a/objects/arista/ARISTA-NEXTHOP-GROUP-MIB.yml +++ b/objects/arista/ARISTA-NEXTHOP-GROUP-MIB.yml @@ -1,6 +1,7 @@ ARISTA-NEXTHOP-GROUP-MIB::aristaNexthopGroupEntry: mib: ARISTA-NEXTHOP-GROUP-MIB object: aristaNexthopGroupEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.30065.3.21.1.1.1.1 @@ -21,6 +22,7 @@ ARISTA-NEXTHOP-GROUP-MIB::aristaNexthopGroupEntry: ARISTA-NEXTHOP-GROUP-MIB::aristaNexthopGroupCounterEntry: mib: ARISTA-NEXTHOP-GROUP-MIB object: aristaNexthopGroupCounterEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.30065.3.21.1.1.1.1 diff --git a/objects/arista/ARISTA-PFC-MIB.yml b/objects/arista/ARISTA-PFC-MIB.yml index 38f0478d..1c77e3e3 100644 --- a/objects/arista/ARISTA-PFC-MIB.yml +++ b/objects/arista/ARISTA-PFC-MIB.yml @@ -1,6 +1,7 @@ ARISTA-PFC-MIB::aristaPfcPriorityEntry: mib: ARISTA-PFC-MIB object: aristaPfcPriorityEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.30065.3.11.1.1.1.1 @@ -24,6 +25,7 @@ ARISTA-PFC-MIB::aristaPfcPriorityEntry: ARISTA-PFC-MIB::aristaPfcWatchdogTxQueueEntry: mib: ARISTA-PFC-MIB object: aristaPfcWatchdogTxQueueEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.30065.3.11.1.2.1.1 diff --git a/objects/arista/ARISTA-QOS-MIB.yml b/objects/arista/ARISTA-QOS-MIB.yml index c3d22751..d24ae3b8 100644 --- a/objects/arista/ARISTA-QOS-MIB.yml +++ b/objects/arista/ARISTA-QOS-MIB.yml @@ -1,6 +1,7 @@ ARISTA-QOS-MIB::aristaClassMapEntry: mib: ARISTA-QOS-MIB object: aristaClassMapEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.13.1.1.1.1 @@ -25,6 +26,7 @@ ARISTA-QOS-MIB::aristaClassMapEntry: ARISTA-QOS-MIB::aristaClassMapMatchEntry: mib: ARISTA-QOS-MIB object: aristaClassMapMatchEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.13.1.1.1.1 @@ -52,6 +54,7 @@ ARISTA-QOS-MIB::aristaClassMapMatchEntry: ARISTA-QOS-MIB::aristaPolicyMapEntry: mib: ARISTA-QOS-MIB object: aristaPolicyMapEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.13.1.3.1.1 @@ -72,6 +75,7 @@ ARISTA-QOS-MIB::aristaPolicyMapEntry: ARISTA-QOS-MIB::aristaPolicyMapClassEntry: mib: ARISTA-QOS-MIB object: aristaPolicyMapClassEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.13.1.3.1.1 @@ -95,6 +99,7 @@ ARISTA-QOS-MIB::aristaPolicyMapClassEntry: ARISTA-QOS-MIB::aristaPolicyMapActionEntry: mib: ARISTA-QOS-MIB object: aristaPolicyMapActionEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.13.1.3.1.1 @@ -126,6 +131,7 @@ ARISTA-QOS-MIB::aristaPolicyMapActionEntry: ARISTA-QOS-MIB::aristaServicePolicyEntry: mib: ARISTA-QOS-MIB object: aristaServicePolicyEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.30065.3.13.1.6.1.1 @@ -149,6 +155,7 @@ ARISTA-QOS-MIB::aristaServicePolicyEntry: ARISTA-QOS-MIB::aristaQosStatsEntry: mib: ARISTA-QOS-MIB object: aristaQosStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.13.1.3.1.1 @@ -196,6 +203,7 @@ ARISTA-QOS-MIB::aristaQosStatsEntry: ARISTA-QOS-MIB::aristaEcnCounterEntry: mib: ARISTA-QOS-MIB object: aristaEcnCounterEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.13.1.8.1.1 @@ -215,6 +223,7 @@ ARISTA-QOS-MIB::aristaEcnCounterEntry: ARISTA-QOS-MIB::aristaEcnQueueCounterEntry: mib: ARISTA-QOS-MIB object: aristaEcnQueueCounterEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.30065.3.13.1.9.1.1 @@ -238,6 +247,7 @@ ARISTA-QOS-MIB::aristaEcnQueueCounterEntry: ARISTA-QOS-MIB::aristaQosPolicerStatsEntry: mib: ARISTA-QOS-MIB object: aristaQosPolicerStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.13.1.3.1.1 diff --git a/objects/arista/ARISTA-QUEUE-MIB.yml b/objects/arista/ARISTA-QUEUE-MIB.yml index 098a7401..9bd5d40a 100644 --- a/objects/arista/ARISTA-QUEUE-MIB.yml +++ b/objects/arista/ARISTA-QUEUE-MIB.yml @@ -1,6 +1,7 @@ ARISTA-QUEUE-MIB::aristaIngressQueueEntry: mib: ARISTA-QUEUE-MIB object: aristaIngressQueueEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.30065.3.6.1.1.1.1 @@ -24,6 +25,7 @@ ARISTA-QUEUE-MIB::aristaIngressQueueEntry: ARISTA-QUEUE-MIB::aristaEgressQueueEntry: mib: ARISTA-QUEUE-MIB object: aristaEgressQueueEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.30065.3.6.1.2.1.1 diff --git a/objects/arista/ARISTA-REDUNDANCY-MIB.yml b/objects/arista/ARISTA-REDUNDANCY-MIB.yml index 8756a31f..dd1e125e 100644 --- a/objects/arista/ARISTA-REDUNDANCY-MIB.yml +++ b/objects/arista/ARISTA-REDUNDANCY-MIB.yml @@ -1,6 +1,7 @@ ARISTA-REDUNDANCY-MIB::aristaRedundancyStatus: mib: ARISTA-REDUNDANCY-MIB object: aristaRedundancyStatus + type: dynamic discovery_attribute: aristaRedundancyProtocolConfig attributes: aristaRedundancyProtocolConfig: @@ -19,6 +20,7 @@ ARISTA-REDUNDANCY-MIB::aristaRedundancyStatus: ARISTA-REDUNDANCY-MIB::aristaRedundancyUnitStateEntry: mib: ARISTA-REDUNDANCY-MIB object: aristaRedundancyUnitStateEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.30065.3.8.0.0.3.1.1 diff --git a/objects/arista/ARISTA-SW-IP-FORWARDING-MIB.yml b/objects/arista/ARISTA-SW-IP-FORWARDING-MIB.yml index 229a1147..b221e2c0 100644 --- a/objects/arista/ARISTA-SW-IP-FORWARDING-MIB.yml +++ b/objects/arista/ARISTA-SW-IP-FORWARDING-MIB.yml @@ -1,6 +1,7 @@ ARISTA-SW-IP-FORWARDING-MIB::aristaSwFwdIpStatsEntry: mib: ARISTA-SW-IP-FORWARDING-MIB object: aristaSwFwdIpStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.30065.3.1.1.1.1.1 diff --git a/objects/arista/ARISTA-TAPAGG-MIB.yml b/objects/arista/ARISTA-TAPAGG-MIB.yml index 6c4dc2a0..ad558b52 100644 --- a/objects/arista/ARISTA-TAPAGG-MIB.yml +++ b/objects/arista/ARISTA-TAPAGG-MIB.yml @@ -1,6 +1,7 @@ ARISTA-TAPAGG-MIB::aristaTapaggPolicyEntry: mib: ARISTA-TAPAGG-MIB object: aristaTapaggPolicyEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.31.1.1.1.1 @@ -16,6 +17,7 @@ ARISTA-TAPAGG-MIB::aristaTapaggPolicyEntry: ARISTA-TAPAGG-MIB::aristaTapaggPolicyClassEntry: mib: ARISTA-TAPAGG-MIB object: aristaTapaggPolicyClassEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.31.1.1.1.1 diff --git a/objects/arista/ARISTA-VRF-MIB.yml b/objects/arista/ARISTA-VRF-MIB.yml index 8d7d7a75..09fd8e53 100644 --- a/objects/arista/ARISTA-VRF-MIB.yml +++ b/objects/arista/ARISTA-VRF-MIB.yml @@ -1,6 +1,7 @@ ARISTA-VRF-MIB::aristaVrfEntry: mib: ARISTA-VRF-MIB object: aristaVrfEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.18.1.1.1.1 @@ -24,6 +25,7 @@ ARISTA-VRF-MIB::aristaVrfEntry: ARISTA-VRF-MIB::aristaVrfIfEntry: mib: ARISTA-VRF-MIB object: aristaVrfIfEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/arista/ARISTA-VXLAN-MIB.yml b/objects/arista/ARISTA-VXLAN-MIB.yml index 9491f7ab..f0e1c8c8 100644 --- a/objects/arista/ARISTA-VXLAN-MIB.yml +++ b/objects/arista/ARISTA-VXLAN-MIB.yml @@ -1,6 +1,7 @@ ARISTA-VXLAN-MIB::aristaVxlanVtepCountersEntry: mib: ARISTA-VXLAN-MIB object: aristaVxlanVtepCountersEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.30065.3.28.1.1.1.1 @@ -64,6 +65,7 @@ ARISTA-VXLAN-MIB::aristaVxlanVtepCountersEntry: ARISTA-VXLAN-MIB::aristaVxlanVniCountersEntry: mib: ARISTA-VXLAN-MIB object: aristaVxlanVniCountersEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.30065.3.28.1.2.1.1 diff --git a/objects/arista/ARISTA-XCVR-DWDM-MIB.yml b/objects/arista/ARISTA-XCVR-DWDM-MIB.yml index 1bca13b0..f318606a 100644 --- a/objects/arista/ARISTA-XCVR-DWDM-MIB.yml +++ b/objects/arista/ARISTA-XCVR-DWDM-MIB.yml @@ -1,6 +1,7 @@ ARISTA-XCVR-DWDM-MIB::aristaXcvrDwdmEntry: mib: ARISTA-XCVR-DWDM-MIB object: aristaXcvrDwdmEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/arista/ARISTA-XGS-MIB.yml b/objects/arista/ARISTA-XGS-MIB.yml index 45e8b6f8..aa4d94a9 100644 --- a/objects/arista/ARISTA-XGS-MIB.yml +++ b/objects/arista/ARISTA-XGS-MIB.yml @@ -1,6 +1,7 @@ ARISTA-XGS-MIB::aristaXgsQueueWatermarkEntry: mib: ARISTA-XGS-MIB object: aristaXgsQueueWatermarkEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -32,6 +33,7 @@ ARISTA-XGS-MIB::aristaXgsQueueWatermarkEntry: ARISTA-XGS-MIB::aristaXgsIfEntry: mib: ARISTA-XGS-MIB object: aristaXgsIfEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -211,6 +213,7 @@ ARISTA-XGS-MIB::aristaXgsIfEntry: ARISTA-XGS-MIB::aristaXgsMIB: mib: ARISTA-XGS-MIB object: aristaXgsMIB + type: dynamic discovery_attribute: aristaXgsNexthopEcmpUnderlayMaxEntries attributes: aristaXgsNexthopEcmpUnderlayMaxEntries: @@ -265,6 +268,7 @@ ARISTA-XGS-MIB::aristaXgsMIB: ARISTA-XGS-MIB::aristaXgsCpuQueueStatsEntry: mib: ARISTA-XGS-MIB object: aristaXgsCpuQueueStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.30065.3.26.16.1.1 diff --git a/objects/aten/ATEN-IPMI-MIB.yml b/objects/aten/ATEN-IPMI-MIB.yml index 38fdb4c8..83ac4a72 100644 --- a/objects/aten/ATEN-IPMI-MIB.yml +++ b/objects/aten/ATEN-IPMI-MIB.yml @@ -1,6 +1,7 @@ ATEN-IPMI-MIB::ipmi: mib: ATEN-IPMI-MIB object: ipmi + type: active discovery_attribute: sel attributes: sel: @@ -27,6 +28,7 @@ ATEN-IPMI-MIB::ipmi: ATEN-IPMI-MIB::sensorEntry: mib: ATEN-IPMI-MIB object: sensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.3.1.1 @@ -86,6 +88,7 @@ ATEN-IPMI-MIB::sensorEntry: ATEN-IPMI-MIB::boardinfo: mib: ATEN-IPMI-MIB object: boardinfo + type: immutable discovery_attribute: bmcMajorVesion attributes: bmcMajorVesion: @@ -120,6 +123,7 @@ ATEN-IPMI-MIB::boardinfo: ATEN-IPMI-MIB::hardwareinfo: mib: ATEN-IPMI-MIB object: hardwareinfo + type: immutable discovery_attribute: serialNumber attributes: serialNumber: @@ -130,6 +134,7 @@ ATEN-IPMI-MIB::hardwareinfo: ATEN-IPMI-MIB::cpuEntry: mib: ATEN-IPMI-MIB object: cpuEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.6.2.1.1 @@ -161,6 +166,7 @@ ATEN-IPMI-MIB::cpuEntry: ATEN-IPMI-MIB::dimmEntry: mib: ATEN-IPMI-MIB object: dimmEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.6.3.1.1 @@ -200,6 +206,7 @@ ATEN-IPMI-MIB::dimmEntry: ATEN-IPMI-MIB::controllerEntry: mib: ATEN-IPMI-MIB object: controllerEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.7.1.1.1 @@ -247,6 +254,7 @@ ATEN-IPMI-MIB::controllerEntry: ATEN-IPMI-MIB::hddEntry: mib: ATEN-IPMI-MIB object: hddEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.7.2.1.1 @@ -314,6 +322,7 @@ ATEN-IPMI-MIB::hddEntry: ATEN-IPMI-MIB::volumeEntry: mib: ATEN-IPMI-MIB object: volumeEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.7.3.1.1 @@ -369,6 +378,7 @@ ATEN-IPMI-MIB::volumeEntry: ATEN-IPMI-MIB::powerinfo: mib: ATEN-IPMI-MIB object: powerinfo + type: active augments: ATEN-IPMI-MIB::ipmi discovery_attribute: psuNumber attributes: @@ -380,6 +390,7 @@ ATEN-IPMI-MIB::powerinfo: ATEN-IPMI-MIB::psuEntry: mib: ATEN-IPMI-MIB object: psuEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.14.2.1.1 @@ -439,6 +450,7 @@ ATEN-IPMI-MIB::psuEntry: ATEN-IPMI-MIB::chassis: mib: ATEN-IPMI-MIB object: chassis + type: immutable discovery_attribute: chassisType attributes: chassisType: @@ -457,6 +469,7 @@ ATEN-IPMI-MIB::chassis: ATEN-IPMI-MIB::board: mib: ATEN-IPMI-MIB object: board + type: immutable discovery_attribute: boardLanguage attributes: boardLanguage: @@ -483,6 +496,7 @@ ATEN-IPMI-MIB::board: ATEN-IPMI-MIB::product: mib: ATEN-IPMI-MIB object: product + type: immutable discovery_attribute: productLanguage attributes: productLanguage: @@ -517,6 +531,7 @@ ATEN-IPMI-MIB::product: ATEN-IPMI-MIB::ntpinfo: mib: ATEN-IPMI-MIB object: ntpinfo + type: immutable discovery_attribute: timeZone attributes: timeZone: @@ -543,6 +558,7 @@ ATEN-IPMI-MIB::ntpinfo: ATEN-IPMI-MIB::selEntry: mib: ATEN-IPMI-MIB object: selEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.18.1.1 @@ -574,6 +590,7 @@ ATEN-IPMI-MIB::selEntry: ATEN-IPMI-MIB::nvmeCtrlEntry: mib: ATEN-IPMI-MIB object: nvmeCtrlEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.19.1.1.1 @@ -605,6 +622,7 @@ ATEN-IPMI-MIB::nvmeCtrlEntry: ATEN-IPMI-MIB::nvmeDriveEntry: mib: ATEN-IPMI-MIB object: nvmeDriveEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.19.2.1.1 @@ -680,6 +698,7 @@ ATEN-IPMI-MIB::nvmeDriveEntry: ATEN-IPMI-MIB::nicEntry: mib: ATEN-IPMI-MIB object: nicEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.21317.1.20.1.1 @@ -735,6 +754,7 @@ ATEN-IPMI-MIB::nicEntry: ATEN-IPMI-MIB::network: mib: ATEN-IPMI-MIB object: network + type: immutable discovery_attribute: ipv4DNSServer attributes: ipv4DNSServer: @@ -797,6 +817,7 @@ ATEN-IPMI-MIB::network: ATEN-IPMI-MIB::smtp: mib: ATEN-IPMI-MIB object: smtp + type: immutable discovery_attribute: smtpEnabled attributes: smtpEnabled: diff --git a/objects/avaya/AVAYA-APPL-MEM-MANAGER.yml b/objects/avaya/AVAYA-APPL-MEM-MANAGER.yml index 95bc526b..650b05a5 100644 --- a/objects/avaya/AVAYA-APPL-MEM-MANAGER.yml +++ b/objects/avaya/AVAYA-APPL-MEM-MANAGER.yml @@ -1,6 +1,7 @@ AVAYA-APPL-MEM-MANAGER::avApplMemManagerGenConfig: mib: AVAYA-APPL-MEM-MANAGER object: avApplMemManagerGenConfig + type: dynamic discovery_attribute: avApplMemManagerTotalRamSize attributes: avApplMemManagerTotalRamSize: @@ -17,6 +18,7 @@ AVAYA-APPL-MEM-MANAGER::avApplMemManagerGenConfig: AVAYA-APPL-MEM-MANAGER::avApplMemManagerEntry: mib: AVAYA-APPL-MEM-MANAGER object: avApplMemManagerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.6.3.2.1.1 diff --git a/objects/avaya/AVAYA-ENTITY-MIB.yml b/objects/avaya/AVAYA-ENTITY-MIB.yml index 3bd624d0..9adca654 100644 --- a/objects/avaya/AVAYA-ENTITY-MIB.yml +++ b/objects/avaya/AVAYA-ENTITY-MIB.yml @@ -55,6 +55,7 @@ AVAYA-ENTITY-MIB::avEntPhyUSBDevicesEntry: mib: AVAYA-ENTITY-MIB object: avEntPhyUSBDevicesEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -115,6 +116,7 @@ AVAYA-ENTITY-MIB::avEntPhyUSBDevicesEntry: AVAYA-ENTITY-MIB::avEntPhyUSBMassStorageDevicesEntry: mib: AVAYA-ENTITY-MIB object: avEntPhyUSBMassStorageDevicesEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -160,6 +162,7 @@ AVAYA-ENTITY-MIB::avEntPhyUSBMassStorageDevicesEntry: AVAYA-ENTITY-MIB::avEntPhyChFruEntry: mib: AVAYA-ENTITY-MIB object: avEntPhyChFruEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 diff --git a/objects/avaya/AVAYA-IPSEC-MIB.yml b/objects/avaya/AVAYA-IPSEC-MIB.yml index f5a50a68..76fec6a2 100644 --- a/objects/avaya/AVAYA-IPSEC-MIB.yml +++ b/objects/avaya/AVAYA-IPSEC-MIB.yml @@ -218,6 +218,7 @@ AVAYA-IPSEC-MIB::avipsMonitoringTablesGlobals: mib: AVAYA-IPSEC-MIB object: avipsMonitoringTablesGlobals + type: stable discovery_attribute: avipsMonitorRstCntrs attributes: avipsMonitorRstCntrs: @@ -232,6 +233,7 @@ AVAYA-IPSEC-MIB::avipsMonitoringTablesGlobals: AVAYA-IPSEC-MIB::avipsPeerEntry: mib: AVAYA-IPSEC-MIB object: avipsPeerEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.6889.2.6.1.1.4.1.2.1.1 @@ -385,6 +387,7 @@ AVAYA-IPSEC-MIB::avipsPeerEntry: AVAYA-IPSEC-MIB::avipsTunnelEntry: mib: AVAYA-IPSEC-MIB object: avipsTunnelEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.6.1.1.4.1.3.1.3 diff --git a/objects/avaya/AVAYA-LOAD-MIB.yml b/objects/avaya/AVAYA-LOAD-MIB.yml index ace8fb23..d89a4e05 100644 --- a/objects/avaya/AVAYA-LOAD-MIB.yml +++ b/objects/avaya/AVAYA-LOAD-MIB.yml @@ -1,6 +1,7 @@ AVAYA-LOAD-MIB::avGenOperations: mib: AVAYA-LOAD-MIB object: avGenOperations + type: active augments: AVAYA-LOAD-MIB::avLoadGeneralInformation discovery_attribute: avGenLoadNumberOfSession attributes: @@ -118,6 +119,7 @@ AVAYA-LOAD-MIB::avGenOperations: AVAYA-LOAD-MIB::avGenAppFileEntry: mib: AVAYA-LOAD-MIB object: avGenAppFileEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.6.5.1.2.1.1 @@ -174,6 +176,7 @@ AVAYA-LOAD-MIB::avGenAppFileEntry: AVAYA-LOAD-MIB::avLoadGeneralInformation: mib: AVAYA-LOAD-MIB object: avLoadGeneralInformation + type: active discovery_attribute: avGenLoadConnectionState attributes: avGenLoadConnectionState: @@ -188,6 +191,7 @@ AVAYA-LOAD-MIB::avLoadGeneralInformation: AVAYA-LOAD-MIB::avLoadApplMemEntry: mib: AVAYA-LOAD-MIB object: avLoadApplMemEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.6.5.5.1.1 @@ -222,6 +226,7 @@ AVAYA-LOAD-MIB::avLoadApplMemEntry: AVAYA-LOAD-MIB::avLoadAppDynamicFileEntry: mib: AVAYA-LOAD-MIB object: avLoadAppDynamicFileEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.6889.2.6.5.6.1.1 diff --git a/objects/avaya/AVAYA-RTP-MIB.yml b/objects/avaya/AVAYA-RTP-MIB.yml index 2674578c..26e0ad86 100644 --- a/objects/avaya/AVAYA-RTP-MIB.yml +++ b/objects/avaya/AVAYA-RTP-MIB.yml @@ -1,6 +1,7 @@ AVAYA-RTP-MIB::avRtpConfig: mib: AVAYA-RTP-MIB object: avRtpConfig + type: active discovery_attribute: avRtpEnable attributes: avRtpEnable: @@ -517,6 +518,7 @@ AVAYA-RTP-MIB::avRtpConfig: AVAYA-RTP-MIB::avRtpSumEntry: mib: AVAYA-RTP-MIB object: avRtpSumEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.7.3.1.1 diff --git a/objects/avaya/CIG-SERVERS-MIB.yml b/objects/avaya/CIG-SERVERS-MIB.yml index 4839f1aa..d6cc6265 100644 --- a/objects/avaya/CIG-SERVERS-MIB.yml +++ b/objects/avaya/CIG-SERVERS-MIB.yml @@ -11,6 +11,7 @@ CIG-SERVERS-MIB::cigTftpServersMemoryAllocation: mib: CIG-SERVERS-MIB object: cigTftpServersMemoryAllocation + type: dynamic discovery_attribute: cigTftpServersTotalBytesUsedInNvram attributes: cigTftpServersTotalBytesUsedInNvram: @@ -37,6 +38,7 @@ CIG-SERVERS-MIB::cigTftpServersMemoryAllocation: CIG-SERVERS-MIB::cigTftpServersGenStats: mib: CIG-SERVERS-MIB object: cigTftpServersGenStats + type: dynamic discovery_attribute: cigTftpServersSuccessfulDownloads attributes: cigTftpServersSuccessfulDownloads: @@ -232,6 +234,7 @@ CIG-SERVERS-MIB::cigTftpServersGenStats: CIG-SERVERS-MIB::cigDhcpServersGenStats: mib: CIG-SERVERS-MIB object: cigDhcpServersGenStats + type: dynamic discovery_attribute: cigDhcpServersBootRequests attributes: cigDhcpServersBootRequests: diff --git a/objects/avaya/G700-MG-MIB.yml b/objects/avaya/G700-MG-MIB.yml index 394e22f6..a6f4a655 100644 --- a/objects/avaya/G700-MG-MIB.yml +++ b/objects/avaya/G700-MG-MIB.yml @@ -1,6 +1,7 @@ G700-MG-MIB::cmgChassis: mib: G700-MG-MIB object: cmgChassis + type: immutable discovery_attribute: cmgHWType attributes: cmgHWType: @@ -35,10 +36,10 @@ G700-MG-MIB::cmgChassis: oid: .1.3.6.1.4.1.6889.2.9.1.1.8 name: avaya.cmgModuleList syntax: OctetString - cmgReset: - oid: .1.3.6.1.4.1.6889.2.9.1.1.9 - name: avaya.cmgReset - syntax: EnumInteger + # cmgReset: + # oid: .1.3.6.1.4.1.6889.2.9.1.1.9 + # name: avaya.cmgReset + # syntax: EnumInteger cmgTimeslotMonitoring: oid: .1.3.6.1.4.1.6889.2.9.1.1.14 name: avaya.cmgTimeslotMonitoring @@ -55,6 +56,7 @@ G700-MG-MIB::cmgChassis: G700-MG-MIB::cmgHardware: mib: G700-MG-MIB object: cmgHardware + type: active discovery_attribute: cmgCpuTemp attributes: cmgCpuTemp: @@ -250,6 +252,7 @@ G700-MG-MIB::cmgHardware: G700-MG-MIB::cmgDsuPortStatusEntry: mib: G700-MG-MIB object: cmgDsuPortStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.9.1.1.11.2.1.1.1 @@ -794,6 +797,7 @@ G700-MG-MIB::cmgDsuPortStatusEntry: G700-MG-MIB::cmgVoipEngineEntry: mib: G700-MG-MIB object: cmgVoipEngineEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.9.1.4.5.1.1 @@ -868,6 +872,7 @@ G700-MG-MIB::cmgVoipEngineEntry: G700-MG-MIB::cmgVoipDSPCoreEntry: mib: G700-MG-MIB object: cmgVoipDSPCoreEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.9.1.4.5.1.1 @@ -937,6 +942,7 @@ G700-MG-MIB::cmgVoipDSPCoreEntry: G700-MG-MIB::cmgContactClosuresEntry: mib: G700-MG-MIB object: cmgContactClosuresEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.9.1.6.1.1.1 diff --git a/objects/avaya/SECURITY-MANAGEMENT-MIB.yml b/objects/avaya/SECURITY-MANAGEMENT-MIB.yml index d1dc6214..86c6dd03 100644 --- a/objects/avaya/SECURITY-MANAGEMENT-MIB.yml +++ b/objects/avaya/SECURITY-MANAGEMENT-MIB.yml @@ -1,6 +1,7 @@ SECURITY-MANAGEMENT-MIB::secTcpSynCookies: mib: SECURITY-MANAGEMENT-MIB object: secTcpSynCookies + type: active discovery_attribute: secTcpSynCkiOpState attributes: secTcpSynCkiOpState: @@ -15,6 +16,7 @@ SECURITY-MANAGEMENT-MIB::secTcpSynCookies: SECURITY-MANAGEMENT-MIB::secMngProtoEntry: mib: SECURITY-MANAGEMENT-MIB object: secMngProtoEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.1.14.1.3.1.1 @@ -30,6 +32,7 @@ SECURITY-MANAGEMENT-MIB::secMngProtoEntry: SECURITY-MANAGEMENT-MIB::lsgLicMngEntry: mib: SECURITY-MANAGEMENT-MIB object: lsgLicMngEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.6889.2.1.14.1.5.1.1.1 @@ -62,6 +65,7 @@ SECURITY-MANAGEMENT-MIB::lsgLicMngEntry: SECURITY-MANAGEMENT-MIB::fips140: mib: SECURITY-MANAGEMENT-MIB object: fips140 + type: immutable discovery_attribute: fipsEnhancedSecurityFlg attributes: fipsEnhancedSecurityFlg: diff --git a/objects/avaya/UTILIZATION-MANAGEMENT-MIB.yml b/objects/avaya/UTILIZATION-MANAGEMENT-MIB.yml index 3bdb4027..b9fb5cc4 100644 --- a/objects/avaya/UTILIZATION-MANAGEMENT-MIB.yml +++ b/objects/avaya/UTILIZATION-MANAGEMENT-MIB.yml @@ -1,6 +1,7 @@ UTILIZATION-MANAGEMENT-MIB::genCpuUtilizationEntry: mib: UTILIZATION-MANAGEMENT-MIB object: genCpuUtilizationEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.1.11.1.1.1.1.1 @@ -53,6 +54,7 @@ UTILIZATION-MANAGEMENT-MIB::genCpuUtilizationEntry: UTILIZATION-MANAGEMENT-MIB::genMemUtilization: mib: UTILIZATION-MANAGEMENT-MIB object: genMemUtilization + type: dynamic discovery_attribute: genMemUtilizationTotalRAM attributes: genMemUtilizationTotalRAM: @@ -71,6 +73,7 @@ UTILIZATION-MANAGEMENT-MIB::genMemUtilization: UTILIZATION-MANAGEMENT-MIB::genMemUtilizationDynAllocMem: mib: UTILIZATION-MANAGEMENT-MIB object: genMemUtilizationDynAllocMem + type: dynamic augments: UTILIZATION-MANAGEMENT-MIB::genMemUtilization discovery_attribute: genMemUtilizationDynAllocMemUsed attributes: @@ -101,6 +104,7 @@ UTILIZATION-MANAGEMENT-MIB::genMemUtilizationDynAllocMem: UTILIZATION-MANAGEMENT-MIB::genMemUtilizationEntry: mib: UTILIZATION-MANAGEMENT-MIB object: genMemUtilizationEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.1.11.1.2.6.1.1 diff --git a/objects/avaya/WAN-MIB.yml b/objects/avaya/WAN-MIB.yml index 718397e4..98138b3a 100644 --- a/objects/avaya/WAN-MIB.yml +++ b/objects/avaya/WAN-MIB.yml @@ -73,6 +73,7 @@ WAN-MIB::ifTableXtndEntry: mib: WAN-MIB object: ifTableXtndEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.1.6.2.2.1.1.1 @@ -275,6 +276,7 @@ WAN-MIB::ifTableXtndEntry: WAN-MIB::xtndKeepAliveEntry: mib: WAN-MIB object: xtndKeepAliveEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.6889.2.1.6.2.2.2.1.1 diff --git a/objects/bluecat/ADONIS-DNS-MIB.yml b/objects/bluecat/ADONIS-DNS-MIB.yml index c85f4573..cf645517 100644 --- a/objects/bluecat/ADONIS-DNS-MIB.yml +++ b/objects/bluecat/ADONIS-DNS-MIB.yml @@ -1,6 +1,7 @@ ADONIS-DNS-MIB::dnsDaemon: mib: ADONIS-DNS-MIB object: dnsDaemon + type: dynamic augments: ADONIS-DNS-MIB::system discovery_attribute: dnsDaemonRunning attributes: @@ -44,6 +45,7 @@ ADONIS-DNS-MIB::dnsDaemon: ADONIS-DNS-MIB::dnsStats: mib: ADONIS-DNS-MIB object: dnsStats + type: dynamic augments: ADONIS-DNS-MIB::system discovery_attribute: dnsStatsSuccess attributes: @@ -81,6 +83,7 @@ ADONIS-DNS-MIB::dnsStats: ADONIS-DNS-MIB::dhcpDaemon: mib: ADONIS-DNS-MIB object: dhcpDaemon + type: dynamic augments: ADONIS-DNS-MIB::system discovery_attribute: dhcpDaemonRunning attributes: @@ -143,6 +146,7 @@ ADONIS-DNS-MIB::dhcpDaemon: ADONIS-DNS-MIB::dhcpSubnetEntry: mib: ADONIS-DNS-MIB object: dhcpSubnetEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.13315.100.101.1.2.2.2.1.1 @@ -171,6 +175,7 @@ ADONIS-DNS-MIB::dhcpSubnetEntry: ADONIS-DNS-MIB::dhcpPoolEntry: mib: ADONIS-DNS-MIB object: dhcpPoolEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.13315.100.101.1.2.2.3.1.2 @@ -203,6 +208,7 @@ ADONIS-DNS-MIB::dhcpPoolEntry: ADONIS-DNS-MIB::haService: mib: ADONIS-DNS-MIB object: haService + type: dynamic augments: ADONIS-DNS-MIB::system discovery_attribute: haServiceRunning attributes: @@ -222,6 +228,7 @@ ADONIS-DNS-MIB::haService: ADONIS-DNS-MIB::commandServerDaemon: mib: ADONIS-DNS-MIB object: commandServerDaemon + type: dynamic augments: ADONIS-DNS-MIB::system discovery_attribute: commandServerDaemonRunning attributes: @@ -233,6 +240,7 @@ ADONIS-DNS-MIB::commandServerDaemon: ADONIS-DNS-MIB::backlog: mib: ADONIS-DNS-MIB object: backlog + type: dynamic augments: ADONIS-DNS-MIB::system discovery_attribute: fileSystemFootprint attributes: @@ -245,6 +253,7 @@ ADONIS-DNS-MIB::backlog: ADONIS-DNS-MIB::lcdDaemon: mib: ADONIS-DNS-MIB object: lcdDaemon + type: dynamic augments: ADONIS-DNS-MIB::system discovery_attribute: licenseValid attributes: @@ -260,6 +269,7 @@ ADONIS-DNS-MIB::lcdDaemon: ADONIS-DNS-MIB::tftpDaemon: mib: ADONIS-DNS-MIB object: tftpDaemon + type: dynamic augments: ADONIS-DNS-MIB::system discovery_attribute: tftpDaemonRunning attributes: @@ -271,6 +281,7 @@ ADONIS-DNS-MIB::tftpDaemon: ADONIS-DNS-MIB::system: mib: ADONIS-DNS-MIB object: system + type: dynamic discovery_attribute: systemState attributes: systemState: diff --git a/objects/bluecat/BAM-SNMP-MIB.yml b/objects/bluecat/BAM-SNMP-MIB.yml index 6286e0da..bfcb16e2 100644 --- a/objects/bluecat/BAM-SNMP-MIB.yml +++ b/objects/bluecat/BAM-SNMP-MIB.yml @@ -1,6 +1,7 @@ BAM-SNMP-MIB::common: mib: BAM-SNMP-MIB object: common + type: dynamic discovery_attribute: version attributes: version: @@ -15,6 +16,7 @@ BAM-SNMP-MIB::common: BAM-SNMP-MIB::database: mib: BAM-SNMP-MIB object: database + type: dynamic augments: BAM-SNMP-MIB::common discovery_attribute: maxPoolSize attributes: @@ -32,6 +34,7 @@ BAM-SNMP-MIB::database: BAM-SNMP-MIB::deployer: mib: BAM-SNMP-MIB object: deployer + type: dynamic augments: BAM-SNMP-MIB::common discovery_attribute: serverCountInQueue attributes: @@ -54,6 +57,7 @@ BAM-SNMP-MIB::deployer: BAM-SNMP-MIB::eventNotification: mib: BAM-SNMP-MIB object: eventNotification + type: dynamic augments: BAM-SNMP-MIB::common discovery_attribute: queueCount attributes: @@ -66,6 +70,7 @@ BAM-SNMP-MIB::eventNotification: BAM-SNMP-MIB::reconciliation: mib: BAM-SNMP-MIB object: reconciliation + type: dynamic discovery_attribute: poolSize attributes: poolSize: @@ -77,6 +82,7 @@ BAM-SNMP-MIB::reconciliation: BAM-SNMP-MIB::scheduledDeployer: mib: BAM-SNMP-MIB object: scheduledDeployer + type: dynamic augments: BAM-SNMP-MIB::common discovery_attribute: numOfTimers attributes: @@ -93,6 +99,7 @@ BAM-SNMP-MIB::scheduledDeployer: BAM-SNMP-MIB::scheduledTaskService: mib: BAM-SNMP-MIB object: scheduledTaskService + type: dynamic augments: BAM-SNMP-MIB::common discovery_attribute: queueSize attributes: @@ -105,6 +112,7 @@ BAM-SNMP-MIB::scheduledTaskService: BAM-SNMP-MIB::replication: mib: BAM-SNMP-MIB object: replication + type: dynamic augments: BAM-SNMP-MIB::common discovery_attribute: replicationNodeStatus attributes: @@ -121,6 +129,7 @@ BAM-SNMP-MIB::replication: BAM-SNMP-MIB::replicationStatusEntry: mib: BAM-SNMP-MIB object: replicationStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.13315.100.210.1.8.8.1.2 @@ -149,6 +158,7 @@ BAM-SNMP-MIB::replicationStatusEntry: BAM-SNMP-MIB::notification: mib: BAM-SNMP-MIB object: notification + type: dynamic augments: BAM-SNMP-MIB::common discovery_attribute: messagesReceived attributes: @@ -176,6 +186,7 @@ BAM-SNMP-MIB::notification: BAM-SNMP-MIB::dbBackup: mib: BAM-SNMP-MIB object: dbBackup + type: dynamic augments: BAM-SNMP-MIB::common discovery_attribute: lastSuccessfulBackupTime attributes: @@ -191,6 +202,7 @@ BAM-SNMP-MIB::dbBackup: BAM-SNMP-MIB::jvm: mib: BAM-SNMP-MIB object: jvm + type: dynamic augments: BAM-SNMP-MIB::common discovery_attribute: freeMemory attributes: diff --git a/objects/bluecat/BCN-COMMANDSERVER-MIB.yml b/objects/bluecat/BCN-COMMANDSERVER-MIB.yml index 7081b421..4a0c4874 100644 --- a/objects/bluecat/BCN-COMMANDSERVER-MIB.yml +++ b/objects/bluecat/BCN-COMMANDSERVER-MIB.yml @@ -1,6 +1,7 @@ BCN-COMMANDSERVER-MIB::bcnCommandServerServiceStatus: mib: BCN-COMMANDSERVER-MIB object: bcnCommandServerServiceStatus + type: dynamic augments: BCN-SYSTEM-MIB::bcnSysIdentification discovery_attribute: bcnCommandServerSerOperState attributes: diff --git a/objects/bluecat/BCN-DHCPV4-MIB.yml b/objects/bluecat/BCN-DHCPV4-MIB.yml index 1d445358..61de6d15 100644 --- a/objects/bluecat/BCN-DHCPV4-MIB.yml +++ b/objects/bluecat/BCN-DHCPV4-MIB.yml @@ -1,6 +1,7 @@ BCN-DHCPV4-MIB::bcnDhcpv4ServiceStatus: mib: BCN-DHCPV4-MIB object: bcnDhcpv4ServiceStatus + type: dynamic augments: BCN-SYSTEM-MIB::bcnSysIdentification discovery_attribute: bcnDhcpv4SerOperState attributes: @@ -52,6 +53,7 @@ BCN-DHCPV4-MIB::bcnDhcpv4ServiceStatus: BCN-DHCPV4-MIB::bcnDhcpv4SubnetEntry: mib: BCN-DHCPV4-MIB object: bcnDhcpv4SubnetEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.13315.3.1.1.2.2.2.1.1 @@ -84,6 +86,7 @@ BCN-DHCPV4-MIB::bcnDhcpv4SubnetEntry: BCN-DHCPV4-MIB::bcnDhcpv4PoolEntry: mib: BCN-DHCPV4-MIB object: bcnDhcpv4PoolEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.13315.3.1.1.2.2.3.1.1 diff --git a/objects/bluecat/BCN-DHCPV6-MIB.yml b/objects/bluecat/BCN-DHCPV6-MIB.yml index 4afb9960..60e7c01e 100644 --- a/objects/bluecat/BCN-DHCPV6-MIB.yml +++ b/objects/bluecat/BCN-DHCPV6-MIB.yml @@ -1,6 +1,7 @@ BCN-DHCPV6-MIB::bcnDhcpv6ServiceStatus: mib: BCN-DHCPV6-MIB object: bcnDhcpv6ServiceStatus + type: dynamic augments: BCN-DHCPV4-MIB::bcnDhcpv4ServiceStatus discovery_attribute: bcnDhcpv6SerOperState attributes: diff --git a/objects/bluecat/BCN-DNS-MIB.yml b/objects/bluecat/BCN-DNS-MIB.yml index a9df4991..40247489 100644 --- a/objects/bluecat/BCN-DNS-MIB.yml +++ b/objects/bluecat/BCN-DNS-MIB.yml @@ -1,6 +1,7 @@ BCN-DNS-MIB::bcnDnsServiceStatus: mib: BCN-DNS-MIB object: bcnDnsServiceStatus + type: dynamic augments: BCN-DNS-MIB::bcnDnsStatServer discovery_attribute: bcnDnsSerOperState attributes: @@ -41,6 +42,7 @@ BCN-DNS-MIB::bcnDnsServiceStatus: BCN-DNS-MIB::bcnDnsStatServer: mib: BCN-DNS-MIB object: bcnDnsStatServer + type: dynamic discovery_attribute: bcnDnsStatSrvQrySuccess attributes: bcnDnsStatSrvQrySuccess: @@ -107,6 +109,7 @@ BCN-DNS-MIB::bcnDnsStatServer: BCN-DNS-MIB::bcnDnsStatAllView: mib: BCN-DNS-MIB object: bcnDnsStatAllView + type: dynamic augments: BCN-DNS-MIB::bcnDnsStatServer discovery_attribute: bcnDnsStatAllViewQryRTT10 attributes: diff --git a/objects/bluecat/BCN-HA-MIB.yml b/objects/bluecat/BCN-HA-MIB.yml index 9d03fb03..4ef47b88 100644 --- a/objects/bluecat/BCN-HA-MIB.yml +++ b/objects/bluecat/BCN-HA-MIB.yml @@ -1,6 +1,7 @@ BCN-HA-MIB::bcnHaServiceStatus: mib: BCN-HA-MIB object: bcnHaServiceStatus + type: active augments: BCN-SYSTEM-MIB::bcnSysIdentification discovery_attribute: bcnHaSerOperState attributes: diff --git a/objects/bluecat/BCN-LICENSE-MIB.yml b/objects/bluecat/BCN-LICENSE-MIB.yml index ff5876f0..7e6c253d 100644 --- a/objects/bluecat/BCN-LICENSE-MIB.yml +++ b/objects/bluecat/BCN-LICENSE-MIB.yml @@ -1,6 +1,7 @@ BCN-LICENSE-MIB::bcnLicenseEntry: mib: BCN-LICENSE-MIB object: bcnLicenseEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.13315.3.1.6.2.1.2.1.1 diff --git a/objects/bluecat/BCN-NTP-MIB.yml b/objects/bluecat/BCN-NTP-MIB.yml index b5f9b41d..7797318c 100644 --- a/objects/bluecat/BCN-NTP-MIB.yml +++ b/objects/bluecat/BCN-NTP-MIB.yml @@ -1,6 +1,7 @@ BCN-NTP-MIB::bcnNtpServiceStatus: mib: BCN-NTP-MIB object: bcnNtpServiceStatus + type: active augments: BCN-NTP-MIB::bcnNtpSystem discovery_attribute: bcnNtpSerOperState attributes: @@ -12,6 +13,7 @@ BCN-NTP-MIB::bcnNtpServiceStatus: BCN-NTP-MIB::bcnNtpSystem: mib: BCN-NTP-MIB object: bcnNtpSystem + type: active discovery_attribute: bcnNtpSysLeap attributes: bcnNtpSysLeap: @@ -78,6 +80,7 @@ BCN-NTP-MIB::bcnNtpSystem: BCN-NTP-MIB::bcnNtpPeersVarEntry: mib: BCN-NTP-MIB object: bcnNtpPeersVarEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.13315.3.1.4.2.3.1.1.1 diff --git a/objects/bluecat/BCN-SYSTEM-MIB.yml b/objects/bluecat/BCN-SYSTEM-MIB.yml index 3ffef07c..31568054 100644 --- a/objects/bluecat/BCN-SYSTEM-MIB.yml +++ b/objects/bluecat/BCN-SYSTEM-MIB.yml @@ -1,6 +1,7 @@ BCN-SYSTEM-MIB::bcnSysIdentification: mib: BCN-SYSTEM-MIB object: bcnSysIdentification + type: dynamic discovery_attribute: bcnSysIdProduct attributes: bcnSysIdProduct: @@ -31,6 +32,7 @@ BCN-SYSTEM-MIB::bcnSysIdentification: BCN-SYSTEM-MIB::bcnSysIdServicesEntry: mib: BCN-SYSTEM-MIB object: bcnSysIdServicesEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.13315.3.2.2.1.7.1.1 @@ -51,6 +53,7 @@ BCN-SYSTEM-MIB::bcnSysIdServicesEntry: BCN-SYSTEM-MIB::bcnSysNotificationData: mib: BCN-SYSTEM-MIB object: bcnSysNotificationData + type: dynamic augments: BCN-SYSTEM-MIB::bcnSysIdentification discovery_attribute: bcnSysSerOperState attributes: diff --git a/objects/bluecat/BCN-TFTP-MIB.yml b/objects/bluecat/BCN-TFTP-MIB.yml index cc31c20f..1cade982 100644 --- a/objects/bluecat/BCN-TFTP-MIB.yml +++ b/objects/bluecat/BCN-TFTP-MIB.yml @@ -1,6 +1,7 @@ BCN-TFTP-MIB::bcnTftpServiceStatus: mib: BCN-TFTP-MIB object: bcnTftpServiceStatus + type: active augments: BCN-TFTP-MIB::bcnTftpServiceStatistics discovery_attribute: bcnTftpSerOperState attributes: @@ -12,6 +13,7 @@ BCN-TFTP-MIB::bcnTftpServiceStatus: BCN-TFTP-MIB::bcnTftpServiceStatistics: mib: BCN-TFTP-MIB object: bcnTftpServiceStatistics + type: active discovery_attribute: bcnTftpSerDirs attributes: bcnTftpSerDirs: diff --git a/objects/bluecat/PROTEUS-IPAM-MIB.yml b/objects/bluecat/PROTEUS-IPAM-MIB.yml index c719c3ce..f93762de 100644 --- a/objects/bluecat/PROTEUS-IPAM-MIB.yml +++ b/objects/bluecat/PROTEUS-IPAM-MIB.yml @@ -1,6 +1,7 @@ PROTEUS-IPAM-MIB::jbossStats: mib: PROTEUS-IPAM-MIB object: jbossStats + type: dynamic discovery_attribute: activeThreadCount attributes: activeThreadCount: @@ -69,6 +70,7 @@ PROTEUS-IPAM-MIB::jbossStats: PROTEUS-IPAM-MIB::jbossCommon: mib: PROTEUS-IPAM-MIB object: jbossCommon + type: active augments: PROTEUS-IPAM-MIB::jbossStats discovery_attribute: trapCount attributes: diff --git a/objects/calix/AXOS-ALARM-MIB.yml b/objects/calix/AXOS-ALARM-MIB.yml index bd63a672..f96e65ea 100644 --- a/objects/calix/AXOS-ALARM-MIB.yml +++ b/objects/calix/AXOS-ALARM-MIB.yml @@ -1,6 +1,7 @@ AXOS-ALARM-MIB::axosAlarmCount: mib: AXOS-ALARM-MIB object: axosAlarmCount + type: active discovery_attribute: axosAlarmCountTotal attributes: axosAlarmCountTotal: diff --git a/objects/calix/Axos-Card-MIB.yml b/objects/calix/Axos-Card-MIB.yml index 8ca55811..7b364936 100644 --- a/objects/calix/Axos-Card-MIB.yml +++ b/objects/calix/Axos-Card-MIB.yml @@ -1,6 +1,7 @@ Axos-Card-MIB::axosCardEntry: mib: Axos-Card-MIB object: axosCardEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.6321.1.2.4.2.4.1.1.1 @@ -56,6 +57,7 @@ Axos-Card-MIB::axosCardEntry: Axos-Card-MIB::axosOltPonPortEntry: mib: Axos-Card-MIB object: axosOltPonPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6321.1.2.4.2.4.2.1.1 diff --git a/objects/calix/Axos-Ont-MIB.yml b/objects/calix/Axos-Ont-MIB.yml index 21e6ec24..7f55a6ea 100644 --- a/objects/calix/Axos-Ont-MIB.yml +++ b/objects/calix/Axos-Ont-MIB.yml @@ -1,6 +1,7 @@ Axos-Ont-MIB::axosOntEntry: mib: Axos-Ont-MIB object: axosOntEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6321.1.2.4.2.6.1.1.1 diff --git a/objects/calix/Axos-System-MIB.yml b/objects/calix/Axos-System-MIB.yml index 8d0271e2..6c1d9a52 100644 --- a/objects/calix/Axos-System-MIB.yml +++ b/objects/calix/Axos-System-MIB.yml @@ -1,6 +1,7 @@ Axos-System-MIB::axosSystemModule: mib: Axos-System-MIB object: axosSystemModule + type: stable discovery_attribute: axosSystemId attributes: axosSystemId: diff --git a/objects/cisco/CISCO-AAA-SERVER-MIB.yml b/objects/cisco/CISCO-AAA-SERVER-MIB.yml index c8a2a7f4..45054d28 100644 --- a/objects/cisco/CISCO-AAA-SERVER-MIB.yml +++ b/objects/cisco/CISCO-AAA-SERVER-MIB.yml @@ -46,6 +46,7 @@ CISCO-AAA-SERVER-MIB::casStatisticsEntry: mib: CISCO-AAA-SERVER-MIB object: casStatisticsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.10.56.1.1.2.1.1 @@ -230,6 +231,7 @@ CISCO-AAA-SERVER-MIB::casStatisticsEntry: CISCO-AAA-SERVER-MIB::casStatisticsEntryAuthentication: mib: CISCO-AAA-SERVER-MIB object: casStatisticsEntryAuthentication + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.10.56.1.1.2.1.1 @@ -394,6 +396,7 @@ CISCO-AAA-SERVER-MIB::casStatisticsEntryAuthentication: CISCO-AAA-SERVER-MIB::casStatisticsEntryAuthorization: mib: CISCO-AAA-SERVER-MIB object: casStatisticsEntryAuthorization + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.10.56.1.1.2.1.1 @@ -530,6 +533,7 @@ CISCO-AAA-SERVER-MIB::casStatisticsEntryAuthorization: CISCO-AAA-SERVER-MIB::casStatisticsEntryAccounting: mib: CISCO-AAA-SERVER-MIB object: casStatisticsEntryAccounting + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.10.56.1.1.2.1.1 diff --git a/objects/cisco/CISCO-AAA-SESSION-MIB.yml b/objects/cisco/CISCO-AAA-SESSION-MIB.yml index dfcaae0a..2156abfd 100644 --- a/objects/cisco/CISCO-AAA-SESSION-MIB.yml +++ b/objects/cisco/CISCO-AAA-SESSION-MIB.yml @@ -1,6 +1,7 @@ CISCO-AAA-SESSION-MIB::casnActive: mib: CISCO-AAA-SESSION-MIB object: casnActive + type: stable augments: CISCO-AAA-SESSION-MIB::casnGeneral discovery_attribute: casnActiveTableEntries attributes: @@ -16,6 +17,7 @@ CISCO-AAA-SESSION-MIB::casnActive: CISCO-AAA-SESSION-MIB::casnActiveEntry: mib: CISCO-AAA-SESSION-MIB object: casnActiveEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.150.1.1.3.1.1 @@ -55,6 +57,7 @@ CISCO-AAA-SESSION-MIB::casnActiveEntry: CISCO-AAA-SESSION-MIB::casnGeneral: mib: CISCO-AAA-SESSION-MIB object: casnGeneral + type: dynamic discovery_attribute: casnTotalSessions attributes: casnTotalSessions: diff --git a/objects/cisco/CISCO-ACCESS-ENVMON-MIB.yml b/objects/cisco/CISCO-ACCESS-ENVMON-MIB.yml index 0ca66867..85c7ad8e 100644 --- a/objects/cisco/CISCO-ACCESS-ENVMON-MIB.yml +++ b/objects/cisco/CISCO-ACCESS-ENVMON-MIB.yml @@ -1,6 +1,7 @@ CISCO-ACCESS-ENVMON-MIB::caemSupplyStatusEntry: mib: CISCO-ACCESS-ENVMON-MIB object: caemSupplyStatusEntry + type: active augments: CISCO-ENVMON-MIB::ciscoEnvMonSupplyStatusEntry discovery_attribute: caemSupplyFailedComponent attributes: diff --git a/objects/cisco/CISCO-ASPP-MIB.yml b/objects/cisco/CISCO-ASPP-MIB.yml index c48b3e27..facc0410 100644 --- a/objects/cisco/CISCO-ASPP-MIB.yml +++ b/objects/cisco/CISCO-ASPP-MIB.yml @@ -1,6 +1,7 @@ # CISCO-ASPP-MIB::asppPortEntry: # mib: CISCO-ASPP-MIB # object: asppPortEntry +# type: immutable # index: # discovery_attribute: asppPortRole # attributes: diff --git a/objects/cisco/CISCO-BCP-MIB.yml b/objects/cisco/CISCO-BCP-MIB.yml index 5fd5b981..fb94e350 100644 --- a/objects/cisco/CISCO-BCP-MIB.yml +++ b/objects/cisco/CISCO-BCP-MIB.yml @@ -1,17 +1,44 @@ CISCO-BCP-MIB::bcpOperEntry: mib: CISCO-BCP-MIB object: bcpOperEntry + type: active index: + - type: Integer + oid: .1.3.6.1.2.1.2.2.1.1 + name: netif # ifIndex + syntax: InterfaceIndex discovery_attribute: bcpOperStatus attributes: bcpOperStatus: oid: .1.3.6.1.4.1.9.9.275.1.1.1.1 name: cisco.bcpOperStatus syntax: EnumInteger + # Additional Attributes as Tags + ifDescr: + oid: .1.3.6.1.2.1.2.2.1.2 + tag: true + name: netif.descr + syntax: DisplayString + ifType: + oid: .1.3.6.1.2.1.2.2.1.3 + tag: true + name: netif.type + syntax: IANAifType + ifName: + oid: .1.3.6.1.2.1.31.1.1.1.1 + tag: true + name: netif.name + syntax: DisplayString + ifAlias: + oid: .1.3.6.1.2.1.31.1.1.1.18 + tag: true + name: netif.alias + syntax: DisplayString # CISCO-BCP-MIB::bcpConfigEntry: # mib: CISCO-BCP-MIB # object: bcpConfigEntry +# type: immutable # index: # - type: Integer # oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/cisco/CISCO-BGP-POLICY-ACCOUNTING-MIB.yml b/objects/cisco/CISCO-BGP-POLICY-ACCOUNTING-MIB.yml index cbbd1802..9faa7bc4 100644 --- a/objects/cisco/CISCO-BGP-POLICY-ACCOUNTING-MIB.yml +++ b/objects/cisco/CISCO-BGP-POLICY-ACCOUNTING-MIB.yml @@ -1,6 +1,7 @@ CISCO-BGP-POLICY-ACCOUNTING-MIB::cbpAcctEntry: mib: CISCO-BGP-POLICY-ACCOUNTING-MIB object: cbpAcctEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/cisco/CISCO-BGP4-MIB.yml b/objects/cisco/CISCO-BGP4-MIB.yml index 798cef0b..a65f71ee 100644 --- a/objects/cisco/CISCO-BGP4-MIB.yml +++ b/objects/cisco/CISCO-BGP4-MIB.yml @@ -1,6 +1,7 @@ CISCO-BGP4-MIB::cbgpGlobal: mib: CISCO-BGP4-MIB object: cbgpGlobal + type: immutable discovery_attribute: cbgpLocalAs attributes: cbgpLocalAs: @@ -11,6 +12,7 @@ CISCO-BGP4-MIB::cbgpGlobal: CISCO-BGP4-MIB::cbgpRouteEntry: mib: CISCO-BGP4-MIB object: cbgpRouteEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.9.9.187.1.1.1.1.1 @@ -82,6 +84,7 @@ CISCO-BGP4-MIB::cbgpRouteEntry: CISCO-BGP4-MIB::cbgpPeerEntry: mib: CISCO-BGP4-MIB object: cbgpPeerEntry + type: dynamic augments: BGP4-MIB::bgpPeerEntry discovery_attribute: cbgpPeerPrefixAccepted attributes: @@ -127,6 +130,7 @@ CISCO-BGP4-MIB::cbgpPeerEntry: CISCO-BGP4-MIB::cbgpPeerAddrFamilyPrefixEntry: mib: CISCO-BGP4-MIB object: cbgpPeerAddrFamilyPrefixEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.15.3.1.7 @@ -176,6 +180,7 @@ CISCO-BGP4-MIB::cbgpPeerAddrFamilyPrefixEntry: CISCO-BGP4-MIB::cbgpPeer2Entry: mib: CISCO-BGP4-MIB object: cbgpPeer2Entry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.187.1.2.5.1.1 @@ -313,6 +318,7 @@ CISCO-BGP4-MIB::cbgpPeer2Entry: CISCO-BGP4-MIB::cbgpPeer2AddrFamilyPrefixEntry: mib: CISCO-BGP4-MIB object: cbgpPeer2AddrFamilyPrefixEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.187.1.2.5.1.1 @@ -366,6 +372,7 @@ CISCO-BGP4-MIB::cbgpPeer2AddrFamilyPrefixEntry: CISCO-BGP4-MIB::cbgpPeer3Entry: mib: CISCO-BGP4-MIB object: cbgpPeer3Entry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.187.1.2.9.1.1 diff --git a/objects/cisco/CISCO-CAR-MIB.yml b/objects/cisco/CISCO-CAR-MIB.yml index fdec06dd..9187a1ab 100644 --- a/objects/cisco/CISCO-CAR-MIB.yml +++ b/objects/cisco/CISCO-CAR-MIB.yml @@ -1,6 +1,7 @@ CISCO-CAR-MIB::ccarConfigEntry: mib: CISCO-CAR-MIB object: ccarConfigEntry + type: immutable index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -48,7 +49,20 @@ CISCO-CAR-MIB::ccarConfigEntry: CISCO-CAR-MIB::ccarStatEntry: mib: CISCO-CAR-MIB object: ccarStatEntry - augments: CISCO-CAR-MIB::ccarConfigEntry + type: dynamic + index: + - type: Integer + oid: .1.3.6.1.2.1.2.2.1.1 + name: netif # ifIndex + syntax: InterfaceIndex + - type: Integer + oid: .1.3.6.1.4.1.9.9.113.1.1.1.1.1 + name: cisco.ccarConfigDirection + syntax: EnumInteger + - type: Integer32 + oid: .1.3.6.1.4.1.9.9.113.1.1.1.1.2 + name: cisco.ccarConfigRowIndex + syntax: Integer32 discovery_attribute: ccarStatSwitchedBytes attributes: ccarStatSwitchedPkts: @@ -71,35 +85,47 @@ CISCO-CAR-MIB::ccarStatEntry: oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.5 name: cisco.ccarStatCurBurst syntax: Gauge32 - ccarStatSwitchedPktsOverflow: - oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.6 - name: cisco.ccarStatSwitchedPktsOverflow - syntax: Counter32 - ccarStatSwitchedBytesOverflow: - oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.7 - name: cisco.ccarStatSwitchedBytesOverflow - syntax: Counter32 - ccarStatFilteredPktsOverflow: - oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.8 - name: cisco.ccarStatFilteredPktsOverflow - syntax: Counter32 - ccarStatFilteredBytesOverflow: - oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.9 - name: cisco.ccarStatFilteredBytesOverflow - syntax: Counter32 + # ccarStatSwitchedPktsOverflow: + # oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.6 + # name: cisco.ccarStatSwitchedPktsOverflow + # syntax: Counter32 + # ccarStatSwitchedBytesOverflow: + # oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.7 + # name: cisco.ccarStatSwitchedBytesOverflow + # syntax: Counter32 + # ccarStatFilteredPktsOverflow: + # oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.8 + # name: cisco.ccarStatFilteredPktsOverflow + # syntax: Counter32 + # ccarStatFilteredBytesOverflow: + # oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.9 + # name: cisco.ccarStatFilteredBytesOverflow + # syntax: Counter32 ccarStatHCSwitchedPkts: oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.10 - name: cisco.ccarStatHCSwitchedPkts + name: cisco.ccarStatSwitchedPkts syntax: Counter64 + overrides: + object: CISCO-CAR-MIB::ccarStatEntry + attribute: ccarStatSwitchedPkts ccarStatHCSwitchedBytes: oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.11 - name: cisco.ccarStatHCSwitchedBytes + name: cisco.ccarStatSwitchedBytes syntax: BytesB + overrides: + object: CISCO-CAR-MIB::ccarStatEntry + attribute: ccarStatSwitchedBytes ccarStatHCFilteredPkts: oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.12 - name: cisco.ccarStatHCFilteredPkts + name: cisco.ccarStatFilteredPkts syntax: Counter64 + overrides: + object: CISCO-CAR-MIB::ccarStatEntry + attribute: ccarStatFilteredPkts ccarStatHCFilteredBytes: oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.13 - name: cisco.ccarStatHCFilteredBytes + name: cisco.ccarStatFilteredBytes syntax: BytesB + overrides: + object: CISCO-CAR-MIB::ccarStatEntry + attribute: ccarStatFilteredBytes diff --git a/objects/cisco/CISCO-CCM-MIB.yml b/objects/cisco/CISCO-CCM-MIB.yml index e03e3312..3edac840 100644 --- a/objects/cisco/CISCO-CCM-MIB.yml +++ b/objects/cisco/CISCO-CCM-MIB.yml @@ -189,6 +189,7 @@ CISCO-CCM-MIB::ccmPhoneEntry: mib: CISCO-CCM-MIB object: ccmPhoneEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.2.1.1.1 @@ -333,6 +334,7 @@ CISCO-CCM-MIB::ccmPhoneEntry: CISCO-CCM-MIB::ccmPhoneFailedEntry: mib: CISCO-CCM-MIB object: ccmPhoneFailedEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.2.3.1.1 @@ -384,6 +386,7 @@ CISCO-CCM-MIB::ccmPhoneFailedEntry: CISCO-CCM-MIB::ccmPhoneStatusUpdateEntry: mib: CISCO-CCM-MIB object: ccmPhoneStatusUpdateEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.2.4.1.1 @@ -419,6 +422,7 @@ CISCO-CCM-MIB::ccmPhoneStatusUpdateEntry: CISCO-CCM-MIB::ccmPhoneExtnEntry: mib: CISCO-CCM-MIB object: ccmPhoneExtnEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.2.1.1.1 @@ -450,6 +454,7 @@ CISCO-CCM-MIB::ccmPhoneExtnEntry: CISCO-CCM-MIB::ccmGatewayEntry: mib: CISCO-CCM-MIB object: ccmGatewayEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.3.1.1.1 @@ -521,6 +526,7 @@ CISCO-CCM-MIB::ccmGatewayEntry: CISCO-CCM-MIB::ccmGatewayTrunkEntry: mib: CISCO-CCM-MIB object: ccmGatewayTrunkEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.4.1.1.1 @@ -548,6 +554,7 @@ CISCO-CCM-MIB::ccmGatewayTrunkEntry: CISCO-CCM-MIB::ccmGlobalInfo: mib: CISCO-CCM-MIB object: ccmGlobalInfo + type: dynamic discovery_attribute: ccmActivePhones attributes: ccmActivePhones: @@ -686,6 +693,7 @@ CISCO-CCM-MIB::ccmGlobalInfo: CISCO-CCM-MIB::ccmMediaDeviceEntry: mib: CISCO-CCM-MIB object: ccmMediaDeviceEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.6.1.1.1 @@ -753,6 +761,7 @@ CISCO-CCM-MIB::ccmMediaDeviceEntry: CISCO-CCM-MIB::ccmGatekeeperEntry: mib: CISCO-CCM-MIB object: ccmGatekeeperEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.7.1.1.1 @@ -788,6 +797,7 @@ CISCO-CCM-MIB::ccmGatekeeperEntry: CISCO-CCM-MIB::ccmCTIDeviceEntry: mib: CISCO-CCM-MIB object: ccmCTIDeviceEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.8.1.1.1 @@ -912,6 +922,7 @@ CISCO-CCM-MIB::ccmCTIDeviceEntry: CISCO-CCM-MIB::ccmH323DeviceEntry: mib: CISCO-CCM-MIB object: ccmH323DeviceEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.11.1.1.1 @@ -1007,6 +1018,7 @@ CISCO-CCM-MIB::ccmH323DeviceEntry: CISCO-CCM-MIB::ccmVoiceMailDeviceEntry: mib: CISCO-CCM-MIB object: ccmVoiceMailDeviceEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.156.1.12.1.1.1 diff --git a/objects/cisco/CISCO-CDP-MIB.yml b/objects/cisco/CISCO-CDP-MIB.yml index 9320808a..0dcca2e9 100644 --- a/objects/cisco/CISCO-CDP-MIB.yml +++ b/objects/cisco/CISCO-CDP-MIB.yml @@ -1,6 +1,7 @@ CISCO-CDP-MIB::cdpInterfaceEntry: mib: CISCO-CDP-MIB object: cdpInterfaceEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.23.1.1.1.1.1 @@ -32,6 +33,7 @@ CISCO-CDP-MIB::cdpInterfaceEntry: CISCO-CDP-MIB::cdpInterfaceExtEntry: mib: CISCO-CDP-MIB object: cdpInterfaceExtEntry + type: immutable augments: CISCO-CDP-MIB::cdpInterfaceEntry discovery_attribute: cdpInterfaceExtendedTrust attributes: @@ -47,6 +49,7 @@ CISCO-CDP-MIB::cdpInterfaceExtEntry: CISCO-CDP-MIB::cdpCacheEntry: mib: CISCO-CDP-MIB object: cdpCacheEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.23.1.2.1.1.1 @@ -150,6 +153,7 @@ CISCO-CDP-MIB::cdpCacheEntry: CISCO-CDP-MIB::cdpCtAddressEntry: mib: CISCO-CDP-MIB object: cdpCtAddressEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.23.1.2.1.1.1 @@ -177,6 +181,7 @@ CISCO-CDP-MIB::cdpCtAddressEntry: CISCO-CDP-MIB::cdpGlobal: mib: CISCO-CDP-MIB object: cdpGlobal + type: immutable discovery_attribute: cdpGlobalRun attributes: cdpGlobalRun: diff --git a/objects/cisco/CISCO-CIRCUIT-INTERFACE-MIB.yml b/objects/cisco/CISCO-CIRCUIT-INTERFACE-MIB.yml index 62f1f457..b355ede7 100644 --- a/objects/cisco/CISCO-CIRCUIT-INTERFACE-MIB.yml +++ b/objects/cisco/CISCO-CIRCUIT-INTERFACE-MIB.yml @@ -1,6 +1,7 @@ CISCO-CIRCUIT-INTERFACE-MIB::cciDescriptionEntry: mib: CISCO-CIRCUIT-INTERFACE-MIB object: cciDescriptionEntry + type: dynamic augments: IF-MIB::ifEntry discovery_attribute: cciDescr attributes: diff --git a/objects/cisco/CISCO-CONFIG-MAN-MIB.yml b/objects/cisco/CISCO-CONFIG-MAN-MIB.yml index 4ceb6aa1..8ea1cc32 100644 --- a/objects/cisco/CISCO-CONFIG-MAN-MIB.yml +++ b/objects/cisco/CISCO-CONFIG-MAN-MIB.yml @@ -1,6 +1,7 @@ CISCO-CONFIG-MAN-MIB::ccmHistory: mib: CISCO-CONFIG-MAN-MIB object: ccmHistory + type: active discovery_attribute: ccmHistoryRunningLastChanged attributes: ccmHistoryRunningLastChanged: diff --git a/objects/cisco/CISCO-DIAL-CONTROL-MIB.yml b/objects/cisco/CISCO-DIAL-CONTROL-MIB.yml index dfce7bd4..e8086618 100644 --- a/objects/cisco/CISCO-DIAL-CONTROL-MIB.yml +++ b/objects/cisco/CISCO-DIAL-CONTROL-MIB.yml @@ -1,6 +1,7 @@ CISCO-DIAL-CONTROL-MIB::cCallHistoryEntry: mib: CISCO-DIAL-CONTROL-MIB object: cCallHistoryEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.10.25.1.4.3.1.1 @@ -91,6 +92,7 @@ CISCO-DIAL-CONTROL-MIB::cCallHistoryEntry: CISCO-DIAL-CONTROL-MIB::cCallHistoryIecEntry: mib: CISCO-DIAL-CONTROL-MIB object: cCallHistoryIecEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.10.25.1.4.3.1.1 @@ -110,6 +112,7 @@ CISCO-DIAL-CONTROL-MIB::cCallHistoryIecEntry: CISCO-DIAL-CONTROL-MIB::cPeerGlobalConfiguration: mib: CISCO-DIAL-CONTROL-MIB object: cPeerGlobalConfiguration + type: immutable discovery_attribute: cPeerSearchType attributes: cPeerSearchType: diff --git a/objects/cisco/CISCO-EIGRP-MIB.yml b/objects/cisco/CISCO-EIGRP-MIB.yml index fb1f11de..20b3d594 100644 --- a/objects/cisco/CISCO-EIGRP-MIB.yml +++ b/objects/cisco/CISCO-EIGRP-MIB.yml @@ -1,6 +1,7 @@ CISCO-EIGRP-MIB::cEigrpVpnEntry: mib: CISCO-EIGRP-MIB object: cEigrpVpnEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.449.1.1.1.1.1 @@ -16,6 +17,7 @@ CISCO-EIGRP-MIB::cEigrpVpnEntry: CISCO-EIGRP-MIB::cEigrpTraffStatsEntry: mib: CISCO-EIGRP-MIB object: cEigrpTraffStatsEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.449.1.1.1.1.1 @@ -221,6 +223,7 @@ CISCO-EIGRP-MIB::cEigrpTraffStatsEntry: CISCO-EIGRP-MIB::cEigrpPeerEntry: mib: CISCO-EIGRP-MIB object: cEigrpPeerEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.449.1.1.1.1.1 @@ -290,6 +293,7 @@ CISCO-EIGRP-MIB::cEigrpPeerEntry: CISCO-EIGRP-MIB::cEigrpInterfaceEntry: mib: CISCO-EIGRP-MIB object: cEigrpInterfaceEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.449.1.1.1.1.1 diff --git a/objects/cisco/CISCO-ENTITY-EXT-MIB.yml b/objects/cisco/CISCO-ENTITY-EXT-MIB.yml index 43cb1236..c78cab6e 100644 --- a/objects/cisco/CISCO-ENTITY-EXT-MIB.yml +++ b/objects/cisco/CISCO-ENTITY-EXT-MIB.yml @@ -1,7 +1,12 @@ CISCO-ENTITY-EXT-MIB::ceExtPhysicalProcessorEntry: mib: CISCO-ENTITY-EXT-MIB object: ceExtPhysicalProcessorEntry - augments: ENTITY-MIB::entPhysicalEntry + type: dynamic + index: + - type: Integer32 + oid: .1.3.6.1.2.1.47.1.1.1.1.1 + name: entity.phys.index # entPhysicalIndex + syntax: IntegerAsID discovery_attribute: ceExtProcessorRam attributes: ceExtProcessorRam: @@ -43,10 +48,27 @@ CISCO-ENTITY-EXT-MIB::ceExtPhysicalProcessorEntry: overrides: object: CISCO-ENTITY-EXT-MIB::ceExtPhysicalProcessorEntry attribute: ceExtNVRAMUsed + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString CISCO-ENTITY-EXT-MIB::ceExtEntityLEDEntry: mib: CISCO-ENTITY-EXT-MIB object: ceExtEntityLEDEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -66,6 +88,7 @@ CISCO-ENTITY-EXT-MIB::ceExtEntityLEDEntry: CISCO-ENTITY-EXT-MIB::ceExtEntPhysicalEntry: mib: CISCO-ENTITY-EXT-MIB object: ceExtEntPhysicalEntry + type: immutable augments: ENTITY-MIB::entPhysicalEntry discovery_attribute: ceEntPhysicalSecondSerialNum attributes: @@ -78,7 +101,12 @@ CISCO-ENTITY-EXT-MIB::ceExtEntPhysicalEntry: CISCO-ENTITY-EXT-MIB::ceExtUSBModemEntry: mib: CISCO-ENTITY-EXT-MIB object: ceExtUSBModemEntry - augments: ENTITY-MIB::entPhysicalEntry + type: dynamic + index: + - type: Integer32 + oid: .1.3.6.1.2.1.47.1.1.1.1.1 + name: entity.phys.index # entPhysicalIndex + syntax: IntegerAsID discovery_attribute: ceExtUSBModemIMEI attributes: ceExtUSBModemIMEI: @@ -97,3 +125,19 @@ CISCO-ENTITY-EXT-MIB::ceExtUSBModemEntry: oid: .1.3.6.1.4.1.9.9.195.1.6.1.4 name: cisco.usb_modem.signal_strength syntax: DisplayString # SnmpAdminString + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString diff --git a/objects/cisco/CISCO-ENTITY-FRU-CONTROL-MIB.yml b/objects/cisco/CISCO-ENTITY-FRU-CONTROL-MIB.yml index b7020710..a155d0ee 100644 --- a/objects/cisco/CISCO-ENTITY-FRU-CONTROL-MIB.yml +++ b/objects/cisco/CISCO-ENTITY-FRU-CONTROL-MIB.yml @@ -1,6 +1,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerSupplyGroupEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcFRUPowerSupplyGroupEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -59,6 +60,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerSupplyGroupEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerStatusEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcFRUPowerStatusEntry + type: dynamic augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerSupplyGroupEntry discovery_attribute: cefcFRUPowerAdminStatus attributes: @@ -84,6 +86,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerStatusEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPower: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcFRUPower + type: dynamic augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerSupplyGroupEntry discovery_attribute: cefcMaxDefaultInLinePower attributes: @@ -104,6 +107,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPower: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerSupplyValueEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcFRUPowerSupplyValueEntry + type: dynamic augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerSupplyGroupEntry discovery_attribute: cefcFRUTotalSystemCurrent attributes: @@ -141,6 +145,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerSupplyValueEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcModuleEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -212,6 +217,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcIntelliModuleEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcIntelliModuleEntry + type: active augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleEntry discovery_attribute: cefcIntelliModuleIPAddr attributes: @@ -223,6 +229,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcIntelliModuleEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleLocalSwitchingEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcModuleLocalSwitchingEntry + type: active augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleEntry discovery_attribute: cefcModuleLocalSwitchingMode attributes: @@ -234,6 +241,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleLocalSwitchingEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanTrayStatusEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcFanTrayStatusEntry + type: active augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanEntry discovery_attribute: cefcFanTrayOperStatus attributes: @@ -249,6 +257,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanTrayStatusEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcFanEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -286,17 +295,39 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcPhysicalEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcPhysicalEntry - augments: ENTITY-MIB::entPhysicalEntry + type: immutable + index: + - type: Integer32 + oid: .1.3.6.1.2.1.47.1.1.1.1.1 + name: entity.phys.index # entPhysicalIndex + syntax: IntegerAsID discovery_attribute: cefcPhysicalStatus attributes: cefcPhysicalStatus: oid: .1.3.6.1.4.1.9.9.117.1.5.1.1.1 name: cisco.entity.phys.state syntax: EnumInteger + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString CISCO-ENTITY-FRU-CONTROL-MIB::cefcPowerSupplyInputEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcPowerSupplyInputEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -316,6 +347,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcPowerSupplyInputEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcPowerSupplyOutputEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcPowerSupplyOutputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -340,6 +372,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcPowerSupplyOutputEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcChassisCoolingEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcChassisCoolingEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -376,6 +409,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcChassisCoolingEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanCoolingEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcFanCoolingEntry + type: active augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanEntry discovery_attribute: cefcFanCoolingCapacity attributes: @@ -392,6 +426,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanCoolingEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleCoolingEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcModuleCoolingEntry + type: active augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleEntry discovery_attribute: cefcModuleCooling attributes: @@ -408,6 +443,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleCoolingEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanCoolingCapEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcFanCoolingCapEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -441,6 +477,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcFanCoolingCapEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcConnectorRatingEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcConnectorRatingEntry + type: dynamic augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRUPowerSupplyGroupEntry discovery_attribute: cefcConnectorRating attributes: @@ -453,6 +490,7 @@ CISCO-ENTITY-FRU-CONTROL-MIB::cefcConnectorRatingEntry: CISCO-ENTITY-FRU-CONTROL-MIB::cefcModulePowerConsumptionEntry: mib: CISCO-ENTITY-FRU-CONTROL-MIB object: cefcModulePowerConsumptionEntry + type: active augments: CISCO-ENTITY-FRU-CONTROL-MIB::cefcModuleEntry discovery_attribute: cefcModulePowerConsumption attributes: diff --git a/objects/cisco/CISCO-ENTITY-SENSOR-MIB.yml b/objects/cisco/CISCO-ENTITY-SENSOR-MIB.yml index 49ddee66..c981298d 100644 --- a/objects/cisco/CISCO-ENTITY-SENSOR-MIB.yml +++ b/objects/cisco/CISCO-ENTITY-SENSOR-MIB.yml @@ -1,7 +1,12 @@ CISCO-ENTITY-SENSOR-MIB::entSensorValueEntry: mib: CISCO-ENTITY-SENSOR-MIB object: entSensorValueEntry - augments: ENTITY-MIB::entPhysicalEntry + type: active + index: + - type: Integer32 + oid: .1.3.6.1.2.1.47.1.1.1.1.1 + name: entity.phys.index # entPhysicalIndex + syntax: IntegerAsID discovery_attribute: entSensorType attributes: entSensorType: @@ -36,3 +41,19 @@ CISCO-ENTITY-SENSOR-MIB::entSensorValueEntry: oid: .1.3.6.1.4.1.9.9.91.1.1.1.1.8 name: entity.sensor.meas.entity.phys.index syntax: IntegerAsID + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString diff --git a/objects/cisco/CISCO-ENVMON-MIB.yml b/objects/cisco/CISCO-ENVMON-MIB.yml index 051e5e4c..1f59e693 100644 --- a/objects/cisco/CISCO-ENVMON-MIB.yml +++ b/objects/cisco/CISCO-ENVMON-MIB.yml @@ -1,6 +1,7 @@ CISCO-ENVMON-MIB::ciscoEnvMonObjects: mib: CISCO-ENVMON-MIB object: ciscoEnvMonObjects + type: stable discovery_attribute: ciscoEnvMonPresent attributes: ciscoEnvMonPresent: @@ -15,6 +16,7 @@ CISCO-ENVMON-MIB::ciscoEnvMonObjects: CISCO-ENVMON-MIB::ciscoEnvMonVoltageStatusEntry: mib: CISCO-ENVMON-MIB object: ciscoEnvMonVoltageStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.13.1.2.1.1 @@ -54,6 +56,7 @@ CISCO-ENVMON-MIB::ciscoEnvMonVoltageStatusEntry: CISCO-ENVMON-MIB::ciscoEnvMonTemperatureStatusEntry: mib: CISCO-ENVMON-MIB object: ciscoEnvMonTemperatureStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.13.1.3.1.1 @@ -93,6 +96,7 @@ CISCO-ENVMON-MIB::ciscoEnvMonTemperatureStatusEntry: CISCO-ENVMON-MIB::ciscoEnvMonFanStatusEntry: mib: CISCO-ENVMON-MIB object: ciscoEnvMonFanStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.13.1.4.1.1 @@ -112,6 +116,7 @@ CISCO-ENVMON-MIB::ciscoEnvMonFanStatusEntry: CISCO-ENVMON-MIB::ciscoEnvMonSupplyStatusEntry: mib: CISCO-ENVMON-MIB object: ciscoEnvMonSupplyStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.13.1.5.1.1 diff --git a/objects/cisco/CISCO-ETHERLIKE-EXT-MIB.yml b/objects/cisco/CISCO-ETHERLIKE-EXT-MIB.yml index 62ede56f..ae6d7be0 100644 --- a/objects/cisco/CISCO-ETHERLIKE-EXT-MIB.yml +++ b/objects/cisco/CISCO-ETHERLIKE-EXT-MIB.yml @@ -1,6 +1,7 @@ CISCO-ETHERLIKE-EXT-MIB::ceeDot3PauseExtEntry: mib: CISCO-ETHERLIKE-EXT-MIB object: ceeDot3PauseExtEntry + type: dynamic augments: IF-MIB::ifEntry discovery_attribute: ceeDot3PauseExtAdminMode attributes: @@ -16,6 +17,7 @@ CISCO-ETHERLIKE-EXT-MIB::ceeDot3PauseExtEntry: CISCO-ETHERLIKE-EXT-MIB::ceeSubInterfaceEntry: mib: CISCO-ETHERLIKE-EXT-MIB object: ceeSubInterfaceEntry + type: dynamic augments: IF-MIB::ifEntry discovery_attribute: ceeSubInterfaceCount attributes: diff --git a/objects/cisco/CISCO-HSRP-EXT-MIB.yml b/objects/cisco/CISCO-HSRP-EXT-MIB.yml index 2ed6dd48..12967f1a 100644 --- a/objects/cisco/CISCO-HSRP-EXT-MIB.yml +++ b/objects/cisco/CISCO-HSRP-EXT-MIB.yml @@ -1,6 +1,7 @@ CISCO-HSRP-EXT-MIB::cHsrpExtIfTrackedEntry: mib: CISCO-HSRP-EXT-MIB object: cHsrpExtIfTrackedEntry + type: stable index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -28,6 +29,7 @@ CISCO-HSRP-EXT-MIB::cHsrpExtIfTrackedEntry: CISCO-HSRP-EXT-MIB::cHsrpExtIfStandbyEntry: mib: CISCO-HSRP-EXT-MIB object: cHsrpExtIfStandbyEntry + type: stable index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -55,6 +57,7 @@ CISCO-HSRP-EXT-MIB::cHsrpExtIfStandbyEntry: CISCO-HSRP-EXT-MIB::cHsrpExtIfEntry: mib: CISCO-HSRP-EXT-MIB object: cHsrpExtIfEntry + type: stable index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/cisco/CISCO-HSRP-MIB.yml b/objects/cisco/CISCO-HSRP-MIB.yml index 4a4e2016..1a1d67e4 100644 --- a/objects/cisco/CISCO-HSRP-MIB.yml +++ b/objects/cisco/CISCO-HSRP-MIB.yml @@ -1,6 +1,7 @@ CISCO-HSRP-MIB::cHsrpGlobalConfig: mib: CISCO-HSRP-MIB object: cHsrpGlobalConfig + type: stable discovery_attribute: cHsrpConfigTimeout attributes: cHsrpConfigTimeout: @@ -11,6 +12,7 @@ CISCO-HSRP-MIB::cHsrpGlobalConfig: CISCO-HSRP-MIB::cHsrpGrpEntry: mib: CISCO-HSRP-MIB object: cHsrpGrpEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/cisco/CISCO-IF-EXTENSION-MIB.yml b/objects/cisco/CISCO-IF-EXTENSION-MIB.yml index 1cf9d172..607d750d 100644 --- a/objects/cisco/CISCO-IF-EXTENSION-MIB.yml +++ b/objects/cisco/CISCO-IF-EXTENSION-MIB.yml @@ -1,6 +1,7 @@ CISCO-IF-EXTENSION-MIB::cieIfPacketStatsEntry: mib: CISCO-IF-EXTENSION-MIB object: cieIfPacketStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/cisco/CISCO-IGMP-SNOOPING-MIB.yml b/objects/cisco/CISCO-IGMP-SNOOPING-MIB.yml index f0cb8c0c..08bbddc0 100644 --- a/objects/cisco/CISCO-IGMP-SNOOPING-MIB.yml +++ b/objects/cisco/CISCO-IGMP-SNOOPING-MIB.yml @@ -1,6 +1,7 @@ CISCO-IGMP-SNOOPING-MIB::cisSystemInfo: mib: CISCO-IGMP-SNOOPING-MIB object: cisSystemInfo + type: stable discovery_attribute: cisIgmpSnoopingEnabled attributes: cisIgmpSnoopingEnabled: @@ -99,6 +100,7 @@ CISCO-IGMP-SNOOPING-MIB::cisSystemInfo: CISCO-IGMP-SNOOPING-MIB::cisInterfaceStatsEntry: mib: CISCO-IGMP-SNOOPING-MIB object: cisInterfaceStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -235,6 +237,7 @@ CISCO-IGMP-SNOOPING-MIB::cisInterfaceStatsEntry: CISCO-IGMP-SNOOPING-MIB::cisVlanConfigEntry: mib: CISCO-IGMP-SNOOPING-MIB object: cisVlanConfigEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.263.1.4.1.1.1 @@ -286,6 +289,7 @@ CISCO-IGMP-SNOOPING-MIB::cisVlanConfigEntry: CISCO-IGMP-SNOOPING-MIB::cisIgmpQuerierEntry: mib: CISCO-IGMP-SNOOPING-MIB object: cisIgmpQuerierEntry + type: stable augments: CISCO-IGMP-SNOOPING-MIB::cisVlanConfigEntry discovery_attribute: cisIgmpQuerierEnabled attributes: @@ -346,6 +350,7 @@ CISCO-IGMP-SNOOPING-MIB::cisIgmpQuerierEntry: CISCO-IGMP-SNOOPING-MIB::cisIfConfigEntry: mib: CISCO-IGMP-SNOOPING-MIB object: cisIfConfigEntry + type: dynamic augments: CISCO-IGMP-SNOOPING-MIB::cisInterfaceStatsEntry discovery_attribute: cisIfTopoChangeFloodEnabled attributes: @@ -395,6 +400,7 @@ CISCO-IGMP-SNOOPING-MIB::cisIfConfigEntry: CISCO-IGMP-SNOOPING-MIB::cisMcastGroupEntry: mib: CISCO-IGMP-SNOOPING-MIB object: cisMcastGroupEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.263.1.7.1.1.1 @@ -436,6 +442,7 @@ CISCO-IGMP-SNOOPING-MIB::cisMcastGroupEntry: CISCO-IGMP-SNOOPING-MIB::cisMulticastGroupEntry: mib: CISCO-IGMP-SNOOPING-MIB object: cisMulticastGroupEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.263.1.7.2.1.1 @@ -550,6 +557,7 @@ CISCO-IGMP-SNOOPING-MIB::cisMulticastGroupEntry: CISCO-IGMP-SNOOPING-MIB::cisQuerierConfigInfo: mib: CISCO-IGMP-SNOOPING-MIB object: cisQuerierConfigInfo + type: active discovery_attribute: cisQuerierEnabled attributes: cisQuerierEnabled: @@ -646,6 +654,7 @@ CISCO-IGMP-SNOOPING-MIB::cisQuerierConfigInfo: CISCO-IGMP-SNOOPING-MIB::cisVlanFilterConfigEntry: mib: CISCO-IGMP-SNOOPING-MIB object: cisVlanFilterConfigEntry + type: stable augments: CISCO-IGMP-SNOOPING-MIB::cisVlanConfigEntry discovery_attribute: cisVlanFilterAccessGroup attributes: @@ -669,6 +678,7 @@ CISCO-IGMP-SNOOPING-MIB::cisVlanFilterConfigEntry: CISCO-IGMP-SNOOPING-MIB::cisFilterStatsEntry: mib: CISCO-IGMP-SNOOPING-MIB object: cisFilterStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -704,6 +714,7 @@ CISCO-IGMP-SNOOPING-MIB::cisFilterStatsEntry: CISCO-IGMP-SNOOPING-MIB::cisVlanExplicitTrackingEntry: mib: CISCO-IGMP-SNOOPING-MIB object: cisVlanExplicitTrackingEntry + type: stable augments: CISCO-IGMP-SNOOPING-MIB::cisVlanConfigEntry discovery_attribute: cisVlanExplicitTrackingEnabled attributes: diff --git a/objects/cisco/CISCO-IP-STAT-MIB.yml b/objects/cisco/CISCO-IP-STAT-MIB.yml index 74276583..a3f498dd 100644 --- a/objects/cisco/CISCO-IP-STAT-MIB.yml +++ b/objects/cisco/CISCO-IP-STAT-MIB.yml @@ -1,6 +1,7 @@ CISCO-IP-STAT-MIB::cipPrecedenceEntry: mib: CISCO-IP-STAT-MIB object: cipPrecedenceEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -28,6 +29,7 @@ CISCO-IP-STAT-MIB::cipPrecedenceEntry: CISCO-IP-STAT-MIB::cipPrecedenceXEntry: mib: CISCO-IP-STAT-MIB object: cipPrecedenceXEntry + type: dynamic augments: CISCO-IP-STAT-MIB::cipPrecedenceEntry discovery_attribute: cipPrecedenceHCSwitchedBytes attributes: @@ -49,6 +51,7 @@ CISCO-IP-STAT-MIB::cipPrecedenceXEntry: CISCO-IP-STAT-MIB::cipMacEntry: mib: CISCO-IP-STAT-MIB object: cipMacEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -76,6 +79,7 @@ CISCO-IP-STAT-MIB::cipMacEntry: CISCO-IP-STAT-MIB::cipMacFreeEntry: mib: CISCO-IP-STAT-MIB object: cipMacFreeEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -95,6 +99,7 @@ CISCO-IP-STAT-MIB::cipMacFreeEntry: CISCO-IP-STAT-MIB::cipMacXEntry: mib: CISCO-IP-STAT-MIB object: cipMacXEntry + type: dynamic augments: CISCO-IP-STAT-MIB::cipMacEntry discovery_attribute: cipMacHCSwitchedBytes attributes: diff --git a/objects/cisco/CISCO-IP-URPF-MIB.yml b/objects/cisco/CISCO-IP-URPF-MIB.yml index a30fe925..02c94e7a 100644 --- a/objects/cisco/CISCO-IP-URPF-MIB.yml +++ b/objects/cisco/CISCO-IP-URPF-MIB.yml @@ -19,6 +19,7 @@ CISCO-IP-URPF-MIB::cipUrpfEntry: mib: CISCO-IP-URPF-MIB object: cipUrpfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.451.1.2.1.1.1 @@ -38,6 +39,7 @@ CISCO-IP-URPF-MIB::cipUrpfEntry: CISCO-IP-URPF-MIB::cipUrpfIfMonEntry: mib: CISCO-IP-URPF-MIB object: cipUrpfIfMonEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -69,6 +71,7 @@ CISCO-IP-URPF-MIB::cipUrpfIfMonEntry: CISCO-IP-URPF-MIB::cipUrpfVrfIfEntry: mib: CISCO-IP-URPF-MIB object: cipUrpfVrfIfEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.9.9.451.1.4.1.1.1 @@ -92,6 +95,7 @@ CISCO-IP-URPF-MIB::cipUrpfVrfIfEntry: CISCO-IP-URPF-MIB::cipUrpfIfConfEntry: mib: CISCO-IP-URPF-MIB object: cipUrpfIfConfEntry + type: dynamic augments: CISCO-IP-URPF-MIB::cipUrpfIfMonEntry discovery_attribute: cipUrpfIfVrfName attributes: diff --git a/objects/cisco/CISCO-IPSEC-FLOW-MONITOR-MIB.yml b/objects/cisco/CISCO-IPSEC-FLOW-MONITOR-MIB.yml index cf6f884e..384132ad 100644 --- a/objects/cisco/CISCO-IPSEC-FLOW-MONITOR-MIB.yml +++ b/objects/cisco/CISCO-IPSEC-FLOW-MONITOR-MIB.yml @@ -1,6 +1,7 @@ CISCO-IPSEC-FLOW-MONITOR-MIB::cikeGlobalStats: mib: CISCO-IPSEC-FLOW-MONITOR-MIB object: cikeGlobalStats + type: dynamic discovery_attribute: cikeGlobalActiveTunnels attributes: cikeGlobalActiveTunnels: @@ -137,6 +138,7 @@ CISCO-IPSEC-FLOW-MONITOR-MIB::cikeGlobalStats: CISCO-IPSEC-FLOW-MONITOR-MIB::cikePeerEntry: mib: CISCO-IPSEC-FLOW-MONITOR-MIB object: cikePeerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.171.1.2.2.1.1 @@ -181,6 +183,7 @@ CISCO-IPSEC-FLOW-MONITOR-MIB::cikePeerEntry: CISCO-IPSEC-FLOW-MONITOR-MIB::cikeTunnelEntry: mib: CISCO-IPSEC-FLOW-MONITOR-MIB object: cikeTunnelEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.171.1.2.3.1.1 @@ -381,6 +384,7 @@ CISCO-IPSEC-FLOW-MONITOR-MIB::cikeTunnelEntry: CISCO-IPSEC-FLOW-MONITOR-MIB::cikePhase1GWStatsEntry: mib: CISCO-IPSEC-FLOW-MONITOR-MIB object: cikePhase1GWStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.324.1.1.1.1.1 @@ -522,6 +526,7 @@ CISCO-IPSEC-FLOW-MONITOR-MIB::cikePhase1GWStatsEntry: CISCO-IPSEC-FLOW-MONITOR-MIB::cipSecGlobalStats: mib: CISCO-IPSEC-FLOW-MONITOR-MIB object: cipSecGlobalStats + type: dynamic discovery_attribute: cipSecGlobalActiveTunnels attributes: cipSecGlobalActiveTunnels: @@ -690,6 +695,7 @@ CISCO-IPSEC-FLOW-MONITOR-MIB::cipSecGlobalStats: CISCO-IPSEC-FLOW-MONITOR-MIB::cipSecTunnelEntry: mib: CISCO-IPSEC-FLOW-MONITOR-MIB object: cipSecTunnelEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.171.1.3.2.1.1 @@ -1036,6 +1042,7 @@ CISCO-IPSEC-FLOW-MONITOR-MIB::cipSecTunnelEntry: CISCO-IPSEC-FLOW-MONITOR-MIB::cipSecPhase2GWStatsEntry: mib: CISCO-IPSEC-FLOW-MONITOR-MIB object: cipSecPhase2GWStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.324.1.1.1.1.1 @@ -1177,6 +1184,7 @@ CISCO-IPSEC-FLOW-MONITOR-MIB::cipSecPhase2GWStatsEntry: CISCO-IPSEC-FLOW-MONITOR-MIB::cipSecFailGlobalCntl: mib: CISCO-IPSEC-FLOW-MONITOR-MIB object: cipSecFailGlobalCntl + type: active discovery_attribute: cipSecFailTableSize attributes: cipSecFailTableSize: @@ -1266,6 +1274,7 @@ CISCO-IPSEC-FLOW-MONITOR-MIB::cipSecFailGlobalCntl: CISCO-IPSEC-FLOW-MONITOR-MIB::cipSecTrapCntl: mib: CISCO-IPSEC-FLOW-MONITOR-MIB object: cipSecTrapCntl + type: active discovery_attribute: cipSecTrapCntlIkeTunnelStart attributes: cipSecTrapCntlIkeTunnelStart: diff --git a/objects/cisco/CISCO-ISDN-MIB.yml b/objects/cisco/CISCO-ISDN-MIB.yml index 77b2d50d..5ecd7bd1 100644 --- a/objects/cisco/CISCO-ISDN-MIB.yml +++ b/objects/cisco/CISCO-ISDN-MIB.yml @@ -1,6 +1,7 @@ CISCO-ISDN-MIB::demandNbrEntry: mib: CISCO-ISDN-MIB object: demandNbrEntry + type: active index: - type: Integer oid: .1.3.6.1.4.1.9.9.26.1.1.1.1.1 diff --git a/objects/cisco/CISCO-LWAPP-AP-MIB.yml b/objects/cisco/CISCO-LWAPP-AP-MIB.yml index 033ec071..c014a6f4 100644 --- a/objects/cisco/CISCO-LWAPP-AP-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-AP-MIB.yml @@ -1,6 +1,7 @@ CISCO-LWAPP-AP-MIB::cLApEntry: mib: CISCO-LWAPP-AP-MIB object: cLApEntry + type: immutable index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -171,6 +172,7 @@ CISCO-LWAPP-AP-MIB::cLApEntry: CISCO-LWAPP-AP-MIB::cLApEntrySTATE: mib: CISCO-LWAPP-AP-MIB object: cLApEntry + type: immutable index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -259,6 +261,7 @@ CISCO-LWAPP-AP-MIB::cLApEntrySTATE: CISCO-LWAPP-AP-MIB::cLApEntryPOWER: mib: CISCO-LWAPP-AP-MIB object: cLApEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -299,6 +302,7 @@ CISCO-LWAPP-AP-MIB::cLApEntryPOWER: CISCO-LWAPP-AP-MIB::cLApEntrySTATS: mib: CISCO-LWAPP-AP-MIB object: cLApEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -422,6 +426,7 @@ CISCO-LWAPP-AP-MIB::cLApEntrySTATS: CISCO-LWAPP-AP-MIB::cLApEntryVENUE: mib: CISCO-LWAPP-AP-MIB object: cLApEntry + type: immutable index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -462,6 +467,7 @@ CISCO-LWAPP-AP-MIB::cLApEntryVENUE: CISCO-LWAPP-AP-MIB::cLApEntryCTS: mib: CISCO-LWAPP-AP-MIB object: cLApEntry + type: stable index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -534,6 +540,7 @@ CISCO-LWAPP-AP-MIB::cLApEntryCTS: CISCO-LWAPP-AP-MIB::cLApEntryUSB: mib: CISCO-LWAPP-AP-MIB object: cLApEntry + type: immutable index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -627,6 +634,7 @@ CISCO-LWAPP-AP-MIB::cLApEntryUSB: CISCO-LWAPP-AP-MIB::cLApEntryCLIENTLIMIT: mib: CISCO-LWAPP-AP-MIB object: cLApEntry + type: immutable index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -777,6 +785,7 @@ CISCO-LWAPP-AP-MIB::cLApEntryCLIENTLIMIT: CISCO-LWAPP-AP-MIB::cLApSysInfoEntry: mib: CISCO-LWAPP-AP-MIB object: cLApSysInfoEntry + type: dynamic augments: CISCO-LWAPP-AP-MIB::cLApEntrySTATS discovery_attribute: cLApSysMemType attributes: @@ -870,6 +879,7 @@ CISCO-LWAPP-AP-MIB::cLApSysInfoEntry: CISCO-LWAPP-AP-MIB::cLApEnvInfoEntry: mib: CISCO-LWAPP-AP-MIB object: cLApEnvInfoEntry + type: active index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -958,6 +968,7 @@ CISCO-LWAPP-AP-MIB::cLApEnvInfoEntry: CISCO-LWAPP-AP-MIB::cLApDot11IfEntry: mib: CISCO-LWAPP-AP-MIB object: cLApDot11IfEntry + type: active index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -1147,6 +1158,7 @@ CISCO-LWAPP-AP-MIB::cLApDot11IfEntry: CISCO-LWAPP-AP-MIB::cLApEthernetIfEntry: mib: CISCO-LWAPP-AP-MIB object: cLApEthernetIfEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -1455,6 +1467,7 @@ CISCO-LWAPP-AP-MIB::cLApEthernetIfEntry: CISCO-LWAPP-AP-MIB::cLApDot11RadioStatsEntry: mib: CISCO-LWAPP-AP-MIB object: cLApDot11RadioStatsEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -1535,6 +1548,7 @@ CISCO-LWAPP-AP-MIB::cLApDot11RadioStatsEntry: CISCO-LWAPP-AP-MIB::cLApDot11RadioRssiEntry: mib: CISCO-LWAPP-AP-MIB object: cLApDot11RadioRssiEntry + type: active index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -1565,6 +1579,7 @@ CISCO-LWAPP-AP-MIB::cLApDot11RadioRssiEntry: CISCO-LWAPP-AP-MIB::cLApDot11RadioRateStatsEntry: mib: CISCO-LWAPP-AP-MIB object: cLApDot11RadioRateStatsEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -1695,6 +1710,7 @@ CISCO-LWAPP-AP-MIB::cLApDot11RadioRateStatsEntry: CISCO-LWAPP-AP-MIB::ciscoLwappApGlobal: mib: CISCO-LWAPP-AP-MIB object: ciscoLwappApGlobal + type: active discovery_attribute: cLApPrimaryDiscoveryTimeout attributes: cLApPrimaryDiscoveryTimeout: @@ -1925,41 +1941,43 @@ CISCO-LWAPP-AP-MIB::ciscoLwappApGlobal: # name: cisco.cLApCredentialEnableGlobalCredentials # syntax: TruthValue -# CISCO-LWAPP-AP-MIB::cLApLinkLatencyEntry: -# mib: CISCO-LWAPP-AP-MIB -# object: cLApLinkLatencyEntry -# index: -# - type: MacAddress -# oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 -# name: cisco.cLApSysMacAddress -# syntax: MacAddressNoSuffix -# discovery_attribute: cLApLinkLatencyEnable -# attributes: -# cLApIfMacAddress: -# oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.2 -# name: cisco.cLApIfMacAddress -# syntax: MacAddressNoSuffix -# cLApEntPhysicalIndex: -# oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.4 -# name: cisco.cLApEntPhysicalIndex -# syntax: IntegerAsID -# cLApName: -# oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.5 -# name: cisco.cLApName -# syntax: DisplayString +CISCO-LWAPP-AP-MIB::cLApLinkLatencyEntry: + mib: CISCO-LWAPP-AP-MIB + object: cLApLinkLatencyEntry + type: dynamic + index: + - type: MacAddress + oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 + name: cisco.cLApSysMacAddress + syntax: MacAddressNoSuffix + discovery_attribute: cLApLinkLatencyEnable + attributes: + cLApIfMacAddress: + oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.2 + name: cisco.cLApIfMacAddress + syntax: MacAddressNoSuffix + cLApEntPhysicalIndex: + oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.4 + name: cisco.cLApEntPhysicalIndex + syntax: IntegerAsID + cLApName: + oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.5 + name: cisco.cLApName + syntax: DisplayString -# cLApLinkLatencyEnable: -# oid: .1.3.6.1.4.1.9.9.513.1.5.1.1.1 -# name: cisco.cLApLinkLatencyEnable -# syntax: TruthValue -# cLApLinkLatencyReset: -# oid: .1.3.6.1.4.1.9.9.513.1.5.1.1.2 -# name: cisco.cLApLinkLatencyReset -# syntax: TruthValue + cLApLinkLatencyEnable: + oid: .1.3.6.1.4.1.9.9.513.1.5.1.1.1 + name: cisco.cLApLinkLatencyEnable + syntax: TruthValue + cLApLinkLatencyReset: + oid: .1.3.6.1.4.1.9.9.513.1.5.1.1.2 + name: cisco.cLApLinkLatencyReset + syntax: TruthValue CISCO-LWAPP-AP-MIB::cLApLinkLatencyStatsEntry: mib: CISCO-LWAPP-AP-MIB object: cLApLinkLatencyStatsEntry + type: dynamic augments: CISCO-LWAPP-AP-MIB::cLApLinkLatencyEntry discovery_attribute: cLApLinkLatencyStatsCurrent attributes: @@ -2104,6 +2122,7 @@ CISCO-LWAPP-AP-MIB::cLApLinkLatencyStatsEntry: CISCO-LWAPP-AP-MIB::cLApWlanStatsEntry: mib: CISCO-LWAPP-AP-MIB object: cLApWlanStatsEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -2314,6 +2333,7 @@ CISCO-LWAPP-AP-MIB::cLApWlanStatsEntry: CISCO-LWAPP-AP-MIB::cLHaloBleBeaconEntry: mib: CISCO-LWAPP-AP-MIB object: cLHaloBleBeaconEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.513.1.13.2.1.1 @@ -2338,6 +2358,7 @@ CISCO-LWAPP-AP-MIB::cLHaloBleBeaconEntry: CISCO-LWAPP-AP-MIB::cLApBleBeaconEntry: mib: CISCO-LWAPP-AP-MIB object: cLApBleBeaconEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -2430,6 +2451,7 @@ CISCO-LWAPP-AP-MIB::cLApBleBeaconEntry: CISCO-LWAPP-AP-MIB::cLAPNtpInfoEntry: mib: CISCO-LWAPP-AP-MIB object: cLAPNtpInfoEntry + type: active index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 diff --git a/objects/cisco/CISCO-LWAPP-CDP-MIB.yml b/objects/cisco/CISCO-LWAPP-CDP-MIB.yml index 215fd130..9c0a12f5 100644 --- a/objects/cisco/CISCO-LWAPP-CDP-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-CDP-MIB.yml @@ -1,6 +1,7 @@ CISCO-LWAPP-CDP-MIB::clcCdpTraffic: mib: CISCO-LWAPP-CDP-MIB object: clcCdpTraffic + type: dynamic discovery_attribute: clcCdpInPackets attributes: clcCdpInPackets: diff --git a/objects/cisco/CISCO-LWAPP-DOT11-CLIENT-MIB.yml b/objects/cisco/CISCO-LWAPP-DOT11-CLIENT-MIB.yml index 63fd9850..1d532761 100644 --- a/objects/cisco/CISCO-LWAPP-DOT11-CLIENT-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-DOT11-CLIENT-MIB.yml @@ -39,6 +39,7 @@ CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry: mib: CISCO-LWAPP-DOT11-CLIENT-MIB object: cldcClientEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.599.1.3.1.1.1 @@ -304,6 +305,7 @@ CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry: CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientStatisticEntry: mib: CISCO-LWAPP-DOT11-CLIENT-MIB object: cldcClientStatisticEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.599.1.3.1.1.1 diff --git a/objects/cisco/CISCO-LWAPP-DOT11-MIB.yml b/objects/cisco/CISCO-LWAPP-DOT11-MIB.yml index 01bf42af..5c643a3b 100644 --- a/objects/cisco/CISCO-LWAPP-DOT11-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-DOT11-MIB.yml @@ -19,6 +19,7 @@ CISCO-LWAPP-DOT11-MIB::cldHtMacOperationsEntry: mib: CISCO-LWAPP-DOT11-MIB object: cldHtMacOperationsEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.9.9.612.1.1.1.1.1 @@ -54,6 +55,7 @@ CISCO-LWAPP-DOT11-MIB::cldHtMacOperationsEntry: CISCO-LWAPP-DOT11-MIB::cld11nMcsEntry: mib: CISCO-LWAPP-DOT11-MIB object: cld11nMcsEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.9.9.612.1.1.4.1.1 @@ -118,6 +120,7 @@ CISCO-LWAPP-DOT11-MIB::cld11nMcsEntry: CISCO-LWAPP-DOT11-MIB::cldLoadBalancing: mib: CISCO-LWAPP-DOT11-MIB object: cldLoadBalancing + type: dynamic discovery_attribute: cldLoadBalancingEnable attributes: cldLoadBalancingEnable: @@ -156,6 +159,7 @@ CISCO-LWAPP-DOT11-MIB::cldLoadBalancing: CISCO-LWAPP-DOT11-MIB::cldBandSelect: mib: CISCO-LWAPP-DOT11-MIB object: cldBandSelect + type: dynamic discovery_attribute: cldBandSelectEnable attributes: cldBandSelectEnable: diff --git a/objects/cisco/CISCO-LWAPP-DOWNLOAD-MIB.yml b/objects/cisco/CISCO-LWAPP-DOWNLOAD-MIB.yml index 5d701c11..7d21b893 100644 --- a/objects/cisco/CISCO-LWAPP-DOWNLOAD-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-DOWNLOAD-MIB.yml @@ -1,6 +1,7 @@ CISCO-LWAPP-DOWNLOAD-MIB::cldlApBootEntry: mib: CISCO-LWAPP-DOWNLOAD-MIB object: cldlApBootEntry + type: stable index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 diff --git a/objects/cisco/CISCO-LWAPP-HA-MIB.yml b/objects/cisco/CISCO-LWAPP-HA-MIB.yml index 35417bfb..5bed5648 100644 --- a/objects/cisco/CISCO-LWAPP-HA-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-HA-MIB.yml @@ -1,6 +1,7 @@ CISCO-LWAPP-HA-MIB::ciscoLwappHaGlobalConfig: mib: CISCO-LWAPP-HA-MIB object: ciscoLwappHaGlobalConfig + type: active augments: CISCO-LWAPP-HA-MIB::ciscoLwappHaSystemStatistics discovery_attribute: cLHaPeerIpAddress attributes: @@ -68,6 +69,7 @@ CISCO-LWAPP-HA-MIB::ciscoLwappHaGlobalConfig: CISCO-LWAPP-HA-MIB::cLHaNetworkRoutePeerConfigEntry: mib: CISCO-LWAPP-HA-MIB object: cLHaNetworkRoutePeerConfigEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.9.9.843.1.2.1.1.1 @@ -95,6 +97,7 @@ CISCO-LWAPP-HA-MIB::cLHaNetworkRoutePeerConfigEntry: CISCO-LWAPP-HA-MIB::ciscoLwappHaSystemStatistics: mib: CISCO-LWAPP-HA-MIB object: ciscoLwappHaSystemStatistics + type: active discovery_attribute: cLHaAllCpuUsage attributes: cLHaAllCpuUsage: @@ -105,6 +108,7 @@ CISCO-LWAPP-HA-MIB::ciscoLwappHaSystemStatistics: CISCO-LWAPP-HA-MIB::ciscoLwappHaPowerSupplyStatistics: mib: CISCO-LWAPP-HA-MIB object: ciscoLwappHaPowerSupplyStatistics + type: active augments: CISCO-LWAPP-HA-MIB::ciscoLwappHaSystemStatistics discovery_attribute: cLHaPowerSupply1Present attributes: @@ -128,6 +132,7 @@ CISCO-LWAPP-HA-MIB::ciscoLwappHaPowerSupplyStatistics: CISCO-LWAPP-HA-MIB::ciscoLwappHaMemoryStatistics: mib: CISCO-LWAPP-HA-MIB object: ciscoLwappHaMemoryStatistics + type: active augments: CISCO-LWAPP-HA-MIB::ciscoLwappHaSystemStatistics discovery_attribute: cLHaTotalSystemMemory attributes: @@ -187,6 +192,7 @@ CISCO-LWAPP-HA-MIB::ciscoLwappHaMemoryStatistics: CISCO-LWAPP-HA-MIB::ciscoLwappHaStatisticsVariable: mib: CISCO-LWAPP-HA-MIB object: ciscoLwappHaStatisticsVariable + type: active augments: CISCO-LWAPP-HA-MIB::ciscoLwappHaSystemStatistics discovery_attribute: cLHaAvgPeerReachLatency attributes: @@ -206,6 +212,7 @@ CISCO-LWAPP-HA-MIB::ciscoLwappHaStatisticsVariable: CISCO-LWAPP-HA-MIB::ciscoLwappMcHaConfig: mib: CISCO-LWAPP-HA-MIB object: ciscoLwappMcHaConfig + type: active augments: CISCO-LWAPP-HA-MIB::ciscoLwappHaSystemStatistics discovery_attribute: cLMcHaPortName attributes: @@ -245,6 +252,7 @@ CISCO-LWAPP-HA-MIB::ciscoLwappMcHaConfig: CISCO-LWAPP-HA-MIB::ciscoLwappMcRmiConfig: mib: CISCO-LWAPP-HA-MIB object: ciscoLwappMcRmiConfig + type: active augments: CISCO-LWAPP-HA-MIB::ciscoLwappHaSystemStatistics discovery_attribute: cLMcRmiInterface attributes: @@ -280,6 +288,7 @@ CISCO-LWAPP-HA-MIB::ciscoLwappMcRmiConfig: CISCO-LWAPP-HA-MIB::ciscoLwappHaGlobalConfigOLD: mib: CISCO-LWAPP-HA-MIB object: ciscoLwappHaGlobalConfigOLD + type: active augments: CISCO-LWAPP-HA-MIB::cLHaSystemStatisticsOLD discovery_attribute: cLHaPeerIpAddress attributes: @@ -347,6 +356,7 @@ CISCO-LWAPP-HA-MIB::ciscoLwappHaGlobalConfigOLD: CISCO-LWAPP-HA-MIB::cLHaNetworkRoutePeerConfigEntryOLD: mib: CISCO-LWAPP-HA-MIB object: cLHaNetworkRoutePeerConfigEntryOLD + type: active index: - type: Integer oid: .1.3.6.1.4.1.9.9.198888.0.2.1.1.1 @@ -374,6 +384,7 @@ CISCO-LWAPP-HA-MIB::cLHaNetworkRoutePeerConfigEntryOLD: CISCO-LWAPP-HA-MIB::cLHaSystemStatisticsOLD: mib: CISCO-LWAPP-HA-MIB object: cLHaSystemStatisticsOLD + type: active discovery_attribute: cLHaAllCpuUsage attributes: cLHaAllCpuUsage: @@ -384,6 +395,7 @@ CISCO-LWAPP-HA-MIB::cLHaSystemStatisticsOLD: CISCO-LWAPP-HA-MIB::cLHaPowerSupplyStatisticsOLD: mib: CISCO-LWAPP-HA-MIB object: cLHaPowerSupplyStatisticsOLD + type: active augments: CISCO-LWAPP-HA-MIB::cLHaSystemStatisticsOLD discovery_attribute: cLHaPowerSupply1Present attributes: @@ -407,6 +419,7 @@ CISCO-LWAPP-HA-MIB::cLHaPowerSupplyStatisticsOLD: CISCO-LWAPP-HA-MIB::cLHaMemoryStatisticsOLD: mib: CISCO-LWAPP-HA-MIB object: cLHaMemoryStatisticsOLD + type: active augments: CISCO-LWAPP-HA-MIB::cLHaSystemStatisticsOLD discovery_attribute: cLHaTotalSystemMemory attributes: @@ -466,6 +479,7 @@ CISCO-LWAPP-HA-MIB::cLHaMemoryStatisticsOLD: CISCO-LWAPP-HA-MIB::ciscoLwappHaStatisticsVariableOLD: mib: CISCO-LWAPP-HA-MIB object: ciscoLwappHaStatisticsVariableOLD + type: active augments: CISCO-LWAPP-HA-MIB::cLHaSystemStatisticsOLD discovery_attribute: cLHaAvgPeerReachLatency attributes: diff --git a/objects/cisco/CISCO-LWAPP-MESH-MIB.yml b/objects/cisco/CISCO-LWAPP-MESH-MIB.yml index cb2ef68f..b08f7d3e 100644 --- a/objects/cisco/CISCO-LWAPP-MESH-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-MESH-MIB.yml @@ -1,6 +1,7 @@ CISCO-LWAPP-MESH-MIB::clMeshNodeEntry: mib: CISCO-LWAPP-MESH-MIB object: clMeshNodeEntry + type: active index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -424,6 +425,7 @@ CISCO-LWAPP-MESH-MIB::clMeshNodeEntry: CISCO-LWAPP-MESH-MIB::clMeshNeighborEntry: mib: CISCO-LWAPP-MESH-MIB object: clMeshNeighborEntry + type: active index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -455,6 +457,7 @@ CISCO-LWAPP-MESH-MIB::clMeshNeighborEntry: CISCO-LWAPP-MESH-MIB::clMeshAtfStatsEntry: mib: CISCO-LWAPP-MESH-MIB object: clMeshAtfStatsEntry + type: active augments: CISCO-LWAPP-MESH-MIB::clMeshNeighborEntry discovery_attribute: clMeshAtfAirtimeUsedCumulative attributes: diff --git a/objects/cisco/CISCO-LWAPP-TSM-MIB.yml b/objects/cisco/CISCO-LWAPP-TSM-MIB.yml index 0ae0f73a..52fd63b1 100644 --- a/objects/cisco/CISCO-LWAPP-TSM-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-TSM-MIB.yml @@ -1,6 +1,7 @@ CISCO-LWAPP-TSM-MIB::ciscoLwappTsmDot11Config: mib: CISCO-LWAPP-TSM-MIB object: ciscoLwappTsmDot11Config + type: stable discovery_attribute: cLTsmDot11aConfig attributes: cLTsmDot11aConfig: @@ -23,6 +24,7 @@ CISCO-LWAPP-TSM-MIB::ciscoLwappTsmDot11Config: CISCO-LWAPP-TSM-MIB::cLTsmDot11ClientEntry: mib: CISCO-LWAPP-TSM-MIB object: cLTsmDot11ClientEntry + type: stable index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 @@ -46,6 +48,7 @@ CISCO-LWAPP-TSM-MIB::cLTsmDot11ClientEntry: CISCO-LWAPP-TSM-MIB::cLTsmDot11UplinkEntry: mib: CISCO-LWAPP-TSM-MIB object: cLTsmDot11UplinkEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.525.1.2.1.1.2 @@ -105,6 +108,7 @@ CISCO-LWAPP-TSM-MIB::cLTsmDot11UplinkEntry: CISCO-LWAPP-TSM-MIB::cLTsmDot11DnlinkEntry: mib: CISCO-LWAPP-TSM-MIB object: cLTsmDot11DnlinkEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.525.1.2.1.1.2 @@ -156,6 +160,7 @@ CISCO-LWAPP-TSM-MIB::cLTsmDot11DnlinkEntry: CISCO-LWAPP-TSM-MIB::cLTsmDot11CUEntry: mib: CISCO-LWAPP-TSM-MIB object: cLTsmDot11CUEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.9.9.513.1.1.1.1.1 diff --git a/objects/cisco/CISCO-LWAPP-TUNNEL-MIB.yml b/objects/cisco/CISCO-LWAPP-TUNNEL-MIB.yml index feb56e8e..c37b5e66 100644 --- a/objects/cisco/CISCO-LWAPP-TUNNEL-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-TUNNEL-MIB.yml @@ -1,6 +1,7 @@ CISCO-LWAPP-TUNNEL-MIB::clGatewayTunnelEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: clGatewayTunnelEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.848.3.1.1.1 @@ -44,6 +45,7 @@ CISCO-LWAPP-TUNNEL-MIB::clGatewayTunnelEntry: CISCO-LWAPP-TUNNEL-MIB::clGatewayDomainEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: clGatewayDomainEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.848.3.2.1.1 @@ -79,6 +81,7 @@ CISCO-LWAPP-TUNNEL-MIB::clGatewayDomainEntry: CISCO-LWAPP-TUNNEL-MIB::clGatewayProfileEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: clGatewayProfileEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.848.3.4.1.1 @@ -126,6 +129,7 @@ CISCO-LWAPP-TUNNEL-MIB::clGatewayProfileEntry: CISCO-LWAPP-TUNNEL-MIB::clGatewayRuleEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: clGatewayRuleEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.848.3.4.1.1 @@ -157,6 +161,7 @@ CISCO-LWAPP-TUNNEL-MIB::clGatewayRuleEntry: CISCO-LWAPP-TUNNEL-MIB::clApGatewayTunnelEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: clApGatewayTunnelEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.9.9.848.3.1.1.1 @@ -184,6 +189,7 @@ CISCO-LWAPP-TUNNEL-MIB::clApGatewayTunnelEntry: CISCO-LWAPP-TUNNEL-MIB::clApGatewayDomainEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: clApGatewayDomainEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.848.3.2.1.1 @@ -199,6 +205,7 @@ CISCO-LWAPP-TUNNEL-MIB::clApGatewayDomainEntry: CISCO-LWAPP-TUNNEL-MIB::clGatewayTunnelStatsEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: clGatewayTunnelStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.9.9.848.3.1.1.1 @@ -242,6 +249,7 @@ CISCO-LWAPP-TUNNEL-MIB::clGatewayTunnelStatsEntry: CISCO-LWAPP-TUNNEL-MIB::clApGatewayTunnelStatsEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: clApGatewayTunnelStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.9.9.848.3.1.1.1 @@ -293,6 +301,7 @@ CISCO-LWAPP-TUNNEL-MIB::clApGatewayTunnelStatsEntry: CISCO-LWAPP-TUNNEL-MIB::clGatewayGlobalInterface: mib: CISCO-LWAPP-TUNNEL-MIB object: clGatewayGlobalInterface + type: stable discovery_attribute: cLGatewayInterface attributes: cLGatewayInterface: @@ -303,6 +312,7 @@ CISCO-LWAPP-TUNNEL-MIB::clGatewayGlobalInterface: CISCO-LWAPP-TUNNEL-MIB::clGatewayGlobalHeartbeatInterval: mib: CISCO-LWAPP-TUNNEL-MIB object: clGatewayGlobalHeartbeatInterval + type: stable discovery_attribute: cLGatewayHeartbeatInterval attributes: cLGatewayHeartbeatInterval: @@ -313,6 +323,7 @@ CISCO-LWAPP-TUNNEL-MIB::clGatewayGlobalHeartbeatInterval: CISCO-LWAPP-TUNNEL-MIB::clGatewayGlobalHeartbeatMaxSkipCount: mib: CISCO-LWAPP-TUNNEL-MIB object: clGatewayGlobalHeartbeatMaxSkipCount + type: stable discovery_attribute: cLGatewayHeartbeatMaxSkipCount attributes: cLGatewayHeartbeatMaxSkipCount: @@ -323,6 +334,7 @@ CISCO-LWAPP-TUNNEL-MIB::clGatewayGlobalHeartbeatMaxSkipCount: CISCO-LWAPP-TUNNEL-MIB::cLGatewayWlanConfigEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: cLGatewayWlanConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -342,6 +354,7 @@ CISCO-LWAPP-TUNNEL-MIB::cLGatewayWlanConfigEntry: CISCO-LWAPP-TUNNEL-MIB::cLGatewayWlanProfileConfigEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: cLGatewayWlanProfileConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.853.1.2.1.1.1 @@ -357,6 +370,7 @@ CISCO-LWAPP-TUNNEL-MIB::cLGatewayWlanProfileConfigEntry: CISCO-LWAPP-TUNNEL-MIB::cLGatewayAAAProxyConfigEntry: mib: CISCO-LWAPP-TUNNEL-MIB object: cLGatewayAAAProxyConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.848.3.1.1.1 diff --git a/objects/cisco/CISCO-LWAPP-WLAN-MIB.yml b/objects/cisco/CISCO-LWAPP-WLAN-MIB.yml index 809c60d3..992621b2 100644 --- a/objects/cisco/CISCO-LWAPP-WLAN-MIB.yml +++ b/objects/cisco/CISCO-LWAPP-WLAN-MIB.yml @@ -1,6 +1,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -100,6 +101,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanConfigEntry: CISCO-LWAPP-WLAN-MIB::cLWlanConfigEntryENABLE: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -235,6 +237,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanConfigEntryENABLE: CISCO-LWAPP-WLAN-MIB::cLWlanConfigEntryRADIUS: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -278,6 +281,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanConfigEntryRADIUS: CISCO-LWAPP-WLAN-MIB::cLWlanConfigClientEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanConfigClientEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -301,6 +305,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanConfigClientEntry: CISCO-LWAPP-WLAN-MIB::cLWlanConfigQosEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanConfigQosEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -408,6 +413,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanConfigQosEntry: CISCO-LWAPP-WLAN-MIB::cLWlanConfigIosEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanConfigIosEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -487,6 +493,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanConfigIosEntry: CISCO-LWAPP-WLAN-MIB::cLWlanFlexibleNetflowEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanFlexibleNetflowEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -506,6 +513,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanFlexibleNetflowEntry: CISCO-LWAPP-WLAN-MIB::cLWlan11axConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlan11axConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -553,6 +561,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlan11axConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupsVlanConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupsVlanConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -584,6 +593,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupsVlanConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupsVenueConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupsVenueConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -615,6 +625,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupsVenueConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupsMultipleVenueEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupsMultipleVenueEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -634,6 +645,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupsMultipleVenueEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupsPolicyEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupsPolicyEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -661,6 +673,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupsPolicyEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupQinqConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupQinqConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -684,6 +697,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupQinqConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -707,6 +721,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupConfigEntry: CISCO-LWAPP-WLAN-MIB::cLWlan11uEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlan11uEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -758,6 +773,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlan11uEntry: CISCO-LWAPP-WLAN-MIB::cLWlan11uOuiEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlan11uOuiEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -781,6 +797,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlan11uOuiEntry: CISCO-LWAPP-WLAN-MIB::cLWlan11uRealmEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlan11uRealmEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -800,6 +817,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlan11uRealmEntry: CISCO-LWAPP-WLAN-MIB::cLWlan11uRealmEapEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlan11uRealmEapEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -823,6 +841,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlan11uRealmEapEntry: CISCO-LWAPP-WLAN-MIB::cLWlan11uRealmEapAuthEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlan11uRealmEapAuthEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -858,6 +877,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlan11uRealmEapAuthEntry: CISCO-LWAPP-WLAN-MIB::cLWlan11uDomainEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlan11uDomainEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -877,6 +897,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlan11uDomainEntry: CISCO-LWAPP-WLAN-MIB::cLWlan11u3gppEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlan11u3gppEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -900,6 +921,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlan11u3gppEntry: CISCO-LWAPP-WLAN-MIB::cLWlanServiceAdvertisementEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanServiceAdvertisementEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -919,6 +941,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanServiceAdvertisementEntry: CISCO-LWAPP-WLAN-MIB::cLWlanHotSpot2OperatorEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanHotSpot2OperatorEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -942,6 +965,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanHotSpot2OperatorEntry: CISCO-LWAPP-WLAN-MIB::cLWlanHotSpot2PortConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanHotSpot2PortConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -969,6 +993,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanHotSpot2PortConfigEntry: CISCO-LWAPP-WLAN-MIB::cLWlanHotSpot2ConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLWlanHotSpot2ConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.1.1.1.1 @@ -996,6 +1021,7 @@ CISCO-LWAPP-WLAN-MIB::cLWlanHotSpot2ConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupNasIdConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupNasIdConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -1011,6 +1037,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupNasIdConfigEntry: CISCO-LWAPP-WLAN-MIB::cLPolicyConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLPolicyConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.7.1.1.1 @@ -1078,6 +1105,7 @@ CISCO-LWAPP-WLAN-MIB::cLPolicyConfigEntry: CISCO-LWAPP-WLAN-MIB::cLPolicyDeviceEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLPolicyDeviceEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.7.1.1.1 @@ -1097,6 +1125,7 @@ CISCO-LWAPP-WLAN-MIB::cLPolicyDeviceEntry: CISCO-LWAPP-WLAN-MIB::cLPolicyActiveHoursEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLPolicyActiveHoursEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.7.1.1.1 @@ -1120,6 +1149,7 @@ CISCO-LWAPP-WLAN-MIB::cLPolicyActiveHoursEntry: CISCO-LWAPP-WLAN-MIB::cLPolicyWlanSchedulingEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLPolicyWlanSchedulingEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.7.1.1.1 @@ -1147,6 +1177,7 @@ CISCO-LWAPP-WLAN-MIB::cLPolicyWlanSchedulingEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupsHyperlocationConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupsHyperlocationConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -1174,6 +1205,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupsHyperlocationConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupsPortConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupsPortConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -1201,6 +1233,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupsPortConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupsExtModuleConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupsExtModuleConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -1220,6 +1253,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupsExtModuleConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupNtpConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupNtpConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.10.1.1.1 @@ -1243,6 +1277,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupNtpConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupNtpAuthKeyConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupNtpAuthKeyConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.10.2.1.1 @@ -1266,6 +1301,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupNtpAuthKeyConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupNtpServerConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupNtpServerConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.9.9.512.1.2.1.1.1 @@ -1285,6 +1321,7 @@ CISCO-LWAPP-WLAN-MIB::cLAPGroupNtpServerConfigEntry: CISCO-LWAPP-WLAN-MIB::cLAPGroupGlobalNtpServerConfigEntry: mib: CISCO-LWAPP-WLAN-MIB object: cLAPGroupGlobalNtpServerConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.512.1.10.4.1.1 diff --git a/objects/cisco/CISCO-MEMORY-POOL-MIB.yml b/objects/cisco/CISCO-MEMORY-POOL-MIB.yml index 676997da..167b4a7b 100644 --- a/objects/cisco/CISCO-MEMORY-POOL-MIB.yml +++ b/objects/cisco/CISCO-MEMORY-POOL-MIB.yml @@ -1,6 +1,7 @@ CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolEntry: mib: CISCO-MEMORY-POOL-MIB object: ciscoMemoryPoolEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.48.1.1.1.2 @@ -40,6 +41,7 @@ CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolEntry: CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolUtilizationEntry: mib: CISCO-MEMORY-POOL-MIB object: ciscoMemoryPoolUtilizationEntry + type: dynamic augments: CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolEntry discovery_attribute: ciscoMemoryPoolUtilization1Min attributes: diff --git a/objects/cisco/CISCO-NHRP-EXT-MIB.yml b/objects/cisco/CISCO-NHRP-EXT-MIB.yml index 9fad55d0..3c032c00 100644 --- a/objects/cisco/CISCO-NHRP-EXT-MIB.yml +++ b/objects/cisco/CISCO-NHRP-EXT-MIB.yml @@ -1,6 +1,7 @@ CISCO-NHRP-EXT-MIB::cneClientStatExtEntry: mib: CISCO-NHRP-EXT-MIB object: cneClientStatExtEntry + type: dynamic augments: NHRP-MIB::nhrpClientEntry discovery_attribute: cneClientStatRedirectRx attributes: @@ -12,6 +13,7 @@ CISCO-NHRP-EXT-MIB::cneClientStatExtEntry: CISCO-NHRP-EXT-MIB::cneServerStatExtEntry: mib: CISCO-NHRP-EXT-MIB object: cneServerStatExtEntry + type: dynamic augments: NHRP-MIB::nhrpServerEntry discovery_attribute: cneServerStatRedirectTx attributes: diff --git a/objects/cisco/CISCO-NTP-MIB.yml b/objects/cisco/CISCO-NTP-MIB.yml index 7b158a47..441146ff 100644 --- a/objects/cisco/CISCO-NTP-MIB.yml +++ b/objects/cisco/CISCO-NTP-MIB.yml @@ -1,6 +1,7 @@ CISCO-NTP-MIB::cntpSystem: mib: CISCO-NTP-MIB object: cntpSystem + type: stable discovery_attribute: cntpSysLeap attributes: cntpSysLeap: @@ -51,6 +52,7 @@ CISCO-NTP-MIB::cntpSystem: CISCO-NTP-MIB::cntpPeersVarEntry: mib: CISCO-NTP-MIB object: cntpPeersVarEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.168.1.2.1.1.1 diff --git a/objects/cisco/CISCO-OSPF-MIB.yml b/objects/cisco/CISCO-OSPF-MIB.yml index 579f6500..67070624 100644 --- a/objects/cisco/CISCO-OSPF-MIB.yml +++ b/objects/cisco/CISCO-OSPF-MIB.yml @@ -1,6 +1,7 @@ CISCO-OSPF-MIB::cospfGeneralGroup: mib: CISCO-OSPF-MIB object: cospfGeneralGroup + type: dynamic augments: OSPF-MIB::ospfGeneralGroup discovery_attribute: cospfRFC1583Compatibility attributes: @@ -35,6 +36,7 @@ CISCO-OSPF-MIB::cospfGeneralGroup: CISCO-OSPF-MIB::cospfAreaEntry: mib: CISCO-OSPF-MIB object: cospfAreaEntry + type: dynamic augments: OSPF-MIB::ospfAreaEntry discovery_attribute: cospfOpaqueAreaLsaCount attributes: @@ -73,6 +75,7 @@ CISCO-OSPF-MIB::cospfAreaEntry: CISCO-OSPF-MIB::cospfIfEntry: mib: CISCO-OSPF-MIB object: cospfIfEntry + type: dynamic augments: OSPF-MIB::ospfIfEntry discovery_attribute: cospfIfLsaCount attributes: @@ -89,6 +92,7 @@ CISCO-OSPF-MIB::cospfIfEntry: CISCO-OSPF-MIB::cospfVirtIfEntry: mib: CISCO-OSPF-MIB object: cospfVirtIfEntry + type: dynamic augments: OSPF-MIB::ospfVirtIfEntry discovery_attribute: cospfVirtIfLsaCount attributes: @@ -105,6 +109,7 @@ CISCO-OSPF-MIB::cospfVirtIfEntry: CISCO-OSPF-MIB::cospfShamLinkEntry: mib: CISCO-OSPF-MIB object: cospfShamLinkEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.4.1.9.10.99.6.1.1 @@ -153,6 +158,7 @@ CISCO-OSPF-MIB::cospfShamLinkEntry: CISCO-OSPF-MIB::cospfShamLinkNbrEntry: mib: CISCO-OSPF-MIB object: cospfShamLinkNbrEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.10.99.11.1.2 @@ -207,6 +213,7 @@ CISCO-OSPF-MIB::cospfShamLinkNbrEntry: CISCO-OSPF-MIB::cospfShamLinksEntry: mib: CISCO-OSPF-MIB object: cospfShamLinksEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.4.1.9.10.99.11.1.1 diff --git a/objects/cisco/CISCO-PIM-MIB.yml b/objects/cisco/CISCO-PIM-MIB.yml index 69d273ad..aadbcc3b 100644 --- a/objects/cisco/CISCO-PIM-MIB.yml +++ b/objects/cisco/CISCO-PIM-MIB.yml @@ -1,6 +1,7 @@ CISCO-PIM-MIB::cpim: mib: CISCO-PIM-MIB object: cpim + type: dynamic discovery_attribute: cpimInvalidRegisterMsgsRcvd attributes: cpimInvalidRegisterMsgsRcvd: diff --git a/objects/cisco/CISCO-PORT-STORM-CONTROL-MIB.yml b/objects/cisco/CISCO-PORT-STORM-CONTROL-MIB.yml index 528c7b52..17de7490 100644 --- a/objects/cisco/CISCO-PORT-STORM-CONTROL-MIB.yml +++ b/objects/cisco/CISCO-PORT-STORM-CONTROL-MIB.yml @@ -1,6 +1,7 @@ CISCO-PORT-STORM-CONTROL-MIB::cpscStatusEntry: mib: CISCO-PORT-STORM-CONTROL-MIB object: cpscStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/cisco/CISCO-PROCESS-MIB.yml b/objects/cisco/CISCO-PROCESS-MIB.yml index 85213417..0cb258b8 100644 --- a/objects/cisco/CISCO-PROCESS-MIB.yml +++ b/objects/cisco/CISCO-PROCESS-MIB.yml @@ -1,6 +1,7 @@ CISCO-PROCESS-MIB::cpmCPUTotalEntry: mib: CISCO-PROCESS-MIB object: cpmCPUTotalEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.1 @@ -161,6 +162,7 @@ CISCO-PROCESS-MIB::cpmCPUTotalEntry: CISCO-PROCESS-MIB::cpmCoreEntry: mib: CISCO-PROCESS-MIB object: cpmCoreEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.1 @@ -210,6 +212,7 @@ CISCO-PROCESS-MIB::cpmCoreEntry: CISCO-PROCESS-MIB::cpmProcessEntry: mib: CISCO-PROCESS-MIB object: cpmProcessEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.1 @@ -250,6 +253,7 @@ CISCO-PROCESS-MIB::cpmProcessEntry: CISCO-PROCESS-MIB::cpmProcessExtEntry: mib: CISCO-PROCESS-MIB object: cpmProcessExtEntry + type: dynamic augments: CISCO-PROCESS-MIB::cpmProcessEntry discovery_attribute: cpmProcExtMemAllocated attributes: @@ -296,6 +300,7 @@ CISCO-PROCESS-MIB::cpmProcessExtEntry: CISCO-PROCESS-MIB::cpmProcessExtRevEntry: mib: CISCO-PROCESS-MIB object: cpmProcessExtRevEntry + type: dynamic augments: CISCO-PROCESS-MIB::cpmProcessEntry discovery_attribute: cpmProcExtMemAllocatedRev attributes: @@ -460,6 +465,7 @@ CISCO-PROCESS-MIB::cpmProcessExtRevEntry: CISCO-PROCESS-MIB::cpmThreadEntry: mib: CISCO-PROCESS-MIB object: cpmThreadEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.1 @@ -510,6 +516,7 @@ CISCO-PROCESS-MIB::cpmThreadEntry: CISCO-PROCESS-MIB::cpmVirtualProcessEntry: mib: CISCO-PROCESS-MIB object: cpmVirtualProcessEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.1 diff --git a/objects/cisco/CISCO-PTP-MIB.yml b/objects/cisco/CISCO-PTP-MIB.yml index f3ba7fcb..d70eeffa 100644 --- a/objects/cisco/CISCO-PTP-MIB.yml +++ b/objects/cisco/CISCO-PTP-MIB.yml @@ -1,6 +1,7 @@ CISCO-PTP-MIB::cPtpSystemEntry: mib: CISCO-PTP-MIB object: cPtpSystemEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.1.1.1.1 @@ -24,6 +25,7 @@ CISCO-PTP-MIB::cPtpSystemEntry: CISCO-PTP-MIB::cPtpSystemDomainEntry: mib: CISCO-PTP-MIB object: cPtpSystemDomainEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.9.9.760.1.1.2.1.1 @@ -39,6 +41,7 @@ CISCO-PTP-MIB::cPtpSystemDomainEntry: CISCO-PTP-MIB::cPtpClockNodeEntry: mib: CISCO-PTP-MIB object: cPtpClockNodeEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.1.3.1.1 @@ -98,6 +101,7 @@ CISCO-PTP-MIB::cPtpClockNodeEntry: CISCO-PTP-MIB::ciscoPtpMIBSystemInfo: mib: CISCO-PTP-MIB object: ciscoPtpMIBSystemInfo + type: stable discovery_attribute: cPtpSystemProfile attributes: cPtpSystemProfile: @@ -108,6 +112,7 @@ CISCO-PTP-MIB::ciscoPtpMIBSystemInfo: CISCO-PTP-MIB::cPtpClockCurrentDSEntry: mib: CISCO-PTP-MIB object: cPtpClockCurrentDSEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.1.1.1 @@ -139,6 +144,7 @@ CISCO-PTP-MIB::cPtpClockCurrentDSEntry: CISCO-PTP-MIB::cPtpClockParentDSEntry: mib: CISCO-PTP-MIB object: cPtpClockParentDSEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.2.1.1 @@ -198,6 +204,7 @@ CISCO-PTP-MIB::cPtpClockParentDSEntry: CISCO-PTP-MIB::cPtpClockDefaultDSEntry: mib: CISCO-PTP-MIB object: cPtpClockDefaultDSEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.3.1.1 @@ -249,6 +256,7 @@ CISCO-PTP-MIB::cPtpClockDefaultDSEntry: CISCO-PTP-MIB::cPtpClockRunningEntry: mib: CISCO-PTP-MIB object: cPtpClockRunningEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.4.1.1 @@ -280,6 +288,7 @@ CISCO-PTP-MIB::cPtpClockRunningEntry: CISCO-PTP-MIB::cPtpClockTimePropertiesDSEntry: mib: CISCO-PTP-MIB object: cPtpClockTimePropertiesDSEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.5.1.1 @@ -331,6 +340,7 @@ CISCO-PTP-MIB::cPtpClockTimePropertiesDSEntry: CISCO-PTP-MIB::cPtpClockTransDefaultDSEntry: mib: CISCO-PTP-MIB object: cPtpClockTransDefaultDSEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.6.1.1 @@ -362,6 +372,7 @@ CISCO-PTP-MIB::cPtpClockTransDefaultDSEntry: CISCO-PTP-MIB::cPtpClockPortEntry: mib: CISCO-PTP-MIB object: cPtpClockPortEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.7.1.1 @@ -413,6 +424,7 @@ CISCO-PTP-MIB::cPtpClockPortEntry: CISCO-PTP-MIB::cPtpClockPortDSEntry: mib: CISCO-PTP-MIB object: cPtpClockPortDSEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.8.1.1 @@ -480,6 +492,7 @@ CISCO-PTP-MIB::cPtpClockPortDSEntry: CISCO-PTP-MIB::cPtpClockPortRunningEntry: mib: CISCO-PTP-MIB object: cPtpClockPortRunningEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.9.1.1 @@ -543,6 +556,7 @@ CISCO-PTP-MIB::cPtpClockPortRunningEntry: CISCO-PTP-MIB::cPtpClockPortTransDSEntry: mib: CISCO-PTP-MIB object: cPtpClockPortTransDSEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.10.1.1 @@ -578,6 +592,7 @@ CISCO-PTP-MIB::cPtpClockPortTransDSEntry: CISCO-PTP-MIB::cPtpClockPortAssociateEntry: mib: CISCO-PTP-MIB object: cPtpClockPortAssociateEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.11.1.1 @@ -625,6 +640,7 @@ CISCO-PTP-MIB::cPtpClockPortAssociateEntry: CISCO-PTP-MIB::cPtpClockSystemTimePropertiesEntry: mib: CISCO-PTP-MIB object: cPtpClockSystemTimePropertiesEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.760.1.2.12.1.1 diff --git a/objects/cisco/CISCO-QUEUE-MIB.yml b/objects/cisco/CISCO-QUEUE-MIB.yml index de0410f9..45c8644d 100644 --- a/objects/cisco/CISCO-QUEUE-MIB.yml +++ b/objects/cisco/CISCO-QUEUE-MIB.yml @@ -24,6 +24,7 @@ CISCO-QUEUE-MIB::cQStatsEntry: mib: CISCO-QUEUE-MIB object: cQStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -51,6 +52,7 @@ CISCO-QUEUE-MIB::cQStatsEntry: CISCO-QUEUE-MIB::cQRotationEntry: mib: CISCO-QUEUE-MIB object: cQRotationEntry + type: dynamic augments: CISCO-QUEUE-MIB::cQStatsEntry discovery_attribute: cQRotationOctets attributes: diff --git a/objects/cisco/CISCO-SESS-BORDER-CTRLR-EVENT-MIB.yml b/objects/cisco/CISCO-SESS-BORDER-CTRLR-EVENT-MIB.yml index de3b78f2..c6bc5810 100644 --- a/objects/cisco/CISCO-SESS-BORDER-CTRLR-EVENT-MIB.yml +++ b/objects/cisco/CISCO-SESS-BORDER-CTRLR-EVENT-MIB.yml @@ -1,6 +1,7 @@ CISCO-SESS-BORDER-CTRLR-EVENT-MIB::ciscoSessBorderCtrlrMIBObjects: mib: CISCO-SESS-BORDER-CTRLR-EVENT-MIB object: ciscoSessBorderCtrlrMIBObjects + type: immutable discovery_attribute: csbSourceAlertNotifEnabled attributes: csbSourceAlertNotifEnabled: diff --git a/objects/cisco/CISCO-SESS-BORDER-CTRLR-STATS-MIB.yml b/objects/cisco/CISCO-SESS-BORDER-CTRLR-STATS-MIB.yml index fb18e40d..bd513aff 100644 --- a/objects/cisco/CISCO-SESS-BORDER-CTRLR-STATS-MIB.yml +++ b/objects/cisco/CISCO-SESS-BORDER-CTRLR-STATS-MIB.yml @@ -1,6 +1,7 @@ CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbRadiusStatsEntry: mib: CISCO-SESS-BORDER-CTRLR-STATS-MIB object: csbRadiusStatsEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.657.1.1.1.1 @@ -88,6 +89,7 @@ CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbRadiusStatsEntry: CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbRfBillRealmStatsEntry: mib: CISCO-SESS-BORDER-CTRLR-STATS-MIB object: csbRfBillRealmStatsEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.657.1.1.1.1 @@ -159,6 +161,7 @@ CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbRfBillRealmStatsEntry: CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbSIPMthdCurrentStatsEntry: mib: CISCO-SESS-BORDER-CTRLR-STATS-MIB object: csbSIPMthdCurrentStatsEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.657.1.1.1.1 @@ -246,6 +249,7 @@ CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbSIPMthdCurrentStatsEntry: CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbSIPMthdHistoryStatsEntry: mib: CISCO-SESS-BORDER-CTRLR-STATS-MIB object: csbSIPMthdHistoryStatsEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.657.1.1.1.1 @@ -333,6 +337,7 @@ CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbSIPMthdHistoryStatsEntry: CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbSIPMthdRCCurrentStatsEntry: mib: CISCO-SESS-BORDER-CTRLR-STATS-MIB object: csbSIPMthdRCCurrentStatsEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.657.1.1.1.1 @@ -376,6 +381,7 @@ CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbSIPMthdRCCurrentStatsEntry: CISCO-SESS-BORDER-CTRLR-STATS-MIB::csbSIPMthdRCHistoryStatsEntry: mib: CISCO-SESS-BORDER-CTRLR-STATS-MIB object: csbSIPMthdRCHistoryStatsEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.657.1.1.1.1 diff --git a/objects/cisco/CISCO-SIP-UA-MIB.yml b/objects/cisco/CISCO-SIP-UA-MIB.yml index e7f55a29..5dac902a 100644 --- a/objects/cisco/CISCO-SIP-UA-MIB.yml +++ b/objects/cisco/CISCO-SIP-UA-MIB.yml @@ -332,6 +332,7 @@ CISCO-SIP-UA-MIB::cSipStatsInfo: mib: CISCO-SIP-UA-MIB object: cSipStatsInfo + type: dynamic discovery_attribute: cSipStatsInfoTryingIns attributes: cSipStatsInfoTryingIns: @@ -378,6 +379,7 @@ CISCO-SIP-UA-MIB::cSipStatsInfo: CISCO-SIP-UA-MIB::cSipStatsSuccess: mib: CISCO-SIP-UA-MIB object: cSipStatsSuccess + type: dynamic discovery_attribute: cSipStatsSuccessOkIns attributes: cSipStatsSuccessOkIns: @@ -400,6 +402,7 @@ CISCO-SIP-UA-MIB::cSipStatsSuccess: CISCO-SIP-UA-MIB::cSipStatsSuccessOkEntry: mib: CISCO-SIP-UA-MIB object: cSipStatsSuccessOkEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.9.9.152.1.2.2.5.1.1 @@ -419,6 +422,7 @@ CISCO-SIP-UA-MIB::cSipStatsSuccessOkEntry: CISCO-SIP-UA-MIB::cSipStatsRedirect: mib: CISCO-SIP-UA-MIB object: cSipStatsRedirect + type: dynamic discovery_attribute: cSipStatsRedirMultipleChoices attributes: cSipStatsRedirMultipleChoices: @@ -457,6 +461,7 @@ CISCO-SIP-UA-MIB::cSipStatsRedirect: CISCO-SIP-UA-MIB::cSipStatsErrClient: mib: CISCO-SIP-UA-MIB object: cSipStatsErrClient + type: dynamic discovery_attribute: cSipStatsClientBadRequestIns attributes: cSipStatsClientBadRequestIns: @@ -687,6 +692,7 @@ CISCO-SIP-UA-MIB::cSipStatsErrClient: CISCO-SIP-UA-MIB::cSipStatsErrServer: mib: CISCO-SIP-UA-MIB object: cSipStatsErrServer + type: dynamic discovery_attribute: cSipStatsServerIntErrorIns attributes: cSipStatsServerIntErrorIns: @@ -749,6 +755,7 @@ CISCO-SIP-UA-MIB::cSipStatsErrServer: CISCO-SIP-UA-MIB::cSipStatsGlobalFail: mib: CISCO-SIP-UA-MIB object: cSipStatsGlobalFail + type: dynamic discovery_attribute: cSipStatsGlobalBusyEverywhereIns attributes: cSipStatsGlobalBusyEverywhereIns: @@ -787,6 +794,7 @@ CISCO-SIP-UA-MIB::cSipStatsGlobalFail: CISCO-SIP-UA-MIB::cSipStatsTraffic: mib: CISCO-SIP-UA-MIB object: cSipStatsTraffic + type: dynamic discovery_attribute: cSipStatsTrafficInviteIns attributes: cSipStatsTrafficInviteIns: @@ -897,6 +905,7 @@ CISCO-SIP-UA-MIB::cSipStatsTraffic: CISCO-SIP-UA-MIB::cSipStatsRetry: mib: CISCO-SIP-UA-MIB object: cSipStatsRetry + type: dynamic discovery_attribute: cSipStatsRetryInvites attributes: cSipStatsRetryInvites: @@ -951,6 +960,7 @@ CISCO-SIP-UA-MIB::cSipStatsRetry: CISCO-SIP-UA-MIB::cSipStatsMisc: mib: CISCO-SIP-UA-MIB object: cSipStatsMisc + type: dynamic discovery_attribute: cSipStatsMisc3xxMappedTo4xxRsps attributes: cSipStatsMisc3xxMappedTo4xxRsps: @@ -961,6 +971,7 @@ CISCO-SIP-UA-MIB::cSipStatsMisc: CISCO-SIP-UA-MIB::cSipStatsConnection: mib: CISCO-SIP-UA-MIB object: cSipStatsConnection + type: dynamic discovery_attribute: cSipStatsConnTCPSendFailures attributes: cSipStatsConnTCPSendFailures: diff --git a/objects/cisco/CISCO-STACK-MIB.yml b/objects/cisco/CISCO-STACK-MIB.yml index cfbac991..35e64b7f 100644 --- a/objects/cisco/CISCO-STACK-MIB.yml +++ b/objects/cisco/CISCO-STACK-MIB.yml @@ -1,6 +1,7 @@ CISCO-STACK-MIB::systemGrp: mib: CISCO-STACK-MIB object: systemGrp + type: stable discovery_attribute: sysTraffic attributes: sysMgmtType: @@ -255,6 +256,7 @@ CISCO-STACK-MIB::systemGrp: CISCO-STACK-MIB::sysTrafficMeterEntry: mib: CISCO-STACK-MIB object: sysTrafficMeterEntry + type: active index: - type: Integer oid: .1.3.6.1.4.1.9.5.1.1.32.1.1 @@ -278,6 +280,7 @@ CISCO-STACK-MIB::sysTrafficMeterEntry: CISCO-STACK-MIB::chassisGrp: mib: CISCO-STACK-MIB object: chassisGrp + type: active discovery_attribute: chassisSysType attributes: chassisSysType: @@ -372,6 +375,7 @@ CISCO-STACK-MIB::chassisGrp: CISCO-STACK-MIB::chassisComponentEntry: mib: CISCO-STACK-MIB object: chassisComponentEntry + type: immutable index: - type: Integer oid: .1.3.6.1.4.1.9.5.1.2.18.1.1 @@ -399,6 +403,7 @@ CISCO-STACK-MIB::chassisComponentEntry: CISCO-STACK-MIB::moduleEntry: mib: CISCO-STACK-MIB object: moduleEntry + type: immutable index: - type: Integer oid: .1.3.6.1.4.1.9.5.1.3.1.1.1 @@ -518,6 +523,7 @@ CISCO-STACK-MIB::moduleEntry: CISCO-STACK-MIB::portEntry: mib: CISCO-STACK-MIB object: portEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.5.1.3.1.1.1 diff --git a/objects/cisco/CISCO-SWITCH-MULTICAST-MIB.yml b/objects/cisco/CISCO-SWITCH-MULTICAST-MIB.yml index e0e53d5b..92c54f3e 100644 --- a/objects/cisco/CISCO-SWITCH-MULTICAST-MIB.yml +++ b/objects/cisco/CISCO-SWITCH-MULTICAST-MIB.yml @@ -1,6 +1,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmGlobal: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmGlobal + type: stable discovery_attribute: cswmMvpnHwSwitchingStatus attributes: cswmMvpnHwSwitchingStatus: @@ -23,6 +24,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmGlobal: CISCO-SWITCH-MULTICAST-MIB::cswmReplCapabilityEntry: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmReplCapabilityEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -42,6 +44,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmReplCapabilityEntry: CISCO-SWITCH-MULTICAST-MIB::cswmReplConfigEntry: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmReplConfigEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.9.9.504.1.2.2.1.1 @@ -61,6 +64,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmReplConfigEntry: CISCO-SWITCH-MULTICAST-MIB::cswmReplication: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmReplication + type: stable augments: CISCO-SWITCH-MULTICAST-MIB::cswmGlobal discovery_attribute: cswmGlobalReplcationMode attributes: @@ -72,6 +76,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmReplication: CISCO-SWITCH-MULTICAST-MIB::cswmMvrfStatsEntry: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmMvrfStatsEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.9.9.504.1.3.1.1.1 @@ -95,6 +100,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmMvrfStatsEntry: CISCO-SWITCH-MULTICAST-MIB::cswmBiDirPimDfStats: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmBiDirPimDfStats + type: active discovery_attribute: cswmBiDirPimDfUsed attributes: cswmBiDirPimDfUsed: @@ -109,6 +115,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmBiDirPimDfStats: CISCO-SWITCH-MULTICAST-MIB::cswmMvrfBiDirPimDfUsageEntry: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmMvrfBiDirPimDfUsageEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.9.9.504.1.3.1.1.1 @@ -132,6 +139,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmMvrfBiDirPimDfUsageEntry: CISCO-SWITCH-MULTICAST-MIB::cswmLtlStats: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmLtlStats + type: active discovery_attribute: cswmLtlUsed attributes: cswmLtlUsed: @@ -146,6 +154,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmLtlStats: CISCO-SWITCH-MULTICAST-MIB::cswmForwardingEntry: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmForwardingEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.9.9.504.1.6.1.1.1 @@ -165,6 +174,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmForwardingEntry: CISCO-SWITCH-MULTICAST-MIB::cswmFlowQueryResult: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmFlowQueryResult + type: stable discovery_attribute: cswmFlowMaxQueries attributes: cswmFlowMaxQueries: @@ -175,6 +185,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmFlowQueryResult: CISCO-SWITCH-MULTICAST-MIB::cswmFlowQueryEntry: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmFlowQueryEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.504.1.7.2.1.2 @@ -242,6 +253,7 @@ CISCO-SWITCH-MULTICAST-MIB::cswmFlowQueryEntry: CISCO-SWITCH-MULTICAST-MIB::cswmFlowResultEntry: mib: CISCO-SWITCH-MULTICAST-MIB object: cswmFlowResultEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.504.1.7.2.1.2 diff --git a/objects/cisco/CISCO-SYSLOG-MIB.yml b/objects/cisco/CISCO-SYSLOG-MIB.yml index 589083fb..0fd9c57d 100644 --- a/objects/cisco/CISCO-SYSLOG-MIB.yml +++ b/objects/cisco/CISCO-SYSLOG-MIB.yml @@ -1,6 +1,7 @@ CISCO-SYSLOG-MIB::clogBasic: mib: CISCO-SYSLOG-MIB object: clogBasic + type: active discovery_attribute: clogNotificationsSent attributes: clogNotificationsSent: @@ -35,6 +36,7 @@ CISCO-SYSLOG-MIB::clogBasic: CISCO-SYSLOG-MIB::clogHistory: mib: CISCO-SYSLOG-MIB object: clogHistory + type: active discovery_attribute: clogHistTableMaxLength attributes: clogHistTableMaxLength: diff --git a/objects/cisco/CISCO-TELEPRESENCE-CALL-MIB.yml b/objects/cisco/CISCO-TELEPRESENCE-CALL-MIB.yml index 7a6ff3b5..c5273bba 100644 --- a/objects/cisco/CISCO-TELEPRESENCE-CALL-MIB.yml +++ b/objects/cisco/CISCO-TELEPRESENCE-CALL-MIB.yml @@ -60,6 +60,7 @@ CISCO-TELEPRESENCE-CALL-MIB::ctpcMgmtSysEntry: mib: CISCO-TELEPRESENCE-CALL-MIB object: ctpcMgmtSysEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.644.1.2.6.1.1 @@ -114,6 +115,7 @@ CISCO-TELEPRESENCE-CALL-MIB::ctpcMgmtSysEntry: CISCO-TELEPRESENCE-CALL-MIB::ctpcStatObjects: mib: CISCO-TELEPRESENCE-CALL-MIB object: ctpcStatObjects + type: active discovery_attribute: ctpcStatOverallCalls attributes: ctpcStatOverallCalls: @@ -274,6 +276,7 @@ CISCO-TELEPRESENCE-CALL-MIB::ctpcStatObjects: CISCO-TELEPRESENCE-CALL-MIB::ctpcStatStreamSourceEntry: mib: CISCO-TELEPRESENCE-CALL-MIB object: ctpcStatStreamSourceEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.644.1.4.8.1.1 diff --git a/objects/cisco/CISCO-TELEPRESENCE-MIB.yml b/objects/cisco/CISCO-TELEPRESENCE-MIB.yml index 7a85ea86..765f88dd 100644 --- a/objects/cisco/CISCO-TELEPRESENCE-MIB.yml +++ b/objects/cisco/CISCO-TELEPRESENCE-MIB.yml @@ -1,6 +1,7 @@ CISCO-TELEPRESENCE-MIB::ctpObjects: mib: CISCO-TELEPRESENCE-MIB object: ctpObjects + type: stable discovery_attribute: ctpPeripheralErrorNotifyEnable attributes: ctpPeripheralErrorNotifyEnable: @@ -31,6 +32,7 @@ CISCO-TELEPRESENCE-MIB::ctpObjects: CISCO-TELEPRESENCE-MIB::ctpPeripheralStatusEntry: mib: CISCO-TELEPRESENCE-MIB object: ctpPeripheralStatusEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.643.1.2.1.1.1 @@ -58,6 +60,7 @@ CISCO-TELEPRESENCE-MIB::ctpPeripheralStatusEntry: CISCO-TELEPRESENCE-MIB::ctpEtherPeripheralStatusEntry: mib: CISCO-TELEPRESENCE-MIB object: ctpEtherPeripheralStatusEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.643.1.2.1.1.1 @@ -85,6 +88,7 @@ CISCO-TELEPRESENCE-MIB::ctpEtherPeripheralStatusEntry: CISCO-TELEPRESENCE-MIB::ctpHDMIPeripheralStatusEntry: mib: CISCO-TELEPRESENCE-MIB object: ctpHDMIPeripheralStatusEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.643.1.2.1.1.1 @@ -108,6 +112,7 @@ CISCO-TELEPRESENCE-MIB::ctpHDMIPeripheralStatusEntry: CISCO-TELEPRESENCE-MIB::ctpDVIPeripheralStatusEntry: mib: CISCO-TELEPRESENCE-MIB object: ctpDVIPeripheralStatusEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.643.1.2.1.1.1 @@ -127,6 +132,7 @@ CISCO-TELEPRESENCE-MIB::ctpDVIPeripheralStatusEntry: CISCO-TELEPRESENCE-MIB::ctpRS232PeripheralStatusEntry: mib: CISCO-TELEPRESENCE-MIB object: ctpRS232PeripheralStatusEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.643.1.2.1.1.1 @@ -150,6 +156,7 @@ CISCO-TELEPRESENCE-MIB::ctpRS232PeripheralStatusEntry: CISCO-TELEPRESENCE-MIB::ctpPeripheralAttributeEntry: mib: CISCO-TELEPRESENCE-MIB object: ctpPeripheralAttributeEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.643.1.2.1.1.1 @@ -173,6 +180,7 @@ CISCO-TELEPRESENCE-MIB::ctpPeripheralAttributeEntry: CISCO-TELEPRESENCE-MIB::ctpUSBPeripheralStatusEntry: mib: CISCO-TELEPRESENCE-MIB object: ctpUSBPeripheralStatusEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.643.1.2.1.1.1 @@ -204,6 +212,7 @@ CISCO-TELEPRESENCE-MIB::ctpUSBPeripheralStatusEntry: CISCO-TELEPRESENCE-MIB::ctp802dot11PeripheralStatusEntry: mib: CISCO-TELEPRESENCE-MIB object: ctp802dot11PeripheralStatusEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.643.1.2.1.1.1 @@ -235,6 +244,7 @@ CISCO-TELEPRESENCE-MIB::ctp802dot11PeripheralStatusEntry: CISCO-TELEPRESENCE-MIB::ctpDPPeripheralStatusEntry: mib: CISCO-TELEPRESENCE-MIB object: ctpDPPeripheralStatusEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.643.1.2.1.1.1 diff --git a/objects/cisco/CISCO-TEMPERATURE-MIB.yml b/objects/cisco/CISCO-TEMPERATURE-MIB.yml index 0ebfb1f0..e3e45704 100644 --- a/objects/cisco/CISCO-TEMPERATURE-MIB.yml +++ b/objects/cisco/CISCO-TEMPERATURE-MIB.yml @@ -1,6 +1,7 @@ CISCO-TEMPERATURE-MIB::ciscoTempEntry: mib: CISCO-TEMPERATURE-MIB object: ciscoTempEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.870.1.1.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB.yml index 08cf8677..d16a739f 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB.yml @@ -211,6 +211,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortBySizeLargeStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorEthPortBySizeLargeStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.7.1.1 @@ -573,6 +574,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortBySizeLargeStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortBySizeSmallStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorEthPortBySizeSmallStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.9.1.1 @@ -895,6 +897,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortBySizeSmallStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortErrStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorEthPortErrStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.11.1.1 @@ -1097,6 +1100,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortErrStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortMcastStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorEthPortMcastStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.13.1.1 @@ -1299,6 +1303,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortMcastStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortOutsizedStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorEthPortOutsizedStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.15.1.1 @@ -1581,6 +1586,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortOutsizedStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorEthPortStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.17.1.1 @@ -1957,6 +1963,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEthPortStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEtherIfStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorEtherIfStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.21.1.1 @@ -2355,6 +2362,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorEtherIfStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorExtEthIfEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorExtEthIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.23.1.1 @@ -2666,6 +2674,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorExtEthIfEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcIfEventStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorFcIfEventStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.28.1.1 @@ -3064,6 +3073,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcIfEventStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcIfFC4StatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorFcIfFC4StatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.30.1.1 @@ -3342,6 +3352,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcIfFC4StatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcIfFrameStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorFcIfFrameStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.32.1.1 @@ -3603,6 +3614,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcIfFrameStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcOEIfEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorFcOEIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.35.1.1 @@ -3767,6 +3779,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcOEIfEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcPortStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorFcPortStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.39.1.1 @@ -4189,6 +4202,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorFcPortStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostEthIfEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorHostEthIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.45.1.1 @@ -4514,6 +4528,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostEthIfEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostFcIfEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorHostFcIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.48.1.1 @@ -4959,6 +4974,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostFcIfEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloBaseErrorStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloBaseErrorStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.55.1.1 @@ -5117,6 +5133,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloBaseErrorStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloDcePortStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloDcePortStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.57.1.1 @@ -5359,6 +5376,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloDcePortStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloEthErrorStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloEthErrorStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.59.1.1 @@ -5641,6 +5659,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloEthErrorStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloEthStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloEthStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.61.1.1 @@ -5843,6 +5862,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloEthStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloFcErrorStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloFcErrorStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.63.1.1 @@ -6085,6 +6105,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloFcErrorStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloFcStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloFcStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.65.1.1 @@ -6327,6 +6348,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloFcStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloHostPortStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloHostPortStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.67.1.1 @@ -6569,6 +6591,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloHostPortStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloMcpuErrorStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloMcpuErrorStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.69.1.1 @@ -6811,6 +6834,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloMcpuErrorStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloMcpuStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloMcpuStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.71.1.1 @@ -7053,6 +7077,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloMcpuStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloNetEgStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloNetEgStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.73.1.1 @@ -7335,6 +7360,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloNetEgStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloNetInStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloNetInStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.75.1.1 @@ -7577,6 +7603,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloNetInStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloQErrorStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloQErrorStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.77.1.1 @@ -7823,6 +7850,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloQErrorStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloQStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorMenloQStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.79.1.1 @@ -8173,6 +8201,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorMenloQStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorUnitEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorUnitEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.85.1.1 @@ -8324,6 +8353,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorUnitEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorVlanEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorVlanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.86.1.1 @@ -8431,6 +8461,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorVlanEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorVnicStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorVnicStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.87.1.1 @@ -8829,6 +8860,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorVnicStatsEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorVsanEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorVsanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.89.1.1 @@ -9165,6 +9197,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorVsanEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorExtEthIfPcEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorExtEthIfPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.97.1.1 @@ -9335,6 +9368,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorExtEthIfPcEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostIscsiIfEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorHostIscsiIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.99.1.1 @@ -9831,6 +9865,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostIscsiIfEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorUnitExtnEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorUnitExtnEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.107.1.1 @@ -10216,6 +10251,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorUnitExtnEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostServiceEthIfEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorHostServiceEthIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.114.1.1 @@ -10546,6 +10582,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostServiceEthIfEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostPortEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorHostPortEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.120.1.1 @@ -10753,6 +10790,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostPortEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostScsiIfEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorHostScsiIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.125.1.1 @@ -10991,6 +11029,7 @@ CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorHostScsiIfEntry: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB::cucsAdaptorUplinkPortStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB object: cucsAdaptorUplinkPortStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.3.127.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB.yml index ea37c213..fc9f85e4 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB.yml @@ -267,6 +267,7 @@ CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB::cucsCapabilityUpdaterEntry: mib: CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB object: cucsCapabilityUpdaterEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.7.7.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-COMM-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-COMM-MIB.yml index ecad503d..bb5b0183 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-COMM-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-COMM-MIB.yml @@ -488,6 +488,7 @@ CISCO-UNIFIED-COMPUTING-COMM-MIB::cucsCommSnmpEntry: mib: CISCO-UNIFIED-COMPUTING-COMM-MIB object: cucsCommSnmpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.8.10.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-COMPUTE-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-COMPUTE-MIB.yml index 8178cdd4..ca8bfa59 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-COMPUTE-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-COMPUTE-MIB.yml @@ -56,6 +56,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeBladeEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.2.1.1 @@ -480,6 +481,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBoardEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeBoardEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.6.1.1 @@ -575,6 +577,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBoardEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBoardControllerEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeBoardControllerEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.7.1.1 @@ -759,6 +762,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBoardControllerEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeIOHubEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeIOHubEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.11.1.1 @@ -834,6 +838,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeIOHubEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeIOHubEnvStatsEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeIOHubEnvStatsEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.12.1.1 @@ -944,6 +949,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeIOHubEnvStatsEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeMbPowerStatsEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeMbPowerStatsEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.14.1.1 @@ -1118,6 +1124,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeMbPowerStatsEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeMbTempStatsEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeMbTempStatsEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.16.1.1 @@ -1371,6 +1378,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeMbTempStatsEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePCIeFatalCompletionStatsEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputePCIeFatalCompletionStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.19.1.1 @@ -1542,6 +1550,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePCIeFatalCompletionStatsEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePCIeFatalProtocolStatsEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputePCIeFatalProtocolStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.20.1.1 @@ -1669,6 +1678,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePCIeFatalProtocolStatsEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePCIeFatalReceiveStatsEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputePCIeFatalReceiveStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.21.1.1 @@ -1884,6 +1894,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePCIeFatalReceiveStatsEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePCIeFatalStatsEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputePCIeFatalStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.22.1.1 @@ -2450,6 +2461,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePCIeFatalStatsEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePsuControlEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputePsuControlEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.32.1.1 @@ -2595,6 +2607,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputePsuControlEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeRackUnitEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeRackUnitEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.35.1.1 @@ -2925,6 +2938,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeRackUnitEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeRtcBatteryEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeRtcBatteryEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.37.1.1 @@ -3246,6 +3260,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeRtcBatteryEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeRackUnitMbTempStatsEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeRackUnitMbTempStatsEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.44.1.1 @@ -4110,6 +4125,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeRackUnitMbTempStatsEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeFwSyncAckEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeFwSyncAckEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.60.1.1 @@ -4310,6 +4326,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeFwSyncAckEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeExtBoardEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeExtBoardEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.64.1.1 @@ -4472,6 +4489,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeExtBoardEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeEpEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeBladeEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.66.1.1 @@ -4605,6 +4623,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeEpEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeCartridgeEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeCartridgeEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.71.1.1 @@ -4778,6 +4797,7 @@ CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeCartridgeEntry: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeServerUnitEntry: mib: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB object: cucsComputeServerUnitEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.9.74.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-CPMAINT-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-CPMAINT-MIB.yml index 8f79ef36..cc9b8c53 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-CPMAINT-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-CPMAINT-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-CPMAINT-MIB::cucsCpmaintAckEntry: mib: CISCO-UNIFIED-COMPUTING-CPMAINT-MIB object: cucsCpmaintAckEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.93.1.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-DCX-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-DCX-MIB.yml index 2354a3fd..aca06bd3 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-DCX-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-DCX-MIB.yml @@ -59,6 +59,7 @@ CISCO-UNIFIED-COMPUTING-DCX-MIB::cucsDcxVIfEntry: mib: CISCO-UNIFIED-COMPUTING-DCX-MIB object: cucsDcxVIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.10.3.1.1 @@ -166,6 +167,7 @@ CISCO-UNIFIED-COMPUTING-DCX-MIB::cucsDcxVIfEntry: CISCO-UNIFIED-COMPUTING-DCX-MIB::cucsDcxVcEntry: mib: CISCO-UNIFIED-COMPUTING-DCX-MIB object: cucsDcxVcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.10.4.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-DIAG-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-DIAG-MIB.yml index 2644afe2..264e3ead 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-DIAG-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-DIAG-MIB.yml @@ -174,6 +174,7 @@ CISCO-UNIFIED-COMPUTING-DIAG-MIB::cucsDiagSrvCtrlEntry: mib: CISCO-UNIFIED-COMPUTING-DIAG-MIB object: cucsDiagSrvCtrlEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.12.6.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB.yml index 043db933..ace6e41d 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB.yml @@ -367,6 +367,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentChassisEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentChassisEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.7.1.1 @@ -680,6 +681,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentChassisEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentChassisStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentChassisStatsEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.10.1.1 @@ -854,6 +856,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentChassisStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFanEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentFanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.12.1.1 @@ -949,6 +952,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFanEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFanModuleEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentFanModuleEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.13.1.1 @@ -1111,6 +1115,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFanModuleEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFanModuleStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentFanModuleStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.15.1.1 @@ -1253,6 +1258,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFanModuleStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFanStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentFanStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.17.1.1 @@ -1363,6 +1369,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFanStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFexEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentFexEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.19.1.1 @@ -1577,6 +1584,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFexEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFexEnvStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentFexEnvStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.21.1.1 @@ -2060,6 +2068,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFexEnvStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFexPsuInputStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentFexPsuInputStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.26.1.1 @@ -2372,6 +2381,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFexPsuInputStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentIOCardEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentIOCardEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.30.1.1 @@ -2689,6 +2699,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentIOCardEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentIOCardStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentIOCardStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.33.1.1 @@ -2927,6 +2938,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentIOCardStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentIndicatorLedEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentIndicatorLedEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.35.1.1 @@ -3302,6 +3314,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentIndicatorLedEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentLocatorLedEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentLocatorLedEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.40.1.1 @@ -4274,6 +4287,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentLocatorLedEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentPsuEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentPsuEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.56.1.1 @@ -4496,6 +4510,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentPsuEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentPsuInputStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentPsuInputStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.58.1.1 @@ -4674,6 +4689,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentPsuInputStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentPsuStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentPsuStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.60.1.1 @@ -5091,6 +5107,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentPsuStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentRackUnitPsuStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentRackUnitPsuStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.63.1.1 @@ -5768,6 +5785,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentRackUnitPsuStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSwitchCardEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentSwitchCardEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.70.1.1 @@ -5859,6 +5877,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSwitchCardEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentRackUnitFanStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentRackUnitFanStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.71.1.1 @@ -6340,6 +6359,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentRackUnitFanStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentBeaconLedEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentBeaconLedEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.82.1.1 @@ -6548,6 +6568,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentBeaconLedEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentNetworkElementFanStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentNetworkElementFanStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.86.1.1 @@ -6898,6 +6919,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentNetworkElementFanStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentPsuOutputStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentPsuOutputStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.92.1.1 @@ -7996,6 +8018,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentPsuOutputStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentHealthLedEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentHealthLedEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.114.1.1 @@ -8982,6 +9005,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentHealthLedEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSwitchIOCardEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentSwitchIOCardEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.136.1.1 @@ -9659,6 +9683,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSwitchIOCardEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSharedIOModuleEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentSharedIOModuleEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.152.1.1 @@ -9974,6 +9999,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSharedIOModuleEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSystemIOControllerEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentSystemIOControllerEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.158.1.1 @@ -10212,6 +10238,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSystemIOControllerEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFexSystemStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentFexSystemStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.164.1.1 @@ -10947,6 +10974,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentFexSystemStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentBindingEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentBindingEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.177.1.1 @@ -11052,6 +11080,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentBindingEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentChassisProfileEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentChassisProfileEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.181.1.1 @@ -11597,6 +11626,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentChassisProfileEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentRequirementEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentRequirementEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.196.1.1 @@ -11652,6 +11682,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentRequirementEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSiocTempStatsEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentSiocTempStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.197.1.1 @@ -12254,6 +12285,7 @@ CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentSiocTempStatsEntry: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB::cucsEquipmentIOExpanderEntry: mib: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB object: cucsEquipmentIOExpanderEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.15.210.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-ETHER-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-ETHER-MIB.yml index 4ea78047..76ca1aee 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-ETHER-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-ETHER-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherErrStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherErrStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.1.1.1 @@ -439,6 +440,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherErrStatsEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherLossStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherLossStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.3.1.1 @@ -856,6 +858,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherLossStatsEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherPIoEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherPIoEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.6.1.1 @@ -1079,6 +1082,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherPIoEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherPauseStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherPauseStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.7.1.1 @@ -1277,6 +1281,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherPauseStatsEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherRxStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherRxStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.9.1.1 @@ -1595,6 +1600,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherRxStatsEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherServerIntFIoEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherServerIntFIoEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.11.1.1 @@ -1825,6 +1831,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherServerIntFIoEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherSwitchIntFIoEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherSwitchIntFIoEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.13.1.1 @@ -1980,6 +1987,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherSwitchIntFIoEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherTxStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherTxStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.14.1.1 @@ -2352,6 +2360,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherTxStatsEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherServerIntFIoPcEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherServerIntFIoPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.18.1.1 @@ -2526,6 +2535,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherServerIntFIoPcEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherSwitchIntFIoPcEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherSwitchIntFIoPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.20.1.1 @@ -2751,6 +2761,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherSwitchIntFIoPcEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherFcoeInterfaceStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherFcoeInterfaceStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.23.1.1 @@ -3368,6 +3379,7 @@ CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherFcoeInterfaceStatsEntry: CISCO-UNIFIED-COMPUTING-ETHER-MIB::cucsEtherNiErrStatsEntry: mib: CISCO-UNIFIED-COMPUTING-ETHER-MIB object: cucsEtherNiErrStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.16.30.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB.yml index eddb6345..7e7f485d 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB.yml @@ -75,6 +75,7 @@ CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB::cucsExtmgmtIfEntry: mib: CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB object: cucsExtmgmtIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.57.3.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTPOL-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTPOL-MIB.yml index 1bbe79f3..1c6f3f94 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTPOL-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTPOL-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-EXTPOL-MIB::cucsExtpolClientEntry: mib: CISCO-UNIFIED-COMPUTING-EXTPOL-MIB object: cucsExtpolClientEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.62.1.1.1 @@ -119,6 +120,7 @@ CISCO-UNIFIED-COMPUTING-EXTPOL-MIB::cucsExtpolClientEntry: CISCO-UNIFIED-COMPUTING-EXTPOL-MIB::cucsExtpolControllerEntry: mib: CISCO-UNIFIED-COMPUTING-EXTPOL-MIB object: cucsExtpolControllerEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.62.3.1.1 @@ -397,6 +399,7 @@ CISCO-UNIFIED-COMPUTING-EXTPOL-MIB::cucsExtpolControllerEntry: CISCO-UNIFIED-COMPUTING-EXTPOL-MIB::cucsExtpolProviderEntry: mib: CISCO-UNIFIED-COMPUTING-EXTPOL-MIB object: cucsExtpolProviderEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.62.9.1.1 @@ -527,6 +530,7 @@ CISCO-UNIFIED-COMPUTING-EXTPOL-MIB::cucsExtpolProviderEntry: CISCO-UNIFIED-COMPUTING-EXTPOL-MIB::cucsExtpolRegistryEntry: mib: CISCO-UNIFIED-COMPUTING-EXTPOL-MIB object: cucsExtpolRegistryEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.62.11.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTVMM-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTVMM-MIB.yml index be9c898c..de41d16c 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTVMM-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-EXTVMM-MIB.yml @@ -1197,6 +1197,7 @@ CISCO-UNIFIED-COMPUTING-EXTVMM-MIB::cucsExtvmmFabricNetworkEntry: mib: CISCO-UNIFIED-COMPUTING-EXTVMM-MIB object: cucsExtvmmFabricNetworkEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.18.25.1.1 @@ -1248,6 +1249,7 @@ CISCO-UNIFIED-COMPUTING-EXTVMM-MIB::cucsExtvmmFabricNetworkEntry: CISCO-UNIFIED-COMPUTING-EXTVMM-MIB::cucsExtvmmFabricNetworkDefinitionEntry: mib: CISCO-UNIFIED-COMPUTING-EXTVMM-MIB object: cucsExtvmmFabricNetworkDefinitionEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.18.26.1.1 @@ -1499,6 +1501,7 @@ CISCO-UNIFIED-COMPUTING-EXTVMM-MIB::cucsExtvmmFabricNetworkDefinitionEntry: CISCO-UNIFIED-COMPUTING-EXTVMM-MIB::cucsExtvmmUpLinkPPEntry: mib: CISCO-UNIFIED-COMPUTING-EXTVMM-MIB object: cucsExtvmmUpLinkPPEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.18.31.1.1 @@ -1664,6 +1667,7 @@ CISCO-UNIFIED-COMPUTING-EXTVMM-MIB::cucsExtvmmUpLinkPPEntry: CISCO-UNIFIED-COMPUTING-EXTVMM-MIB::cucsExtvmmVMNetworkDefinitionEntry: mib: CISCO-UNIFIED-COMPUTING-EXTVMM-MIB object: cucsExtvmmVMNetworkDefinitionEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.18.34.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-FABRIC-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-FABRIC-MIB.yml index 7d25cd07..af497e64 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-FABRIC-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-FABRIC-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricChassisEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricChassisEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.1.1.1 @@ -140,6 +141,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricChassisEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricComputePhEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricComputePhEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.2.1.1 @@ -307,6 +309,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricComputePhEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricComputeSlotEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricComputeSlotEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.3.1.1 @@ -639,6 +642,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricComputeSlotEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricDceSwSrvEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricDceSwSrvEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.7.1.1 @@ -839,6 +843,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricDceSwSrvEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthEstcEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthEstcEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.11.1.1 @@ -1041,6 +1046,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthEstcEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthLanEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthLanEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.13.1.1 @@ -1192,6 +1198,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthLanEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthLanPcEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthLanPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.14.1.1 @@ -1311,6 +1318,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthLanPcEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthLanPcEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthLanPcEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.15.1.1 @@ -1450,6 +1458,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthLanPcEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthMonEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthMonEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.16.1.1 @@ -1517,6 +1526,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthMonEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthMonDestEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthMonDestEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.17.1.1 @@ -1815,6 +1825,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthMonDestEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthTargetEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthTargetEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.23.1.1 @@ -1942,6 +1953,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthTargetEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthVlanPortEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthVlanPortEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.24.1.1 @@ -2127,6 +2139,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthVlanPortEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcEstcEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcEstcEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.27.1.1 @@ -2258,6 +2271,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcEstcEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcMonEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcMonEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.28.1.1 @@ -2325,6 +2339,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcMonEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcMonDestEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcMonDestEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.29.1.1 @@ -2670,6 +2685,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcMonDestEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcSanEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcSanEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.36.1.1 @@ -2797,6 +2813,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcSanEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcSanPcEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcSanPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.37.1.1 @@ -2896,6 +2913,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcSanPcEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcSanPcEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcSanPcEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.38.1.1 @@ -3031,6 +3049,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcSanPcEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcVsanPortEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcVsanPortEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.39.1.1 @@ -3154,6 +3173,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcVsanPortEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeEstcEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcoeEstcEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.40.1.1 @@ -4049,6 +4069,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeEstcEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricSwChPhEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricSwChPhEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.57.1.1 @@ -4294,6 +4315,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricSwChPhEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVlanEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricVlanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.60.1.1 @@ -4429,6 +4451,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVlanEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVlanEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricVlanEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.61.1.1 @@ -4532,6 +4555,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVlanEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVsanEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricVsanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.62.1.1 @@ -4627,6 +4651,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVsanEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVsanEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricVsanEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.63.1.1 @@ -4702,6 +4727,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVsanEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeVsanPortEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcoeVsanPortEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.64.1.1 @@ -4825,6 +4851,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeVsanPortEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcVsanPcEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcVsanPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.65.1.1 @@ -4908,6 +4935,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcVsanPcEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricBHVlanEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricBHVlanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.66.1.1 @@ -5007,6 +5035,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricBHVlanEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthEstcPcEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthEstcPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.67.1.1 @@ -5134,6 +5163,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthEstcPcEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthEstcPcEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthEstcPcEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.68.1.1 @@ -5269,6 +5299,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthEstcPcEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthVlanPcEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricEthVlanPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.69.1.1 @@ -5364,6 +5395,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricEthVlanPcEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricDceSwSrvPcEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricDceSwSrvPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.70.1.1 @@ -5451,6 +5483,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricDceSwSrvPcEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricDceSwSrvPcEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricDceSwSrvPcEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.71.1.1 @@ -5880,6 +5913,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricDceSwSrvPcEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeSanEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcoeSanEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.78.1.1 @@ -6027,6 +6061,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeSanEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeSanPcEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcoeSanPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.79.1.1 @@ -6134,6 +6169,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeSanPcEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeSanPcEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcoeSanPcEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.80.1.1 @@ -6273,6 +6309,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeSanPcEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeVsanPcEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcoeVsanPcEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.81.1.1 @@ -6899,6 +6936,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcoeVsanPcEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVsanMembershipEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricVsanMembershipEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.95.1.1 @@ -8255,6 +8293,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricVsanMembershipEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricCartridgePhEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricCartridgePhEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.126.1.1 @@ -8394,6 +8433,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricCartridgePhEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricCartridgeSlotEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricCartridgeSlotEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.127.1.1 @@ -8730,6 +8770,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricCartridgeSlotEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricComputeMSlotEpEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricComputeMSlotEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.131.1.1 @@ -9241,6 +9282,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricComputeMSlotEpEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcUserZoneEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcUserZoneEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.216.1.1 @@ -9292,6 +9334,7 @@ CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcUserZoneEntry: CISCO-UNIFIED-COMPUTING-FABRIC-MIB::cucsFabricFcZoneProfileEntry: mib: CISCO-UNIFIED-COMPUTING-FABRIC-MIB object: cucsFabricFcZoneProfileEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.19.217.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-FAULT-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-FAULT-MIB.yml index 2fe1a1b7..28f2d033 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-FAULT-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-FAULT-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-FAULT-MIB::cucsFaultEntry: mib: CISCO-UNIFIED-COMPUTING-FAULT-MIB object: cucsFaultEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.1.1.1.1 @@ -330,6 +331,7 @@ CISCO-UNIFIED-COMPUTING-FAULT-MIB::cucsFaultEntry: CISCO-UNIFIED-COMPUTING-FAULT-MIB::cucsFaultSuppressTaskEntry: mib: CISCO-UNIFIED-COMPUTING-FAULT-MIB object: cucsFaultSuppressTaskEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.1.9.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-FC-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-FC-MIB.yml index 4f5ee31d..89115443 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-FC-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-FC-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-FC-MIB::cucsFcErrStatsEntry: mib: CISCO-UNIFIED-COMPUTING-FC-MIB object: cucsFcErrStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.20.1.1.1 @@ -498,6 +499,7 @@ CISCO-UNIFIED-COMPUTING-FC-MIB::cucsFcErrStatsEntry: CISCO-UNIFIED-COMPUTING-FC-MIB::cucsFcPIoEntry: mib: CISCO-UNIFIED-COMPUTING-FC-MIB object: cucsFcPIoEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.20.4.1.1 @@ -721,6 +723,7 @@ CISCO-UNIFIED-COMPUTING-FC-MIB::cucsFcPIoEntry: CISCO-UNIFIED-COMPUTING-FC-MIB::cucsFcStatsEntry: mib: CISCO-UNIFIED-COMPUTING-FC-MIB object: cucsFcStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.20.5.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB.yml index a1db7295..91e11f27 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB.yml @@ -24,6 +24,7 @@ CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareBootUnitEntry: mib: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB object: cucsFirmwareBootUnitEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.22.2.1.1 @@ -1054,6 +1055,7 @@ CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareBootUnitEntry: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareUpdatableEntry: mib: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB object: cucsFirmwareUpdatableEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.22.20.1.1 @@ -1249,6 +1251,7 @@ CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareUpdatableEntry: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareAckEntry: mib: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB object: cucsFirmwareAckEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.22.25.1.1 @@ -1836,6 +1839,7 @@ CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareAckEntry: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareInfraEntry: mib: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB object: cucsFirmwareInfraEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.22.38.1.1 @@ -2052,6 +2056,7 @@ CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareInfraEntry: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareStatusEntry: mib: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB object: cucsFirmwareStatusEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.22.42.1.1 @@ -2099,6 +2104,7 @@ CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareStatusEntry: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB::cucsFirmwareSystemEntry: mib: CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB object: cucsFirmwareSystemEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.22.43.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB.yml index 57c86932..a1d98129 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB::cucsGraphicsCardEntry: mib: CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB object: cucsGraphicsCardEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.73.1.1.1 @@ -128,6 +129,7 @@ CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB::cucsGraphicsCardEntry: CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB::cucsGraphicsControllerEntry: mib: CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB object: cucsGraphicsControllerEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.73.2.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-LICENSE-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-LICENSE-MIB.yml index 29db68ec..273030a2 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-LICENSE-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-LICENSE-MIB.yml @@ -374,6 +374,7 @@ CISCO-UNIFIED-COMPUTING-LICENSE-MIB::cucsLicenseFileEntry: mib: CISCO-UNIFIED-COMPUTING-LICENSE-MIB object: cucsLicenseFileEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.25.8.1.1 @@ -496,6 +497,7 @@ CISCO-UNIFIED-COMPUTING-LICENSE-MIB::cucsLicenseFileEntry: CISCO-UNIFIED-COMPUTING-LICENSE-MIB::cucsLicenseInstanceEntry: mib: CISCO-UNIFIED-COMPUTING-LICENSE-MIB object: cucsLicenseInstanceEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.25.10.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-LS-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-LS-MIB.yml index 7e229a5d..2b4f45d0 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-LS-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-LS-MIB.yml @@ -52,6 +52,7 @@ CISCO-UNIFIED-COMPUTING-LS-MIB::cucsLsBindingEntry: mib: CISCO-UNIFIED-COMPUTING-LS-MIB object: cucsLsBindingEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.26.2.1.1 @@ -142,6 +143,7 @@ CISCO-UNIFIED-COMPUTING-LS-MIB::cucsLsBindingEntry: CISCO-UNIFIED-COMPUTING-LS-MIB::cucsLsRequirementEntry: mib: CISCO-UNIFIED-COMPUTING-LS-MIB object: cucsLsRequirementEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.26.4.1.1 @@ -209,6 +211,7 @@ CISCO-UNIFIED-COMPUTING-LS-MIB::cucsLsRequirementEntry: CISCO-UNIFIED-COMPUTING-LS-MIB::cucsLsServerEntry: mib: CISCO-UNIFIED-COMPUTING-LS-MIB object: cucsLsServerEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.26.5.1.1 @@ -687,6 +690,7 @@ CISCO-UNIFIED-COMPUTING-LS-MIB::cucsLsServerEntry: CISCO-UNIFIED-COMPUTING-LS-MIB::cucsLsFcZoneEntry: mib: CISCO-UNIFIED-COMPUTING-LS-MIB object: cucsLsFcZoneEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.26.11.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-LSMAINT-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-LSMAINT-MIB.yml index 06621936..eefe48bc 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-LSMAINT-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-LSMAINT-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-LSMAINT-MIB::cucsLsmaintAckEntry: mib: CISCO-UNIFIED-COMPUTING-LSMAINT-MIB object: cucsLsmaintAckEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.28.1.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB.yml index 496ae0e1..8ae5c43d 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB::cucsLstorageDasScsiLunEntry: mib: CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB object: cucsLstorageDasScsiLunEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.79.14.1.1 @@ -459,6 +460,7 @@ CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB::cucsLstorageDasScsiLunEntry: CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB::cucsLstorageControllerDefEntry: mib: CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB object: cucsLstorageControllerDefEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.79.52.1.1 @@ -886,6 +888,7 @@ CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB::cucsLstorageControllerDefEntry: CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB::cucsLstorageSecurityEntry: mib: CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB object: cucsLstorageSecurityEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.79.67.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-MEMORY-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-MEMORY-MIB.yml index 27f7fc1a..558317a7 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-MEMORY-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-MEMORY-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryArrayEntry: mib: CISCO-UNIFIED-COMPUTING-MEMORY-MIB object: cucsMemoryArrayEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.30.1.1.1 @@ -100,6 +101,7 @@ CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryArrayEntry: CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryArrayEnvStatsEntry: mib: CISCO-UNIFIED-COMPUTING-MEMORY-MIB object: cucsMemoryArrayEnvStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.30.2.1.1 @@ -210,6 +212,7 @@ CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryArrayEnvStatsEntry: CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryBufferUnitEntry: mib: CISCO-UNIFIED-COMPUTING-MEMORY-MIB object: cucsMemoryBufferUnitEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.30.4.1.1 @@ -285,6 +288,7 @@ CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryBufferUnitEntry: CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryBufferUnitEnvStatsEntry: mib: CISCO-UNIFIED-COMPUTING-MEMORY-MIB object: cucsMemoryBufferUnitEnvStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.30.5.1.1 @@ -395,6 +399,7 @@ CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryBufferUnitEnvStatsEntry: CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryErrorStatsEntry: mib: CISCO-UNIFIED-COMPUTING-MEMORY-MIB object: cucsMemoryErrorStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.30.7.1.1 @@ -835,6 +840,7 @@ CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryErrorStatsEntry: CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryUnitEntry: mib: CISCO-UNIFIED-COMPUTING-MEMORY-MIB object: cucsMemoryUnitEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.30.11.1.1 @@ -966,6 +972,7 @@ CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryUnitEntry: CISCO-UNIFIED-COMPUTING-MEMORY-MIB::cucsMemoryUnitEnvStatsEntry: mib: CISCO-UNIFIED-COMPUTING-MEMORY-MIB object: cucsMemoryUnitEnvStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.30.12.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-MGMT-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-MGMT-MIB.yml index e8e00ad5..3476d05b 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-MGMT-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-MGMT-MIB.yml @@ -260,6 +260,7 @@ CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtControllerEntry: mib: CISCO-UNIFIED-COMPUTING-MGMT-MIB object: cucsMgmtControllerEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.31.6.1.1 @@ -1519,6 +1520,7 @@ CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtControllerEntry: CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtConnectionEntry: mib: CISCO-UNIFIED-COMPUTING-MGMT-MIB object: cucsMgmtConnectionEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.31.23.1.1 @@ -2219,6 +2221,7 @@ CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtConnectionEntry: CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtInterfaceEntry: mib: CISCO-UNIFIED-COMPUTING-MGMT-MIB object: cucsMgmtInterfaceEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.31.39.1.1 @@ -2270,6 +2273,7 @@ CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtInterfaceEntry: CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtProfDerivedInterfaceEntry: mib: CISCO-UNIFIED-COMPUTING-MGMT-MIB object: cucsMgmtProfDerivedInterfaceEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.31.40.1.1 @@ -2395,6 +2399,7 @@ CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtProfDerivedInterfaceEntry: CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtBackupPolicyConfigEntry: mib: CISCO-UNIFIED-COMPUTING-MGMT-MIB object: cucsMgmtBackupPolicyConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.31.43.1.1 @@ -2466,6 +2471,7 @@ CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtBackupPolicyConfigEntry: CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtCimcSecureBootEntry: mib: CISCO-UNIFIED-COMPUTING-MGMT-MIB object: cucsMgmtCimcSecureBootEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.31.44.1.1 @@ -2555,6 +2561,7 @@ CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtCimcSecureBootEntry: CISCO-UNIFIED-COMPUTING-MGMT-MIB::cucsMgmtCmcSecureBootEntry: mib: CISCO-UNIFIED-COMPUTING-MGMT-MIB object: cucsMgmtCmcSecureBootEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.31.69.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-MO-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-MO-MIB.yml index dcd7dc19..38a3f9cc 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-MO-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-MO-MIB.yml @@ -213,6 +213,7 @@ CISCO-UNIFIED-COMPUTING-MO-MIB::cucsMoKvCfgHolderEntry: mib: CISCO-UNIFIED-COMPUTING-MO-MIB object: cucsMoKvCfgHolderEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.96.5.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-NETWORK-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-NETWORK-MIB.yml index 2f9a403a..2e44fda2 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-NETWORK-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-NETWORK-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-NETWORK-MIB::cucsNetworkElementEntry: mib: CISCO-UNIFIED-COMPUTING-NETWORK-MIB object: cucsNetworkElementEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.32.1.1.1 @@ -124,6 +125,7 @@ CISCO-UNIFIED-COMPUTING-NETWORK-MIB::cucsNetworkElementEntry: CISCO-UNIFIED-COMPUTING-NETWORK-MIB::cucsNetworkIfStatsEntry: mib: CISCO-UNIFIED-COMPUTING-NETWORK-MIB object: cucsNetworkIfStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.32.2.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-NFS-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-NFS-MIB.yml index 95366e6b..fefa80d3 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-NFS-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-NFS-MIB.yml @@ -252,6 +252,7 @@ CISCO-UNIFIED-COMPUTING-NFS-MIB::cucsNfsMountInstEntry: mib: CISCO-UNIFIED-COMPUTING-NFS-MIB object: cucsNfsMountInstEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.67.6.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-OS-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-OS-MIB.yml index 0450bc42..c6560a98 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-OS-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-OS-MIB.yml @@ -153,6 +153,7 @@ CISCO-UNIFIED-COMPUTING-OS-MIB::cucsOsEthBondIntfEntry: mib: CISCO-UNIFIED-COMPUTING-OS-MIB object: cucsOsEthBondIntfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.35.9.1.1 @@ -410,6 +411,7 @@ CISCO-UNIFIED-COMPUTING-OS-MIB::cucsOsEthBondIntfEntry: CISCO-UNIFIED-COMPUTING-OS-MIB::cucsOsEthIntfEntry: mib: CISCO-UNIFIED-COMPUTING-OS-MIB object: cucsOsEthIntfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.35.16.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-PCI-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-PCI-MIB.yml index 0688bfe8..97860f6e 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-PCI-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-PCI-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-PCI-MIB::cucsPciUnitEntry: mib: CISCO-UNIFIED-COMPUTING-PCI-MIB object: cucsPciUnitEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.36.1.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-POWER-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-POWER-MIB.yml index c374597f..a91055b8 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-POWER-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-POWER-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerBudgetEntry: mib: CISCO-UNIFIED-COMPUTING-POWER-MIB object: cucsPowerBudgetEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.39.1.1.1 @@ -160,6 +161,7 @@ CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerBudgetEntry: CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerChassisMemberEntry: mib: CISCO-UNIFIED-COMPUTING-POWER-MIB object: cucsPowerChassisMemberEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.39.2.1.1 @@ -359,6 +361,7 @@ CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerChassisMemberEntry: CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerGroupStatsEntry: mib: CISCO-UNIFIED-COMPUTING-POWER-MIB object: cucsPowerGroupStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.39.7.1.1 @@ -606,6 +609,7 @@ CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerGroupStatsEntry: CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerRackUnitMemberEntry: mib: CISCO-UNIFIED-COMPUTING-POWER-MIB object: cucsPowerRackUnitMemberEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.39.12.1.1 @@ -755,6 +759,7 @@ CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerRackUnitMemberEntry: CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerFIMemberEntry: mib: CISCO-UNIFIED-COMPUTING-POWER-MIB object: cucsPowerFIMemberEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.39.15.1.1 @@ -786,6 +791,7 @@ CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerFIMemberEntry: CISCO-UNIFIED-COMPUTING-POWER-MIB::cucsPowerFexMemberEntry: mib: CISCO-UNIFIED-COMPUTING-POWER-MIB object: cucsPowerFexMemberEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.39.16.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB.yml index a85c384e..5b552525 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB.yml @@ -24,6 +24,7 @@ CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorEnvStatsEntry: mib: CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB object: cucsProcessorEnvStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.41.2.1.1 @@ -166,6 +167,7 @@ CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorEnvStatsEntry: CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorErrorStatsEntry: mib: CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB object: cucsProcessorErrorStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.41.4.1.1 @@ -621,6 +623,7 @@ CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorErrorStatsEntry: CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitEntry: mib: CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB object: cucsProcessorUnitEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.41.9.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-SECURITY-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-SECURITY-MIB.yml index 356a0fc6..cd7bce4d 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-SECURITY-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-SECURITY-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-SECURITY-MIB::cucsSecurityUnitEntry: mib: CISCO-UNIFIED-COMPUTING-SECURITY-MIB object: cucsSecurityUnitEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.88.1.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-STORAGE-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-STORAGE-MIB.yml index ad3d4603..3e7ebea5 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-STORAGE-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-STORAGE-MIB.yml @@ -1,6 +1,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageControllerEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageControllerEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.1.1.1 @@ -271,6 +272,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageControllerEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageItemEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageItemEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.3.1.1 @@ -310,6 +312,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageItemEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalDiskEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageLocalDiskEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.4.1.1 @@ -674,6 +677,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalDiskEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalLunEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageLocalLunEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.8.1.1 @@ -831,6 +835,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalLunEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageRaidBatteryEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageRaidBatteryEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.11.1.1 @@ -942,6 +947,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageRaidBatteryEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageEnclosureEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageEnclosureEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.12.1.1 @@ -1081,6 +1087,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageEnclosureEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalDiskSlotEpEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageLocalDiskSlotEpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.13.1.1 @@ -1175,6 +1182,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalDiskSlotEpEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageConnectionDefEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageConnectionDefEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.15.1.1 @@ -1222,6 +1230,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageConnectionDefEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageConnectionPolicyEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageConnectionPolicyEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.16.1.1 @@ -1474,6 +1483,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageConnectionPolicyEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageIniGroupEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageIniGroupEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.24.1.1 @@ -1541,6 +1551,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageIniGroupEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageInitiatorEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageInitiatorEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.25.1.1 @@ -1811,6 +1822,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageInitiatorEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageVirtualDriveEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageVirtualDriveEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.31.1.1 @@ -2053,6 +2065,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageVirtualDriveEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageTransportableFlashModuleEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageTransportableFlashModuleEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.33.1.1 @@ -2124,6 +2137,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageTransportableFlashModuleEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageFlexFlashCardEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageFlexFlashCardEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.34.1.1 @@ -2267,6 +2281,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageFlexFlashCardEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageFlexFlashControllerEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageFlexFlashControllerEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.35.1.1 @@ -2466,6 +2481,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageFlexFlashControllerEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageFlexFlashDriveEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageFlexFlashDriveEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.36.1.1 @@ -2577,6 +2593,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageFlexFlashDriveEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageFlexFlashVirtualDriveEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageFlexFlashVirtualDriveEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.37.1.1 @@ -2660,6 +2677,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageFlexFlashVirtualDriveEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageOperationEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageOperationEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.38.1.1 @@ -2703,6 +2721,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageOperationEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageMezzFlashLifeEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageMezzFlashLifeEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.39.1.1 @@ -2911,6 +2930,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageMezzFlashLifeEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageDiskEnvStatsEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageDiskEnvStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.50.1.1 @@ -3053,6 +3073,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageDiskEnvStatsEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageEnclosureDiskSlotEpEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageEnclosureDiskSlotEpEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.54.1.1 @@ -3206,6 +3227,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageEnclosureDiskSlotEpEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageSasExpanderEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageSasExpanderEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.78.1.1 @@ -3392,6 +3414,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageSasExpanderEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageVDMemberEpEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageVDMemberEpEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.90.1.1 @@ -3784,6 +3807,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageVDMemberEpEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageOnboardDeviceEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageOnboardDeviceEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.108.1.1 @@ -3894,6 +3918,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageOnboardDeviceEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageEmbeddedStorageEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageEmbeddedStorageEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.110.1.1 @@ -3945,6 +3970,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageEmbeddedStorageEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageEnclosureLocalDiskConfigEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageEnclosureLocalDiskConfigEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.111.1.1 @@ -4044,6 +4070,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageEnclosureLocalDiskConfigEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageHddMotherBoardTempStatsEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageHddMotherBoardTempStatsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.112.1.1 @@ -4590,6 +4617,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageHddMotherBoardTempStatsEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageNvmeStatsEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageNvmeStatsEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.122.1.1 @@ -4755,6 +4783,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageNvmeStatsEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageSsdHealthStatsEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageSsdHealthStatsEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.125.1.1 @@ -4996,6 +5025,7 @@ CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageSsdHealthStatsEntry: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageMiniStorageEntry: mib: CISCO-UNIFIED-COMPUTING-STORAGE-MIB object: cucsStorageMiniStorageEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.45.130.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB.yml index 19ab12e8..ae00d5ff 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB.yml @@ -202,6 +202,7 @@ CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB::cucsSysdebugCoreEntry: mib: CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB object: cucsSysdebugCoreEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.47.4.1.1 @@ -585,6 +586,7 @@ CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB::cucsSysdebugCoreEntry: CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB::cucsSysdebugMEpLogEntry: mib: CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB object: cucsSysdebugMEpLogEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.47.13.1.1 @@ -836,6 +838,7 @@ CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB::cucsSysdebugMEpLogEntry: CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB::cucsSysdebugTechSupportEntry: mib: CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB object: cucsSysdebugTechSupportEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.47.18.1.1 @@ -1813,6 +1816,7 @@ CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB::cucsSysdebugTechSupportEntry: CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB::cucsSysdebugDiagnosticLogEntry: mib: CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB object: cucsSysdebugDiagnosticLogEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.47.39.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-TRIG-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-TRIG-MIB.yml index c323224a..4c35c8c8 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-TRIG-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-TRIG-MIB.yml @@ -52,6 +52,7 @@ CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigMetaEntry: mib: CISCO-UNIFIED-COMPUTING-TRIG-MIB object: cucsTrigMetaEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.50.2.1.1 @@ -174,6 +175,7 @@ CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigMetaEntry: CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigSchedEntry: mib: CISCO-UNIFIED-COMPUTING-TRIG-MIB object: cucsTrigSchedEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.50.4.1.1 @@ -225,6 +227,7 @@ CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigSchedEntry: CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigTestEntry: mib: CISCO-UNIFIED-COMPUTING-TRIG-MIB object: cucsTrigTestEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.50.5.1.1 @@ -292,6 +295,7 @@ CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigTestEntry: CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigTriggeredEntry: mib: CISCO-UNIFIED-COMPUTING-TRIG-MIB object: cucsTrigTriggeredEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.50.6.1.1 @@ -331,6 +335,7 @@ CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigTriggeredEntry: CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigClientTokenEntry: mib: CISCO-UNIFIED-COMPUTING-TRIG-MIB object: cucsTrigClientTokenEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.50.7.1.1 @@ -413,6 +418,7 @@ CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigClientTokenEntry: CISCO-UNIFIED-COMPUTING-TRIG-MIB::cucsTrigLocalSchedEntry: mib: CISCO-UNIFIED-COMPUTING-TRIG-MIB object: cucsTrigLocalSchedEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.50.9.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-VM-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-VM-MIB.yml index cd02a2d3..8640318c 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-VM-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-VM-MIB.yml @@ -707,6 +707,7 @@ CISCO-UNIFIED-COMPUTING-VM-MIB::cucsVmVifEntry: mib: CISCO-UNIFIED-COMPUTING-VM-MIB object: cucsVmVifEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.52.11.1.1 @@ -790,6 +791,7 @@ CISCO-UNIFIED-COMPUTING-VM-MIB::cucsVmVifEntry: CISCO-UNIFIED-COMPUTING-VM-MIB::cucsVmVlanEntry: mib: CISCO-UNIFIED-COMPUTING-VM-MIB object: cucsVmVlanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.52.12.1.1 @@ -991,6 +993,7 @@ CISCO-UNIFIED-COMPUTING-VM-MIB::cucsVmVlanEntry: CISCO-UNIFIED-COMPUTING-VM-MIB::cucsVmVsanEntry: mib: CISCO-UNIFIED-COMPUTING-VM-MIB object: cucsVmVsanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.52.15.1.1 diff --git a/objects/cisco/CISCO-UNIFIED-COMPUTING-VNIC-MIB.yml b/objects/cisco/CISCO-UNIFIED-COMPUTING-VNIC-MIB.yml index 355ac669..d56eb547 100644 --- a/objects/cisco/CISCO-UNIFIED-COMPUTING-VNIC-MIB.yml +++ b/objects/cisco/CISCO-UNIFIED-COMPUTING-VNIC-MIB.yml @@ -536,6 +536,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicEtherIfEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicEtherIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.10.1.1 @@ -802,6 +803,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicEtherIfEntry: CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicFcIfEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicFcIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.12.1.1 @@ -967,6 +969,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicFcIfEntry: CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicFcOEIfEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicFcOEIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.15.1.1 @@ -1108,6 +1111,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicFcOEIfEntry: CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicIPv4IfEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicIPv4IfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.18.1.1 @@ -1518,6 +1522,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicIPv4IfEntry: CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicIpcIfEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicIpcIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.24.1.1 @@ -1708,6 +1713,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicIpcIfEntry: CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicLifVlanEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicLifVlanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.26.1.1 @@ -1791,6 +1797,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicLifVlanEntry: CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicLifVsanEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicLifVsanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.27.1.1 @@ -2372,6 +2379,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicLifVsanEntry: CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicScsiIfEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicScsiIfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.34.1.1 @@ -3001,6 +3009,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicScsiIfEntry: CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicVlanEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicVlanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.45.1.1 @@ -4391,6 +4400,7 @@ CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicVlanEntry: CISCO-UNIFIED-COMPUTING-VNIC-MIB::cucsVnicIPv6IfEntry: mib: CISCO-UNIFIED-COMPUTING-VNIC-MIB object: cucsVnicIPv6IfEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.719.1.53.75.1.1 diff --git a/objects/cisco/CISCO-UNITY-MIB.yml b/objects/cisco/CISCO-UNITY-MIB.yml index 2d0034eb..89b2a9ae 100644 --- a/objects/cisco/CISCO-UNITY-MIB.yml +++ b/objects/cisco/CISCO-UNITY-MIB.yml @@ -20,6 +20,7 @@ CISCO-UNITY-MIB::ciscoUnityPortEntry: mib: CISCO-UNITY-MIB object: ciscoUnityPortEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.385.1.1.2.1.1 @@ -75,6 +76,7 @@ CISCO-UNITY-MIB::ciscoUnityPortEntry: CISCO-UNITY-MIB::ciscoUnityGlobalInfo: mib: CISCO-UNITY-MIB object: ciscoUnityGlobalInfo + type: stable discovery_attribute: ciscoUnityServerState attributes: ciscoUnityServerState: diff --git a/objects/cisco/CISCO-VOICE-APPS-MIB.yml b/objects/cisco/CISCO-VOICE-APPS-MIB.yml index ebd0d716..d0e08d46 100644 --- a/objects/cisco/CISCO-VOICE-APPS-MIB.yml +++ b/objects/cisco/CISCO-VOICE-APPS-MIB.yml @@ -1,6 +1,7 @@ CISCO-VOICE-APPS-MIB::cvaWorkflowInstallEntry: mib: CISCO-VOICE-APPS-MIB object: cvaWorkflowInstallEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.190.1.1.1.1.1 diff --git a/objects/cisco/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB.yml b/objects/cisco/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB.yml index 63843f38..83625c53 100644 --- a/objects/cisco/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB.yml +++ b/objects/cisco/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB.yml @@ -1,6 +1,7 @@ CISCO-VOICE-COMMON-DIAL-CONTROL-MIB::cvCommonDcCallActiveEntry: mib: CISCO-VOICE-COMMON-DIAL-CONTROL-MIB object: cvCommonDcCallActiveEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.21.1.3.1.1.1 @@ -44,6 +45,7 @@ CISCO-VOICE-COMMON-DIAL-CONTROL-MIB::cvCommonDcCallActiveEntry: CISCO-VOICE-COMMON-DIAL-CONTROL-MIB::cvCommonDcCallHistoryEntry: mib: CISCO-VOICE-COMMON-DIAL-CONTROL-MIB object: cvCommonDcCallHistoryEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.10.25.1.4.3.1.1 diff --git a/objects/cisco/CISCO-VOICE-DIAL-CONTROL-MIB.yml b/objects/cisco/CISCO-VOICE-DIAL-CONTROL-MIB.yml index 0f123a15..7af5e05a 100644 --- a/objects/cisco/CISCO-VOICE-DIAL-CONTROL-MIB.yml +++ b/objects/cisco/CISCO-VOICE-DIAL-CONTROL-MIB.yml @@ -1,6 +1,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvPeerCfgEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvPeerCfgEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.9.9.63.1.2.1.1.1 @@ -24,6 +25,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvPeerCfgEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvVoicePeerCfgEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvVoicePeerCfgEntry + type: stable index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -84,6 +86,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvVoicePeerCfgEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvVoIPPeerCfgEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvVoIPPeerCfgEntry + type: stable index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -236,6 +239,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvVoIPPeerCfgEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvPeerCommonCfgEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvPeerCommonCfgEntry + type: stable index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -308,6 +312,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvPeerCommonCfgEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvGatewayCallActive: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvGatewayCallActive + type: active discovery_attribute: cvCallActiveDS0s attributes: cvCallActiveDS0s: @@ -334,6 +339,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvGatewayCallActive: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallActiveEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallActiveEntry + type: active augments: DIAL-CONTROL-MIB::callActiveEntry discovery_attribute: cvCallActiveTxDuration attributes: @@ -413,6 +419,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallActiveEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvVoIPCallActiveEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvVoIPCallActiveEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.21.1.3.1.1.1 @@ -604,6 +611,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvVoIPCallActiveEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolume: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallVolume + type: dynamic discovery_attribute: cvCallVolConnTotalActiveConnections attributes: cvCallVolConnTotalActiveConnections: @@ -618,6 +626,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolume: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolConnEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallVolConnEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.3.8.1.1.1 @@ -633,6 +642,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolConnEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolPeerEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallVolPeerEntry + type: dynamic augments: CISCO-VOICE-DIAL-CONTROL-MIB::cvPeerCfgEntry discovery_attribute: cvCallVolPeerOutgoingCalls attributes: @@ -648,6 +658,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolPeerEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolIfEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallVolIfEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -688,6 +699,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolIfEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallRateMonitor: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallRateMonitor + type: dynamic discovery_attribute: cvCallRateMonitorEnable attributes: cvCallRateMonitorEnable: @@ -710,6 +722,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallRateMonitor: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallHistoryEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallHistoryEntry + type: dynamic augments: CISCO-DIAL-CONTROL-MIB::cCallHistoryEntry discovery_attribute: cvCallHistoryTxDuration attributes: @@ -769,6 +782,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallHistoryEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvVoIPCallHistoryEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvVoIPCallHistoryEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.10.25.1.4.3.1.1 @@ -964,6 +978,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvVoIPCallHistoryEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolumeStatsHistory: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallVolumeStatsHistory + type: active discovery_attribute: cvCallDurationStatsThreshold attributes: cvCallDurationStatsThreshold: @@ -978,6 +993,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolumeStatsHistory: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallRateStatsEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallRateStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.4.3.1.1.1 @@ -1001,6 +1017,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallRateStatsEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallLegRateStatsEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallLegRateStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.4.3.2.1.1 @@ -1024,6 +1041,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallLegRateStatsEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvActiveCallStatsEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvActiveCallStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.4.3.3.1.1 @@ -1047,6 +1065,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvActiveCallStatsEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallDurationStatsEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallDurationStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.4.3.4.1.1 @@ -1070,6 +1089,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallDurationStatsEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvSipMsgRateStatsEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvSipMsgRateStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.4.3.5.1.1 @@ -1093,6 +1113,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvSipMsgRateStatsEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallRateWMEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallRateWMEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.4.3.6.1.1 @@ -1116,6 +1137,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallRateWMEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallLegRateWMEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvCallLegRateWMEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.4.3.7.1.1 @@ -1139,6 +1161,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvCallLegRateWMEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvActiveCallWMEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvActiveCallWMEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.4.3.8.1.1 @@ -1162,6 +1185,7 @@ CISCO-VOICE-DIAL-CONTROL-MIB::cvActiveCallWMEntry: CISCO-VOICE-DIAL-CONTROL-MIB::cvSipMsgRateWMEntry: mib: CISCO-VOICE-DIAL-CONTROL-MIB object: cvSipMsgRateWMEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.9.9.63.1.4.3.9.1.1 diff --git a/objects/cisco/CISCO-VTP-MIB.yml b/objects/cisco/CISCO-VTP-MIB.yml index a5cf738b..17fc3bdc 100644 --- a/objects/cisco/CISCO-VTP-MIB.yml +++ b/objects/cisco/CISCO-VTP-MIB.yml @@ -1,6 +1,7 @@ CISCO-VTP-MIB::vtpStatus: mib: CISCO-VTP-MIB object: vtpStatus + type: active discovery_attribute: vtpVersion attributes: vtpVersion: @@ -15,6 +16,7 @@ CISCO-VTP-MIB::vtpStatus: CISCO-VTP-MIB::managementDomainEntry: mib: CISCO-VTP-MIB object: managementDomainEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.46.1.2.1.1.1 @@ -94,6 +96,7 @@ CISCO-VTP-MIB::managementDomainEntry: CISCO-VTP-MIB::vtpVlanEntry: mib: CISCO-VTP-MIB object: vtpVlanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.46.1.2.1.1.1 @@ -177,6 +180,7 @@ CISCO-VTP-MIB::vtpVlanEntry: CISCO-VTP-MIB::internalVlanInfo: mib: CISCO-VTP-MIB object: internalVlanInfo + type: active augments: CISCO-VTP-MIB::vtpStatus discovery_attribute: vtpInternalVlanAllocPolicy attributes: @@ -188,6 +192,7 @@ CISCO-VTP-MIB::internalVlanInfo: CISCO-VTP-MIB::vtpInternalVlanEntry: mib: CISCO-VTP-MIB object: vtpInternalVlanEntry + type: stable augments: CISCO-VTP-MIB::vtpVlanEntry discovery_attribute: vtpInternalVlanOwner attributes: @@ -199,6 +204,7 @@ CISCO-VTP-MIB::vtpInternalVlanEntry: CISCO-VTP-MIB::vtpStatsEntry: mib: CISCO-VTP-MIB object: vtpStatsEntry + type: dynamic augments: CISCO-VTP-MIB::managementDomainEntry discovery_attribute: vtpInSubsetAdverts attributes: @@ -238,6 +244,7 @@ CISCO-VTP-MIB::vtpStatsEntry: CISCO-VTP-MIB::vlanTrunkPortEntry: mib: CISCO-VTP-MIB object: vlanTrunkPortEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.46.1.6.1.1.1 @@ -386,6 +393,7 @@ CISCO-VTP-MIB::vlanTrunkPortEntry: CISCO-VTP-MIB::vtpDiscoverEntry: mib: CISCO-VTP-MIB object: vtpDiscoverEntry + type: dynamic augments: CISCO-VTP-MIB::managementDomainEntry discovery_attribute: vtpDiscoverStatus attributes: @@ -405,6 +413,7 @@ CISCO-VTP-MIB::vtpDiscoverEntry: CISCO-VTP-MIB::vtpDiscoverResultEntry: mib: CISCO-VTP-MIB object: vtpDiscoverResultEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.46.1.2.1.1.1 @@ -444,6 +453,7 @@ CISCO-VTP-MIB::vtpDiscoverResultEntry: CISCO-VTP-MIB::vtpDatabaseEntry: mib: CISCO-VTP-MIB object: vtpDatabaseEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.9.9.46.1.2.1.1.1 @@ -487,6 +497,7 @@ CISCO-VTP-MIB::vtpDatabaseEntry: CISCO-VTP-MIB::vtpAuthEntry: mib: CISCO-VTP-MIB object: vtpAuthEntry + type: dynamic augments: CISCO-VTP-MIB::managementDomainEntry discovery_attribute: vtpAuthPasswordType attributes: @@ -506,6 +517,7 @@ CISCO-VTP-MIB::vtpAuthEntry: CISCO-VTP-MIB::vlanStatistics: mib: CISCO-VTP-MIB object: vlanStatistics + type: active augments: CISCO-VTP-MIB::vtpStatus discovery_attribute: vlanStatsVlans attributes: diff --git a/objects/cisco/OLD-CISCO-IP-MIB.yml b/objects/cisco/OLD-CISCO-IP-MIB.yml index c1e96e62..dd818b53 100644 --- a/objects/cisco/OLD-CISCO-IP-MIB.yml +++ b/objects/cisco/OLD-CISCO-IP-MIB.yml @@ -1,6 +1,7 @@ OLD-CISCO-IP-MIB::lip: mib: OLD-CISCO-IP-MIB object: lip + type: dynamic discovery_attribute: actThresh attributes: actThresh: @@ -35,6 +36,7 @@ OLD-CISCO-IP-MIB::lip: OLD-CISCO-IP-MIB::lipAddrEntry: mib: OLD-CISCO-IP-MIB object: lipAddrEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.4.20.1.1 @@ -70,6 +72,7 @@ OLD-CISCO-IP-MIB::lipAddrEntry: OLD-CISCO-IP-MIB::lipRouteEntry: mib: OLD-CISCO-IP-MIB object: lipRouteEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.4.21.1.1 @@ -93,6 +96,7 @@ OLD-CISCO-IP-MIB::lipRouteEntry: OLD-CISCO-IP-MIB::lipAccountEntry: mib: OLD-CISCO-IP-MIB object: lipAccountEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.4.1.9.2.4.7.1.1 @@ -120,6 +124,7 @@ OLD-CISCO-IP-MIB::lipAccountEntry: OLD-CISCO-IP-MIB::lipCkAccountEntry: mib: OLD-CISCO-IP-MIB object: lipCkAccountEntry + type: dynamic augments: OLD-CISCO-IP-MIB::lipAccountEntry discovery_attribute: ckactPkts attributes: diff --git a/objects/cisco/OLD-CISCO-SYS-MIB.yml b/objects/cisco/OLD-CISCO-SYS-MIB.yml index ac7bac6b..2be2d9ec 100644 --- a/objects/cisco/OLD-CISCO-SYS-MIB.yml +++ b/objects/cisco/OLD-CISCO-SYS-MIB.yml @@ -1,6 +1,7 @@ OLD-CISCO-SYS-MIB::lsystem: mib: OLD-CISCO-SYS-MIB object: lsystem + type: dynamic augments: SNMPv2-MIB::system discovery_attribute: busyPer attributes: diff --git a/objects/cloudgenix/CGX-ENV-MIB.yml b/objects/cloudgenix/CGX-ENV-MIB.yml index 852ae916..87005289 100644 --- a/objects/cloudgenix/CGX-ENV-MIB.yml +++ b/objects/cloudgenix/CGX-ENV-MIB.yml @@ -1,6 +1,7 @@ CGX-ENV-MIB::cgxEnvData: mib: CGX-ENV-MIB object: cgxEnvData + type: stable discovery_attribute: cgxEnvNumFans attributes: cgxEnvNumFans: @@ -27,6 +28,7 @@ CGX-ENV-MIB::cgxEnvData: CGX-ENV-MIB::cgxEnvFanEntry: mib: CGX-ENV-MIB object: cgxEnvFanEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.50114.10.3.10.11.1.1 @@ -55,6 +57,7 @@ CGX-ENV-MIB::cgxEnvFanEntry: CGX-ENV-MIB::cgxEnvPsuEntry: mib: CGX-ENV-MIB object: cgxEnvPsuEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.50114.10.3.10.21.1.1 @@ -78,6 +81,7 @@ CGX-ENV-MIB::cgxEnvPsuEntry: CGX-ENV-MIB::cgxEnvTempEntry: mib: CGX-ENV-MIB object: cgxEnvTempEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.50114.10.3.10.31.1.1 @@ -106,6 +110,7 @@ CGX-ENV-MIB::cgxEnvTempEntry: CGX-ENV-MIB::cgxEnvPowerEntry: mib: CGX-ENV-MIB object: cgxEnvPowerEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.50114.10.3.10.41.1.1 diff --git a/objects/cloudgenix/CGX-STATUS-MIB.yml b/objects/cloudgenix/CGX-STATUS-MIB.yml index 572a3ea8..8822f144 100644 --- a/objects/cloudgenix/CGX-STATUS-MIB.yml +++ b/objects/cloudgenix/CGX-STATUS-MIB.yml @@ -1,6 +1,7 @@ CGX-STATUS-MIB::cgxTunnelEntry: mib: CGX-STATUS-MIB object: cgxTunnelEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.50114.10.2.10.1.1.1 @@ -96,6 +97,7 @@ CGX-STATUS-MIB::cgxTunnelEntry: CGX-STATUS-MIB::cgxIfExtensionMIB: mib: CGX-STATUS-MIB object: cgxIfExtensionMIB + type: active discovery_attribute: cgxIfSfpNumber attributes: cgxIfSfpNumber: @@ -107,6 +109,7 @@ CGX-STATUS-MIB::cgxIfExtensionMIB: CGX-STATUS-MIB::cgxIfSfpEntry: mib: CGX-STATUS-MIB object: cgxIfSfpEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.50114.10.2.11.11.1.1 diff --git a/objects/cumulus/CUMULUS-BGPUN-MIB.yml b/objects/cumulus/CUMULUS-BGPUN-MIB.yml index 4ee4f517..8ac3b375 100644 --- a/objects/cumulus/CUMULUS-BGPUN-MIB.yml +++ b/objects/cumulus/CUMULUS-BGPUN-MIB.yml @@ -1,6 +1,7 @@ CUMULUS-BGPUN-MIB::bgpPeerEntry: mib: CUMULUS-BGPUN-MIB object: bgpPeerEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.4.1.40310.4.3.1.1.7 @@ -126,6 +127,7 @@ CUMULUS-BGPUN-MIB::bgpPeerEntry: CUMULUS-BGPUN-MIB::bgp4PathAttrEntry: mib: CUMULUS-BGPUN-MIB object: bgp4PathAttrEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.40310.4.5.1.3 diff --git a/objects/cumulus/CUMULUS-BGPVRF-MIB.yml b/objects/cumulus/CUMULUS-BGPVRF-MIB.yml index 6600c937..6e2189e8 100644 --- a/objects/cumulus/CUMULUS-BGPVRF-MIB.yml +++ b/objects/cumulus/CUMULUS-BGPVRF-MIB.yml @@ -1,6 +1,7 @@ CUMULUS-BGPVRF-MIB::bgpPeerEntry: mib: CUMULUS-BGPVRF-MIB object: bgpPeerEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.40310.7.6 @@ -133,6 +134,7 @@ CUMULUS-BGPVRF-MIB::bgpPeerEntry: CUMULUS-BGPVRF-MIB::bgp4PathAttrEntry: mib: CUMULUS-BGPVRF-MIB object: bgp4PathAttrEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.40310.7.5.1.3 diff --git a/objects/cumulus/CUMULUS-COUNTERS-MIB.yml b/objects/cumulus/CUMULUS-COUNTERS-MIB.yml index d36d6ac1..c7ba2614 100644 --- a/objects/cumulus/CUMULUS-COUNTERS-MIB.yml +++ b/objects/cumulus/CUMULUS-COUNTERS-MIB.yml @@ -1,6 +1,7 @@ CUMULUS-COUNTERS-MIB::discardCountersEntry: mib: CUMULUS-COUNTERS-MIB object: discardCountersEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -46,6 +47,7 @@ CUMULUS-COUNTERS-MIB::discardCountersEntry: CUMULUS-COUNTERS-MIB::discardClCountersEntry: mib: CUMULUS-COUNTERS-MIB object: discardClCountersEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -91,6 +93,7 @@ CUMULUS-COUNTERS-MIB::discardClCountersEntry: CUMULUS-COUNTERS-MIB::interfaceCountersEntry: mib: CUMULUS-COUNTERS-MIB object: interfaceCountersEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -146,6 +149,7 @@ CUMULUS-COUNTERS-MIB::interfaceCountersEntry: CUMULUS-COUNTERS-MIB::interfaceClCountersEntry: mib: CUMULUS-COUNTERS-MIB object: interfaceClCountersEntry + type: dynamic augments: CUMULUS-COUNTERS-MIB::interfaceCountersEntry discovery_attribute: clIntInOctets attributes: @@ -229,6 +233,7 @@ CUMULUS-COUNTERS-MIB::interfaceClCountersEntry: CUMULUS-COUNTERS-MIB::pfcClCountersEntry: mib: CUMULUS-COUNTERS-MIB object: pfcClCountersEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -334,6 +339,7 @@ CUMULUS-COUNTERS-MIB::pfcClCountersEntry: CUMULUS-COUNTERS-MIB::tcClCountersEntry: mib: CUMULUS-COUNTERS-MIB object: tcClCountersEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -469,6 +475,7 @@ CUMULUS-COUNTERS-MIB::tcClCountersEntry: CUMULUS-COUNTERS-MIB::upDownCountersEntry: mib: CUMULUS-COUNTERS-MIB object: upDownCountersEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/cumulus/CUMULUS-POE-MIB.yml b/objects/cumulus/CUMULUS-POE-MIB.yml index 80753dba..fadf3952 100644 --- a/objects/cumulus/CUMULUS-POE-MIB.yml +++ b/objects/cumulus/CUMULUS-POE-MIB.yml @@ -1,6 +1,7 @@ CUMULUS-POE-MIB::poeSystemValues: mib: CUMULUS-POE-MIB object: poeSystemValues + type: dynamic discovery_attribute: poeTotalSystemPower attributes: poeTotalSystemPower: @@ -23,6 +24,7 @@ CUMULUS-POE-MIB::poeSystemValues: CUMULUS-POE-MIB::poeObjectsEntry: mib: CUMULUS-POE-MIB object: poeObjectsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/cumulus/CUMULUS-RESOURCES-MIB.yml b/objects/cumulus/CUMULUS-RESOURCES-MIB.yml index 943e385b..5d93a986 100644 --- a/objects/cumulus/CUMULUS-RESOURCES-MIB.yml +++ b/objects/cumulus/CUMULUS-RESOURCES-MIB.yml @@ -1,6 +1,7 @@ CUMULUS-RESOURCES-MIB::l3Tables: mib: CUMULUS-RESOURCES-MIB object: l3Tables + type: active discovery_attribute: l3HostTableCurrentEntries attributes: l3HostTableCurrentEntries: @@ -141,6 +142,7 @@ CUMULUS-RESOURCES-MIB::l3Tables: CUMULUS-RESOURCES-MIB::l2Tables: mib: CUMULUS-RESOURCES-MIB object: l2Tables + type: active discovery_attribute: l2MacTableCurrentEntries attributes: l2MacTableCurrentEntries: @@ -167,6 +169,7 @@ CUMULUS-RESOURCES-MIB::l2Tables: CUMULUS-RESOURCES-MIB::bufferUtilizn: mib: CUMULUS-RESOURCES-MIB object: bufferUtilizn + type: active discovery_attribute: bufUtiliznComputeTime attributes: bufUtiliznComputeTime: @@ -192,6 +195,7 @@ CUMULUS-RESOURCES-MIB::bufferUtilizn: CUMULUS-RESOURCES-MIB::bufUtiliznEntry: mib: CUMULUS-RESOURCES-MIB object: bufUtiliznEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.40310.1.3.4.1.1 @@ -230,6 +234,7 @@ CUMULUS-RESOURCES-MIB::bufUtiliznEntry: CUMULUS-RESOURCES-MIB::portPGBufUtiliznEntry: mib: CUMULUS-RESOURCES-MIB object: portPGBufUtiliznEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -335,6 +340,7 @@ CUMULUS-RESOURCES-MIB::portPGBufUtiliznEntry: CUMULUS-RESOURCES-MIB::portPoolBufUtiliznEntry: mib: CUMULUS-RESOURCES-MIB object: portPoolBufUtiliznEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -550,6 +556,7 @@ CUMULUS-RESOURCES-MIB::portPoolBufUtiliznEntry: CUMULUS-RESOURCES-MIB::portTCBufUtiliznEntry: mib: CUMULUS-RESOURCES-MIB object: portTCBufUtiliznEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/cumulus/CUMULUS-SENSOR-MIB.yml b/objects/cumulus/CUMULUS-SENSOR-MIB.yml index 32e6e3f7..e5c9ff2c 100644 --- a/objects/cumulus/CUMULUS-SENSOR-MIB.yml +++ b/objects/cumulus/CUMULUS-SENSOR-MIB.yml @@ -1,6 +1,7 @@ CUMULUS-SENSOR-MIB::entPhySensorEntry: mib: CUMULUS-SENSOR-MIB object: entPhySensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.40310.6.1.1.1.1 @@ -62,3 +63,19 @@ CUMULUS-SENSOR-MIB::entPhySensorEntry: oid: .1.3.6.1.4.1.40310.6.1.1.1.14 name: cumulus.entPhySensorAdminStatus syntax: EnumInteger + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString diff --git a/objects/cumulus/CUMULUS-STATUS-MIB.yml b/objects/cumulus/CUMULUS-STATUS-MIB.yml index d5f5b959..37e947d4 100644 --- a/objects/cumulus/CUMULUS-STATUS-MIB.yml +++ b/objects/cumulus/CUMULUS-STATUS-MIB.yml @@ -1,6 +1,7 @@ CUMULUS-STATUS-MIB::agentSwitchCpuProcessGroup: mib: CUMULUS-STATUS-MIB object: agentSwitchCpuProcessGroup + type: dynamic discovery_attribute: agentSwitchCpuProcessMemFree attributes: agentSwitchCpuProcessMemFree: @@ -102,6 +103,7 @@ CUMULUS-STATUS-MIB::agentSwitchCpuProcessGroup: CUMULUS-STATUS-MIB::agentSwitchNotifications: mib: CUMULUS-STATUS-MIB object: agentSwitchNotifications + type: dynamic discovery_attribute: agentSwitchCpuutilizationStatus attributes: agentSwitchCpuutilizationStatus: diff --git a/objects/digi/DIGI-IA-MIB.yml b/objects/digi/DIGI-IA-MIB.yml index 25dc6d9d..509d0c48 100644 --- a/objects/digi/DIGI-IA-MIB.yml +++ b/objects/digi/DIGI-IA-MIB.yml @@ -345,6 +345,7 @@ DIGI-IA-MIB::iaStatisticsModbus: mib: DIGI-IA-MIB object: iaStatisticsModbus + type: dynamic discovery_attribute: modbusResourceErrors attributes: modbusResourceErrors: @@ -415,6 +416,7 @@ DIGI-IA-MIB::iaStatisticsModbus: DIGI-IA-MIB::iaStatisticsDF1FullDuplex: mib: DIGI-IA-MIB object: iaStatisticsDF1FullDuplex + type: dynamic discovery_attribute: df1FullDuplexResourceErrors attributes: df1FullDuplexResourceErrors: @@ -486,6 +488,7 @@ DIGI-IA-MIB::iaStatisticsDF1FullDuplex: DIGI-IA-MIB::iaStatisticsOmronHostLink: mib: DIGI-IA-MIB object: iaStatisticsOmronHostLink + type: dynamic discovery_attribute: omronHostLinkResourceErrors attributes: omronHostLinkResourceErrors: @@ -557,6 +560,7 @@ DIGI-IA-MIB::iaStatisticsOmronHostLink: DIGI-IA-MIB::iaStatisticsOmronFins: mib: DIGI-IA-MIB object: iaStatisticsOmronFins + type: dynamic discovery_attribute: omronFinsResourceErrors attributes: omronFinsResourceErrors: @@ -628,6 +632,7 @@ DIGI-IA-MIB::iaStatisticsOmronFins: DIGI-IA-MIB::iaStatisticsOmronCompowayf: mib: DIGI-IA-MIB object: iaStatisticsOmronCompowayf + type: dynamic discovery_attribute: omronCompowayfResourceErrors attributes: omronCompowayfResourceErrors: @@ -699,6 +704,7 @@ DIGI-IA-MIB::iaStatisticsOmronCompowayf: DIGI-IA-MIB::iaStatisticsUserDefined: mib: DIGI-IA-MIB object: iaStatisticsUserDefined + type: dynamic discovery_attribute: userDefinedResourceErrors attributes: userDefinedResourceErrors: @@ -770,6 +776,7 @@ DIGI-IA-MIB::iaStatisticsUserDefined: DIGI-IA-MIB::iaStatisticsDF1HalfDuplex: mib: DIGI-IA-MIB object: iaStatisticsDF1HalfDuplex + type: dynamic discovery_attribute: df1HalfDuplexResourceErrors attributes: df1HalfDuplexResourceErrors: diff --git a/objects/digi/DIGI-MODBUS-MIB.yml b/objects/digi/DIGI-MODBUS-MIB.yml index 198bd183..53e6bbc5 100644 --- a/objects/digi/DIGI-MODBUS-MIB.yml +++ b/objects/digi/DIGI-MODBUS-MIB.yml @@ -1,6 +1,7 @@ DIGI-MODBUS-MIB::modbusGlobal: mib: DIGI-MODBUS-MIB object: modbusGlobal + type: dynamic discovery_attribute: globalConnectionAttempts attributes: globalConnectionAttempts: @@ -22,6 +23,7 @@ DIGI-MODBUS-MIB::modbusGlobal: DIGI-MODBUS-MIB::masterDescriptorSettingsEntry: mib: DIGI-MODBUS-MIB object: masterDescriptorSettingsEntry + type: dynamic augments: DIGI-MODBUS-MIB::masterDescriptorStatisticsEntry discovery_attribute: masterDescriptorSerial attributes: @@ -85,6 +87,7 @@ DIGI-MODBUS-MIB::masterDescriptorSettingsEntry: DIGI-MODBUS-MIB::masterDescriptorStatisticsEntry: mib: DIGI-MODBUS-MIB object: masterDescriptorStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.10.11.11.12.12.1.11 @@ -171,6 +174,7 @@ DIGI-MODBUS-MIB::masterDescriptorStatisticsEntry: DIGI-MODBUS-MIB::slaveDescriptorSettingsEntry: mib: DIGI-MODBUS-MIB object: slaveDescriptorSettingsEntry + type: dynamic augments: DIGI-MODBUS-MIB::slaveDescriptorStatisticsEntry discovery_attribute: slaveDescriptorSerial attributes: @@ -222,6 +226,7 @@ DIGI-MODBUS-MIB::slaveDescriptorSettingsEntry: DIGI-MODBUS-MIB::slaveDescriptorStatisticsEntry: mib: DIGI-MODBUS-MIB object: slaveDescriptorStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.10.11.11.13.12.1.11 diff --git a/objects/digi/DIGI-PASSPORT-FIPS-MIB.yml b/objects/digi/DIGI-PASSPORT-FIPS-MIB.yml index 25505bcc..22dbeb35 100644 --- a/objects/digi/DIGI-PASSPORT-FIPS-MIB.yml +++ b/objects/digi/DIGI-PASSPORT-FIPS-MIB.yml @@ -1,6 +1,7 @@ DIGI-PASSPORT-FIPS-MIB::general: mib: DIGI-PASSPORT-FIPS-MIB object: general + type: dynamic discovery_attribute: generalModel attributes: generalModel: @@ -43,6 +44,7 @@ DIGI-PASSPORT-FIPS-MIB::general: DIGI-PASSPORT-FIPS-MIB::processor: mib: DIGI-PASSPORT-FIPS-MIB object: processor + type: dynamic augments: DIGI-PASSPORT-FIPS-MIB::general discovery_attribute: processorUtilization attributes: @@ -55,6 +57,7 @@ DIGI-PASSPORT-FIPS-MIB::processor: DIGI-PASSPORT-FIPS-MIB::memory: mib: DIGI-PASSPORT-FIPS-MIB object: memory + type: dynamic augments: DIGI-PASSPORT-FIPS-MIB::general discovery_attribute: memoryTotalMemory attributes: @@ -102,6 +105,7 @@ DIGI-PASSPORT-FIPS-MIB::memory: DIGI-PASSPORT-FIPS-MIB::portEntry: # portManageEntry mib: DIGI-PASSPORT-FIPS-MIB object: portEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.11.10.25.11.1.11 @@ -982,6 +986,7 @@ DIGI-PASSPORT-FIPS-MIB::portEntry: # portManageEntry DIGI-PASSPORT-FIPS-MIB::powerEntry: mib: DIGI-PASSPORT-FIPS-MIB object: powerEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.11.10.25.22.1.11 @@ -1047,6 +1052,7 @@ DIGI-PASSPORT-FIPS-MIB::powerEntry: DIGI-PASSPORT-FIPS-MIB::portsStatEntry: mib: DIGI-PASSPORT-FIPS-MIB object: portsStatEntry + type: dynamic augments: DIGI-PASSPORT-FIPS-MIB::portEntry discovery_attribute: portsStatBaudRate attributes: @@ -1986,6 +1992,7 @@ DIGI-PASSPORT-FIPS-MIB::portsStatEntry: DIGI-PASSPORT-FIPS-MIB::whoEntry: mib: DIGI-PASSPORT-FIPS-MIB object: whoEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.332.11.10.30.1.11 @@ -2176,6 +2183,7 @@ DIGI-PASSPORT-FIPS-MIB::whoEntry: DIGI-PASSPORT-FIPS-MIB::powerUnitOutletEntry: mib: DIGI-PASSPORT-FIPS-MIB object: powerUnitOutletEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.11.10.34.2.1.12 diff --git a/objects/digi/DIGI-PASSPORT-MIB.yml b/objects/digi/DIGI-PASSPORT-MIB.yml index 15a94f7c..4662b687 100644 --- a/objects/digi/DIGI-PASSPORT-MIB.yml +++ b/objects/digi/DIGI-PASSPORT-MIB.yml @@ -1,6 +1,7 @@ DIGI-PASSPORT-MIB::general: mib: DIGI-PASSPORT-MIB object: general + type: dynamic discovery_attribute: generalModel attributes: generalModel: @@ -47,6 +48,7 @@ DIGI-PASSPORT-MIB::general: DIGI-PASSPORT-MIB::processor: mib: DIGI-PASSPORT-MIB object: processor + type: dynamic augments: DIGI-PASSPORT-MIB::general discovery_attribute: processorUtilization attributes: @@ -59,6 +61,7 @@ DIGI-PASSPORT-MIB::processor: DIGI-PASSPORT-MIB::memory: mib: DIGI-PASSPORT-MIB object: memory + type: dynamic augments: DIGI-PASSPORT-MIB::general discovery_attribute: memoryTotalMemory attributes: @@ -106,6 +109,7 @@ DIGI-PASSPORT-MIB::memory: DIGI-PASSPORT-MIB::portEntry: # portManageEntry mib: DIGI-PASSPORT-MIB object: portEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.332.11.8.25.11.1.11 @@ -1006,6 +1010,7 @@ DIGI-PASSPORT-MIB::portEntry: # portManageEntry DIGI-PASSPORT-MIB::powerEntry: mib: DIGI-PASSPORT-MIB object: powerEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.11.8.25.22.1.11 @@ -1071,6 +1076,7 @@ DIGI-PASSPORT-MIB::powerEntry: DIGI-PASSPORT-MIB::portsStatEntry: mib: DIGI-PASSPORT-MIB object: portsStatEntry + type: active augments: DIGI-PASSPORT-MIB::portEntry discovery_attribute: portsStatBaudRate attributes: @@ -2412,6 +2418,7 @@ DIGI-PASSPORT-MIB::portsStatEntry: DIGI-PASSPORT-MIB::whoEntry: mib: DIGI-PASSPORT-MIB object: whoEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.332.11.8.30.1.11 @@ -2630,6 +2637,7 @@ DIGI-PASSPORT-MIB::whoEntry: DIGI-PASSPORT-MIB::powerUnitOutletEntry: mib: DIGI-PASSPORT-MIB object: powerUnitOutletEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.11.8.34.2.1.12 diff --git a/objects/digi/DIGI-PORTBUFFERING-MIB.yml b/objects/digi/DIGI-PORTBUFFERING-MIB.yml index 282e432b..4524c6de 100644 --- a/objects/digi/DIGI-PORTBUFFERING-MIB.yml +++ b/objects/digi/DIGI-PORTBUFFERING-MIB.yml @@ -1,6 +1,7 @@ DIGI-PORTBUFFERING-MIB::portbufferEntry: mib: DIGI-PORTBUFFERING-MIB object: portbufferEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.10.14.11.11.1.11 diff --git a/objects/digi/DIGI-PORTSERVER-TS-MIB.yml b/objects/digi/DIGI-PORTSERVER-TS-MIB.yml index 26d3e47c..d0ab3700 100644 --- a/objects/digi/DIGI-PORTSERVER-TS-MIB.yml +++ b/objects/digi/DIGI-PORTSERVER-TS-MIB.yml @@ -1,6 +1,7 @@ DIGI-PORTSERVER-TS-MIB::general: mib: DIGI-PORTSERVER-TS-MIB object: general + type: dynamic discovery_attribute: generalModel attributes: generalModel: @@ -91,6 +92,7 @@ DIGI-PORTSERVER-TS-MIB::general: DIGI-PORTSERVER-TS-MIB::processor: mib: DIGI-PORTSERVER-TS-MIB object: processor + type: dynamic augments: DIGI-PORTSERVER-TS-MIB::general discovery_attribute: processorCurrentUtilization attributes: @@ -103,6 +105,7 @@ DIGI-PORTSERVER-TS-MIB::processor: DIGI-PORTSERVER-TS-MIB::memory: mib: DIGI-PORTSERVER-TS-MIB object: memory + type: dynamic augments: DIGI-PORTSERVER-TS-MIB::general discovery_attribute: memoryTotalMemory attributes: @@ -321,6 +324,7 @@ DIGI-PORTSERVER-TS-MIB::memory: DIGI-PORTSERVER-TS-MIB::tcpOther: mib: DIGI-PORTSERVER-TS-MIB object: tcpOther + type: dynamic discovery_attribute: tcpOtherRetransTimeout attributes: tcpOtherRetransTimeout: @@ -840,6 +844,7 @@ DIGI-PORTSERVER-TS-MIB::tcpOther: DIGI-PORTSERVER-TS-MIB::whoEntry: mib: DIGI-PORTSERVER-TS-MIB object: whoEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.332.11.5.3.3.30.1.11 diff --git a/objects/digi/DIGI-POWER-MANAGEMENT-MIB.yml b/objects/digi/DIGI-POWER-MANAGEMENT-MIB.yml index 5820ec7c..08b928ca 100644 --- a/objects/digi/DIGI-POWER-MANAGEMENT-MIB.yml +++ b/objects/digi/DIGI-POWER-MANAGEMENT-MIB.yml @@ -19,6 +19,7 @@ DIGI-POWER-MANAGEMENT-MIB::powerMgmtPowerUnitEntry: mib: DIGI-POWER-MANAGEMENT-MIB object: powerMgmtPowerUnitEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.10.13.14.12.1.1 @@ -50,6 +51,7 @@ DIGI-POWER-MANAGEMENT-MIB::powerMgmtPowerUnitEntry: DIGI-POWER-MANAGEMENT-MIB::powerMgmtCurrSensorsEntry: mib: DIGI-POWER-MANAGEMENT-MIB object: powerMgmtCurrSensorsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.10.13.14.13.1.1 @@ -79,6 +81,7 @@ DIGI-POWER-MANAGEMENT-MIB::powerMgmtCurrSensorsEntry: DIGI-POWER-MANAGEMENT-MIB::powerMgmtTempSensorsEntry: mib: DIGI-POWER-MANAGEMENT-MIB object: powerMgmtTempSensorsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.10.13.14.14.1.1 diff --git a/objects/digi/DIGI-UDP-SERIAL-MIB.yml b/objects/digi/DIGI-UDP-SERIAL-MIB.yml index fd4689ad..3a23174d 100644 --- a/objects/digi/DIGI-UDP-SERIAL-MIB.yml +++ b/objects/digi/DIGI-UDP-SERIAL-MIB.yml @@ -1,6 +1,7 @@ DIGI-UDP-SERIAL-MIB::udpSerialSettingsEntry: mib: DIGI-UDP-SERIAL-MIB object: udpSerialSettingsEntry + type: dynamic augments: DIGI-UDP-SERIAL-MIB::udpSerialStatisticsEntry discovery_attribute: udpSerialRmax attributes: @@ -59,6 +60,7 @@ DIGI-UDP-SERIAL-MIB::udpSerialSettingsEntry: DIGI-UDP-SERIAL-MIB::udpSerialStatisticsEntry: mib: DIGI-UDP-SERIAL-MIB object: udpSerialStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.10.11.13.13.1.11 diff --git a/objects/digi/DIGI-WI-POINT-MIB.yml b/objects/digi/DIGI-WI-POINT-MIB.yml index 324b1d64..2017ce66 100644 --- a/objects/digi/DIGI-WI-POINT-MIB.yml +++ b/objects/digi/DIGI-WI-POINT-MIB.yml @@ -169,6 +169,7 @@ DIGI-WI-POINT-MIB::statusGlobal: mib: DIGI-WI-POINT-MIB object: statusGlobal + type: dynamic discovery_attribute: wanStatus attributes: wanStatus: @@ -183,6 +184,7 @@ DIGI-WI-POINT-MIB::statusGlobal: DIGI-WI-POINT-MIB::dhcpLease: mib: DIGI-WI-POINT-MIB object: dhcpLease + type: dynamic discovery_attribute: dhcpLeaseNumber attributes: dhcpLeaseNumber: diff --git a/objects/digi/DIGI-WIRELESS-LAN-MIB.yml b/objects/digi/DIGI-WIRELESS-LAN-MIB.yml index 4aee44a2..d37b41f3 100644 --- a/objects/digi/DIGI-WIRELESS-LAN-MIB.yml +++ b/objects/digi/DIGI-WIRELESS-LAN-MIB.yml @@ -1,6 +1,7 @@ DIGI-WIRELESS-LAN-MIB::wlanEntry: mib: DIGI-WIRELESS-LAN-MIB object: wlanEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.332.10.13.13.11.1.1 diff --git a/objects/extreme/EXTREME-EAPS-MIB.yml b/objects/extreme/EXTREME-EAPS-MIB.yml index 3a238d53..3fa8f0bf 100644 --- a/objects/extreme/EXTREME-EAPS-MIB.yml +++ b/objects/extreme/EXTREME-EAPS-MIB.yml @@ -74,6 +74,7 @@ EXTREME-EAPS-MIB::extremeEapsGlobalInfo: mib: EXTREME-EAPS-MIB object: extremeEapsGlobalInfo + type: active discovery_attribute: extremeEapsLastConfigurationChange attributes: # extremeEapsGlobalEnabled: diff --git a/objects/extreme/EXTREME-EDP-MIB.yml b/objects/extreme/EXTREME-EDP-MIB.yml index 3382a273..360a15da 100644 --- a/objects/extreme/EXTREME-EDP-MIB.yml +++ b/objects/extreme/EXTREME-EDP-MIB.yml @@ -63,6 +63,7 @@ EXTREME-EDP-MIB::extremeEdpPortEntry: mib: EXTREME-EDP-MIB object: extremeEdpPortEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/extreme/EXTREME-FDB-MIB.yml b/objects/extreme/EXTREME-FDB-MIB.yml index b62c6ba3..7a89575b 100644 --- a/objects/extreme/EXTREME-FDB-MIB.yml +++ b/objects/extreme/EXTREME-FDB-MIB.yml @@ -105,6 +105,7 @@ EXTREME-FDB-MIB::extremeFdbMacFdbCounterEntry: mib: EXTREME-FDB-MIB object: extremeFdbMacFdbCounterEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.1916.1.16.5.1.1 diff --git a/objects/extreme/EXTREME-PBQOS-MIB.yml b/objects/extreme/EXTREME-PBQOS-MIB.yml index f0b87ca1..7b211287 100644 --- a/objects/extreme/EXTREME-PBQOS-MIB.yml +++ b/objects/extreme/EXTREME-PBQOS-MIB.yml @@ -1,6 +1,7 @@ EXTREME-PBQOS-MIB::extremeQosRuleEntry: mib: EXTREME-PBQOS-MIB object: extremeQosRuleEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.1916.1.7.2.1.1 diff --git a/objects/extreme/EXTREME-PORT-MIB.yml b/objects/extreme/EXTREME-PORT-MIB.yml index ff0b971f..2dc5b0eb 100644 --- a/objects/extreme/EXTREME-PORT-MIB.yml +++ b/objects/extreme/EXTREME-PORT-MIB.yml @@ -20,6 +20,7 @@ EXTREME-PORT-MIB::extremePortSummitlinkEntry: mib: EXTREME-PORT-MIB object: extremePortSummitlinkEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -97,6 +98,7 @@ EXTREME-PORT-MIB::extremePortSummitlinkEntry: EXTREME-PORT-MIB::extremePortUtilizationEntry: mib: EXTREME-PORT-MIB object: extremePortUtilizationEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -149,6 +151,7 @@ EXTREME-PORT-MIB::extremePortUtilizationEntry: EXTREME-PORT-MIB::extremePortInfoEntry: mib: EXTREME-PORT-MIB object: extremePortInfoEntry + type: dynamic augments: EXTREME-PORT-MIB::extremePortUtilizationEntry discovery_attribute: extremePortInfoFilterDownCounter attributes: @@ -202,6 +205,7 @@ EXTREME-PORT-MIB::extremePortInfoEntry: EXTREME-PORT-MIB::extremePortIngressPortStatsEntry: mib: EXTREME-PORT-MIB object: extremePortIngressPortStatsEntry + type: dynamic augments: EXTREME-PORT-MIB::extremePortUtilizationEntry discovery_attribute: extremePortIngressStatsPortHighPriBytes attributes: @@ -233,6 +237,7 @@ EXTREME-PORT-MIB::extremePortIngressPortStatsEntry: EXTREME-PORT-MIB::extremePortIngressQueueStatsEntry: mib: EXTREME-PORT-MIB object: extremePortIngressQueueStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -343,6 +348,7 @@ EXTREME-PORT-MIB::extremePortIngressQueueStatsEntry: EXTREME-PORT-MIB::extremePortUtilizationExtnEntry: mib: EXTREME-PORT-MIB object: extremePortUtilizationExtnEntry + type: dynamic augments: EXTREME-PORT-MIB::extremePortUtilizationEntry discovery_attribute: extremePortUtilizationAvgRxPkts attributes: @@ -430,6 +436,7 @@ EXTREME-PORT-MIB::extremePortUtilizationExtnEntry: EXTREME-PORT-MIB::extremePortQosStatsEntry: mib: EXTREME-PORT-MIB object: extremePortQosStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -525,6 +532,7 @@ EXTREME-PORT-MIB::extremePortQosStatsEntry: EXTREME-PORT-MIB::extremePortMauEntry: mib: EXTREME-PORT-MIB object: extremePortMauEntry + type: dynamic augments: EXTREME-PORT-MIB::extremePortUtilizationEntry discovery_attribute: extremePortMauVendorName attributes: @@ -548,6 +556,7 @@ EXTREME-PORT-MIB::extremePortMauEntry: EXTREME-PORT-MIB::extremePortCongestionStatsEntry: mib: EXTREME-PORT-MIB object: extremePortCongestionStatsEntry + type: dynamic augments: EXTREME-PORT-MIB::extremePortUtilizationEntry discovery_attribute: extremePortCongDropPkts attributes: @@ -560,6 +569,7 @@ EXTREME-PORT-MIB::extremePortCongestionStatsEntry: EXTREME-PORT-MIB::extremePortQosCongestionStatsEntry: mib: EXTREME-PORT-MIB object: extremePortQosCongestionStatsEntry + type: dynamic augments: EXTREME-PORT-MIB::extremePortUtilizationEntry discovery_attribute: extremePortQP1CongPkts attributes: @@ -607,6 +617,7 @@ EXTREME-PORT-MIB::extremePortQosCongestionStatsEntry: EXTREME-PORT-MIB::extremePortVlanInfoEntry: mib: EXTREME-PORT-MIB object: extremePortVlanInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -639,6 +650,7 @@ EXTREME-PORT-MIB::extremePortVlanInfoEntry: EXTREME-PORT-MIB::extremePortConfigEntry: mib: EXTREME-PORT-MIB object: extremePortConfigEntry + type: dynamic augments: EXTREME-PORT-MIB::extremePortUtilizationEntry discovery_attribute: extremePortAdminSpeed attributes: diff --git a/objects/extreme/EXTREME-STP-EXTENSIONS-MIB.yml b/objects/extreme/EXTREME-STP-EXTENSIONS-MIB.yml index 0debdc9f..ff06f177 100644 --- a/objects/extreme/EXTREME-STP-EXTENSIONS-MIB.yml +++ b/objects/extreme/EXTREME-STP-EXTENSIONS-MIB.yml @@ -1,6 +1,7 @@ EXTREME-STP-EXTENSIONS-MIB::extremeStpDomainEntry: mib: EXTREME-STP-EXTENSIONS-MIB object: extremeStpDomainEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.1916.1.17.1.1.1 diff --git a/objects/extreme/EXTREME-SYSTEM-MIB.yml b/objects/extreme/EXTREME-SYSTEM-MIB.yml index cc4125fe..3e959762 100644 --- a/objects/extreme/EXTREME-SYSTEM-MIB.yml +++ b/objects/extreme/EXTREME-SYSTEM-MIB.yml @@ -1,6 +1,7 @@ EXTREME-SYSTEM-MIB::extremeSystemCommon: mib: EXTREME-SYSTEM-MIB object: extremeSystemCommon + type: dynamic discovery_attribute: extremeCurrentTemperature attributes: # extremeSaveConfiguration: @@ -130,6 +131,7 @@ EXTREME-SYSTEM-MIB::extremeSystemCommon: EXTREME-SYSTEM-MIB::extremeFanStatusEntry: mib: EXTREME-SYSTEM-MIB object: extremeFanStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.1916.1.1.1.9.1.1 @@ -154,6 +156,7 @@ EXTREME-SYSTEM-MIB::extremeFanStatusEntry: EXTREME-SYSTEM-MIB::extremePowerSupplyEntry: mib: EXTREME-SYSTEM-MIB object: extremePowerSupplyEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.1916.1.1.1.27.1.1 @@ -207,6 +210,7 @@ EXTREME-SYSTEM-MIB::extremePowerSupplyEntry: EXTREME-SYSTEM-MIB::extremeCpuTask2Entry: mib: EXTREME-SYSTEM-MIB object: extremeCpuTask2Entry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.1916.1.1.1.29.1.1 @@ -319,6 +323,7 @@ EXTREME-SYSTEM-MIB::extremeCpuTask2Entry: EXTREME-SYSTEM-MIB::extremePowerSupplyOutputPowerEntry: mib: EXTREME-SYSTEM-MIB object: extremePowerSupplyOutputPowerEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.1916.1.1.1.38.1.1 @@ -348,6 +353,7 @@ EXTREME-SYSTEM-MIB::extremePowerSupplyOutputPowerEntry: EXTREME-SYSTEM-MIB::extremePowerSupplyUsageEntry: mib: EXTREME-SYSTEM-MIB object: extremePowerSupplyUsageEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.1916.1.1.1.39.1.1 @@ -368,6 +374,7 @@ EXTREME-SYSTEM-MIB::extremePowerSupplyUsageEntry: EXTREME-SYSTEM-MIB::extremeSystemPowerUsage: mib: EXTREME-SYSTEM-MIB object: extremeSystemPowerUsage + type: dynamic discovery_attribute: extremeSystemPowerUsageValue attributes: extremeSystemPowerUsageValue: diff --git a/objects/extreme/EXTREME-VLAN-MIB.yml b/objects/extreme/EXTREME-VLAN-MIB.yml index 40dd9954..b22fa797 100644 --- a/objects/extreme/EXTREME-VLAN-MIB.yml +++ b/objects/extreme/EXTREME-VLAN-MIB.yml @@ -185,6 +185,7 @@ EXTREME-VLAN-MIB::extremeVlanL2StatsEntry: mib: EXTREME-VLAN-MIB object: extremeVlanL2StatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.1916.1.2.1.2.1.1 @@ -241,6 +242,7 @@ EXTREME-VLAN-MIB::extremeVlanL2StatsEntry: EXTREME-VLAN-MIB::extremePortVlanStatsEntry: mib: EXTREME-VLAN-MIB object: extremePortVlanStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.1916.1.2.8.2.1.1 diff --git a/objects/f5/F5-BIGIP-APM-MIB.yml b/objects/f5/F5-BIGIP-APM-MIB.yml index 3aec56bb..88f90475 100644 --- a/objects/f5/F5-BIGIP-APM-MIB.yml +++ b/objects/f5/F5-BIGIP-APM-MIB.yml @@ -1,6 +1,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntry: mib: F5-BIGIP-APM-MIB object: apmPaStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -156,6 +157,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntry: F5-BIGIP-APM-MIB::apmPaStatEntryEndingDenyAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEndingDenyAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -201,6 +203,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEndingDenyAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEndingRedirectAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEndingRedirectAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -246,6 +249,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEndingRedirectAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEndingAllowAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEndingAllowAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -291,6 +295,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEndingAllowAgent: F5-BIGIP-APM-MIB::apmPaStatEntryAdAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryAdAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -336,6 +341,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryAdAgent: F5-BIGIP-APM-MIB::apmPaStatEntryClientCertAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryClientCertAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -381,6 +387,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryClientCertAgent: F5-BIGIP-APM-MIB::apmPaStatEntryHttpAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryHttpAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -426,6 +433,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryHttpAgent: F5-BIGIP-APM-MIB::apmPaStatEntryLdapAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryLdapAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -471,6 +479,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryLdapAgent: F5-BIGIP-APM-MIB::apmPaStatEntryRadiusAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryRadiusAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -516,6 +525,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryRadiusAgent: F5-BIGIP-APM-MIB::apmPaStatEntrySecuridAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntrySecuridAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -561,6 +571,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntrySecuridAgent: F5-BIGIP-APM-MIB::apmPaStatEntryRadiusAcctAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryRadiusAcctAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -606,6 +617,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryRadiusAcctAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsLinuxFcAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsLinuxFcAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -651,6 +663,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsLinuxFcAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsLinuxPcAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsLinuxPcAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -696,6 +709,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsLinuxPcAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsMacFcAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsMacFcAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -741,6 +755,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsMacFcAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsMacPcAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsMacPcAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -786,6 +801,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsMacPcAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinCcAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsWinCcAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -831,6 +847,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinCcAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsAvAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsAvAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -876,6 +893,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsAvAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinOsInfoAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsWinOsInfoAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -921,6 +939,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinOsInfoAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinFcAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsWinFcAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -966,6 +985,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinFcAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinMcAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsWinMcAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1011,6 +1031,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinMcAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsFwcAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsFwcAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1056,6 +1077,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsFwcAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinPc: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsWinPc + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1101,6 +1123,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinPc: F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinPw: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsWinPw + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1146,6 +1169,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinPw: F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinRcAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsWinRcAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1191,6 +1215,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinRcAgent: F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinGpAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryEpsWinGpAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1236,6 +1261,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryEpsWinGpAgent: F5-BIGIP-APM-MIB::apmPaStatEntryExternalLogonAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryExternalLogonAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1281,6 +1307,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryExternalLogonAgent: F5-BIGIP-APM-MIB::apmPaStatEntryLogonAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryLogonAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1326,6 +1353,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryLogonAgent: F5-BIGIP-APM-MIB::apmPaStatEntryRaAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryRaAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1371,6 +1399,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryRaAgent: F5-BIGIP-APM-MIB::apmPaStatEntryRdsAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryRdsAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1416,6 +1445,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryRdsAgent: F5-BIGIP-APM-MIB::apmPaStatEntryVaAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryVaAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1461,6 +1491,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryVaAgent: F5-BIGIP-APM-MIB::apmPaStatEntryIeAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryIeAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1506,6 +1537,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryIeAgent: F5-BIGIP-APM-MIB::apmPaStatEntryLoggingAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryLoggingAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1551,6 +1583,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryLoggingAgent: F5-BIGIP-APM-MIB::apmPaStatEntryDecnBoxAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryDecnBoxAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1596,6 +1629,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryDecnBoxAgent: F5-BIGIP-APM-MIB::apmPaStatEntryMesgBoxAgent: mib: F5-BIGIP-APM-MIB object: apmPaStatEntryMesgBoxAgent + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.1.3.1.1 @@ -1641,6 +1675,7 @@ F5-BIGIP-APM-MIB::apmPaStatEntryMesgBoxAgent: F5-BIGIP-APM-MIB::apmPcStatEntry: mib: F5-BIGIP-APM-MIB object: apmPcStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.2.3.1.1 @@ -1687,6 +1722,7 @@ F5-BIGIP-APM-MIB::apmPcStatEntry: F5-BIGIP-APM-MIB::apmPrStatEntry: mib: F5-BIGIP-APM-MIB object: apmPrStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.3.3.1.1 @@ -1738,6 +1774,7 @@ F5-BIGIP-APM-MIB::apmPrStatEntry: F5-BIGIP-APM-MIB::apmAccessStat: mib: F5-BIGIP-APM-MIB object: apmAccessStat + type: dynamic discovery_attribute: apmAccessStatTotalSessions attributes: apmAccessStatTotalSessions: @@ -1809,6 +1846,7 @@ F5-BIGIP-APM-MIB::apmAccessStat: F5-BIGIP-APM-MIB::apmGlobalConnectivityStat: mib: F5-BIGIP-APM-MIB object: apmGlobalConnectivityStat + type: dynamic discovery_attribute: apmGlobalConnectivityStatTotConns attributes: apmGlobalConnectivityStatTotConns: @@ -1850,6 +1888,7 @@ F5-BIGIP-APM-MIB::apmGlobalConnectivityStat: F5-BIGIP-APM-MIB::apmGlobalRewriteStat: mib: F5-BIGIP-APM-MIB object: apmGlobalRewriteStat + type: dynamic discovery_attribute: apmGlobalRewriteStatClientReqBytes attributes: apmGlobalRewriteStatClientReqBytes: @@ -1896,6 +1935,7 @@ F5-BIGIP-APM-MIB::apmGlobalRewriteStat: F5-BIGIP-APM-MIB::apmPgStatEntry: mib: F5-BIGIP-APM-MIB object: apmPgStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.7.3.1.1 @@ -1941,6 +1981,7 @@ F5-BIGIP-APM-MIB::apmPgStatEntry: F5-BIGIP-APM-MIB::apmPmStatEntry: mib: F5-BIGIP-APM-MIB object: apmPmStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.1.8.3.1.1 @@ -2012,6 +2053,7 @@ F5-BIGIP-APM-MIB::apmPmStatEntry: F5-BIGIP-APM-MIB::apmGlobalLicenseStat: mib: F5-BIGIP-APM-MIB object: apmGlobalLicenseStat + type: dynamic discovery_attribute: apmGlobalLicenseStatTotalAccessSessions attributes: apmGlobalLicenseStatTotalAccessSessions: @@ -2038,6 +2080,7 @@ F5-BIGIP-APM-MIB::apmGlobalLicenseStat: F5-BIGIP-APM-MIB::apmLeasepoolStatEntry: mib: F5-BIGIP-APM-MIB object: apmLeasepoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.2.1.3.1.1 @@ -2099,6 +2142,7 @@ F5-BIGIP-APM-MIB::apmLeasepoolStatEntry: F5-BIGIP-APM-MIB::apmAclStatEntry: mib: F5-BIGIP-APM-MIB object: apmAclStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.3.1.3.1.1 @@ -2130,6 +2174,7 @@ F5-BIGIP-APM-MIB::apmAclStatEntry: F5-BIGIP-APM-MIB::apmIpv6LeasepoolStatEntry: mib: F5-BIGIP-APM-MIB object: apmIpv6LeasepoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.6.4.1.3.1.1 diff --git a/objects/f5/F5-BIGIP-GLOBAL-MIB.yml b/objects/f5/F5-BIGIP-GLOBAL-MIB.yml index 60ae7d5f..297124af 100644 --- a/objects/f5/F5-BIGIP-GLOBAL-MIB.yml +++ b/objects/f5/F5-BIGIP-GLOBAL-MIB.yml @@ -1,6 +1,7 @@ F5-BIGIP-GLOBAL-MIB::gtmGlobalStat: mib: F5-BIGIP-GLOBAL-MIB object: gtmGlobalStat + type: dynamic discovery_attribute: gtmStatRequests attributes: gtmStatRequests: @@ -107,6 +108,7 @@ F5-BIGIP-GLOBAL-MIB::gtmGlobalStat: F5-BIGIP-GLOBAL-MIB::gtmGlobalDnssecStat: mib: F5-BIGIP-GLOBAL-MIB object: gtmGlobalDnssecStat + type: dynamic discovery_attribute: gtmDnssecStatNsec3s attributes: gtmDnssecStatNsec3s: @@ -231,6 +233,7 @@ F5-BIGIP-GLOBAL-MIB::gtmGlobalDnssecStat: F5-BIGIP-GLOBAL-MIB::gtmAppStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmAppStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.2.2.2.1.1 @@ -254,6 +257,7 @@ F5-BIGIP-GLOBAL-MIB::gtmAppStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmAppContStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmAppContStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.2.3.2.1.1 @@ -290,6 +294,7 @@ F5-BIGIP-GLOBAL-MIB::gtmAppContStatEntry: F5-BIGIP-GLOBAL-MIB::gtmDcStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmDcStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.3.2.3.1.1 @@ -336,6 +341,7 @@ F5-BIGIP-GLOBAL-MIB::gtmDcStatEntry: F5-BIGIP-GLOBAL-MIB::gtmDcStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmDcStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.3.3.2.1.1 @@ -359,6 +365,7 @@ F5-BIGIP-GLOBAL-MIB::gtmDcStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmLinkStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmLinkStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.5.3.3.1.1 @@ -430,6 +437,7 @@ F5-BIGIP-GLOBAL-MIB::gtmLinkStatEntry: F5-BIGIP-GLOBAL-MIB::gtmLinkStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmLinkStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.5.4.2.1.1 @@ -453,6 +461,7 @@ F5-BIGIP-GLOBAL-MIB::gtmLinkStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmPoolStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmPoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.6.2.3.1.1 @@ -508,6 +517,7 @@ F5-BIGIP-GLOBAL-MIB::gtmPoolStatEntry: F5-BIGIP-GLOBAL-MIB::gtmPoolStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmPoolStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.3.6.3.2.1.6 @@ -535,6 +545,7 @@ F5-BIGIP-GLOBAL-MIB::gtmPoolStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmPoolMbrStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmPoolMbrStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.3.6.6.3.1.10 @@ -581,6 +592,7 @@ F5-BIGIP-GLOBAL-MIB::gtmPoolMbrStatEntry: F5-BIGIP-GLOBAL-MIB::gtmPoolMbrStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmPoolMbrStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.3.6.7.2.1.11 @@ -624,6 +636,7 @@ F5-BIGIP-GLOBAL-MIB::gtmPoolMbrStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmRuleEventStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmRuleEventStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.8.3.3.1.1 @@ -658,6 +671,7 @@ F5-BIGIP-GLOBAL-MIB::gtmRuleEventStatEntry: F5-BIGIP-GLOBAL-MIB::gtmServerStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmServerStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.9.2.3.1.1 @@ -713,6 +727,7 @@ F5-BIGIP-GLOBAL-MIB::gtmServerStatEntry: F5-BIGIP-GLOBAL-MIB::gtmServerStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmServerStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.9.3.2.1.1 @@ -736,6 +751,7 @@ F5-BIGIP-GLOBAL-MIB::gtmServerStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmServerStat2Entry: mib: F5-BIGIP-GLOBAL-MIB object: gtmServerStat2Entry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.9.4.3.1.1 @@ -791,6 +807,7 @@ F5-BIGIP-GLOBAL-MIB::gtmServerStat2Entry: F5-BIGIP-GLOBAL-MIB::gtmVsStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmVsStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.11.3.3.1.14 @@ -854,6 +871,7 @@ F5-BIGIP-GLOBAL-MIB::gtmVsStatEntry: F5-BIGIP-GLOBAL-MIB::gtmVsStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmVsStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.11.4.2.1.9 @@ -889,6 +907,7 @@ F5-BIGIP-GLOBAL-MIB::gtmVsStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmWideipStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmWideipStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.3.12.2.3.1.15 @@ -969,6 +988,7 @@ F5-BIGIP-GLOBAL-MIB::gtmWideipStatEntry: F5-BIGIP-GLOBAL-MIB::gtmWideipStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmWideipStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.3.12.3.2.1.6 @@ -1000,6 +1020,7 @@ F5-BIGIP-GLOBAL-MIB::gtmWideipStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmProberPoolStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmProberPoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.13.2.3.1.1 @@ -1026,6 +1047,7 @@ F5-BIGIP-GLOBAL-MIB::gtmProberPoolStatEntry: F5-BIGIP-GLOBAL-MIB::gtmProberPoolStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmProberPoolStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.13.3.2.1.1 @@ -1049,6 +1071,7 @@ F5-BIGIP-GLOBAL-MIB::gtmProberPoolStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmProberPoolMbrStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmProberPoolMbrStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.13.5.3.1.1 @@ -1079,6 +1102,7 @@ F5-BIGIP-GLOBAL-MIB::gtmProberPoolMbrStatEntry: F5-BIGIP-GLOBAL-MIB::gtmProberPoolMbrStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmProberPoolMbrStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.13.6.2.1.1 @@ -1106,6 +1130,7 @@ F5-BIGIP-GLOBAL-MIB::gtmProberPoolMbrStatusEntry: F5-BIGIP-GLOBAL-MIB::gtmDnssecZoneStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmDnssecZoneStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.14.1.3.1.1 @@ -1255,6 +1280,7 @@ F5-BIGIP-GLOBAL-MIB::gtmDnssecZoneStatEntry: F5-BIGIP-GLOBAL-MIB::gtmDeviceStatEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmDeviceStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.15.2.3.1.2 @@ -1305,6 +1331,7 @@ F5-BIGIP-GLOBAL-MIB::gtmDeviceStatEntry: F5-BIGIP-GLOBAL-MIB::gtmDeviceStatusEntry: mib: F5-BIGIP-GLOBAL-MIB object: gtmDeviceStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.3.15.3.2.1.2 diff --git a/objects/f5/F5-BIGIP-LOCAL-MIB.yml b/objects/f5/F5-BIGIP-LOCAL-MIB.yml index d31b88b9..5a994900 100644 --- a/objects/f5/F5-BIGIP-LOCAL-MIB.yml +++ b/objects/f5/F5-BIGIP-LOCAL-MIB.yml @@ -1,6 +1,7 @@ F5-BIGIP-LOCAL-MIB::ltmDosAttackDataStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmDosAttackDataStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.1.2.3.1.1 @@ -44,6 +45,7 @@ F5-BIGIP-LOCAL-MIB::ltmDosAttackDataStatEntry: F5-BIGIP-LOCAL-MIB::ltmFwAdminIpRuleStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwAdminIpRuleStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.1.3.2.1.1 @@ -64,6 +66,7 @@ F5-BIGIP-LOCAL-MIB::ltmFwAdminIpRuleStatEntry: F5-BIGIP-LOCAL-MIB::ltmFwRuleStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwRuleStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.1.5.2.1.1 @@ -125,6 +128,7 @@ F5-BIGIP-LOCAL-MIB::ltmFwRuleStatEntry: F5-BIGIP-LOCAL-MIB::ltmFwContextStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwContextStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.1.6.2.1.1 @@ -210,6 +214,7 @@ F5-BIGIP-LOCAL-MIB::ltmFwContextStatEntry: F5-BIGIP-LOCAL-MIB::ltmNatStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmNatStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.3.2.3.1.10 @@ -260,6 +265,7 @@ F5-BIGIP-LOCAL-MIB::ltmNatStatEntry: F5-BIGIP-LOCAL-MIB::ltmNodeAddrStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmNodeAddrStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.4.2.3.1.20 @@ -375,6 +381,7 @@ F5-BIGIP-LOCAL-MIB::ltmNodeAddrStatEntry: F5-BIGIP-LOCAL-MIB::ltmNodeAddrStatusEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmNodeAddrStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.4.3.2.1.7 @@ -402,6 +409,7 @@ F5-BIGIP-LOCAL-MIB::ltmNodeAddrStatusEntry: F5-BIGIP-LOCAL-MIB::ltmPoolStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmPoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.5.2.3.1.1 @@ -593,6 +601,7 @@ F5-BIGIP-LOCAL-MIB::ltmPoolStatEntry: F5-BIGIP-LOCAL-MIB::ltmPoolMemberStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmPoolMemberStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.5.4.3.1.1 @@ -776,6 +785,7 @@ F5-BIGIP-LOCAL-MIB::ltmPoolMemberStatEntry: F5-BIGIP-LOCAL-MIB::ltmPoolStatusEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmPoolStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.5.5.2.1.1 @@ -799,6 +809,7 @@ F5-BIGIP-LOCAL-MIB::ltmPoolStatusEntry: F5-BIGIP-LOCAL-MIB::ltmPoolMbrStatusEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmPoolMbrStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.5.6.2.1.1 @@ -834,6 +845,7 @@ F5-BIGIP-LOCAL-MIB::ltmPoolMbrStatusEntry: F5-BIGIP-LOCAL-MIB::ltmAuthProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmAuthProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.1.2.3.1.1 @@ -880,6 +892,7 @@ F5-BIGIP-LOCAL-MIB::ltmAuthProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmClientSslStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmClientSslStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.2.2.3.1.1 @@ -1736,6 +1749,7 @@ F5-BIGIP-LOCAL-MIB::ltmClientSslStatEntry: F5-BIGIP-LOCAL-MIB::ltmServerSslStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmServerSslStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.3.2.3.1.1 @@ -2437,6 +2451,7 @@ F5-BIGIP-LOCAL-MIB::ltmServerSslStatEntry: F5-BIGIP-LOCAL-MIB::ltmConnPoolProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmConnPoolProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.4.2.3.1.1 @@ -2468,6 +2483,7 @@ F5-BIGIP-LOCAL-MIB::ltmConnPoolProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmFastL4ProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFastL4ProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.5.2.3.1.1 @@ -2554,6 +2570,7 @@ F5-BIGIP-LOCAL-MIB::ltmFastL4ProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmFtpProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFtpProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.6.2.3.1.1 @@ -2615,6 +2632,7 @@ F5-BIGIP-LOCAL-MIB::ltmFtpProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmHttpProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmHttpProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.7.6.3.1.1 @@ -2961,6 +2979,7 @@ F5-BIGIP-LOCAL-MIB::ltmHttpProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmFallbackStatusEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFallbackStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.7.10.2.1.1 @@ -2980,6 +2999,7 @@ F5-BIGIP-LOCAL-MIB::ltmFallbackStatusEntry: F5-BIGIP-LOCAL-MIB::ltmStreamProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmStreamProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.9.2.3.1.1 @@ -2996,6 +3016,7 @@ F5-BIGIP-LOCAL-MIB::ltmStreamProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmTcpProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmTcpProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.10.2.3.1.1 @@ -3102,6 +3123,7 @@ F5-BIGIP-LOCAL-MIB::ltmTcpProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmUdpProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmUdpProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.11.2.3.1.1 @@ -3173,6 +3195,7 @@ F5-BIGIP-LOCAL-MIB::ltmUdpProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmFastHttpProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFastHttpProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.12.2.3.1.1 @@ -3299,6 +3322,7 @@ F5-BIGIP-LOCAL-MIB::ltmFastHttpProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmXmlProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmXmlProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.13.2.3.1.1 @@ -3345,6 +3369,7 @@ F5-BIGIP-LOCAL-MIB::ltmXmlProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmDnsProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmDnsProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.14.2.3.1.1 @@ -3691,6 +3716,7 @@ F5-BIGIP-LOCAL-MIB::ltmDnsProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmHttpClassStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmHttpClassStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.15.6.3.1.1 @@ -3957,6 +3983,7 @@ F5-BIGIP-LOCAL-MIB::ltmHttpClassStatEntry: F5-BIGIP-LOCAL-MIB::ltmIiopProfileStat: mib: F5-BIGIP-LOCAL-MIB object: ltmIiopProfileStat + type: dynamic discovery_attribute: ltmIiopProfileStatResetStats attributes: ltmIiopProfileStatResetStats: @@ -3996,6 +4023,7 @@ F5-BIGIP-LOCAL-MIB::ltmIiopProfileStat: F5-BIGIP-LOCAL-MIB::ltmRtspProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmRtspProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.17.2.3.1.1 @@ -4027,6 +4055,7 @@ F5-BIGIP-LOCAL-MIB::ltmRtspProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmSctpProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmSctpProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.18.2.3.1.1 @@ -4118,6 +4147,7 @@ F5-BIGIP-LOCAL-MIB::ltmSctpProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmSipProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmSipProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.20.2.3.1.1 @@ -4149,6 +4179,7 @@ F5-BIGIP-LOCAL-MIB::ltmSipProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmIsessionProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmIsessionProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.21.2.3.1.1 @@ -4704,6 +4735,7 @@ F5-BIGIP-LOCAL-MIB::ltmIsessionProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmHttpCompressionProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmHttpCompressionProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.22.6.3.1.1 @@ -4840,6 +4872,7 @@ F5-BIGIP-LOCAL-MIB::ltmHttpCompressionProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmWebAccelerationProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmWebAccelerationProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.23.5.3.1.1 @@ -4941,6 +4974,7 @@ F5-BIGIP-LOCAL-MIB::ltmWebAccelerationProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmSpdyProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmSpdyProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.25.3.3.1.1 @@ -5142,6 +5176,7 @@ F5-BIGIP-LOCAL-MIB::ltmSpdyProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmPptpProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmPptpProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.27.2.3.1.1 @@ -5228,6 +5263,7 @@ F5-BIGIP-LOCAL-MIB::ltmPptpProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmPcpProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmPcpProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.28.4.3.1.1 @@ -5294,6 +5330,7 @@ F5-BIGIP-LOCAL-MIB::ltmPcpProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmTftpProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmTftpProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.31.2.3.1.1 @@ -5320,6 +5357,7 @@ F5-BIGIP-LOCAL-MIB::ltmTftpProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmHttp2ProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmHttp2ProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.32.3.3.1.1 @@ -5506,6 +5544,7 @@ F5-BIGIP-LOCAL-MIB::ltmHttp2ProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmWebsocketProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmWebsocketProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.33.2.3.1.1 @@ -5692,6 +5731,7 @@ F5-BIGIP-LOCAL-MIB::ltmWebsocketProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmIpsecalgProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmIpsecalgProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.35.2.3.1.1 @@ -5728,6 +5768,7 @@ F5-BIGIP-LOCAL-MIB::ltmIpsecalgProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmSplitsessionclientProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmSplitsessionclientProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.36.2.3.1.1 @@ -5779,6 +5820,7 @@ F5-BIGIP-LOCAL-MIB::ltmSplitsessionclientProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmSplitsessionserverProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmSplitsessionserverProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.37.2.3.1.1 @@ -5830,6 +5872,7 @@ F5-BIGIP-LOCAL-MIB::ltmSplitsessionserverProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmHttpProxyConnectProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmHttpProxyConnectProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.38.2.3.1.1 @@ -5886,6 +5929,7 @@ F5-BIGIP-LOCAL-MIB::ltmHttpProxyConnectProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmDiametersessionProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmDiametersessionProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.39.2.3.1.1 @@ -6126,6 +6170,7 @@ F5-BIGIP-LOCAL-MIB::ltmDiametersessionProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmDiameterrouterProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmDiameterrouterProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.40.2.3.1.1 @@ -6346,6 +6391,7 @@ F5-BIGIP-LOCAL-MIB::ltmDiameterrouterProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmMrPmbrDiameterSessionStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmMrPmbrDiameterSessionStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.41.1.3.1.1 @@ -6605,6 +6651,7 @@ F5-BIGIP-LOCAL-MIB::ltmMrPmbrDiameterSessionStatEntry: F5-BIGIP-LOCAL-MIB::ltmMrPmbrDiameterRouterStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmMrPmbrDiameterRouterStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.41.2.3.1.1 @@ -6835,6 +6882,7 @@ F5-BIGIP-LOCAL-MIB::ltmMrPmbrDiameterRouterStatEntry: F5-BIGIP-LOCAL-MIB::ltmSipsessionProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmSipsessionProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.42.1.3.1.1 @@ -7140,6 +7188,7 @@ F5-BIGIP-LOCAL-MIB::ltmSipsessionProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmSiprouterProfileStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmSiprouterProfileStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.43.1.3.1.1 @@ -7365,6 +7414,7 @@ F5-BIGIP-LOCAL-MIB::ltmSiprouterProfileStatEntry: F5-BIGIP-LOCAL-MIB::ltmMrPmbrSipSessionStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmMrPmbrSipSessionStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.44.1.3.1.1 @@ -7694,6 +7744,7 @@ F5-BIGIP-LOCAL-MIB::ltmMrPmbrSipSessionStatEntry: F5-BIGIP-LOCAL-MIB::ltmMrPmbrSipRouterStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmMrPmbrSipRouterStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.6.44.2.3.1.1 @@ -7949,6 +8000,7 @@ F5-BIGIP-LOCAL-MIB::ltmMrPmbrSipRouterStatEntry: F5-BIGIP-LOCAL-MIB::ltmRateFilterStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmRateFilterStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.7.2.3.1.1 @@ -8015,6 +8067,7 @@ F5-BIGIP-LOCAL-MIB::ltmRateFilterStatEntry: F5-BIGIP-LOCAL-MIB::ltmRuleEventStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmRuleEventStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.8.3.3.1.1 @@ -8064,6 +8117,7 @@ F5-BIGIP-LOCAL-MIB::ltmRuleEventStatEntry: F5-BIGIP-LOCAL-MIB::ltmSnatStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmSnatStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.9.2.3.1.1 @@ -8110,6 +8164,7 @@ F5-BIGIP-LOCAL-MIB::ltmSnatStatEntry: F5-BIGIP-LOCAL-MIB::ltmTransAddrStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmTransAddrStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.9.6.3.1.10 @@ -8160,6 +8215,7 @@ F5-BIGIP-LOCAL-MIB::ltmTransAddrStatEntry: F5-BIGIP-LOCAL-MIB::ltmSnatPoolStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmSnatPoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.9.8.3.1.1 @@ -8206,6 +8262,7 @@ F5-BIGIP-LOCAL-MIB::ltmSnatPoolStatEntry: F5-BIGIP-LOCAL-MIB::ltmVirtualServStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmVirtualServStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.10.2.3.1.1 @@ -8462,6 +8519,7 @@ F5-BIGIP-LOCAL-MIB::ltmVirtualServStatEntry: F5-BIGIP-LOCAL-MIB::ltmVirtualAddrStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmVirtualAddrStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.10.11.3.1.19 @@ -8557,6 +8615,7 @@ F5-BIGIP-LOCAL-MIB::ltmVirtualAddrStatEntry: F5-BIGIP-LOCAL-MIB::ltmVsStatusEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmVsStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.10.13.2.1.1 @@ -8580,6 +8639,7 @@ F5-BIGIP-LOCAL-MIB::ltmVsStatusEntry: F5-BIGIP-LOCAL-MIB::ltmVAddrStatusEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmVAddrStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.10.14.2.1.7 @@ -8607,6 +8667,7 @@ F5-BIGIP-LOCAL-MIB::ltmVAddrStatusEntry: F5-BIGIP-LOCAL-MIB::ltmVirtualModuleScoreEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmVirtualModuleScoreEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.10.15.2.1.1 @@ -8627,6 +8688,7 @@ F5-BIGIP-LOCAL-MIB::ltmVirtualModuleScoreEntry: F5-BIGIP-LOCAL-MIB::ltmNetworkAttackDataStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmNetworkAttackDataStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.10.16.3.1.1 @@ -8674,6 +8736,7 @@ F5-BIGIP-LOCAL-MIB::ltmNetworkAttackDataStatEntry: F5-BIGIP-LOCAL-MIB::ltmFwIpintVirtualStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwIpintVirtualStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.10.17.3.1.1 @@ -8699,6 +8762,7 @@ F5-BIGIP-LOCAL-MIB::ltmFwIpintVirtualStatEntry: F5-BIGIP-LOCAL-MIB::ltmRstCauseStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmRstCauseStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.2.11.1.3.1.1 @@ -8719,6 +8783,7 @@ F5-BIGIP-LOCAL-MIB::ltmRstCauseStatEntry: F5-BIGIP-LOCAL-MIB::ltmDnsCacheStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmDnsCacheStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.12.2.3.1.1 @@ -8985,6 +9050,7 @@ F5-BIGIP-LOCAL-MIB::ltmDnsCacheStatEntry: F5-BIGIP-LOCAL-MIB::ltmDnsSecurityStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmDnsSecurityStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.12.4.3.1.1 @@ -9056,6 +9122,7 @@ F5-BIGIP-LOCAL-MIB::ltmDnsSecurityStatEntry: F5-BIGIP-LOCAL-MIB::ltmDnsExpressStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmDnsExpressStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.12.7.3.1.1 @@ -9142,6 +9209,7 @@ F5-BIGIP-LOCAL-MIB::ltmDnsExpressStatEntry: F5-BIGIP-LOCAL-MIB::ltmDnsServerStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmDnsServerStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.12.8.3.1.1 @@ -9173,6 +9241,7 @@ F5-BIGIP-LOCAL-MIB::ltmDnsServerStatEntry: F5-BIGIP-LOCAL-MIB::ltmBwcPolicyStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmBwcPolicyStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.13.1.3.1.1 @@ -9229,6 +9298,7 @@ F5-BIGIP-LOCAL-MIB::ltmBwcPolicyStatEntry: F5-BIGIP-LOCAL-MIB::ltmLsnPoolStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmLsnPoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.14.6.3.1.1 @@ -9418,6 +9488,7 @@ F5-BIGIP-LOCAL-MIB::ltmLsnPoolStatEntry: F5-BIGIP-LOCAL-MIB::ltmLsnPoolFailureStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmLsnPoolFailureStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.14.7.3.1.1 @@ -9438,6 +9509,7 @@ F5-BIGIP-LOCAL-MIB::ltmLsnPoolFailureStatEntry: F5-BIGIP-LOCAL-MIB::ltmFwIpintRouteDomainStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwIpintRouteDomainStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.15.1.3.1.1 @@ -9463,6 +9535,7 @@ F5-BIGIP-LOCAL-MIB::ltmFwIpintRouteDomainStatEntry: F5-BIGIP-LOCAL-MIB::ltmRouteDomainStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmRouteDomainStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.15.2.3.1.1 @@ -9574,6 +9647,7 @@ F5-BIGIP-LOCAL-MIB::ltmRouteDomainStatEntry: F5-BIGIP-LOCAL-MIB::ltmFlowEvictionPolicyStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFlowEvictionPolicyStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.16.1.3.1.1 @@ -9598,6 +9672,7 @@ F5-BIGIP-LOCAL-MIB::ltmFlowEvictionPolicyStatEntry: F5-BIGIP-LOCAL-MIB::ltmFwPolicyRuleStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwPolicyRuleStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.16.2.2.1.1 @@ -9655,6 +9730,7 @@ F5-BIGIP-LOCAL-MIB::ltmFwPolicyRuleStatEntry: F5-BIGIP-LOCAL-MIB::ltmOcspStaplingParametersEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmOcspStaplingParametersEntry + type: immutable index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.17.1.2.1.1 @@ -9731,6 +9807,7 @@ F5-BIGIP-LOCAL-MIB::ltmOcspStaplingParametersEntry: F5-BIGIP-LOCAL-MIB::ltmFwNatDynamicPoolStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwNatDynamicPoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.18.2.3.1.1 @@ -9915,6 +9992,7 @@ F5-BIGIP-LOCAL-MIB::ltmFwNatDynamicPoolStatEntry: F5-BIGIP-LOCAL-MIB::ltmFwNatDynamicPoolFailureStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwNatDynamicPoolFailureStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.18.3.3.1.1 @@ -9935,6 +10013,7 @@ F5-BIGIP-LOCAL-MIB::ltmFwNatDynamicPoolFailureStatEntry: F5-BIGIP-LOCAL-MIB::ltmFwNatStaticSourceTranslationPoolStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwNatStaticSourceTranslationPoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.18.5.3.1.1 @@ -10006,6 +10085,7 @@ F5-BIGIP-LOCAL-MIB::ltmFwNatStaticSourceTranslationPoolStatEntry: F5-BIGIP-LOCAL-MIB::ltmFwNatStaticDestinationTranslationPoolStatEntry: mib: F5-BIGIP-LOCAL-MIB object: ltmFwNatStaticDestinationTranslationPoolStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.2.18.7.3.1.1 diff --git a/objects/f5/F5-BIGIP-SYSTEM-MIB.yml b/objects/f5/F5-BIGIP-SYSTEM-MIB.yml index 02b23ec1..73b36dfc 100644 --- a/objects/f5/F5-BIGIP-SYSTEM-MIB.yml +++ b/objects/f5/F5-BIGIP-SYSTEM-MIB.yml @@ -1,6 +1,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalStat + type: dynamic discovery_attribute: sysStatClientPktsIn attributes: sysStatClientPktsIn: @@ -307,6 +308,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalStat: F5-BIGIP-SYSTEM-MIB::sysGlobalAuthStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalAuthStat + type: dynamic discovery_attribute: sysAuthStatTotSessions attributes: sysAuthStatTotSessions: @@ -348,6 +350,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalAuthStat: F5-BIGIP-SYSTEM-MIB::sysGlobalConnPoolStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalConnPoolStat + type: dynamic discovery_attribute: sysConnPoolStatCurSize attributes: sysConnPoolStatCurSize: @@ -374,6 +377,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalConnPoolStat: F5-BIGIP-SYSTEM-MIB::sysGlobalHttpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalHttpStat + type: dynamic discovery_attribute: sysHttpStatCookiePersistInserts attributes: sysHttpStatCookiePersistInserts: @@ -670,6 +674,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalHttpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalIcmpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalIcmpStat + type: dynamic discovery_attribute: sysIcmpStatTx attributes: sysIcmpStatTx: @@ -731,6 +736,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalIcmpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalIcmp6Stat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalIcmp6Stat + type: dynamic discovery_attribute: sysIcmp6StatTx attributes: sysIcmp6StatTx: @@ -792,6 +798,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalIcmp6Stat: F5-BIGIP-SYSTEM-MIB::sysGlobalIpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalIpStat + type: dynamic discovery_attribute: sysIpStatTx attributes: sysIpStatTx: @@ -923,6 +930,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalIpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalIp6Stat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalIp6Stat + type: dynamic discovery_attribute: sysIp6StatTx attributes: sysIp6StatTx: @@ -1054,6 +1062,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalIp6Stat: F5-BIGIP-SYSTEM-MIB::sysGlobalClientSslStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalClientSslStat + type: dynamic discovery_attribute: sysClientsslStatCurConns attributes: sysClientsslStatCurConns: @@ -1785,6 +1794,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalClientSslStat: F5-BIGIP-SYSTEM-MIB::sysGlobalServerSslStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalServerSslStat + type: dynamic discovery_attribute: sysServersslStatCurConns attributes: sysServersslStatCurConns: @@ -2476,6 +2486,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalServerSslStat: F5-BIGIP-SYSTEM-MIB::sysGlobalStreamStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalStreamStat + type: dynamic discovery_attribute: sysStreamStatReplaces attributes: sysStreamStatReplaces: @@ -2487,6 +2498,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalStreamStat: F5-BIGIP-SYSTEM-MIB::sysGlobalTcpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalTcpStat + type: dynamic discovery_attribute: sysTcpStatOpen attributes: sysTcpStatOpen: @@ -2588,6 +2600,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalTcpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalUdpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalUdpStat + type: dynamic discovery_attribute: sysUdpStatOpen attributes: sysUdpStatOpen: @@ -2654,6 +2667,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalUdpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalFastHttpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalFastHttpStat + type: dynamic discovery_attribute: sysFastHttpStatClientSyns attributes: sysFastHttpStatClientSyns: @@ -2775,6 +2789,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalFastHttpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalXmlStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalXmlStat + type: dynamic discovery_attribute: sysXmlStatNumErrors attributes: sysXmlStatNumErrors: @@ -2786,6 +2801,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalXmlStat: F5-BIGIP-SYSTEM-MIB::sysGlobalIiopStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalIiopStat + type: dynamic discovery_attribute: sysIiopStatNumRequests attributes: sysIiopStatNumRequests: @@ -2817,6 +2833,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalIiopStat: F5-BIGIP-SYSTEM-MIB::sysGlobalRtspStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalRtspStat + type: dynamic discovery_attribute: sysRtspStatNumRequests attributes: sysRtspStatNumRequests: @@ -2843,6 +2860,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalRtspStat: F5-BIGIP-SYSTEM-MIB::sysGlobalSctpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalSctpStat + type: dynamic discovery_attribute: sysSctpStatAccepts attributes: sysSctpStatAccepts: @@ -2929,6 +2947,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalSctpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalFastL4Stat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalFastL4Stat + type: dynamic discovery_attribute: sysFastL4StatOpen attributes: sysFastL4StatOpen: @@ -3010,6 +3029,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalFastL4Stat: F5-BIGIP-SYSTEM-MIB::sysGlobalHost: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalHost + type: dynamic discovery_attribute: sysGlobalHostMemTotal attributes: sysGlobalHostMemTotal: @@ -3149,6 +3169,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalHost: F5-BIGIP-SYSTEM-MIB::sysGlobalTmmStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalTmmStat + type: dynamic discovery_attribute: sysGlobalTmmStatNpus attributes: sysGlobalTmmStatNpus: @@ -3376,6 +3397,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalTmmStat: F5-BIGIP-SYSTEM-MIB::sysGlobalHttpCompressionStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalHttpCompressionStat + type: dynamic discovery_attribute: sysHttpCompressionStatPrecompressBytes attributes: sysHttpCompressionStatPrecompressBytes: @@ -3507,6 +3529,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalHttpCompressionStat: F5-BIGIP-SYSTEM-MIB::sysGlobalWebAccelerationStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalWebAccelerationStat + type: dynamic discovery_attribute: sysWebAccelerationStatCacheHits attributes: sysWebAccelerationStatCacheHits: @@ -3603,6 +3626,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalWebAccelerationStat: F5-BIGIP-SYSTEM-MIB::sysGlobalDnsStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalDnsStat + type: dynamic discovery_attribute: sysDnsStatQueries attributes: sysDnsStatQueries: @@ -3889,6 +3913,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalDnsStat: F5-BIGIP-SYSTEM-MIB::sysGlobalLsnPoolStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalLsnPoolStat + type: dynamic discovery_attribute: sysLsnPoolStatActivePersistenceMappings attributes: sysLsnPoolStatActivePersistenceMappings: @@ -4014,6 +4039,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalLsnPoolStat: F5-BIGIP-SYSTEM-MIB::sysGlobalFtpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalFtpStat + type: dynamic discovery_attribute: sysGlobalFtpStatLoginRequests attributes: sysGlobalFtpStatLoginRequests: @@ -4070,6 +4096,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalFtpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalSipStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalSipStat + type: dynamic discovery_attribute: sysGlobalSipStatRequests attributes: sysGlobalSipStatRequests: @@ -4096,6 +4123,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalSipStat: F5-BIGIP-SYSTEM-MIB::sysGlobalPptpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalPptpStat + type: dynamic discovery_attribute: sysProfilePptpStatStartRequests attributes: sysProfilePptpStatStartRequests: @@ -4177,6 +4205,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalPptpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalPcpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalPcpStat + type: dynamic discovery_attribute: sysPcpStatPcpAnnounceRequests attributes: sysPcpStatPcpAnnounceRequests: @@ -4238,6 +4267,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalPcpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalDnsServerStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalDnsServerStat + type: dynamic discovery_attribute: sysDnsServerStatXfrQueries attributes: sysDnsServerStatXfrQueries: @@ -4264,6 +4294,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalDnsServerStat: F5-BIGIP-SYSTEM-MIB::sysGlobalMptcpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalMptcpStat + type: dynamic discovery_attribute: sysMptcpStatAccept attributes: sysMptcpStatAccept: @@ -4355,6 +4386,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalMptcpStat: F5-BIGIP-SYSTEM-MIB::sysGlobalTftpStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalTftpStat + type: dynamic discovery_attribute: sysGlobalTftpStatReadRequests attributes: sysGlobalTftpStatReadRequests: @@ -4376,6 +4408,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalTftpStat: F5-BIGIP-SYSTEM-MIB::sysLsnPoolFailureStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysLsnPoolFailureStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.1.2.33.3.1.1 @@ -4392,6 +4425,7 @@ F5-BIGIP-SYSTEM-MIB::sysLsnPoolFailureStatEntry: F5-BIGIP-SYSTEM-MIB::sysGlobalIpsecalgStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalIpsecalgStat + type: dynamic discovery_attribute: sysGlobalIpsecalgStatIkePackets attributes: sysGlobalIpsecalgStatIkePackets: @@ -4423,6 +4457,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalIpsecalgStat: F5-BIGIP-SYSTEM-MIB::sysGlobalDiametersessionStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalDiametersessionStat + type: dynamic discovery_attribute: sysGlobalDiametersessionStatTotCapExcReq attributes: sysGlobalDiametersessionStatTotCapExcReq: @@ -4649,6 +4684,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalDiametersessionStat: F5-BIGIP-SYSTEM-MIB::sysGlobalDiameterrouterStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalDiameterrouterStat + type: dynamic discovery_attribute: sysGlobalDiameterrouterStatTotMessgesIn attributes: sysGlobalDiameterrouterStatTotMessgesIn: @@ -4855,6 +4891,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalDiameterrouterStat: F5-BIGIP-SYSTEM-MIB::sysGlobalSipsessionStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalSipsessionStat + type: dynamic discovery_attribute: sysGlobalSipsessionStatRequests attributes: sysGlobalSipsessionStatRequests: @@ -5151,6 +5188,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalSipsessionStat: F5-BIGIP-SYSTEM-MIB::sysGlobalSiprouterStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalSiprouterStat + type: dynamic discovery_attribute: sysGlobalSiprouterStatTotMessgesIn attributes: sysGlobalSiprouterStatTotMessgesIn: @@ -5367,6 +5405,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalSiprouterStat: F5-BIGIP-SYSTEM-MIB::sysGlobalFwNatDynamicPoolStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalFwNatDynamicPoolStat + type: dynamic discovery_attribute: sysFwNatDynamicPoolStatLsnTranslationRequests attributes: sysFwNatDynamicPoolStatLsnTranslationRequests: @@ -5532,6 +5571,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalFwNatDynamicPoolStat: F5-BIGIP-SYSTEM-MIB::sysFwNatDynamicPoolFailureStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysFwNatDynamicPoolFailureStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.1.2.40.3.1.1 @@ -5548,6 +5588,7 @@ F5-BIGIP-SYSTEM-MIB::sysFwNatDynamicPoolFailureStatEntry: F5-BIGIP-SYSTEM-MIB::sysGlobalFwNatStaticSourceTranslationPoolStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalFwNatStaticSourceTranslationPoolStat + type: dynamic discovery_attribute: sysFwNatStaticSourceTranslationPoolStatTransReqs attributes: sysFwNatStaticSourceTranslationPoolStatTransReqs: @@ -5614,6 +5655,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalFwNatStaticSourceTranslationPoolStat: F5-BIGIP-SYSTEM-MIB::sysGlobalFwNatStaticDestinationTranslationPoolStat: mib: F5-BIGIP-SYSTEM-MIB object: sysGlobalFwNatStaticDestinationTranslationPoolStat + type: dynamic discovery_attribute: sysFwNatStaticDestinationTranslationPoolStatTransReqs attributes: sysFwNatStaticDestinationTranslationPoolStatTransReqs: @@ -5680,6 +5722,7 @@ F5-BIGIP-SYSTEM-MIB::sysGlobalFwNatStaticDestinationTranslationPoolStat: F5-BIGIP-SYSTEM-MIB::sysDot1dbaseStat: mib: F5-BIGIP-SYSTEM-MIB object: sysDot1dbaseStat + type: dynamic discovery_attribute: sysDot1dbaseStatMacAddr attributes: sysDot1dbaseStatMacAddr: @@ -5699,6 +5742,7 @@ F5-BIGIP-SYSTEM-MIB::sysDot1dbaseStat: F5-BIGIP-SYSTEM-MIB::sysDot1dbaseStatPortEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysDot1dbaseStatPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.2.3.2.2.1.1 @@ -5728,6 +5772,7 @@ F5-BIGIP-SYSTEM-MIB::sysDot1dbaseStatPortEntry: F5-BIGIP-SYSTEM-MIB::sysInterfaceStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysInterfaceStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.4.4.3.1.1 @@ -5808,6 +5853,7 @@ F5-BIGIP-SYSTEM-MIB::sysInterfaceStatEntry: F5-BIGIP-SYSTEM-MIB::sysIfxStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysIfxStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.4.5.3.1.1 @@ -5897,6 +5943,7 @@ F5-BIGIP-SYSTEM-MIB::sysIfxStatEntry: F5-BIGIP-SYSTEM-MIB::sysSwitchDdmStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysSwitchDdmStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.4.7.2.1.1 @@ -6020,6 +6067,7 @@ F5-BIGIP-SYSTEM-MIB::sysSwitchDdmStatEntry: F5-BIGIP-SYSTEM-MIB::sysPacketFilterStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysPacketFilterStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.6.5.3.1.1 @@ -6036,6 +6084,7 @@ F5-BIGIP-SYSTEM-MIB::sysPacketFilterStatEntry: F5-BIGIP-SYSTEM-MIB::sysStpBridgeTreeStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysStpBridgeTreeStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.2.10.6.2.1.1 @@ -6088,6 +6137,7 @@ F5-BIGIP-SYSTEM-MIB::sysStpBridgeTreeStatEntry: F5-BIGIP-SYSTEM-MIB::sysStpInterfaceTreeStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysStpInterfaceTreeStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.10.8.2.1.1 @@ -6156,6 +6206,7 @@ F5-BIGIP-SYSTEM-MIB::sysStpInterfaceTreeStatEntry: F5-BIGIP-SYSTEM-MIB::sysDot3StatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysDot3StatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.11.1.3.1.1 @@ -6254,6 +6305,7 @@ F5-BIGIP-SYSTEM-MIB::sysDot3StatEntry: F5-BIGIP-SYSTEM-MIB::sysTrunkStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysTrunkStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.12.2.3.1.1 @@ -6320,6 +6372,7 @@ F5-BIGIP-SYSTEM-MIB::sysTrunkStatEntry: F5-BIGIP-SYSTEM-MIB::sysVlanStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysVlanStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.13.6.2.1.1 @@ -6386,6 +6439,7 @@ F5-BIGIP-SYSTEM-MIB::sysVlanStatEntry: F5-BIGIP-SYSTEM-MIB::sysVlanxStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysVlanxStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.13.7.2.1.1 @@ -6471,6 +6525,7 @@ F5-BIGIP-SYSTEM-MIB::sysVlanxStatEntry: F5-BIGIP-SYSTEM-MIB::sysVlanIfcStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysVlanIfcStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.13.8.2.1.1 @@ -6567,6 +6622,7 @@ F5-BIGIP-SYSTEM-MIB::sysVlanIfcStatEntry: F5-BIGIP-SYSTEM-MIB::sysFecStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysFecStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.15.1.3.1.1 @@ -6652,6 +6708,7 @@ F5-BIGIP-SYSTEM-MIB::sysFecStatEntry: F5-BIGIP-SYSTEM-MIB::sysIpsecSpdStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysIpsecSpdStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.2.17.1.3.1.1 @@ -6709,6 +6766,7 @@ F5-BIGIP-SYSTEM-MIB::sysIpsecSpdStatEntry: F5-BIGIP-SYSTEM-MIB::sysCpuEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysCpuEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.3.1.2.1.1 @@ -6738,6 +6796,7 @@ F5-BIGIP-SYSTEM-MIB::sysCpuEntry: F5-BIGIP-SYSTEM-MIB::sysChassisFanEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysChassisFanEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.3.2.1.2.1.1 @@ -6758,6 +6817,7 @@ F5-BIGIP-SYSTEM-MIB::sysChassisFanEntry: F5-BIGIP-SYSTEM-MIB::sysChassisPowerSupplyEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysChassisPowerSupplyEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.3.2.2.2.1.1 @@ -6773,6 +6833,7 @@ F5-BIGIP-SYSTEM-MIB::sysChassisPowerSupplyEntry: F5-BIGIP-SYSTEM-MIB::sysChassisTempEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysChassisTempEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.3.2.3.2.1.1 @@ -6789,6 +6850,7 @@ F5-BIGIP-SYSTEM-MIB::sysChassisTempEntry: F5-BIGIP-SYSTEM-MIB::sysBladeTempEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysBladeTempEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.3.2.4.2.1.1 @@ -6813,6 +6875,7 @@ F5-BIGIP-SYSTEM-MIB::sysBladeTempEntry: F5-BIGIP-SYSTEM-MIB::sysBladeVoltageEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysBladeVoltageEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.3.2.5.2.1.1 @@ -6833,6 +6896,7 @@ F5-BIGIP-SYSTEM-MIB::sysBladeVoltageEntry: F5-BIGIP-SYSTEM-MIB::sysCpuSensorEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysCpuSensorEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.3.6.2.1.5 @@ -6866,6 +6930,7 @@ F5-BIGIP-SYSTEM-MIB::sysCpuSensorEntry: F5-BIGIP-SYSTEM-MIB::sysSubMemoryEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysSubMemoryEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.5.3.1.1 @@ -6892,6 +6957,7 @@ F5-BIGIP-SYSTEM-MIB::sysSubMemoryEntry: F5-BIGIP-SYSTEM-MIB::sysHostMemory: mib: F5-BIGIP-SYSTEM-MIB object: sysHostMemory + type: dynamic discovery_attribute: sysHostMemoryTotal attributes: sysHostMemoryTotal: @@ -6924,6 +6990,7 @@ F5-BIGIP-SYSTEM-MIB::sysHostMemory: F5-BIGIP-SYSTEM-MIB::sysHostCpuEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysHostCpuEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.7.2.2.1.1 @@ -6974,6 +7041,7 @@ F5-BIGIP-SYSTEM-MIB::sysHostCpuEntry: F5-BIGIP-SYSTEM-MIB::sysHostDiskEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysHostDiskEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.7.3.2.1.1 @@ -7010,6 +7078,7 @@ F5-BIGIP-SYSTEM-MIB::sysHostDiskEntry: F5-BIGIP-SYSTEM-MIB::sysMultiHostEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysMultiHostEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.7.4.2.1.1 @@ -7113,6 +7182,7 @@ F5-BIGIP-SYSTEM-MIB::sysMultiHostEntry: F5-BIGIP-SYSTEM-MIB::sysMultiHostCpuEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysMultiHostCpuEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.7.5.2.1.1 @@ -7181,6 +7251,7 @@ F5-BIGIP-SYSTEM-MIB::sysMultiHostCpuEntry: F5-BIGIP-SYSTEM-MIB::sysLogicalDiskEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysLogicalDiskEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.7.6.2.1.1 @@ -7213,6 +7284,7 @@ F5-BIGIP-SYSTEM-MIB::sysLogicalDiskEntry: F5-BIGIP-SYSTEM-MIB::sysPhysicalDiskEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysPhysicalDiskEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.7.7.2.1.1 @@ -7240,6 +7312,7 @@ F5-BIGIP-SYSTEM-MIB::sysPhysicalDiskEntry: F5-BIGIP-SYSTEM-MIB::sysPvaStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysPvaStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.8.1.3.1.1 @@ -7341,6 +7414,7 @@ F5-BIGIP-SYSTEM-MIB::sysPvaStatEntry: F5-BIGIP-SYSTEM-MIB::sysTmmStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysTmmStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.8.2.3.1.1 @@ -7609,6 +7683,7 @@ F5-BIGIP-SYSTEM-MIB::sysTmmStatEntry: F5-BIGIP-SYSTEM-MIB::sysTmmProcStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysTmmProcStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.8.3.2.1.1 @@ -7634,6 +7709,7 @@ F5-BIGIP-SYSTEM-MIB::sysTmmProcStatEntry: F5-BIGIP-SYSTEM-MIB::sysTmmPagesStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysTmmPagesStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.8.4.3.1.1 @@ -7659,6 +7735,7 @@ F5-BIGIP-SYSTEM-MIB::sysTmmPagesStatEntry: F5-BIGIP-SYSTEM-MIB::sysClusterMbrEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysClusterMbrEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.10.2.2.1.1 @@ -7710,6 +7787,7 @@ F5-BIGIP-SYSTEM-MIB::sysClusterMbrEntry: F5-BIGIP-SYSTEM-MIB::sysChassisSlotEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysChassisSlotEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.10.3.2.1.1 @@ -7733,6 +7811,7 @@ F5-BIGIP-SYSTEM-MIB::sysChassisSlotEntry: F5-BIGIP-SYSTEM-MIB::sysProcPidStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysProcPidStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.3375.2.1.12.1.2.1.5 @@ -7991,6 +8070,7 @@ F5-BIGIP-SYSTEM-MIB::sysProcPidStatEntry: F5-BIGIP-SYSTEM-MIB::sysPlaneStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysPlaneStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.12.2.2.1.1 @@ -8012,6 +8092,7 @@ F5-BIGIP-SYSTEM-MIB::sysPlaneStatEntry: F5-BIGIP-SYSTEM-MIB::sysVcmpStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysVcmpStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.13.4.2.1.1 @@ -8163,6 +8244,7 @@ F5-BIGIP-SYSTEM-MIB::sysVcmpStatEntry: F5-BIGIP-SYSTEM-MIB::sysCmFailoverStatus: mib: F5-BIGIP-SYSTEM-MIB object: sysCmFailoverStatus + type: active discovery_attribute: sysCmFailoverStatusId attributes: sysCmFailoverStatusId: @@ -8185,6 +8267,7 @@ F5-BIGIP-SYSTEM-MIB::sysCmFailoverStatus: F5-BIGIP-SYSTEM-MIB::sysCmTrafficGroupStatusEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysCmTrafficGroupStatusEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.14.5.2.1.1 @@ -8204,6 +8287,7 @@ F5-BIGIP-SYSTEM-MIB::sysCmTrafficGroupStatusEntry: F5-BIGIP-SYSTEM-MIB::sysCertValidatorOcspStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysCertValidatorOcspStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.15.4.3.1.1 @@ -8305,6 +8389,7 @@ F5-BIGIP-SYSTEM-MIB::sysCertValidatorOcspStatEntry: F5-BIGIP-SYSTEM-MIB::sysCertStatusObjectEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysCertStatusObjectEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.15.5.2.1.1 @@ -8324,6 +8409,7 @@ F5-BIGIP-SYSTEM-MIB::sysCertStatusObjectEntry: F5-BIGIP-SYSTEM-MIB::sysCertOrderManagerStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysCertOrderManagerStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.15.7.3.1.1 @@ -8395,6 +8481,7 @@ F5-BIGIP-SYSTEM-MIB::sysCertOrderManagerStatEntry: F5-BIGIP-SYSTEM-MIB::sysJoinCertOrderManagerStatEntry: mib: F5-BIGIP-SYSTEM-MIB object: sysJoinCertOrderManagerStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.1.15.9.3.1.1 diff --git a/objects/f5/F5-BIGIP-WAM-MIB.yml b/objects/f5/F5-BIGIP-WAM-MIB.yml index f5a6d5b5..ce68b7ff 100644 --- a/objects/f5/F5-BIGIP-WAM-MIB.yml +++ b/objects/f5/F5-BIGIP-WAM-MIB.yml @@ -1,6 +1,7 @@ F5-BIGIP-WAM-MIB::wamAppStatEntry: mib: F5-BIGIP-WAM-MIB object: wamAppStatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.3375.2.7.1.3.1.1 diff --git a/objects/f5/UROAM-SNMP-MIB.yml b/objects/f5/UROAM-SNMP-MIB.yml index 04acc3e3..beee382f 100644 --- a/objects/f5/UROAM-SNMP-MIB.yml +++ b/objects/f5/UROAM-SNMP-MIB.yml @@ -1,6 +1,7 @@ UROAM-SNMP-MIB::failoverInfo: mib: UROAM-SNMP-MIB object: failoverInfo + type: active discovery_attribute: failoverConf attributes: failoverConf: @@ -19,6 +20,7 @@ UROAM-SNMP-MIB::failoverInfo: UROAM-SNMP-MIB::clusterInfo: mib: UROAM-SNMP-MIB object: clusterInfo + type: stable discovery_attribute: clusterConf attributes: clusterConf: @@ -34,6 +36,7 @@ UROAM-SNMP-MIB::clusterInfo: UROAM-SNMP-MIB::clusterSynchEntry: mib: UROAM-SNMP-MIB object: clusterSynchEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.12276.250.3.1.1 diff --git a/objects/fortinet/FORTINET-CORE-MIB.yml b/objects/fortinet/FORTINET-CORE-MIB.yml index d5ca8206..a1d3a458 100644 --- a/objects/fortinet/FORTINET-CORE-MIB.yml +++ b/objects/fortinet/FORTINET-CORE-MIB.yml @@ -1,6 +1,7 @@ FORTINET-CORE-MIB::fnSystem: mib: FORTINET-CORE-MIB object: fnSystem + type: immutable discovery_attribute: fnSysSerial attributes: fnSysSerial: @@ -11,6 +12,7 @@ FORTINET-CORE-MIB::fnSystem: FORTINET-CORE-MIB::fnMgmt: mib: FORTINET-CORE-MIB object: fnMgmt + type: immutable augments: FORTINET-CORE-MIB::fnSystem discovery_attribute: fnMgmtLanguage attributes: @@ -22,6 +24,7 @@ FORTINET-CORE-MIB::fnMgmt: FORTINET-CORE-MIB::fnAdmin: mib: FORTINET-CORE-MIB object: fnAdmin + type: immutable augments: FORTINET-CORE-MIB::fnSystem discovery_attribute: fnAdminNumber attributes: @@ -33,6 +36,7 @@ FORTINET-CORE-MIB::fnAdmin: FORTINET-CORE-MIB::fnAdminEntry: mib: FORTINET-CORE-MIB object: fnAdminEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.12356.100.1.2.100.2.1.1 diff --git a/objects/fortinet/FORTINET-FORTIGATE-MIB.yml b/objects/fortinet/FORTINET-FORTIGATE-MIB.yml index c9b100ec..8e189e3d 100644 --- a/objects/fortinet/FORTINET-FORTIGATE-MIB.yml +++ b/objects/fortinet/FORTINET-FORTIGATE-MIB.yml @@ -1,6 +1,7 @@ FORTINET-FORTIGATE-MIB::fgVdInfo: mib: FORTINET-FORTIGATE-MIB object: fgVdInfo + type: stable discovery_attribute: fgVdNumber attributes: fgVdNumber: @@ -19,6 +20,7 @@ FORTINET-FORTIGATE-MIB::fgVdInfo: FORTINET-FORTIGATE-MIB::fgVdEntry: mib: FORTINET-FORTIGATE-MIB object: fgVdEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -58,6 +60,7 @@ FORTINET-FORTIGATE-MIB::fgVdEntry: FORTINET-FORTIGATE-MIB::fgVdTpEntry: mib: FORTINET-FORTIGATE-MIB object: fgVdTpEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgVdEntry discovery_attribute: fgVdTpMgmtAddr attributes: @@ -73,6 +76,7 @@ FORTINET-FORTIGATE-MIB::fgVdTpEntry: FORTINET-FORTIGATE-MIB::fgSystemInfo: mib: FORTINET-FORTIGATE-MIB object: fgSystemInfo + type: dynamic discovery_attribute: fgSysVersion attributes: fgSysVersion: @@ -81,11 +85,11 @@ FORTINET-FORTIGATE-MIB::fgSystemInfo: syntax: DisplayString fgSysCpuUsage: oid: .1.3.6.1.4.1.12356.101.4.1.3 - name: fortinet.fgSysCpuUsage + name: cpu.util.pct syntax: Percent100 fgSysMemUsage: oid: .1.3.6.1.4.1.12356.101.4.1.4 - name: fortinet.fgSysMemUsage + name: mem.util.pct syntax: Percent100 fgSysMemCapacity: oid: .1.3.6.1.4.1.12356.101.4.1.5 @@ -155,6 +159,7 @@ FORTINET-FORTIGATE-MIB::fgSystemInfo: FORTINET-FORTIGATE-MIB::fgSoftware: mib: FORTINET-FORTIGATE-MIB object: fgSoftware + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgSystemInfo discovery_attribute: fgSysVersionAv attributes: @@ -170,6 +175,7 @@ FORTINET-FORTIGATE-MIB::fgSoftware: FORTINET-FORTIGATE-MIB::fgHwSensors: mib: FORTINET-FORTIGATE-MIB object: fgHwSensors + type: stable augments: FORTINET-FORTIGATE-MIB::fgVdInfo discovery_attribute: fgHwSensorCount attributes: @@ -181,6 +187,7 @@ FORTINET-FORTIGATE-MIB::fgHwSensors: FORTINET-FORTIGATE-MIB::fgHwSensorEntry: mib: FORTINET-FORTIGATE-MIB object: fgHwSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.4.3.2.1.1 @@ -204,6 +211,7 @@ FORTINET-FORTIGATE-MIB::fgHwSensorEntry: FORTINET-FORTIGATE-MIB::fgProcessors: mib: FORTINET-FORTIGATE-MIB object: fgProcessors + type: stable augments: FORTINET-FORTIGATE-MIB::fgVdInfo discovery_attribute: fgProcessorCount attributes: @@ -215,6 +223,7 @@ FORTINET-FORTIGATE-MIB::fgProcessors: FORTINET-FORTIGATE-MIB::fgProcessorEntry: mib: FORTINET-FORTIGATE-MIB object: fgProcessorEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.4.4.2.1.1 @@ -262,6 +271,7 @@ FORTINET-FORTIGATE-MIB::fgProcessorEntry: FORTINET-FORTIGATE-MIB::fgProcessorModules: mib: FORTINET-FORTIGATE-MIB object: fgProcessorModules + type: stable augments: FORTINET-FORTIGATE-MIB::fgVdInfo discovery_attribute: fgProcessorModuleCount attributes: @@ -273,6 +283,7 @@ FORTINET-FORTIGATE-MIB::fgProcessorModules: FORTINET-FORTIGATE-MIB::fgProcessorModuleEntry: mib: FORTINET-FORTIGATE-MIB object: fgProcessorModuleEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.4.5.3.1.1 @@ -316,6 +327,7 @@ FORTINET-FORTIGATE-MIB::fgProcessorModuleEntry: FORTINET-FORTIGATE-MIB::fgSysInfoAdvMem: mib: FORTINET-FORTIGATE-MIB object: fgSysInfoAdvMem + type: dynamic discovery_attribute: fgSIAdvMemPageCache attributes: fgSIAdvMemPageCache: @@ -334,26 +346,27 @@ FORTINET-FORTIGATE-MIB::fgSysInfoAdvMem: oid: .1.3.6.1.4.1.12356.101.4.6.1.4 name: fortinet.fgSIAdvMemBuffer syntax: BytesKB - fgSIAdvMemEnterKerConsThrsh: - oid: .1.3.6.1.4.1.12356.101.4.6.1.5 - name: fortinet.fgSIAdvMemEnterKerConsThrsh - syntax: BytesKB - fgSIAdvMemLeaveKerConsThrsh: - oid: .1.3.6.1.4.1.12356.101.4.6.1.6 - name: fortinet.fgSIAdvMemLeaveKerConsThrsh - syntax: BytesKB - fgSIAdvMemEnterProxyConsThrsh: - oid: .1.3.6.1.4.1.12356.101.4.6.1.7 - name: fortinet.fgSIAdvMemEnterProxyConsThrsh - syntax: BytesKB - fgSIAdvMemLeaveProxyConsThrsh: - oid: .1.3.6.1.4.1.12356.101.4.6.1.8 - name: fortinet.fgSIAdvMemLeaveProxyConsThrsh - syntax: BytesKB + # fgSIAdvMemEnterKerConsThrsh: + # oid: .1.3.6.1.4.1.12356.101.4.6.1.5 + # name: fortinet.fgSIAdvMemEnterKerConsThrsh + # syntax: BytesKB + # fgSIAdvMemLeaveKerConsThrsh: + # oid: .1.3.6.1.4.1.12356.101.4.6.1.6 + # name: fortinet.fgSIAdvMemLeaveKerConsThrsh + # syntax: BytesKB + # fgSIAdvMemEnterProxyConsThrsh: + # oid: .1.3.6.1.4.1.12356.101.4.6.1.7 + # name: fortinet.fgSIAdvMemEnterProxyConsThrsh + # syntax: BytesKB + # fgSIAdvMemLeaveProxyConsThrsh: + # oid: .1.3.6.1.4.1.12356.101.4.6.1.8 + # name: fortinet.fgSIAdvMemLeaveProxyConsThrsh + # syntax: BytesKB FORTINET-FORTIGATE-MIB::fgSysInfoAdvSessions: mib: FORTINET-FORTIGATE-MIB object: fgSysInfoAdvSessions + type: dynamic discovery_attribute: fgSIAdvSesEphemeralCount attributes: fgSIAdvSesEphemeralCount: @@ -388,6 +401,7 @@ FORTINET-FORTIGATE-MIB::fgSysInfoAdvSessions: FORTINET-FORTIGATE-MIB::fgUsbports: mib: FORTINET-FORTIGATE-MIB object: fgUsbports + type: stable augments: FORTINET-FORTIGATE-MIB::fgVdInfo discovery_attribute: fgUsbportCount attributes: @@ -399,6 +413,7 @@ FORTINET-FORTIGATE-MIB::fgUsbports: FORTINET-FORTIGATE-MIB::fgUsbportEntry: mib: FORTINET-FORTIGATE-MIB object: fgUsbportEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.4.7.2.1.1 @@ -446,6 +461,7 @@ FORTINET-FORTIGATE-MIB::fgUsbportEntry: FORTINET-FORTIGATE-MIB::fgLinkMonitor: mib: FORTINET-FORTIGATE-MIB object: fgLinkMonitor + type: stable augments: FORTINET-FORTIGATE-MIB::fgVdInfo discovery_attribute: fgLinkMonitorNumber attributes: @@ -457,6 +473,7 @@ FORTINET-FORTIGATE-MIB::fgLinkMonitor: FORTINET-FORTIGATE-MIB::fgLinkMonitorEntry: mib: FORTINET-FORTIGATE-MIB object: fgLinkMonitorEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.4.8.2.1.1 @@ -500,6 +517,7 @@ FORTINET-FORTIGATE-MIB::fgLinkMonitorEntry: FORTINET-FORTIGATE-MIB::fgFwPolStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgFwPolStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -541,6 +559,7 @@ FORTINET-FORTIGATE-MIB::fgFwPolStatsEntry: FORTINET-FORTIGATE-MIB::fgFwPol6StatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgFwPol6StatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -568,6 +587,7 @@ FORTINET-FORTIGATE-MIB::fgFwPol6StatsEntry: FORTINET-FORTIGATE-MIB::fgFwUserInfo: mib: FORTINET-FORTIGATE-MIB object: fgFwUserInfo + type: active discovery_attribute: fgFwUserNumber attributes: fgFwUserNumber: @@ -582,6 +602,7 @@ FORTINET-FORTIGATE-MIB::fgFwUserInfo: FORTINET-FORTIGATE-MIB::fgFwUserEntry: mib: FORTINET-FORTIGATE-MIB object: fgFwUserEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.5.2.2.1.1.1 @@ -609,6 +630,7 @@ FORTINET-FORTIGATE-MIB::fgFwUserEntry: FORTINET-FORTIGATE-MIB::fgFwGtpStats: mib: FORTINET-FORTIGATE-MIB object: fgFwGtpStats + type: dynamic discovery_attribute: fgFwGtpStatsRequest attributes: fgFwGtpStatsRequest: @@ -691,6 +713,7 @@ FORTINET-FORTIGATE-MIB::fgFwGtpStats: FORTINET-FORTIGATE-MIB::fgFwGtpRtStatsCPkts: mib: FORTINET-FORTIGATE-MIB object: fgFwGtpRtStatsCPkts + type: dynamic discovery_attribute: fgFwGtpRtStatsCForwarded attributes: fgFwGtpRtStatsCForwarded: @@ -801,6 +824,7 @@ FORTINET-FORTIGATE-MIB::fgFwGtpRtStatsCPkts: FORTINET-FORTIGATE-MIB::fgFwGtpRtStatsDPkts: mib: FORTINET-FORTIGATE-MIB object: fgFwGtpRtStatsDPkts + type: dynamic discovery_attribute: fgFwGtpRtStatsDForwarded attributes: fgFwGtpRtStatsDForwarded: @@ -851,6 +875,7 @@ FORTINET-FORTIGATE-MIB::fgFwGtpRtStatsDPkts: FORTINET-FORTIGATE-MIB::fgFwGtpRtStatsBPkts: mib: FORTINET-FORTIGATE-MIB object: fgFwGtpRtStatsBPkts + type: dynamic discovery_attribute: fgFwGtpRtStatsBForwarded attributes: fgFwGtpRtStatsBForwarded: @@ -877,6 +902,7 @@ FORTINET-FORTIGATE-MIB::fgFwGtpRtStatsBPkts: FORTINET-FORTIGATE-MIB::fgAdminOptions: mib: FORTINET-FORTIGATE-MIB object: fgAdminOptions + type: stable discovery_attribute: fgAdminIdleTimeout attributes: fgAdminIdleTimeout: @@ -891,7 +917,8 @@ FORTINET-FORTIGATE-MIB::fgAdminOptions: FORTINET-FORTIGATE-MIB::fgAdminEntry: mib: FORTINET-FORTIGATE-MIB object: fgAdminEntry - augments: FORTINET-CORE-MIB::fnAdminEntry + type: immutable + augments: FORTINET-CORE-MIB::fnSystem discovery_attribute: fgAdminVdom attributes: fgAdminVdom: @@ -902,6 +929,7 @@ FORTINET-FORTIGATE-MIB::fgAdminEntry: FORTINET-FORTIGATE-MIB::fgIntfEntry: mib: FORTINET-FORTIGATE-MIB object: fgIntfEntry + type: immutable index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -938,6 +966,7 @@ FORTINET-FORTIGATE-MIB::fgIntfEntry: FORTINET-FORTIGATE-MIB::fgIntfVrrps: mib: FORTINET-FORTIGATE-MIB object: fgIntfVrrps + type: stable augments: FORTINET-FORTIGATE-MIB::fgVdInfo discovery_attribute: fgIntfVrrpCount attributes: @@ -949,6 +978,7 @@ FORTINET-FORTIGATE-MIB::fgIntfVrrps: FORTINET-FORTIGATE-MIB::fgIntfVrrpEntry: mib: FORTINET-FORTIGATE-MIB object: fgIntfVrrpEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.7.3.2.1.1 @@ -980,6 +1010,7 @@ FORTINET-FORTIGATE-MIB::fgIntfVrrpEntry: FORTINET-FORTIGATE-MIB::fgIntfVlanHbs: mib: FORTINET-FORTIGATE-MIB object: fgIntfVlanHbs + type: stable augments: FORTINET-FORTIGATE-MIB::fgVdInfo discovery_attribute: fgIntfVlanHbCount attributes: @@ -991,6 +1022,7 @@ FORTINET-FORTIGATE-MIB::fgIntfVlanHbs: FORTINET-FORTIGATE-MIB::fgIntfVlanHbEntry: mib: FORTINET-FORTIGATE-MIB object: fgIntfVlanHbEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.7.4.2.1.1 @@ -1014,6 +1046,7 @@ FORTINET-FORTIGATE-MIB::fgIntfVlanHbEntry: FORTINET-FORTIGATE-MIB::fgAvStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgAvStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1097,6 +1130,7 @@ FORTINET-FORTIGATE-MIB::fgAvStatsEntry: FORTINET-FORTIGATE-MIB::fgIpsStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgIpsStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1144,6 +1178,7 @@ FORTINET-FORTIGATE-MIB::fgIpsStatsEntry: FORTINET-FORTIGATE-MIB::fgWebfilterStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgWebfilterStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1183,6 +1218,7 @@ FORTINET-FORTIGATE-MIB::fgWebfilterStatsEntry: FORTINET-FORTIGATE-MIB::fgFortiGuardStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgFortiGuardStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1234,6 +1270,7 @@ FORTINET-FORTIGATE-MIB::fgFortiGuardStatsEntry: FORTINET-FORTIGATE-MIB::fgAppProxy: mib: FORTINET-FORTIGATE-MIB object: fgAppProxy + type: dynamic discovery_attribute: fgApHTTPUpTime attributes: fgApHTTPUpTime: @@ -1256,6 +1293,7 @@ FORTINET-FORTIGATE-MIB::fgAppProxy: FORTINET-FORTIGATE-MIB::fgAppStats: mib: FORTINET-FORTIGATE-MIB object: fgAppStats + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1271,6 +1309,7 @@ FORTINET-FORTIGATE-MIB::fgAppStats: FORTINET-FORTIGATE-MIB::fgAppProxySMTP: mib: FORTINET-FORTIGATE-MIB object: fgAppProxySMTP + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppProxy discovery_attribute: fgApSMTPUpTime attributes: @@ -1294,6 +1333,7 @@ FORTINET-FORTIGATE-MIB::fgAppProxySMTP: FORTINET-FORTIGATE-MIB::fgApSMTPStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgApSMTPStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgApSMTPReqProcessed attributes: @@ -1309,6 +1349,7 @@ FORTINET-FORTIGATE-MIB::fgApSMTPStatsEntry: FORTINET-FORTIGATE-MIB::fgAppProxyPOP3: mib: FORTINET-FORTIGATE-MIB object: fgAppProxyPOP3 + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppProxy discovery_attribute: fgApPOP3UpTime attributes: @@ -1332,6 +1373,7 @@ FORTINET-FORTIGATE-MIB::fgAppProxyPOP3: FORTINET-FORTIGATE-MIB::fgApPOP3StatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgApPOP3StatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgApPOP3ReqProcessed attributes: @@ -1347,6 +1389,7 @@ FORTINET-FORTIGATE-MIB::fgApPOP3StatsEntry: FORTINET-FORTIGATE-MIB::fgAppProxyIMAP: mib: FORTINET-FORTIGATE-MIB object: fgAppProxyIMAP + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppProxy discovery_attribute: fgApIMAPUpTime attributes: @@ -1370,6 +1413,7 @@ FORTINET-FORTIGATE-MIB::fgAppProxyIMAP: FORTINET-FORTIGATE-MIB::fgApIMAPStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgApIMAPStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgApIMAPReqProcessed attributes: @@ -1385,6 +1429,7 @@ FORTINET-FORTIGATE-MIB::fgApIMAPStatsEntry: FORTINET-FORTIGATE-MIB::fgAppProxyNNTP: mib: FORTINET-FORTIGATE-MIB object: fgAppProxyNNTP + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppProxy discovery_attribute: fgApNNTPUpTime attributes: @@ -1408,6 +1453,7 @@ FORTINET-FORTIGATE-MIB::fgAppProxyNNTP: FORTINET-FORTIGATE-MIB::fgApNNTPStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgApNNTPStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgApNNTPReqProcessed attributes: @@ -1419,6 +1465,7 @@ FORTINET-FORTIGATE-MIB::fgApNNTPStatsEntry: FORTINET-FORTIGATE-MIB::fgAppProxyIM: mib: FORTINET-FORTIGATE-MIB object: fgAppProxyIM + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppProxy discovery_attribute: fgApIMUpTime attributes: @@ -1434,6 +1481,7 @@ FORTINET-FORTIGATE-MIB::fgAppProxyIM: FORTINET-FORTIGATE-MIB::fgApIMStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgApIMStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgApIMReqProcessed attributes: @@ -1445,6 +1493,7 @@ FORTINET-FORTIGATE-MIB::fgApIMStatsEntry: FORTINET-FORTIGATE-MIB::fgAppProxySIP: mib: FORTINET-FORTIGATE-MIB object: fgAppProxySIP + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppProxy discovery_attribute: fgApSIPUpTime attributes: @@ -1460,6 +1509,7 @@ FORTINET-FORTIGATE-MIB::fgAppProxySIP: FORTINET-FORTIGATE-MIB::fgApSIPStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgApSIPStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgApSIPClientReg attributes: @@ -1483,6 +1533,7 @@ FORTINET-FORTIGATE-MIB::fgApSIPStatsEntry: FORTINET-FORTIGATE-MIB::fgAppScanUnit: mib: FORTINET-FORTIGATE-MIB object: fgAppScanUnit + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppProxy discovery_attribute: fgAppSuNumber attributes: @@ -1494,6 +1545,7 @@ FORTINET-FORTIGATE-MIB::fgAppScanUnit: FORTINET-FORTIGATE-MIB::fgAppSuStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgAppSuStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.10.107.2.1.1 @@ -1509,6 +1561,7 @@ FORTINET-FORTIGATE-MIB::fgAppSuStatsEntry: FORTINET-FORTIGATE-MIB::fgAppVoIPStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgAppVoIPStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgAppVoIPConn attributes: @@ -1524,6 +1577,7 @@ FORTINET-FORTIGATE-MIB::fgAppVoIPStatsEntry: FORTINET-FORTIGATE-MIB::fgAppP2PStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgAppP2PStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgAppP2PConnBlocked attributes: @@ -1535,6 +1589,7 @@ FORTINET-FORTIGATE-MIB::fgAppP2PStatsEntry: FORTINET-FORTIGATE-MIB::fgAppP2PProtoEntry: mib: FORTINET-FORTIGATE-MIB object: fgAppP2PProtoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1558,6 +1613,7 @@ FORTINET-FORTIGATE-MIB::fgAppP2PProtoEntry: FORTINET-FORTIGATE-MIB::fgAppIMStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgAppIMStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgAppIMMessages attributes: @@ -1581,6 +1637,7 @@ FORTINET-FORTIGATE-MIB::fgAppIMStatsEntry: FORTINET-FORTIGATE-MIB::fgAppProxyFTP: mib: FORTINET-FORTIGATE-MIB object: fgAppProxyFTP + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppProxy discovery_attribute: fgApFTPUpTime attributes: @@ -1604,6 +1661,7 @@ FORTINET-FORTIGATE-MIB::fgAppProxyFTP: FORTINET-FORTIGATE-MIB::fgApFTPStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgApFTPStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgAppStats discovery_attribute: fgApFTPReqProcessed attributes: @@ -1615,6 +1673,7 @@ FORTINET-FORTIGATE-MIB::fgApFTPStatsEntry: FORTINET-FORTIGATE-MIB::fgExplicitProxyInfo: mib: FORTINET-FORTIGATE-MIB object: fgExplicitProxyInfo + type: dynamic discovery_attribute: fgExplicitProxyUpTime attributes: fgExplicitProxyUpTime: @@ -1633,6 +1692,7 @@ FORTINET-FORTIGATE-MIB::fgExplicitProxyInfo: FORTINET-FORTIGATE-MIB::fgExplicitProxyStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgExplicitProxyStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1652,6 +1712,7 @@ FORTINET-FORTIGATE-MIB::fgExplicitProxyStatsEntry: FORTINET-FORTIGATE-MIB::fgExplicitProxyScanStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgExplicitProxyScanStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1711,6 +1772,7 @@ FORTINET-FORTIGATE-MIB::fgExplicitProxyScanStatsEntry: FORTINET-FORTIGATE-MIB::fgExplicitProxyScriptStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgExplicitProxyScriptStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgExplicitProxyStatsEntry discovery_attribute: fgExplicitProxyFilteredApplets attributes: @@ -1742,6 +1804,7 @@ FORTINET-FORTIGATE-MIB::fgExplicitProxyScriptStatsEntry: FORTINET-FORTIGATE-MIB::fgExplicitProxyFilterStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgExplicitProxyFilterStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgExplicitProxyStatsEntry discovery_attribute: fgExplicitProxyBlockedDLP attributes: @@ -1777,6 +1840,7 @@ FORTINET-FORTIGATE-MIB::fgExplicitProxyFilterStatsEntry: FORTINET-FORTIGATE-MIB::fgWebCacheInfo: mib: FORTINET-FORTIGATE-MIB object: fgWebCacheInfo + type: dynamic discovery_attribute: fgWebCacheRAMLimit attributes: fgWebCacheRAMLimit: @@ -1811,6 +1875,7 @@ FORTINET-FORTIGATE-MIB::fgWebCacheInfo: FORTINET-FORTIGATE-MIB::fgWebCacheDiskStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgWebCacheDiskStatsEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.12356.101.10.113.2.1.1 @@ -1838,6 +1903,7 @@ FORTINET-FORTIGATE-MIB::fgWebCacheDiskStatsEntry: FORTINET-FORTIGATE-MIB::fgWanOptInfo: mib: FORTINET-FORTIGATE-MIB object: fgWanOptInfo + type: dynamic discovery_attribute: fgMemCacheLimit attributes: fgMemCacheLimit: @@ -1872,6 +1938,7 @@ FORTINET-FORTIGATE-MIB::fgWanOptInfo: FORTINET-FORTIGATE-MIB::fgWanOptStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgWanOptStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1903,6 +1970,7 @@ FORTINET-FORTIGATE-MIB::fgWanOptStatsEntry: FORTINET-FORTIGATE-MIB::fgWanOptHistoryStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgWanOptHistoryStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1934,6 +2002,7 @@ FORTINET-FORTIGATE-MIB::fgWanOptHistoryStatsEntry: FORTINET-FORTIGATE-MIB::fgWanOptTrafficStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgWanOptTrafficStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -1965,6 +2034,7 @@ FORTINET-FORTIGATE-MIB::fgWanOptTrafficStatsEntry: FORTINET-FORTIGATE-MIB::fgWanOptDiskStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgWanOptDiskStatsEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.12356.101.10.114.5.1.1 @@ -1992,6 +2062,7 @@ FORTINET-FORTIGATE-MIB::fgWanOptDiskStatsEntry: FORTINET-FORTIGATE-MIB::fgIpSessEntry: mib: FORTINET-FORTIGATE-MIB object: fgIpSessEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.11.2.1.1.1 @@ -2031,6 +2102,7 @@ FORTINET-FORTIGATE-MIB::fgIpSessEntry: FORTINET-FORTIGATE-MIB::fgIpSessStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgIpSessStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgVdEntry discovery_attribute: fgIpSessNumber attributes: @@ -2042,6 +2114,7 @@ FORTINET-FORTIGATE-MIB::fgIpSessStatsEntry: FORTINET-FORTIGATE-MIB::fgIp6SessStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgIp6SessStatsEntry + type: dynamic augments: FORTINET-FORTIGATE-MIB::fgVdEntry discovery_attribute: fgIp6SessNumber attributes: @@ -2053,6 +2126,7 @@ FORTINET-FORTIGATE-MIB::fgIp6SessStatsEntry: FORTINET-FORTIGATE-MIB::fgVpnInfo: mib: FORTINET-FORTIGATE-MIB object: fgVpnInfo + type: stable augments: FORTINET-FORTIGATE-MIB::fgVdInfo discovery_attribute: fgVpnTunnelUpCount attributes: @@ -2064,6 +2138,7 @@ FORTINET-FORTIGATE-MIB::fgVpnInfo: FORTINET-FORTIGATE-MIB::fgVpnDialupEntry: mib: FORTINET-FORTIGATE-MIB object: fgVpnDialupEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.12.2.1.1.1 @@ -2111,6 +2186,7 @@ FORTINET-FORTIGATE-MIB::fgVpnDialupEntry: FORTINET-FORTIGATE-MIB::fgVpnTunEntry: mib: FORTINET-FORTIGATE-MIB object: fgVpnTunEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.12.2.2.1.1 @@ -2202,6 +2278,7 @@ FORTINET-FORTIGATE-MIB::fgVpnTunEntry: FORTINET-FORTIGATE-MIB::fgVpnSslStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgVpnSslStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -2241,6 +2318,7 @@ FORTINET-FORTIGATE-MIB::fgVpnSslStatsEntry: FORTINET-FORTIGATE-MIB::fgVpnSslTunnelEntry: mib: FORTINET-FORTIGATE-MIB object: fgVpnSslTunnelEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.12.2.4.1.1 @@ -2280,6 +2358,7 @@ FORTINET-FORTIGATE-MIB::fgVpnSslTunnelEntry: FORTINET-FORTIGATE-MIB::fgHaInfo: mib: FORTINET-FORTIGATE-MIB object: fgHaInfo + type: stable discovery_attribute: fgHaSystemMode attributes: fgHaSystemMode: @@ -2314,6 +2393,7 @@ FORTINET-FORTIGATE-MIB::fgHaInfo: FORTINET-FORTIGATE-MIB::fgHaStatsEntry: mib: FORTINET-FORTIGATE-MIB object: fgHaStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.13.2.1.1.1 @@ -2327,11 +2407,11 @@ FORTINET-FORTIGATE-MIB::fgHaStatsEntry: syntax: DisplayString fgHaStatsCpuUsage: oid: .1.3.6.1.4.1.12356.101.13.2.1.1.3 - name: fortinet.fgHaStatsCpuUsage + name: cpu.util.pct syntax: Percent100 fgHaStatsMemUsage: oid: .1.3.6.1.4.1.12356.101.13.2.1.1.4 - name: fortinet.fgHaStatsMemUsage + name: mem.util.pct syntax: Percent100 fgHaStatsNetUsage: oid: .1.3.6.1.4.1.12356.101.13.2.1.1.5 @@ -2385,6 +2465,7 @@ FORTINET-FORTIGATE-MIB::fgHaStatsEntry: FORTINET-FORTIGATE-MIB::fgWcInfo: mib: FORTINET-FORTIGATE-MIB object: fgWcInfo + type: active discovery_attribute: fgWcInfoName attributes: fgWcInfoName: @@ -2419,6 +2500,7 @@ FORTINET-FORTIGATE-MIB::fgWcInfo: FORTINET-FORTIGATE-MIB::fgWcWlanEntry: mib: FORTINET-FORTIGATE-MIB object: fgWcWlanEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -2482,6 +2564,7 @@ FORTINET-FORTIGATE-MIB::fgWcWlanEntry: FORTINET-FORTIGATE-MIB::fgWcWtpProfileEntry: mib: FORTINET-FORTIGATE-MIB object: fgWcWtpProfileEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -2509,6 +2592,7 @@ FORTINET-FORTIGATE-MIB::fgWcWtpProfileEntry: FORTINET-FORTIGATE-MIB::fgWcWtpProfileRadioEntry: mib: FORTINET-FORTIGATE-MIB object: fgWcWtpProfileRadioEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -2600,6 +2684,7 @@ FORTINET-FORTIGATE-MIB::fgWcWtpProfileRadioEntry: FORTINET-FORTIGATE-MIB::fgWcWtpConfigEntry: mib: FORTINET-FORTIGATE-MIB object: fgWcWtpConfigEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -2667,6 +2752,7 @@ FORTINET-FORTIGATE-MIB::fgWcWtpConfigEntry: FORTINET-FORTIGATE-MIB::fgWcWtpSessionEntry: mib: FORTINET-FORTIGATE-MIB object: fgWcWtpSessionEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -2758,6 +2844,7 @@ FORTINET-FORTIGATE-MIB::fgWcWtpSessionEntry: FORTINET-FORTIGATE-MIB::fgWcWtpSessionRadioEntry: mib: FORTINET-FORTIGATE-MIB object: fgWcWtpSessionRadioEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -2805,6 +2892,7 @@ FORTINET-FORTIGATE-MIB::fgWcWtpSessionRadioEntry: FORTINET-FORTIGATE-MIB::fgWcWtpSessionVapEntry: mib: FORTINET-FORTIGATE-MIB object: fgWcWtpSessionVapEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -2844,6 +2932,7 @@ FORTINET-FORTIGATE-MIB::fgWcWtpSessionVapEntry: FORTINET-FORTIGATE-MIB::fgWcStaEntry: mib: FORTINET-FORTIGATE-MIB object: fgWcStaEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.12356.101.3.2.1.1.1 @@ -2939,6 +3028,7 @@ FORTINET-FORTIGATE-MIB::fgWcStaEntry: FORTINET-FORTIGATE-MIB::fgUsbModemInfoObjects: mib: FORTINET-FORTIGATE-MIB object: fgUsbModemInfoObjects + type: stable discovery_attribute: fgUsbModemSignalStrength attributes: fgUsbModemSignalStrength: diff --git a/objects/hh3c/HH3C-8021PAE-MIB.yml b/objects/hh3c/HH3C-8021PAE-MIB.yml index c34e9896..380d81fa 100644 --- a/objects/hh3c/HH3C-8021PAE-MIB.yml +++ b/objects/hh3c/HH3C-8021PAE-MIB.yml @@ -35,6 +35,7 @@ HH3C-8021PAE-MIB::hh3cdot1xAuthConfigExtEntry: mib: HH3C-8021PAE-MIB object: hh3cdot1xAuthConfigExtEntry + type: active index: - type: Integer32 oid: .1.0.8802.1.1.1.1.1.2.1.1 diff --git a/objects/hh3c/HH3C-CBQOS2-MIB.yml b/objects/hh3c/HH3C-CBQOS2-MIB.yml index 6781062b..82412f93 100644 --- a/objects/hh3c/HH3C-CBQOS2-MIB.yml +++ b/objects/hh3c/HH3C-CBQOS2-MIB.yml @@ -815,6 +815,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSIfCbqRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSIfCbqRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.1.1.1 @@ -871,6 +872,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSIfCbqRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSIfClassMatchRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSIfClassMatchRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.1.1.1 @@ -905,6 +907,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSIfClassMatchRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSIfCarRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSIfCarRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.1.1.1 @@ -954,6 +957,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSIfCarRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSIfGtsRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSIfGtsRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.1.1.1 @@ -1008,6 +1012,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSIfGtsRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSIfRemarkRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSIfRemarkRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.1.1.1 @@ -1032,6 +1037,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSIfRemarkRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSIfQueueRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSIfQueueRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.1.1.1 @@ -1081,6 +1087,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSIfQueueRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSIfWredRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSIfWredRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.1.1.1 @@ -1114,6 +1121,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSIfWredRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSIfAccountingRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSIfAccountingRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.1.1.1 @@ -1143,6 +1151,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSIfAccountingRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSVlanClassMatchRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSVlanClassMatchRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.3.1.1 @@ -1167,6 +1176,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSVlanClassMatchRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSVlanAccountingRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSVlanAccountingRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.2.1.4.3.1.1 @@ -1311,6 +1321,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSVlanAccountingRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSCbqRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSCbqRunInfoEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.1 @@ -1367,6 +1378,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSCbqRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSClassMatchRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSClassMatchRunInfoEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.1 @@ -1420,6 +1432,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSClassMatchRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSCarRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSCarRunInfoEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.1 @@ -1465,6 +1478,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSCarRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSGtsRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSGtsRunInfoEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.1 @@ -1515,6 +1529,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSGtsRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSRemarkRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSRemarkRunInfoEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.1 @@ -1535,6 +1550,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSRemarkRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSQueueRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSQueueRunInfoEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.1 @@ -1580,6 +1596,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSQueueRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSWredRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSWredRunInfoEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.1 @@ -1609,6 +1626,7 @@ HH3C-CBQOS2-MIB::hh3cCBQoSWredRunInfoEntry: HH3C-CBQOS2-MIB::hh3cCBQoSAccountingRunInfoEntry: mib: HH3C-CBQOS2-MIB object: hh3cCBQoSAccountingRunInfoEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.65.2.1.5.5.1.1.1 diff --git a/objects/hh3c/HH3C-CONFIG-MAN-MIB.yml b/objects/hh3c/HH3C-CONFIG-MAN-MIB.yml index 1fca220e..05c07c28 100644 --- a/objects/hh3c/HH3C-CONFIG-MAN-MIB.yml +++ b/objects/hh3c/HH3C-CONFIG-MAN-MIB.yml @@ -1,6 +1,7 @@ HH3C-CONFIG-MAN-MIB::hh3cCfgLog: mib: HH3C-CONFIG-MAN-MIB object: hh3cCfgLog + type: stable discovery_attribute: hh3cCfgRunModifiedLast attributes: hh3cCfgRunModifiedLast: diff --git a/objects/hh3c/HH3C-ENTITY-EXT-MIB.yml b/objects/hh3c/HH3C-ENTITY-EXT-MIB.yml index c6407d66..c2427a02 100644 --- a/objects/hh3c/HH3C-ENTITY-EXT-MIB.yml +++ b/objects/hh3c/HH3C-ENTITY-EXT-MIB.yml @@ -1,6 +1,7 @@ HH3C-ENTITY-EXT-MIB::hh3cEntityExtStateEntry: mib: HH3C-ENTITY-EXT-MIB object: hh3cEntityExtStateEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.6.1.1.1.1.1 @@ -210,6 +211,7 @@ HH3C-ENTITY-EXT-MIB::hh3cEntityExtStateEntry: HH3C-ENTITY-EXT-MIB::hh3cEntityExtPowerEntry: mib: HH3C-ENTITY-EXT-MIB object: hh3cEntityExtPowerEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.6.1.3.1.1.1 @@ -252,6 +254,7 @@ HH3C-ENTITY-EXT-MIB::hh3cEntityExtPowerEntry: HH3C-ENTITY-EXT-MIB::hh3cProcessEntry: mib: HH3C-ENTITY-EXT-MIB object: hh3cProcessEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.6.1.4.1.1.1 @@ -272,6 +275,7 @@ HH3C-ENTITY-EXT-MIB::hh3cProcessEntry: HH3C-ENTITY-EXT-MIB::hh3cEntityExtVoltageEntry: mib: HH3C-ENTITY-EXT-MIB object: hh3cEntityExtVoltageEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.6.1.1.1.1.1 diff --git a/objects/hh3c/HH3C-FIREWALL-MIB.yml b/objects/hh3c/HH3C-FIREWALL-MIB.yml index 6665990c..6b1942dd 100644 --- a/objects/hh3c/HH3C-FIREWALL-MIB.yml +++ b/objects/hh3c/HH3C-FIREWALL-MIB.yml @@ -1,6 +1,7 @@ HH3C-FIREWALL-MIB::hh3cFirewallSpecs: mib: HH3C-FIREWALL-MIB object: hh3cFirewallSpecs + type: stable augments: HH3C-FIREWALL-MIB::hh3cFirewallGlobalStats discovery_attribute: hh3cFWMaxConnNum attributes: @@ -13,6 +14,7 @@ HH3C-FIREWALL-MIB::hh3cFirewallSpecs: HH3C-FIREWALL-MIB::hh3cFirewallGlobalStats: mib: HH3C-FIREWALL-MIB object: hh3cFirewallGlobalStats + type: dynamic discovery_attribute: hh3cFWConnNumCurr attributes: hh3cFWConnNumCurr: diff --git a/objects/hh3c/HH3C-IF-EXT-MIB.yml b/objects/hh3c/HH3C-IF-EXT-MIB.yml index 147115ff..6611abf8 100644 --- a/objects/hh3c/HH3C-IF-EXT-MIB.yml +++ b/objects/hh3c/HH3C-IF-EXT-MIB.yml @@ -1,6 +1,7 @@ HH3C-IF-EXT-MIB::hh3cIfEntry: mib: HH3C-IF-EXT-MIB object: hh3cIfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/hh3c/HH3C-IFQOS2-MIB.yml b/objects/hh3c/HH3C-IFQOS2-MIB.yml index 124bccdb..a367dc5d 100644 --- a/objects/hh3c/HH3C-IFQOS2-MIB.yml +++ b/objects/hh3c/HH3C-IFQOS2-MIB.yml @@ -1,6 +1,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoS: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSQSModeEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -37,6 +38,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoS: HH3C-IFQOS2-MIB::hh3cIfQoSQSWeightEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSQSWeightEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoSHardwareQueueRunInfoEntry discovery_attribute: hh3cIfQoSQueueGroupType attributes: @@ -72,6 +74,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSQSWeightEntry: HH3C-IFQOS2-MIB::hh3cIfQoSHardwareQueueRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSHardwareQueueRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -187,6 +190,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSHardwareQueueRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSHQueueTcpRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSHQueueTcpRunInfoEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoSHardwareQueueRunInfoEntry discovery_attribute: hh3cIfQoSWredDropLPreNTcpBytes attributes: @@ -274,6 +278,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSHQueueTcpRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSFIFOConfigEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSFIFOConfigEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoSFIFORunInfoEntry discovery_attribute: hh3cIfQoSFIFOMaxQueueLen attributes: @@ -286,6 +291,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSFIFOConfigEntry: HH3C-IFQOS2-MIB::hh3cIfQoSFIFORunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSFIFORunInfoEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoS discovery_attribute: hh3cIfQoSFIFODiscardPackets attributes: @@ -376,6 +382,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSFIFORunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSPQRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSPQRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -485,6 +492,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSPQRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSCQRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSCQRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -515,6 +523,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSCQRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSWFQEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSWFQEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoSWFQRunInfoEntry discovery_attribute: hh3cIfQoSWFQQueueNumber attributes: @@ -535,6 +544,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSWFQEntry: HH3C-IFQOS2-MIB::hh3cIfQoSWFQRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSWFQRunInfoEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoS discovery_attribute: hh3cIfQoSWFQLength attributes: @@ -572,6 +582,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSWFQRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSBandwidthEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSBandwidthEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoS discovery_attribute: hh3cIfQoSReservedBandwidthPct attributes: @@ -589,6 +600,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSBandwidthEntry: HH3C-IFQOS2-MIB::hh3cIfQoSQmtokenEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSQmtokenEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoS discovery_attribute: hh3cIfQoSQmtokenNumber attributes: @@ -601,6 +613,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSQmtokenEntry: HH3C-IFQOS2-MIB::hh3cIfQoSRTPQConfigEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSRTPQConfigEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoS discovery_attribute: hh3cIfQoSRTPQEndPort attributes: @@ -624,6 +637,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSRTPQConfigEntry: HH3C-IFQOS2-MIB::hh3cIfQoSRTPQRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSRTPQRunInfoEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoS discovery_attribute: hh3cIfQoSRTPQPacketSize attributes: @@ -670,6 +684,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSRTPQRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSLRConfigEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSLRConfigEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoSLRRunInfoEntry discovery_attribute: hh3cIfQoSLRCir attributes: @@ -697,6 +712,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSLRConfigEntry: HH3C-IFQOS2-MIB::hh3cIfQoSLRRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSLRRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -736,6 +752,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSLRRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSAggregativeCarConfigEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSAggregativeCarConfigEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoSAggregativeCarRunInfoEntry discovery_attribute: hh3cIfQoSAggregativeCarName attributes: @@ -818,6 +835,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSAggregativeCarConfigEntry: HH3C-IFQOS2-MIB::hh3cIfQoSAggregativeCarRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSAggregativeCarRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.65.1.4.1.2.1.1 @@ -859,6 +877,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSAggregativeCarRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSTricolorCarConfigEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSTricolorCarConfigEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoSTricolorCarRunInfoEntry discovery_attribute: hh3cIfQoSTricolorCarCir attributes: @@ -910,6 +929,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSTricolorCarConfigEntry: HH3C-IFQOS2-MIB::hh3cIfQoSTricolorCarRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSTricolorCarRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -963,6 +983,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSTricolorCarRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSGTSConfigEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSGTSConfigEntry + type: dynamic augments: HH3C-IFQOS2-MIB::hh3cIfQoSGTSRunInfoEntry discovery_attribute: hh3cIfQoSGTSCir attributes: @@ -995,6 +1016,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSGTSConfigEntry: HH3C-IFQOS2-MIB::hh3cIfQoSGTSRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSGTSRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -1131,6 +1153,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSGTSRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSWredApplyIfRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSWredApplyIfRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -1211,6 +1234,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSWredApplyIfRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSPortWredRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSPortWredRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -1378,6 +1402,7 @@ HH3C-IFQOS2-MIB::hh3cIfQoSPortWredRunInfoEntry: HH3C-IFQOS2-MIB::hh3cQoSIfTraStaRunInfoEntry: mib: HH3C-IFQOS2-MIB object: hh3cQoSIfTraStaRunInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -1596,6 +1621,7 @@ HH3C-IFQOS2-MIB::hh3cQoSIfTraStaRunInfoEntry: HH3C-IFQOS2-MIB::hh3cIfQoSProcessingStatusObjects: mib: HH3C-IFQOS2-MIB object: hh3cIfQoSProcessingStatusObjects + type: dynamic discovery_attribute: hh3cIfQoSProcessingStatus attributes: hh3cIfQoSProcessingStatus: diff --git a/objects/hh3c/HH3C-L2TP-MIB.yml b/objects/hh3c/HH3C-L2TP-MIB.yml index 36033efe..f3e8f0d4 100644 --- a/objects/hh3c/HH3C-L2TP-MIB.yml +++ b/objects/hh3c/HH3C-L2TP-MIB.yml @@ -1,6 +1,7 @@ HH3C-L2TP-MIB::hh3cL2tpStats: mib: HH3C-L2TP-MIB object: hh3cL2tpStats + type: dynamic discovery_attribute: hh3cL2tpStatsTotalTunnels attributes: hh3cL2tpStatsTotalTunnels: diff --git a/objects/hh3c/HH3C-LAG-MIB.yml b/objects/hh3c/HH3C-LAG-MIB.yml index ea9bc016..f4e83b9e 100644 --- a/objects/hh3c/HH3C-LAG-MIB.yml +++ b/objects/hh3c/HH3C-LAG-MIB.yml @@ -42,6 +42,7 @@ HH3C-LAG-MIB::hh3cAggPortEntry: mib: HH3C-LAG-MIB object: hh3cAggPortEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.25506.8.25.1.2.1.1 diff --git a/objects/hh3c/HH3C-REDUNDANCY-POWER-MIB.yml b/objects/hh3c/HH3C-REDUNDANCY-POWER-MIB.yml index 8d7bc81a..95d4d91e 100644 --- a/objects/hh3c/HH3C-REDUNDANCY-POWER-MIB.yml +++ b/objects/hh3c/HH3C-REDUNDANCY-POWER-MIB.yml @@ -1,6 +1,7 @@ HH3C-REDUNDANCY-POWER-MIB::hh3credundancyPowerEntry: mib: HH3C-REDUNDANCY-POWER-MIB object: hh3credundancyPowerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.25506.8.36.4.1.1.1 @@ -20,6 +21,7 @@ HH3C-REDUNDANCY-POWER-MIB::hh3credundancyPowerEntry: HH3C-REDUNDANCY-POWER-MIB::hh3credundancyFanEntry: mib: HH3C-REDUNDANCY-POWER-MIB object: hh3credundancyFanEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.25506.8.36.5.1.1.1 diff --git a/objects/hh3c/HH3C-SMLK-MIB.yml b/objects/hh3c/HH3C-SMLK-MIB.yml index ae482004..f7365055 100644 --- a/objects/hh3c/HH3C-SMLK-MIB.yml +++ b/objects/hh3c/HH3C-SMLK-MIB.yml @@ -40,6 +40,7 @@ HH3C-SMLK-MIB::hh3cSmlkPortEntry: mib: HH3C-SMLK-MIB object: hh3cSmlkPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.147.1.1.1.1 @@ -72,6 +73,7 @@ HH3C-SMLK-MIB::hh3cSmlkPortEntry: HH3C-SMLK-MIB::hh3cSmlkFlushEnableEntry: mib: HH3C-SMLK-MIB object: hh3cSmlkFlushEnableEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.147.1.3.1.1 diff --git a/objects/hh3c/HH3C-SPB-MIB.yml b/objects/hh3c/HH3C-SPB-MIB.yml index bc32f802..f686647e 100644 --- a/objects/hh3c/HH3C-SPB-MIB.yml +++ b/objects/hh3c/HH3C-SPB-MIB.yml @@ -15,6 +15,7 @@ # HH3C-SPB-MIB::hh3cSpbIfEntry: # mib: HH3C-SPB-MIB # object: hh3cSpbIfEntry +# type: dynamic # index: # - type: Integer32 # oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/hh3c/HH3C-STACK-MIB.yml b/objects/hh3c/HH3C-STACK-MIB.yml index 89cb215d..2910c362 100644 --- a/objects/hh3c/HH3C-STACK-MIB.yml +++ b/objects/hh3c/HH3C-STACK-MIB.yml @@ -94,6 +94,7 @@ HH3C-STACK-MIB::hh3cStackPortInfoEntry: mib: HH3C-STACK-MIB object: hh3cStackPortInfoEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.91.2.1.1 diff --git a/objects/hh3c/HH3C-TUNNEL-MIB.yml b/objects/hh3c/HH3C-TUNNEL-MIB.yml index a5abc02c..e7f49447 100644 --- a/objects/hh3c/HH3C-TUNNEL-MIB.yml +++ b/objects/hh3c/HH3C-TUNNEL-MIB.yml @@ -1,6 +1,7 @@ # HH3C-TUNNEL-MIB::hh3cTunnelIfEntry: # mib: HH3C-TUNNEL-MIB # object: hh3cTunnelIfEntry +# type: stable # index: # - type: Integer32 # oid: .1.3.6.1.2.1.2.2.1.1 @@ -203,6 +204,7 @@ HH3C-TUNNEL-MIB::hh3cTunnelTotalNumEntry: mib: HH3C-TUNNEL-MIB object: hh3cTunnelTotalNumEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.53.1.1.10.1.1 diff --git a/objects/hh3c/HH3C-UNICAST-MIB.yml b/objects/hh3c/HH3C-UNICAST-MIB.yml index e72e9f7b..fec955c3 100644 --- a/objects/hh3c/HH3C-UNICAST-MIB.yml +++ b/objects/hh3c/HH3C-UNICAST-MIB.yml @@ -1,6 +1,7 @@ HH3C-UNICAST-MIB::hh3cURPFEntry: mib: HH3C-UNICAST-MIB object: hh3cURPFEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25506.2.44.1.1.1 diff --git a/objects/hh3c/HH3C-VM-MAN-MIB.yml b/objects/hh3c/HH3C-VM-MAN-MIB.yml index 124c5347..03c9ce36 100644 --- a/objects/hh3c/HH3C-VM-MAN-MIB.yml +++ b/objects/hh3c/HH3C-VM-MAN-MIB.yml @@ -1,6 +1,7 @@ HH3C-VM-MAN-MIB::hh3cVMManMIBObjects: mib: HH3C-VM-MAN-MIB object: hh3cVMManMIBObjects + type: stable discovery_attribute: hh3cVMCapabilitySet attributes: hh3cVMCapabilitySet: @@ -11,6 +12,7 @@ HH3C-VM-MAN-MIB::hh3cVMManMIBObjects: HH3C-VM-MAN-MIB::hh3cVMStat: mib: HH3C-VM-MAN-MIB object: hh3cVMStat + type: dynamic augments: HH3C-VM-MAN-MIB::hh3cVMManMIBObjects discovery_attribute: hh3cVMStatTotalConnEstablishRequests attributes: diff --git a/objects/hh3c/HH3C-WLANMT-MIB.yml b/objects/hh3c/HH3C-WLANMT-MIB.yml index ce0b89cf..f0df50ce 100644 --- a/objects/hh3c/HH3C-WLANMT-MIB.yml +++ b/objects/hh3c/HH3C-WLANMT-MIB.yml @@ -1,6 +1,7 @@ HH3C-WLANMT-MIB::hh3cWlanMtVCpuInfoEntry: mib: HH3C-WLANMT-MIB object: hh3cWlanMtVCpuInfoEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25506.2.157.1.1.1.1 @@ -32,6 +33,7 @@ HH3C-WLANMT-MIB::hh3cWlanMtVCpuInfoEntry: HH3C-WLANMT-MIB::hh3cWlanMtFrameToCpu: mib: HH3C-WLANMT-MIB object: hh3cWlanMtFrameToCpu + type: dynamic discovery_attribute: hh3cWlanMtToCpuTxFrameCnt attributes: hh3cWlanMtToCpuTxFrameCnt: diff --git a/objects/hp/CONFIG-MIB.yml b/objects/hp/CONFIG-MIB.yml index 88dda9b2..5220205d 100644 --- a/objects/hp/CONFIG-MIB.yml +++ b/objects/hp/CONFIG-MIB.yml @@ -437,6 +437,7 @@ CONFIG-MIB::hpSwitchStpPortEntry: mib: CONFIG-MIB object: hpSwitchStpPortEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.7.1.14.2.1.1 diff --git a/objects/hp/HP-DOT1X-EXTENSIONS-MIB.yml b/objects/hp/HP-DOT1X-EXTENSIONS-MIB.yml index cafcd817..f6c31cc5 100644 --- a/objects/hp/HP-DOT1X-EXTENSIONS-MIB.yml +++ b/objects/hp/HP-DOT1X-EXTENSIONS-MIB.yml @@ -182,6 +182,7 @@ HP-DOT1X-EXTENSIONS-MIB::hpicfDot1xAuthDiagEntry: mib: HP-DOT1X-EXTENSIONS-MIB object: hpicfDot1xAuthDiagEntry + type: dynamic index: - type: Integer32 oid: .1.0.8802.1.1.1.1.1.2.1.1 @@ -224,6 +225,7 @@ HP-DOT1X-EXTENSIONS-MIB::hpicfDot1xAuthDiagEntry: HP-DOT1X-EXTENSIONS-MIB::hpicfDot1xAuthStatsEntry: mib: HP-DOT1X-EXTENSIONS-MIB object: hpicfDot1xAuthStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.25.1.2.2.1.1 @@ -297,6 +299,7 @@ HP-DOT1X-EXTENSIONS-MIB::hpicfDot1xAuthStatsEntry: HP-DOT1X-EXTENSIONS-MIB::hpicfDot1xAuthSessionStatsEntry: mib: HP-DOT1X-EXTENSIONS-MIB object: hpicfDot1xAuthSessionStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.25.1.2.2.1.1 diff --git a/objects/hp/HP-ICF-BASIC.yml b/objects/hp/HP-ICF-BASIC.yml index f5b8b58b..89ec6660 100644 --- a/objects/hp/HP-ICF-BASIC.yml +++ b/objects/hp/HP-ICF-BASIC.yml @@ -284,6 +284,7 @@ HP-ICF-BASIC::hpicfBasicLogFiltersEntry: mib: HP-ICF-BASIC object: hpicfBasicLogFiltersEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.11.2.14.11.1.4.23.1.1.1 diff --git a/objects/hp/HP-ICF-BRIDGE.yml b/objects/hp/HP-ICF-BRIDGE.yml index 78c1e8a7..a7c8f3b6 100644 --- a/objects/hp/HP-ICF-BRIDGE.yml +++ b/objects/hp/HP-ICF-BRIDGE.yml @@ -166,6 +166,7 @@ HP-ICF-BRIDGE::hpicfBridgeLoopProtectPortEntry: mib: HP-ICF-BRIDGE object: hpicfBridgeLoopProtectPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/hp/HP-ICF-CHASSIS.yml b/objects/hp/HP-ICF-CHASSIS.yml index f0ec7721..c2a3f327 100644 --- a/objects/hp/HP-ICF-CHASSIS.yml +++ b/objects/hp/HP-ICF-CHASSIS.yml @@ -23,6 +23,7 @@ HP-ICF-CHASSIS::hpicfSlotEntry: mib: HP-ICF-CHASSIS object: hpicfSlotEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.1.2.3.1.1 @@ -73,6 +74,7 @@ HP-ICF-CHASSIS::hpicfSlotEntry: HP-ICF-CHASSIS::hpicfSensorEntry: mib: HP-ICF-CHASSIS object: hpicfSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.1.2.6.1.1 @@ -110,6 +112,7 @@ HP-ICF-CHASSIS::hpicfSensorEntry: HP-ICF-CHASSIS::hpicfChassisAddrEntry: mib: HP-ICF-CHASSIS object: hpicfChassisAddrEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.1.2.7.1.1 @@ -176,6 +179,7 @@ HP-ICF-CHASSIS::hpicfChassisAddrEntry: HP-ICF-CHASSIS::hpicfPowerSupplyEntry: mib: HP-ICF-CHASSIS object: hpicfPowerSupplyEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.1.2.11.1.1 diff --git a/objects/hp/HP-ICF-FAULT-FINDER-MIB.yml b/objects/hp/HP-ICF-FAULT-FINDER-MIB.yml index 6a3155f5..488b6a83 100644 --- a/objects/hp/HP-ICF-FAULT-FINDER-MIB.yml +++ b/objects/hp/HP-ICF-FAULT-FINDER-MIB.yml @@ -1,6 +1,7 @@ HP-ICF-FAULT-FINDER-MIB::hpicfFaultFinder: mib: HP-ICF-FAULT-FINDER-MIB object: hpicfFaultFinder + type: active discovery_attribute: hpicfFfFaultLightStatus attributes: hpicfFfFaultLightStatus: diff --git a/objects/hp/HP-ICF-GENERIC-RPTR.yml b/objects/hp/HP-ICF-GENERIC-RPTR.yml index 4f36c59f..0ac50b25 100644 --- a/objects/hp/HP-ICF-GENERIC-RPTR.yml +++ b/objects/hp/HP-ICF-GENERIC-RPTR.yml @@ -1,6 +1,7 @@ HP-ICF-GENERIC-RPTR::hubSecurePortEntry: mib: HP-ICF-GENERIC-RPTR object: hubSecurePortEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.2.10.1.1.1 @@ -281,6 +282,7 @@ HP-ICF-GENERIC-RPTR::hubSecurePortEntry: HP-ICF-GENERIC-RPTR::hpicfGRpSwitchLinkEntry: mib: HP-ICF-GENERIC-RPTR object: hpicfGRpSwitchLinkEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.4.5.1.1.1 @@ -308,6 +310,7 @@ HP-ICF-GENERIC-RPTR::hpicfGRpSwitchLinkEntry: HP-ICF-GENERIC-RPTR::hpicfGRpBridge: mib: HP-ICF-GENERIC-RPTR object: hpicfGRpBridge + type: active discovery_attribute: hpGRpBridgeAdminStatus attributes: hpGRpBridgeAdminStatus: diff --git a/objects/hp/HP-ICF-IP-ROUTING.yml b/objects/hp/HP-ICF-IP-ROUTING.yml index bdce507f..38db92be 100644 --- a/objects/hp/HP-ICF-IP-ROUTING.yml +++ b/objects/hp/HP-ICF-IP-ROUTING.yml @@ -298,6 +298,7 @@ HP-ICF-IP-ROUTING::hpicfInetCidrRouteStatsEntry: mib: HP-ICF-IP-ROUTING object: hpicfInetCidrRouteStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.4.24.7.1.1 @@ -491,6 +492,7 @@ HP-ICF-IP-ROUTING::hpicfInetCidrRouteStatsEntry: HP-ICF-IP-ROUTING::hpicfIpRouteEntry: mib: HP-ICF-IP-ROUTING object: hpicfIpRouteEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.15.1.10.1.1.1 @@ -507,6 +509,7 @@ HP-ICF-IP-ROUTING::hpicfIpRouteEntry: HP-ICF-IP-ROUTING::hpicfIpv6RouteEntry: mib: HP-ICF-IP-ROUTING object: hpicfIpv6RouteEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.15.1.11.1.1.1 @@ -523,6 +526,7 @@ HP-ICF-IP-ROUTING::hpicfIpv6RouteEntry: HP-ICF-IP-ROUTING::hpicfIpRouteBaseScalars: mib: HP-ICF-IP-ROUTING object: hpicfIpRouteBaseScalars + type: dynamic discovery_attribute: hpicfIpRouteCount attributes: hpicfIpRouteCount: diff --git a/objects/hp/HP-ICF-JUMBO-MIB.yml b/objects/hp/HP-ICF-JUMBO-MIB.yml index 2cdce81f..4313365b 100644 --- a/objects/hp/HP-ICF-JUMBO-MIB.yml +++ b/objects/hp/HP-ICF-JUMBO-MIB.yml @@ -1,6 +1,7 @@ HP-ICF-JUMBO-MIB::hpJumboStatsEntry: mib: HP-ICF-JUMBO-MIB object: hpJumboStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.11.2.14.10.2.13.1.1.1.1.1 diff --git a/objects/hp/HP-ICF-LINKTEST.yml b/objects/hp/HP-ICF-LINKTEST.yml index ed105af8..8685de93 100644 --- a/objects/hp/HP-ICF-LINKTEST.yml +++ b/objects/hp/HP-ICF-LINKTEST.yml @@ -1,6 +1,7 @@ HP-ICF-LINKTEST::hpicfLinkTestEntry: mib: HP-ICF-LINKTEST object: hpicfLinkTestEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.1.6.2.1.1 diff --git a/objects/hp/HP-ICF-SECURITY.yml b/objects/hp/HP-ICF-SECURITY.yml index 66435b70..6779cbe7 100644 --- a/objects/hp/HP-ICF-SECURITY.yml +++ b/objects/hp/HP-ICF-SECURITY.yml @@ -20,6 +20,7 @@ HP-ICF-SECURITY::icfSecurIntruder: mib: HP-ICF-SECURITY object: icfSecurIntruder + type: active discovery_attribute: icfSecurIntruderFlag attributes: icfSecurIntruderFlag: diff --git a/objects/hp/HP-ICF-VRRP-MIB.yml b/objects/hp/HP-ICF-VRRP-MIB.yml index 5c560327..82915114 100644 --- a/objects/hp/HP-ICF-VRRP-MIB.yml +++ b/objects/hp/HP-ICF-VRRP-MIB.yml @@ -116,6 +116,7 @@ HP-ICF-VRRP-MIB::hpicfVrrpStatsEntry: mib: HP-ICF-VRRP-MIB object: hpicfVrrpStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/hp/HP-SNTPclientConfiguration-MIB.yml b/objects/hp/HP-SNTPclientConfiguration-MIB.yml index 761499c4..ba208fc3 100644 --- a/objects/hp/HP-SNTPclientConfiguration-MIB.yml +++ b/objects/hp/HP-SNTPclientConfiguration-MIB.yml @@ -95,6 +95,7 @@ HP-SNTPclientConfiguration-MIB::hpSntpServerStatisticsEntry: mib: HP-SNTPclientConfiguration-MIB object: hpSntpServerStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.1.8.1.4.1.1 @@ -119,6 +120,7 @@ HP-SNTPclientConfiguration-MIB::hpSntpServerStatisticsEntry: HP-SNTPclientConfiguration-MIB::hpSntpBroadcastServerEntry: mib: HP-SNTPclientConfiguration-MIB object: hpSntpBroadcastServerEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.4.1.11.2.14.11.1.8.1.8.1.1 @@ -145,6 +147,7 @@ HP-SNTPclientConfiguration-MIB::hpSntpBroadcastServerEntry: HP-SNTPclientConfiguration-MIB::hpSntpStatistics: mib: HP-SNTPclientConfiguration-MIB object: hpSntpStatistics + type: dynamic discovery_attribute: hpSntpStatsRcvdPkts attributes: hpSntpStatsRcvdPkts: diff --git a/objects/hp/HP-SwitchStack-MIB.yml b/objects/hp/HP-SwitchStack-MIB.yml index c6dcc5cf..de2e053c 100644 --- a/objects/hp/HP-SwitchStack-MIB.yml +++ b/objects/hp/HP-SwitchStack-MIB.yml @@ -54,6 +54,7 @@ HP-SwitchStack-MIB::hpStackStats: mib: HP-SwitchStack-MIB object: hpStackStats + type: active discovery_attribute: hpStackStatsName attributes: hpStackStatsName: @@ -86,6 +87,7 @@ HP-SwitchStack-MIB::hpStackStats: HP-SwitchStack-MIB::hpStackStatsMemberEntry: mib: HP-SwitchStack-MIB object: hpStackStatsMemberEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.10.4.1.1 diff --git a/objects/hp/HP-USER-AUTH.yml b/objects/hp/HP-USER-AUTH.yml index af6c9754..cb90e6e2 100644 --- a/objects/hp/HP-USER-AUTH.yml +++ b/objects/hp/HP-USER-AUTH.yml @@ -1,6 +1,7 @@ HP-USER-AUTH::hpicfUsrAuthSystem: mib: HP-USER-AUTH object: hpicfUsrAuthSystem + type: dynamic discovery_attribute: hpicfUsrAuthRedirectServerAuthFailureStats attributes: # hpicfUsrAuthWebAuthDhcpBaseAddress: @@ -500,6 +501,7 @@ HP-USER-AUTH::hpicfUsrAuthSystem: HP-USER-AUTH::hpicfUsrAuthWebAuthSessionStatsEntry: mib: HP-USER-AUTH object: hpicfUsrAuthWebAuthSessionStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.11.2.14.11.5.1.19.2.1.1.1 @@ -543,6 +545,7 @@ HP-USER-AUTH::hpicfUsrAuthWebAuthSessionStatsEntry: HP-USER-AUTH::hpicfUsrAuthMacAuthSessionStatsEntry: mib: HP-USER-AUTH object: hpicfUsrAuthMacAuthSessionStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.11.2.14.11.5.1.19.2.1.1.1 diff --git a/objects/hp/HP-httpManageable-MIB.yml b/objects/hp/HP-httpManageable-MIB.yml index a3723664..da65b039 100644 --- a/objects/hp/HP-httpManageable-MIB.yml +++ b/objects/hp/HP-httpManageable-MIB.yml @@ -15,6 +15,7 @@ HP-httpManageable-MIB::hpHttpMgNetCitizen: mib: HP-httpManageable-MIB object: hpHttpMgNetCitizen + type: active discovery_attribute: hpHttpMgHealth attributes: hpHttpMgMgmtSrvrURL: diff --git a/objects/hp/NETSWITCH-MIB.yml b/objects/hp/NETSWITCH-MIB.yml index 09808cee..80bcfcea 100644 --- a/objects/hp/NETSWITCH-MIB.yml +++ b/objects/hp/NETSWITCH-MIB.yml @@ -23,6 +23,7 @@ NETSWITCH-MIB::hpMsgBufEntry: mib: NETSWITCH-MIB object: hpMsgBufEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.1.1.1.1.1.1 @@ -64,6 +65,7 @@ NETSWITCH-MIB::hpMsgBufEntry: NETSWITCH-MIB::hpPktBufEntry: mib: NETSWITCH-MIB object: hpPktBufEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.1.1.2.1.1.1 @@ -105,6 +107,7 @@ NETSWITCH-MIB::hpPktBufEntry: NETSWITCH-MIB::hpLocalMemEntry: mib: NETSWITCH-MIB object: hpLocalMemEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.1 @@ -146,6 +149,7 @@ NETSWITCH-MIB::hpLocalMemEntry: NETSWITCH-MIB::hpGlobalMemEntry: mib: NETSWITCH-MIB object: hpGlobalMemEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.1.2.2.1.1.1 diff --git a/objects/hp/STATISTICS-MIB.yml b/objects/hp/STATISTICS-MIB.yml index b570bd96..4e683728 100644 --- a/objects/hp/STATISTICS-MIB.yml +++ b/objects/hp/STATISTICS-MIB.yml @@ -98,6 +98,7 @@ STATISTICS-MIB::hpSwitchMiscStat: mib: STATISTICS-MIB object: hpSwitchMiscStat + type: dynamic discovery_attribute: hpSwitchCpuStat attributes: hpSwitchCpuStat: @@ -109,6 +110,7 @@ STATISTICS-MIB::hpSwitchMiscStat: STATISTICS-MIB::hpABCStatsEntry: mib: STATISTICS-MIB object: hpABCStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.9.9.1.1.1 @@ -137,6 +139,7 @@ STATISTICS-MIB::hpABCStatsEntry: STATISTICS-MIB::hpIgmpStatsEntry: mib: STATISTICS-MIB object: hpIgmpStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.9.10.1.1.1 @@ -255,6 +258,7 @@ STATISTICS-MIB::hpIgmpStatsEntry: STATISTICS-MIB::hpSwitchMacStats: mib: STATISTICS-MIB object: hpSwitchMacStats + type: dynamic discovery_attribute: hpSwitchFdbAddressCount attributes: hpSwitchFdbAddressCount: @@ -266,6 +270,7 @@ STATISTICS-MIB::hpSwitchMacStats: STATISTICS-MIB::hpSwitchFlowControlStatusEntry: mib: STATISTICS-MIB object: hpSwitchFlowControlStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.9.13.1.1.1 @@ -281,6 +286,7 @@ STATISTICS-MIB::hpSwitchFlowControlStatusEntry: STATISTICS-MIB::hpFECStatsTrunkEntry: mib: STATISTICS-MIB object: hpFECStatsTrunkEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.9.14.1.1.1 @@ -309,6 +315,7 @@ STATISTICS-MIB::hpFECStatsTrunkEntry: STATISTICS-MIB::hpFECStatsPortEntry: mib: STATISTICS-MIB object: hpFECStatsPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.9.15.1.1.1 @@ -363,6 +370,7 @@ STATISTICS-MIB::hpFECStatsPortEntry: STATISTICS-MIB::hpGvrpStatsEntry: mib: STATISTICS-MIB object: hpGvrpStatsEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.9.16.1.1.1 @@ -467,6 +475,7 @@ STATISTICS-MIB::hpGvrpStatsEntry: STATISTICS-MIB::hpSwitchPortStatEntry: mib: STATISTICS-MIB object: hpSwitchPortStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.9.18.2.1.1 @@ -528,6 +537,7 @@ STATISTICS-MIB::hpSwitchPortStatEntry: STATISTICS-MIB::hpSwitchQueueWatchStatsEntry: mib: STATISTICS-MIB object: hpSwitchQueueWatchStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.9.19.1.1.1 @@ -548,6 +558,7 @@ STATISTICS-MIB::hpSwitchQueueWatchStatsEntry: STATISTICS-MIB::hpSwitchEgressQueueDropStatsEntry: mib: STATISTICS-MIB object: hpSwitchEgressQueueDropStatsEntry + type: dynamic augments: STATISTICS-MIB::hpSwitchQueueWatchStatsEntry discovery_attribute: hpSwitchEgressQueueDropStatsQueueDrops attributes: @@ -560,6 +571,7 @@ STATISTICS-MIB::hpSwitchEgressQueueDropStatsEntry: STATISTICS-MIB::hpGarpStatsEntry: mib: STATISTICS-MIB object: hpGarpStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.11.2.14.11.5.1.9.21.1.1.1 diff --git a/objects/ieee/IEEE8023-LAG-MIB.yml b/objects/ieee/IEEE8023-LAG-MIB.yml index 39d36b23..e534b82f 100644 --- a/objects/ieee/IEEE8023-LAG-MIB.yml +++ b/objects/ieee/IEEE8023-LAG-MIB.yml @@ -1,6 +1,7 @@ IEEE8023-LAG-MIB::lagMIBObjects: mib: IEEE8023-LAG-MIB object: lagMIBObjects + type: active discovery_attribute: dot3adTablesLastChanged attributes: dot3adTablesLastChanged: @@ -11,6 +12,7 @@ IEEE8023-LAG-MIB::lagMIBObjects: IEEE8023-LAG-MIB::dot3adAggEntry: mib: IEEE8023-LAG-MIB object: dot3adAggEntry + type: dynamic index: - type: Integer32 oid: .1.2.840.10006.300.43.1.1.1.1.1 @@ -83,6 +85,7 @@ IEEE8023-LAG-MIB::dot3adAggEntry: IEEE8023-LAG-MIB::dot3adAggPortListEntry: mib: IEEE8023-LAG-MIB object: dot3adAggPortListEntry + type: dynamic augments: IEEE8023-LAG-MIB::dot3adAggEntry discovery_attribute: dot3adAggPortListPorts attributes: @@ -94,6 +97,7 @@ IEEE8023-LAG-MIB::dot3adAggPortListEntry: IEEE8023-LAG-MIB::dot3adAggXEntry: mib: IEEE8023-LAG-MIB object: dot3adAggXEntry + type: dynamic augments: IEEE8023-LAG-MIB::dot3adAggEntry discovery_attribute: dot3adAggDescription attributes: @@ -204,6 +208,7 @@ IEEE8023-LAG-MIB::dot3adAggXEntry: IEEE8023-LAG-MIB::dot3adAggPortEntry: mib: IEEE8023-LAG-MIB object: dot3adAggPortEntry + type: dynamic index: - type: Integer32 oid: .1.2.840.10006.300.43.1.2.1.1.1 @@ -328,6 +333,7 @@ IEEE8023-LAG-MIB::dot3adAggPortEntry: IEEE8023-LAG-MIB::dot3adAggPortStatsEntry: mib: IEEE8023-LAG-MIB object: dot3adAggPortStatsEntry + type: dynamic augments: IEEE8023-LAG-MIB::dot3adAggPortEntry discovery_attribute: dot3adAggPortStatsLACPDUsRx attributes: @@ -367,6 +373,7 @@ IEEE8023-LAG-MIB::dot3adAggPortStatsEntry: IEEE8023-LAG-MIB::dot3adAggPortDebugEntry: mib: IEEE8023-LAG-MIB object: dot3adAggPortDebugEntry + type: dynamic augments: IEEE8023-LAG-MIB::dot3adAggPortEntry discovery_attribute: dot3adAggPortDebugRxState attributes: @@ -422,6 +429,7 @@ IEEE8023-LAG-MIB::dot3adAggPortDebugEntry: IEEE8023-LAG-MIB::dot3adAggPortXEntry: mib: IEEE8023-LAG-MIB object: dot3adAggPortXEntry + type: dynamic augments: IEEE8023-LAG-MIB::dot3adAggPortEntry discovery_attribute: dot3adAggPortProtocolDA attributes: @@ -433,6 +441,7 @@ IEEE8023-LAG-MIB::dot3adAggPortXEntry: IEEE8023-LAG-MIB::dot3adAggPortSecondXEntry: mib: IEEE8023-LAG-MIB object: dot3adAggPortSecondXEntry + type: dynamic augments: IEEE8023-LAG-MIB::dot3adAggPortEntry discovery_attribute: dot3adAggPortOperConversationPasses attributes: @@ -464,6 +473,7 @@ IEEE8023-LAG-MIB::dot3adAggPortSecondXEntry: IEEE8023-LAG-MIB::dot3adAggPortDebugXEntry: mib: IEEE8023-LAG-MIB object: dot3adAggPortDebugXEntry + type: dynamic augments: IEEE8023-LAG-MIB::dot3adAggPortEntry discovery_attribute: dot3adAggPortDebugActorCDSChurnState attributes: diff --git a/objects/ieee/LLDP-MIB.yml b/objects/ieee/LLDP-MIB.yml index dc2a425f..50e140ed 100644 --- a/objects/ieee/LLDP-MIB.yml +++ b/objects/ieee/LLDP-MIB.yml @@ -1,6 +1,7 @@ LLDP-MIB::lldpStatistics: mib: LLDP-MIB object: lldpStatistics + type: dynamic discovery_attribute: lldpStatsRemTablesLastChangeTime attributes: lldpStatsRemTablesLastChangeTime: @@ -27,6 +28,7 @@ LLDP-MIB::lldpStatistics: LLDP-MIB::lldpStatsTxPortEntry: mib: LLDP-MIB object: lldpStatsTxPortEntry + type: dynamic index: - type: Integer32 oid: .1.0.8802.1.1.2.1.2.6.1.1 @@ -63,6 +65,7 @@ LLDP-MIB::lldpStatsTxPortEntry: LLDP-MIB::lldpStatsRxPortEntry: mib: LLDP-MIB object: lldpStatsRxPortEntry + type: dynamic augments: LLDP-MIB::lldpStatsTxPortEntry discovery_attribute: lldpStatsRxPortFramesDiscardedTotal attributes: diff --git a/objects/ieee/LLDP-V2-MIB.yml b/objects/ieee/LLDP-V2-MIB.yml index 46911fd1..d8cfabff 100644 --- a/objects/ieee/LLDP-V2-MIB.yml +++ b/objects/ieee/LLDP-V2-MIB.yml @@ -1,6 +1,7 @@ LLDP-V2-MIB::lldpV2Statistics: mib: LLDP-V2-MIB object: lldpV2Statistics + type: dynamic discovery_attribute: lldpV2StatsRemTablesLastChangeTime attributes: lldpV2StatsRemTablesLastChangeTime: @@ -27,6 +28,7 @@ LLDP-V2-MIB::lldpV2Statistics: LLDP-V2-MIB::lldpV2StatsTxPortEntry: mib: LLDP-V2-MIB object: lldpV2StatsTxPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.111.2.802.1.1.13.1.2.6.1.1 @@ -50,6 +52,7 @@ LLDP-V2-MIB::lldpV2StatsTxPortEntry: LLDP-V2-MIB::lldpV2StatsRxPortEntry: mib: LLDP-V2-MIB object: lldpV2StatsRxPortEntry + type: dynamic augments: LLDP-V2-MIB::lldpV2StatsTxPortEntry discovery_attribute: lldpV2StatsRxPortFramesDiscardedTotal attributes: diff --git a/objects/ietf/ADSL-DMT-LINE-MIB.yml b/objects/ietf/ADSL-DMT-LINE-MIB.yml index a510e617..8d3c421b 100644 --- a/objects/ietf/ADSL-DMT-LINE-MIB.yml +++ b/objects/ietf/ADSL-DMT-LINE-MIB.yml @@ -1,6 +1,7 @@ ADSL-DMT-LINE-MIB::adslLineDmtEntry: mib: ADSL-DMT-LINE-MIB object: adslLineDmtEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -41,6 +42,7 @@ ADSL-DMT-LINE-MIB::adslLineDmtEntry: ADSL-DMT-LINE-MIB::adslAtucDmtPhysEntry: mib: ADSL-DMT-LINE-MIB object: adslAtucDmtPhysEntry + type: active augments: ADSL-DMT-LINE-MIB::adslLineDmtEntry discovery_attribute: adslAtucDmtState attributes: @@ -64,6 +66,7 @@ ADSL-DMT-LINE-MIB::adslAtucDmtPhysEntry: ADSL-DMT-LINE-MIB::adslAturDmtPhysEntry: mib: ADSL-DMT-LINE-MIB object: adslAturDmtPhysEntry + type: active augments: ADSL-DMT-LINE-MIB::adslLineDmtEntry discovery_attribute: adslAturDmtState attributes: diff --git a/objects/ietf/ADSL-LINE-MIB.yml b/objects/ietf/ADSL-LINE-MIB.yml index 2d5ad5f4..b26195f1 100644 --- a/objects/ietf/ADSL-LINE-MIB.yml +++ b/objects/ietf/ADSL-LINE-MIB.yml @@ -1,6 +1,7 @@ ADSL-LINE-MIB::adslLineEntry: mib: ADSL-LINE-MIB object: adslLineEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -53,6 +54,7 @@ ADSL-LINE-MIB::adslLineEntry: ADSL-LINE-MIB::adslAtucPhysEntry: mib: ADSL-LINE-MIB object: adslAtucPhysEntry + type: active augments: ADSL-LINE-MIB::adslLineEntry discovery_attribute: adslAtucInvVendorID attributes: @@ -96,6 +98,7 @@ ADSL-LINE-MIB::adslAtucPhysEntry: ADSL-LINE-MIB::adslAturPhysEntry: mib: ADSL-LINE-MIB object: adslAturPhysEntry + type: active augments: ADSL-LINE-MIB::adslLineEntry discovery_attribute: adslAturInvVendorID attributes: @@ -139,6 +142,7 @@ ADSL-LINE-MIB::adslAturPhysEntry: ADSL-LINE-MIB::adslAtucChanEntry: mib: ADSL-LINE-MIB object: adslAtucChanEntry + type: active augments: ADSL-LINE-MIB::adslLineEntry discovery_attribute: adslAtucChanCurrTxRate attributes: @@ -166,6 +170,7 @@ ADSL-LINE-MIB::adslAtucChanEntry: ADSL-LINE-MIB::adslAturChanEntry: mib: ADSL-LINE-MIB object: adslAturChanEntry + type: active augments: ADSL-LINE-MIB::adslLineEntry discovery_attribute: adslAturChanCurrTxRate attributes: @@ -193,6 +198,7 @@ ADSL-LINE-MIB::adslAturChanEntry: ADSL-LINE-MIB::adslAtucPerfDataEntry: mib: ADSL-LINE-MIB object: adslAtucPerfDataEntry + type: active augments: ADSL-LINE-MIB::adslLineEntry discovery_attribute: adslAtucPerfLoss attributes: @@ -230,6 +236,7 @@ ADSL-LINE-MIB::adslAtucPerfDataEntry: ADSL-LINE-MIB::adslAturPerfDataEntry: mib: ADSL-LINE-MIB object: adslAturPerfDataEntry + type: active augments: ADSL-LINE-MIB::adslLineEntry discovery_attribute: adslAturPerfLoss attributes: @@ -257,6 +264,7 @@ ADSL-LINE-MIB::adslAturPerfDataEntry: ADSL-LINE-MIB::adslAtucChanPerfDataEntry: mib: ADSL-LINE-MIB object: adslAtucChanPerfDataEntry + type: active augments: ADSL-LINE-MIB::adslLineEntry discovery_attribute: adslAtucChanTransmittedBlks attributes: @@ -284,6 +292,7 @@ ADSL-LINE-MIB::adslAtucChanPerfDataEntry: ADSL-LINE-MIB::adslAturChanPerfDataEntry: mib: ADSL-LINE-MIB object: adslAturChanPerfDataEntry + type: active augments: ADSL-LINE-MIB::adslLineEntry discovery_attribute: adslAturChanTransmittedBlks attributes: diff --git a/objects/ietf/BGP4-MIB.yml b/objects/ietf/BGP4-MIB.yml index afd52684..29b30d24 100644 --- a/objects/ietf/BGP4-MIB.yml +++ b/objects/ietf/BGP4-MIB.yml @@ -1,6 +1,7 @@ BGP4-MIB::bgp: mib: BGP4-MIB object: bgp + type: immutable discovery_attribute: bgpVersion attributes: bgpVersion: @@ -19,6 +20,7 @@ BGP4-MIB::bgp: BGP4-MIB::bgpPeerEntry: mib: BGP4-MIB object: bgpPeerEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.15.3.1.7 @@ -136,6 +138,7 @@ BGP4-MIB::bgpPeerEntry: BGP4-MIB::bgp4PathAttrEntry: mib: BGP4-MIB object: bgp4PathAttrEntry + type: stable index: - type: IpAddress oid: .1.3.6.1.2.1.15.6.1.3 diff --git a/objects/ietf/BRIDGE-MIB.yml b/objects/ietf/BRIDGE-MIB.yml index 36ce8a18..fb1393f5 100644 --- a/objects/ietf/BRIDGE-MIB.yml +++ b/objects/ietf/BRIDGE-MIB.yml @@ -1,6 +1,7 @@ BRIDGE-MIB::dot1dBase: mib: BRIDGE-MIB object: dot1dBase + type: dynamic discovery_attribute: dot1dBaseBridgeAddress attributes: dot1dBaseBridgeAddress: @@ -20,6 +21,7 @@ BRIDGE-MIB::dot1dBase: BRIDGE-MIB::dot1dBasePortEntry: mib: BRIDGE-MIB object: dot1dBasePortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.17.1.4.1.1 @@ -51,6 +53,7 @@ BRIDGE-MIB::dot1dBasePortEntry: BRIDGE-MIB::dot1dStp: mib: BRIDGE-MIB object: dot1dStp + type: dynamic discovery_attribute: dot1dStpProtocolSpecification attributes: dot1dStpProtocolSpecification: @@ -124,6 +127,7 @@ BRIDGE-MIB::dot1dStp: BRIDGE-MIB::dot1dStpPortEntry: mib: BRIDGE-MIB object: dot1dStpPortEntry + type: dynamic augments: BRIDGE-MIB::dot1dBasePortEntry discovery_attribute: dot1dStpPortPriority attributes: @@ -179,6 +183,7 @@ BRIDGE-MIB::dot1dStpPortEntry: BRIDGE-MIB::dot1dTp: mib: BRIDGE-MIB object: dot1dTp + type: dynamic augments: BRIDGE-MIB::dot1dBase discovery_attribute: dot1dTpLearnedEntryDiscards attributes: @@ -196,6 +201,7 @@ BRIDGE-MIB::dot1dTp: BRIDGE-MIB::dot1dTpPortEntry: mib: BRIDGE-MIB object: dot1dTpPortEntry + type: dynamic augments: BRIDGE-MIB::dot1dBasePortEntry discovery_attribute: dot1dTpPortMaxInfo attributes: diff --git a/objects/ietf/DIAL-CONTROL-MIB.yml b/objects/ietf/DIAL-CONTROL-MIB.yml index bf1219b9..e4ef0e5b 100644 --- a/objects/ietf/DIAL-CONTROL-MIB.yml +++ b/objects/ietf/DIAL-CONTROL-MIB.yml @@ -1,6 +1,7 @@ DIAL-CONTROL-MIB::dialCtlConfiguration: mib: DIAL-CONTROL-MIB object: dialCtlConfiguration + type: stable discovery_attribute: dialCtlAcceptMode attributes: dialCtlAcceptMode: @@ -15,6 +16,7 @@ DIAL-CONTROL-MIB::dialCtlConfiguration: DIAL-CONTROL-MIB::dialCtlPeerCfgEntry: mib: DIAL-CONTROL-MIB object: dialCtlPeerCfgEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.10.21.1.2.1.1.1 @@ -102,6 +104,7 @@ DIAL-CONTROL-MIB::dialCtlPeerCfgEntry: DIAL-CONTROL-MIB::dialCtlPeerStatsEntry: mib: DIAL-CONTROL-MIB object: dialCtlPeerStatsEntry + type: dynamic augments: DIAL-CONTROL-MIB::dialCtlPeerCfgEntry discovery_attribute: dialCtlPeerStatsChargedUnits attributes: @@ -151,6 +154,7 @@ DIAL-CONTROL-MIB::dialCtlPeerStatsEntry: DIAL-CONTROL-MIB::callActiveEntry: mib: DIAL-CONTROL-MIB object: callActiveEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.21.1.3.1.1.1 @@ -227,6 +231,7 @@ DIAL-CONTROL-MIB::callActiveEntry: DIAL-CONTROL-MIB::callHistory: mib: DIAL-CONTROL-MIB object: callHistory + type: stable discovery_attribute: callHistoryTableMaxLength attributes: callHistoryTableMaxLength: @@ -243,6 +248,7 @@ DIAL-CONTROL-MIB::callHistory: DIAL-CONTROL-MIB::callHistoryEntry: mib: DIAL-CONTROL-MIB object: callHistoryEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.21.1.3.1.1.1 diff --git a/objects/ietf/ENTITY-MIB.yml b/objects/ietf/ENTITY-MIB.yml index 65c898a5..ee6c1bb9 100644 --- a/objects/ietf/ENTITY-MIB.yml +++ b/objects/ietf/ENTITY-MIB.yml @@ -1,6 +1,7 @@ ENTITY-MIB::entPhysicalEntry: mib: ENTITY-MIB object: entPhysicalEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -96,6 +97,7 @@ ENTITY-MIB::entPhysicalEntry: ENTITY-MIB::entLogicalEntry: mib: ENTITY-MIB object: entLogicalEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.2.1.1.1 @@ -137,6 +139,7 @@ ENTITY-MIB::entLogicalEntry: ENTITY-MIB::entityGeneral: mib: ENTITY-MIB object: entityGeneral + type: active discovery_attribute: entLastChangeTime attributes: entLastChangeTime: diff --git a/objects/ietf/ENTITY-SENSOR-MIB.yml b/objects/ietf/ENTITY-SENSOR-MIB.yml index 2e81cf7b..7b8075ff 100644 --- a/objects/ietf/ENTITY-SENSOR-MIB.yml +++ b/objects/ietf/ENTITY-SENSOR-MIB.yml @@ -1,7 +1,12 @@ ENTITY-SENSOR-MIB::entPhySensorEntry: mib: ENTITY-SENSOR-MIB object: entPhySensorEntry - augments: ENTITY-MIB::entPhysicalEntry + type: active + index: + - type: Integer32 + oid: .1.3.6.1.2.1.47.1.1.1.1.1 + name: entity.phys.index # entPhysicalIndex + syntax: IntegerAsID discovery_attribute: entPhySensorType attributes: entPhySensorType: @@ -38,3 +43,19 @@ ENTITY-SENSOR-MIB::entPhySensorEntry: name: entity.phys.sensor.value_update_rate syntax: TicksMilliSec metric: gauge + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString diff --git a/objects/ietf/ENTITY-STATE-MIB.yml b/objects/ietf/ENTITY-STATE-MIB.yml index a6a7099a..4d4eed5b 100644 --- a/objects/ietf/ENTITY-STATE-MIB.yml +++ b/objects/ietf/ENTITY-STATE-MIB.yml @@ -1,7 +1,12 @@ ENTITY-STATE-MIB::entStateEntry: mib: ENTITY-STATE-MIB object: entStateEntry - augments: ENTITY-MIB::entPhysicalEntry + type: active + index: + - type: Integer32 + oid: .1.3.6.1.2.1.47.1.1.1.1.1 + name: entity.phys.index # entPhysicalIndex + syntax: IntegerAsID discovery_attribute: entStateLastChanged attributes: entStateLastChanged: @@ -28,3 +33,19 @@ ENTITY-STATE-MIB::entStateEntry: oid: .1.3.6.1.2.1.131.1.1.1.6 name: entity.state.standby syntax: EnumInteger + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString diff --git a/objects/ietf/ETHER-WIS.yml b/objects/ietf/ETHER-WIS.yml index c0c63680..23fc5b28 100644 --- a/objects/ietf/ETHER-WIS.yml +++ b/objects/ietf/ETHER-WIS.yml @@ -1,6 +1,7 @@ ETHER-WIS::etherWisDeviceEntry: mib: ETHER-WIS object: etherWisDeviceEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -46,6 +47,7 @@ ETHER-WIS::etherWisDeviceEntry: ETHER-WIS::etherWisPathCurrentEntry: mib: ETHER-WIS object: etherWisPathCurrentEntry + type: active augments: ETHER-WIS::etherWisDeviceEntry discovery_attribute: etherWisPathCurrentStatus attributes: @@ -57,6 +59,7 @@ ETHER-WIS::etherWisPathCurrentEntry: ETHER-WIS::etherWisFarEndPathCurrentEntry: mib: ETHER-WIS object: etherWisFarEndPathCurrentEntry + type: active augments: ETHER-WIS::etherWisDeviceEntry discovery_attribute: etherWisFarEndPathCurrentStatus attributes: diff --git a/objects/ietf/EtherLike-MIB.yml b/objects/ietf/EtherLike-MIB.yml index c0fb80ad..207a5e1d 100644 --- a/objects/ietf/EtherLike-MIB.yml +++ b/objects/ietf/EtherLike-MIB.yml @@ -1,6 +1,7 @@ EtherLike-MIB::dot3StatsEntry: mib: EtherLike-MIB object: dot3StatsEntry + type: dynamic augments: IF-MIB::ifEntry discovery_attribute: dot3StatsAlignmentErrors attributes: @@ -89,6 +90,7 @@ EtherLike-MIB::dot3StatsEntry: EtherLike-MIB::dot3ControlEntry: mib: EtherLike-MIB object: dot3ControlEntry + type: dynamic augments: IF-MIB::ifEntry discovery_attribute: dot3ControlInUnknownOpcodes attributes: @@ -113,6 +115,7 @@ EtherLike-MIB::dot3ControlEntry: EtherLike-MIB::dot3PauseEntry: mib: EtherLike-MIB object: dot3PauseEntry + type: dynamic augments: IF-MIB::ifEntry discovery_attribute: dot3PauseAdminMode attributes: @@ -154,6 +157,7 @@ EtherLike-MIB::dot3PauseEntry: EtherLike-MIB::dot3HCStatsEntry: mib: EtherLike-MIB object: dot3HCStatsEntry + type: dynamic augments: IF-MIB::ifEntry discovery_attribute: dot3HCStatsAlignmentErrors attributes: diff --git a/objects/ietf/GMPLS-LABEL-STD-MIB.yml b/objects/ietf/GMPLS-LABEL-STD-MIB.yml index 24eeb654..6976c4cc 100644 --- a/objects/ietf/GMPLS-LABEL-STD-MIB.yml +++ b/objects/ietf/GMPLS-LABEL-STD-MIB.yml @@ -1,6 +1,7 @@ GMPLS-LABEL-STD-MIB::gmplsLabelEntry: mib: GMPLS-LABEL-STD-MIB object: gmplsLabelEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.2.1.10.166.16.1.2.1.1 diff --git a/objects/ietf/GMPLS-LSR-STD-MIB.yml b/objects/ietf/GMPLS-LSR-STD-MIB.yml index fb292130..627beb9f 100644 --- a/objects/ietf/GMPLS-LSR-STD-MIB.yml +++ b/objects/ietf/GMPLS-LSR-STD-MIB.yml @@ -1,6 +1,7 @@ GMPLS-LSR-STD-MIB::gmplsInterfaceEntry: mib: GMPLS-LSR-STD-MIB object: gmplsInterfaceEntry + type: dynamic augments: MPLS-LSR-STD-MIB::mplsInterfaceEntry discovery_attribute: gmplsInterfaceSignalingCaps attributes: @@ -17,6 +18,7 @@ GMPLS-LSR-STD-MIB::gmplsInterfaceEntry: GMPLS-LSR-STD-MIB::gmplsInSegmentEntry: mib: GMPLS-LSR-STD-MIB object: gmplsInSegmentEntry + type: dynamic augments: MPLS-LSR-STD-MIB::mplsInSegmentEntry discovery_attribute: gmplsInSegmentDirection attributes: @@ -28,6 +30,7 @@ GMPLS-LSR-STD-MIB::gmplsInSegmentEntry: GMPLS-LSR-STD-MIB::gmplsOutSegmentEntry: mib: GMPLS-LSR-STD-MIB object: gmplsOutSegmentEntry + type: dynamic augments: MPLS-LSR-STD-MIB::mplsOutSegmentEntry discovery_attribute: gmplsOutSegmentDirection attributes: diff --git a/objects/ietf/GMPLS-TE-STD-MIB.yml b/objects/ietf/GMPLS-TE-STD-MIB.yml index ac980b0e..73f98a89 100644 --- a/objects/ietf/GMPLS-TE-STD-MIB.yml +++ b/objects/ietf/GMPLS-TE-STD-MIB.yml @@ -1,6 +1,7 @@ GMPLS-TE-STD-MIB::gmplsTeScalars: mib: GMPLS-TE-STD-MIB object: gmplsTeScalars + type: dynamic augments: MPLS-TE-STD-MIB::mplsTeScalars discovery_attribute: gmplsTunnelsConfigured attributes: @@ -18,6 +19,7 @@ GMPLS-TE-STD-MIB::gmplsTeScalars: GMPLS-TE-STD-MIB::gmplsTunnelEntry: mib: GMPLS-TE-STD-MIB object: gmplsTunnelEntry + type: dynamic augments: MPLS-TE-STD-MIB::mplsTunnelEntry discovery_attribute: gmplsTunnelUnnumIf attributes: @@ -81,6 +83,7 @@ GMPLS-TE-STD-MIB::gmplsTunnelEntry: GMPLS-TE-STD-MIB::gmplsTunnelHopEntry: mib: GMPLS-TE-STD-MIB object: gmplsTunnelHopEntry + type: stable augments: MPLS-TE-STD-MIB::mplsTunnelHopEntry discovery_attribute: gmplsTunnelHopLabelStatuses attributes: @@ -108,6 +111,7 @@ GMPLS-TE-STD-MIB::gmplsTunnelHopEntry: GMPLS-TE-STD-MIB::gmplsTunnelARHopEntry: mib: GMPLS-TE-STD-MIB object: gmplsTunnelARHopEntry + type: stable augments: MPLS-TE-STD-MIB::mplsTunnelARHopEntry discovery_attribute: gmplsTunnelARHopLabelStatuses attributes: @@ -139,6 +143,7 @@ GMPLS-TE-STD-MIB::gmplsTunnelARHopEntry: GMPLS-TE-STD-MIB::gmplsTunnelCHopEntry: mib: GMPLS-TE-STD-MIB object: gmplsTunnelCHopEntry + type: stable augments: MPLS-TE-STD-MIB::mplsTunnelCHopEntry discovery_attribute: gmplsTunnelCHopLabelStatuses attributes: @@ -166,6 +171,7 @@ GMPLS-TE-STD-MIB::gmplsTunnelCHopEntry: GMPLS-TE-STD-MIB::gmplsTunnelReversePerfEntry: mib: GMPLS-TE-STD-MIB object: gmplsTunnelReversePerfEntry + type: dynamic augments: MPLS-TE-STD-MIB::mplsTunnelEntry discovery_attribute: gmplsTunnelReversePerfPackets attributes: @@ -204,6 +210,7 @@ GMPLS-TE-STD-MIB::gmplsTunnelReversePerfEntry: GMPLS-TE-STD-MIB::gmplsTunnelErrorEntry: mib: GMPLS-TE-STD-MIB object: gmplsTunnelErrorEntry + type: dynamic augments: MPLS-TE-STD-MIB::mplsTunnelEntry discovery_attribute: gmplsTunnelErrorLastErrorType attributes: diff --git a/objects/ietf/HOST-RESOURCES-MIB.yml b/objects/ietf/HOST-RESOURCES-MIB.yml index 25f5b4cf..a856dc54 100644 --- a/objects/ietf/HOST-RESOURCES-MIB.yml +++ b/objects/ietf/HOST-RESOURCES-MIB.yml @@ -1,6 +1,7 @@ HOST-RESOURCES-MIB::hrSystem: mib: HOST-RESOURCES-MIB object: hrSystem + type: dynamic discovery_attribute: hrSystemUptime attributes: hrSystemUptime: @@ -44,6 +45,7 @@ HOST-RESOURCES-MIB::hrSystem: HOST-RESOURCES-MIB::hrStorageEntry: mib: HOST-RESOURCES-MIB object: hrStorageEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.25.2.3.1.1 @@ -85,6 +87,7 @@ HOST-RESOURCES-MIB::hrStorageEntry: HOST-RESOURCES-MIB::hrDeviceEntry: mib: HOST-RESOURCES-MIB object: hrDeviceEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -120,6 +123,7 @@ HOST-RESOURCES-MIB::hrDeviceEntry: HOST-RESOURCES-MIB::hrProcessorEntry: mib: HOST-RESOURCES-MIB object: hrProcessorEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -137,6 +141,7 @@ HOST-RESOURCES-MIB::hrProcessorEntry: HOST-RESOURCES-MIB::hrPrinterEntry: mib: HOST-RESOURCES-MIB object: hrPrinterEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 diff --git a/objects/ietf/IF-MIB.yml b/objects/ietf/IF-MIB.yml index 3be6b090..15509f0f 100644 --- a/objects/ietf/IF-MIB.yml +++ b/objects/ietf/IF-MIB.yml @@ -1,6 +1,7 @@ IF-MIB::system: mib: IF-MIB object: system + type: dynamic augments: SNMPv2-MIB::system discovery_attribute: ifNumber attributes: @@ -26,6 +27,7 @@ IF-MIB::system: IF-MIB::ifEntry: mib: IF-MIB object: ifEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -135,6 +137,7 @@ IF-MIB::ifEntry: IF-MIB::ifXEntry: mib: IF-MIB object: ifXEntry + type: dynamic augments: IF-MIB::ifEntry discovery_attribute: ifName attributes: diff --git a/objects/ietf/IGMP-MIB.yml b/objects/ietf/IGMP-MIB.yml index c16801a6..760ae9a0 100644 --- a/objects/ietf/IGMP-MIB.yml +++ b/objects/ietf/IGMP-MIB.yml @@ -1,6 +1,7 @@ IGMP-MIB::igmpInterfaceEntry: mib: IGMP-MIB object: igmpInterfaceEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.3.59.1.1.1.1.1 @@ -90,6 +91,7 @@ IGMP-MIB::igmpInterfaceEntry: IGMP-MIB::igmpCacheEntry: mib: IGMP-MIB object: igmpCacheEntry + type: active index: - type: IpAddress oid: .1.3.6.1.3.59.1.1.2.1.1 diff --git a/objects/ietf/IGMP-STD-MIB.yml b/objects/ietf/IGMP-STD-MIB.yml index 993224ed..e6c21b21 100644 --- a/objects/ietf/IGMP-STD-MIB.yml +++ b/objects/ietf/IGMP-STD-MIB.yml @@ -1,6 +1,7 @@ IGMP-STD-MIB::igmpInterfaceEntry: mib: IGMP-STD-MIB object: igmpInterfaceEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.85.1.1.1.1 @@ -95,6 +96,7 @@ IGMP-STD-MIB::igmpInterfaceEntry: IGMP-STD-MIB::igmpCacheEntry: mib: IGMP-STD-MIB object: igmpCacheEntry + type: active index: - type: IpAddress oid: .1.3.6.1.2.1.85.1.2.1.1 diff --git a/objects/ietf/IP-FORWARD-MIB.yml b/objects/ietf/IP-FORWARD-MIB.yml index 0df91ae9..407d6846 100644 --- a/objects/ietf/IP-FORWARD-MIB.yml +++ b/objects/ietf/IP-FORWARD-MIB.yml @@ -1,6 +1,7 @@ IP-FORWARD-MIB::ipForward: mib: IP-FORWARD-MIB object: ipForward + type: active discovery_attribute: ipCidrRouteNumber attributes: ipCidrRouteNumber: diff --git a/objects/ietf/IP-MIB.yml b/objects/ietf/IP-MIB.yml index 638c6cca..96f6e980 100644 --- a/objects/ietf/IP-MIB.yml +++ b/objects/ietf/IP-MIB.yml @@ -1,6 +1,7 @@ IP-MIB::ip: mib: IP-MIB object: ip + type: dynamic discovery_attribute: ipForwarding attributes: ipForwarding: @@ -125,6 +126,7 @@ IP-MIB::ip: IP-MIB::ipSystemStatsEntry: mib: IP-MIB object: ipSystemStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.4.31.1.1.1 @@ -403,6 +405,7 @@ IP-MIB::ipSystemStatsEntry: IP-MIB::ipIfStatsEntry: mib: IP-MIB object: ipIfStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.4.31.3.1.1 @@ -680,6 +683,7 @@ IP-MIB::ipIfStatsEntry: IP-MIB::ipAddressEntry: mib: IP-MIB object: ipAddressEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.4.34.1.1 @@ -721,6 +725,7 @@ IP-MIB::ipAddressEntry: IP-MIB::icmp: mib: IP-MIB object: icmp + type: dynamic discovery_attribute: icmpInMsgs attributes: icmpInMsgs: @@ -857,6 +862,7 @@ IP-MIB::icmp: IP-MIB::icmpStatsEntry: mib: IP-MIB object: icmpStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.5.29.1.1 @@ -888,6 +894,7 @@ IP-MIB::icmpStatsEntry: IP-MIB::icmpMsgStatsEntry: mib: IP-MIB object: icmpMsgStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.5.29.1.1 diff --git a/objects/ietf/IPV6-ICMP-MIB.yml b/objects/ietf/IPV6-ICMP-MIB.yml index 429141c5..7fcb06ec 100644 --- a/objects/ietf/IPV6-ICMP-MIB.yml +++ b/objects/ietf/IPV6-ICMP-MIB.yml @@ -1,6 +1,7 @@ IPV6-ICMP-MIB::ipv6IfIcmpEntry: mib: IPV6-ICMP-MIB object: ipv6IfIcmpEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.55.1.5.1.1 diff --git a/objects/ietf/IPV6-MIB.yml b/objects/ietf/IPV6-MIB.yml index 3c16185a..180c273f 100644 --- a/objects/ietf/IPV6-MIB.yml +++ b/objects/ietf/IPV6-MIB.yml @@ -1,6 +1,7 @@ IPV6-MIB::ipv6MIBObjects: mib: IPV6-MIB object: ipv6MIBObjects + type: active discovery_attribute: ipv6Forwarding attributes: ipv6Forwarding: @@ -36,6 +37,7 @@ IPV6-MIB::ipv6MIBObjects: IPV6-MIB::ipv6IfEntry: mib: IPV6-MIB object: ipv6IfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.55.1.5.1.1 @@ -90,6 +92,7 @@ IPV6-MIB::ipv6IfEntry: IPV6-MIB::ipv6IfStatsEntry: mib: IPV6-MIB object: ipv6IfStatsEntry + type: dynamic augments: IPV6-MIB::ipv6IfEntry discovery_attribute: ipv6IfStatsInReceives attributes: diff --git a/objects/ietf/ISIS-MIB.yml b/objects/ietf/ISIS-MIB.yml index 649c742e..298ce464 100644 --- a/objects/ietf/ISIS-MIB.yml +++ b/objects/ietf/ISIS-MIB.yml @@ -1,6 +1,7 @@ ISIS-MIB::isisSysObject: mib: ISIS-MIB object: isisSysObject + type: stable discovery_attribute: isisSysVersion attributes: isisSysVersion: @@ -61,6 +62,7 @@ ISIS-MIB::isisSysObject: ISIS-MIB::isisSysLevelEntry: mib: ISIS-MIB object: isisSysLevelEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.138.1.2.1.1.1 @@ -107,6 +109,7 @@ ISIS-MIB::isisSysLevelEntry: ISIS-MIB::isisCircEntry: mib: ISIS-MIB object: isisCircEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.138.1.3.2.1.1 @@ -168,6 +171,7 @@ ISIS-MIB::isisCircEntry: ISIS-MIB::isisCircLevelEntry: mib: ISIS-MIB object: isisCircLevelEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.138.1.3.2.1.1 @@ -241,6 +245,7 @@ ISIS-MIB::isisCircLevelEntry: ISIS-MIB::isisSystemCounterEntry: mib: ISIS-MIB object: isisSystemCounterEntry + type: dynamic augments: ISIS-MIB::isisSysLevelEntry discovery_attribute: isisSysStatCorrLSPs attributes: @@ -308,6 +313,7 @@ ISIS-MIB::isisSystemCounterEntry: ISIS-MIB::isisCircuitCounterEntry: mib: ISIS-MIB object: isisCircuitCounterEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.138.1.3.2.1.1 @@ -368,6 +374,7 @@ ISIS-MIB::isisCircuitCounterEntry: ISIS-MIB::isisPacketCounterEntry: mib: ISIS-MIB object: isisPacketCounterEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.138.1.3.2.1.1 @@ -422,6 +429,7 @@ ISIS-MIB::isisPacketCounterEntry: ISIS-MIB::isisISAdjEntry: mib: ISIS-MIB object: isisISAdjEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.138.1.3.2.1.1 @@ -479,6 +487,7 @@ ISIS-MIB::isisISAdjEntry: ISIS-MIB::isisRAEntry: mib: ISIS-MIB object: isisRAEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.138.1.3.2.1.1 @@ -530,6 +539,7 @@ ISIS-MIB::isisRAEntry: ISIS-MIB::isisIPRAEntry: mib: ISIS-MIB object: isisIPRAEntry + type: stable index: - type: Integer oid: .1.3.6.1.2.1.138.1.2.1.1.1 @@ -589,6 +599,7 @@ ISIS-MIB::isisIPRAEntry: ISIS-MIB::isisLSPSummaryEntry: mib: ISIS-MIB object: isisLSPSummaryEntry + type: stable index: - type: Integer oid: .1.3.6.1.2.1.138.1.9.1.1.1 @@ -630,6 +641,7 @@ ISIS-MIB::isisLSPSummaryEntry: ISIS-MIB::isisLSPTLVEntry: mib: ISIS-MIB object: isisLSPTLVEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.138.1.9.1.1.1 diff --git a/objects/ietf/MPLS-L3VPN-STD-MIB.yml b/objects/ietf/MPLS-L3VPN-STD-MIB.yml index a84f6cc0..5d8547b5 100644 --- a/objects/ietf/MPLS-L3VPN-STD-MIB.yml +++ b/objects/ietf/MPLS-L3VPN-STD-MIB.yml @@ -1,6 +1,7 @@ MPLS-L3VPN-STD-MIB::mplsL3VpnScalars: mib: MPLS-L3VPN-STD-MIB object: mplsL3VpnScalars + type: dynamic discovery_attribute: mplsL3VpnConfiguredVrfs attributes: mplsL3VpnConfiguredVrfs: @@ -37,6 +38,7 @@ MPLS-L3VPN-STD-MIB::mplsL3VpnScalars: MPLS-L3VPN-STD-MIB::mplsL3VpnIfConfEntry: mib: MPLS-L3VPN-STD-MIB object: mplsL3VpnIfConfEntry + type: stable index: - type: OctetString oid: .1.3.6.1.2.1.10.166.11.1.2.2.1.1 @@ -60,6 +62,7 @@ MPLS-L3VPN-STD-MIB::mplsL3VpnIfConfEntry: MPLS-L3VPN-STD-MIB::mplsL3VpnVrfEntry: mib: MPLS-L3VPN-STD-MIB object: mplsL3VpnVrfEntry + type: active index: - type: OctetString oid: .1.3.6.1.2.1.10.166.11.1.2.2.1.1 @@ -126,6 +129,7 @@ MPLS-L3VPN-STD-MIB::mplsL3VpnVrfEntry: MPLS-L3VPN-STD-MIB::mplsL3VpnVrfRTEntry: mib: MPLS-L3VPN-STD-MIB object: mplsL3VpnVrfRTEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.2.1.10.166.11.1.2.2.1.1 @@ -153,6 +157,7 @@ MPLS-L3VPN-STD-MIB::mplsL3VpnVrfRTEntry: MPLS-L3VPN-STD-MIB::mplsL3VpnVrfSecEntry: mib: MPLS-L3VPN-STD-MIB object: mplsL3VpnVrfSecEntry + type: dynamic augments: MPLS-L3VPN-STD-MIB::mplsL3VpnVrfEntry discovery_attribute: mplsL3VpnVrfSecIllegalLblVltns attributes: @@ -170,6 +175,7 @@ MPLS-L3VPN-STD-MIB::mplsL3VpnVrfSecEntry: MPLS-L3VPN-STD-MIB::mplsL3VpnVrfPerfEntry: mib: MPLS-L3VPN-STD-MIB object: mplsL3VpnVrfPerfEntry + type: dynamic augments: MPLS-L3VPN-STD-MIB::mplsL3VpnVrfEntry discovery_attribute: mplsL3VpnVrfPerfRoutesAdded attributes: diff --git a/objects/ietf/MPLS-LDP-STD-MIB.yml b/objects/ietf/MPLS-LDP-STD-MIB.yml index 35d8c58f..6a9bae03 100644 --- a/objects/ietf/MPLS-LDP-STD-MIB.yml +++ b/objects/ietf/MPLS-LDP-STD-MIB.yml @@ -1,6 +1,7 @@ MPLS-LDP-STD-MIB::mplsLdpObjects: mib: MPLS-LDP-STD-MIB object: mplsLdpLsrObjects + type: active discovery_attribute: mplsLdpLsrId attributes: mplsLdpLsrId: @@ -35,6 +36,7 @@ MPLS-LDP-STD-MIB::mplsLdpObjects: MPLS-LDP-STD-MIB::mplsLdpEntityEntry: mib: MPLS-LDP-STD-MIB object: mplsLdpEntityEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.2.1.10.166.4.1.2.3.1.1 @@ -129,6 +131,7 @@ MPLS-LDP-STD-MIB::mplsLdpEntityEntry: MPLS-LDP-STD-MIB::mplsLdpEntityStatsEntry: mib: MPLS-LDP-STD-MIB object: mplsLdpEntityStatsEntry + type: dynamic augments: MPLS-LDP-STD-MIB::mplsLdpEntityEntry discovery_attribute: mplsLdpEntityStatsSessionAttempts attributes: @@ -201,6 +204,7 @@ MPLS-LDP-STD-MIB::mplsLdpEntityStatsEntry: MPLS-LDP-STD-MIB::mplsLdpPeerEntry: mib: MPLS-LDP-STD-MIB object: mplsLdpPeerEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.2.1.10.166.4.1.2.3.1.1 @@ -233,6 +237,7 @@ MPLS-LDP-STD-MIB::mplsLdpPeerEntry: MPLS-LDP-STD-MIB::mplsLdpSessionEntry: mib: MPLS-LDP-STD-MIB object: mplsLdpSessionEntry + type: dynamic augments: MPLS-LDP-STD-MIB::mplsLdpPeerEntry discovery_attribute: mplsLdpSessionStateLastChange attributes: @@ -277,6 +282,7 @@ MPLS-LDP-STD-MIB::mplsLdpSessionEntry: MPLS-LDP-STD-MIB::mplsLdpSessionStatsEntry: mib: MPLS-LDP-STD-MIB object: mplsLdpSessionStatsEntry + type: dynamic augments: MPLS-LDP-STD-MIB::mplsLdpPeerEntry discovery_attribute: mplsLdpSessionStatsUnknownMesTypeErrors attributes: @@ -294,6 +300,7 @@ MPLS-LDP-STD-MIB::mplsLdpSessionStatsEntry: MPLS-LDP-STD-MIB::mplsLdpHelloAdjacencyEntry: mib: MPLS-LDP-STD-MIB object: mplsLdpHelloAdjacencyEntry + type: stable index: - type: OctetString oid: .1.3.6.1.2.1.10.166.4.1.2.3.1.1 @@ -331,6 +338,7 @@ MPLS-LDP-STD-MIB::mplsLdpHelloAdjacencyEntry: MPLS-LDP-STD-MIB::mplsFecEntry: mib: MPLS-LDP-STD-MIB object: mplsFecEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.166.4.1.3.8.3.1.2 diff --git a/objects/ietf/MPLS-LSR-STD-MIB.yml b/objects/ietf/MPLS-LSR-STD-MIB.yml index 9e06a4b4..6669d5f0 100644 --- a/objects/ietf/MPLS-LSR-STD-MIB.yml +++ b/objects/ietf/MPLS-LSR-STD-MIB.yml @@ -1,6 +1,7 @@ MPLS-LSR-STD-MIB::mplsInterfaceEntry: mib: MPLS-LSR-STD-MIB object: mplsInterfaceEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.10.166.2.1.1.1.1 @@ -46,6 +47,7 @@ MPLS-LSR-STD-MIB::mplsInterfaceEntry: MPLS-LSR-STD-MIB::mplsInterfacePerfEntry: mib: MPLS-LSR-STD-MIB object: mplsInterfacePerfEntry + type: dynamic augments: MPLS-LSR-STD-MIB::mplsInterfaceEntry discovery_attribute: mplsInterfacePerfInLabelsInUse attributes: @@ -73,6 +75,7 @@ MPLS-LSR-STD-MIB::mplsInterfacePerfEntry: MPLS-LSR-STD-MIB::mplsLsrObjects: mib: MPLS-LSR-STD-MIB object: mplsLsrObjects + type: stable discovery_attribute: mplsMaxLabelStackDepth attributes: mplsMaxLabelStackDepth: @@ -84,6 +87,7 @@ MPLS-LSR-STD-MIB::mplsLsrObjects: MPLS-LSR-STD-MIB::mplsInSegmentEntry: mib: MPLS-LSR-STD-MIB object: mplsInSegmentEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.2.1.10.166.2.1.4.1.1 @@ -128,6 +132,7 @@ MPLS-LSR-STD-MIB::mplsInSegmentEntry: MPLS-LSR-STD-MIB::mplsInSegmentPerfEntry: mib: MPLS-LSR-STD-MIB object: mplsInSegmentPerfEntry + type: dynamic augments: MPLS-LSR-STD-MIB::mplsInSegmentEntry discovery_attribute: mplsInSegmentPerfOctets attributes: @@ -168,6 +173,7 @@ MPLS-LSR-STD-MIB::mplsInSegmentPerfEntry: MPLS-LSR-STD-MIB::mplsOutSegmentEntry: mib: MPLS-LSR-STD-MIB object: mplsOutSegmentEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.2.1.10.166.2.1.7.1.1 @@ -212,6 +218,7 @@ MPLS-LSR-STD-MIB::mplsOutSegmentEntry: MPLS-LSR-STD-MIB::mplsOutSegmentPerfEntry: mib: MPLS-LSR-STD-MIB object: mplsOutSegmentPerfEntry + type: dynamic augments: MPLS-LSR-STD-MIB::mplsOutSegmentEntry discovery_attribute: mplsOutSegmentPerfOctets attributes: @@ -252,6 +259,7 @@ MPLS-LSR-STD-MIB::mplsOutSegmentPerfEntry: MPLS-LSR-STD-MIB::mplsXCEntry: mib: MPLS-LSR-STD-MIB object: mplsXCEntry + type: active index: - type: OctetString oid: .1.3.6.1.2.1.10.166.2.1.10.1.1 @@ -292,6 +300,7 @@ MPLS-LSR-STD-MIB::mplsXCEntry: MPLS-LSR-STD-MIB::mplsLabelStackEntry: mib: MPLS-LSR-STD-MIB object: mplsLabelStackEntry + type: stable index: - type: OctetString oid: .1.3.6.1.2.1.10.166.2.1.13.1.1 diff --git a/objects/ietf/MPLS-TE-STD-MIB.yml b/objects/ietf/MPLS-TE-STD-MIB.yml index 87343d83..ef00ddf7 100644 --- a/objects/ietf/MPLS-TE-STD-MIB.yml +++ b/objects/ietf/MPLS-TE-STD-MIB.yml @@ -1,6 +1,7 @@ MPLS-TE-STD-MIB::mplsTeScalars: mib: MPLS-TE-STD-MIB object: mplsTeScalars + type: dynamic discovery_attribute: mplsTunnelConfigured attributes: mplsTunnelConfigured: @@ -31,6 +32,7 @@ MPLS-TE-STD-MIB::mplsTeScalars: MPLS-TE-STD-MIB::mplsTunnelEntry: mib: MPLS-TE-STD-MIB object: mplsTunnelEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.166.3.2.2.1.1 @@ -187,6 +189,7 @@ MPLS-TE-STD-MIB::mplsTunnelEntry: MPLS-TE-STD-MIB::mplsTunnelHopEntry: mib: MPLS-TE-STD-MIB object: mplsTunnelHopEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.166.3.2.4.1.1 @@ -247,6 +250,7 @@ MPLS-TE-STD-MIB::mplsTunnelHopEntry: MPLS-TE-STD-MIB::mplsTunnelResourceEntry: mib: MPLS-TE-STD-MIB object: mplsTunnelResourceEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.166.3.2.6.1.1 @@ -292,6 +296,7 @@ MPLS-TE-STD-MIB::mplsTunnelResourceEntry: MPLS-TE-STD-MIB::mplsTunnelARHopEntry: mib: MPLS-TE-STD-MIB object: mplsTunnelARHopEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.166.3.2.7.1.1 @@ -324,6 +329,7 @@ MPLS-TE-STD-MIB::mplsTunnelARHopEntry: MPLS-TE-STD-MIB::mplsTunnelCHopEntry: mib: MPLS-TE-STD-MIB object: mplsTunnelCHopEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.166.3.2.8.1.1 @@ -369,6 +375,7 @@ MPLS-TE-STD-MIB::mplsTunnelCHopEntry: MPLS-TE-STD-MIB::mplsTunnelPerfEntry: mib: MPLS-TE-STD-MIB object: mplsTunnelPerfEntry + type: dynamic augments: MPLS-TE-STD-MIB::mplsTunnelEntry discovery_attribute: mplsTunnelPerfPackets attributes: @@ -407,6 +414,7 @@ MPLS-TE-STD-MIB::mplsTunnelPerfEntry: MPLS-TE-STD-MIB::mplsTunnelCRLDPResEntry: mib: MPLS-TE-STD-MIB object: mplsTunnelCRLDPResEntry + type: dynamic augments: MPLS-TE-STD-MIB::mplsTunnelResourceEntry discovery_attribute: mplsTunnelCRLDPResMeanBurstSize attributes: diff --git a/objects/ietf/MTA-MIB.yml b/objects/ietf/MTA-MIB.yml index e405d14d..579b0130 100644 --- a/objects/ietf/MTA-MIB.yml +++ b/objects/ietf/MTA-MIB.yml @@ -1,6 +1,7 @@ MTA-MIB::mtaEntry: mib: MTA-MIB object: mtaEntry + type: dynamic augments: NETWORK-SERVICES-MIB::applEntry discovery_attribute: mtaReceivedMessages attributes: @@ -68,6 +69,7 @@ MTA-MIB::mtaEntry: MTA-MIB::mtaGroupEntry: mib: MTA-MIB object: mtaGroupEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.27.1.1.1 @@ -240,6 +242,7 @@ MTA-MIB::mtaGroupEntry: MTA-MIB::mtaGroupErrorEntry: mib: MTA-MIB object: mtaGroupErrorEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.27.1.1.1 diff --git a/objects/ietf/NAT-MIB.yml b/objects/ietf/NAT-MIB.yml index c6b89260..679c7149 100644 --- a/objects/ietf/NAT-MIB.yml +++ b/objects/ietf/NAT-MIB.yml @@ -1,6 +1,7 @@ NAT-MIB::natMIBObjects: mib: NAT-MIB object: natMIBObjects + type: dynamic discovery_attribute: natAddrBindNumberOfEntries attributes: natAddrBindNumberOfEntries: @@ -17,6 +18,7 @@ NAT-MIB::natMIBObjects: NAT-MIB::natInterfaceEntry: mib: NAT-MIB object: natInterfaceEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -51,6 +53,7 @@ NAT-MIB::natInterfaceEntry: NAT-MIB::natAddrMapEntry: mib: NAT-MIB object: natAddrMapEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -134,6 +137,7 @@ NAT-MIB::natAddrMapEntry: NAT-MIB::natAddrBindEntry: mib: NAT-MIB object: natAddrBindEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -198,6 +202,7 @@ NAT-MIB::natAddrBindEntry: NAT-MIB::natAddrPortBindEntry: mib: NAT-MIB object: natAddrPortBindEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -274,6 +279,7 @@ NAT-MIB::natAddrPortBindEntry: NAT-MIB::natSessionEntry: mib: NAT-MIB object: natSessionEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -374,6 +380,7 @@ NAT-MIB::natSessionEntry: NAT-MIB::natProtocolEntry: mib: NAT-MIB object: natProtocolEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.123.1.10.1.1 diff --git a/objects/ietf/NETWORK-SERVICES-MIB.yml b/objects/ietf/NETWORK-SERVICES-MIB.yml index aa8837ac..aca4d81e 100644 --- a/objects/ietf/NETWORK-SERVICES-MIB.yml +++ b/objects/ietf/NETWORK-SERVICES-MIB.yml @@ -1,6 +1,7 @@ NETWORK-SERVICES-MIB::applEntry: mib: NETWORK-SERVICES-MIB object: applEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.27.1.1.1 @@ -86,6 +87,7 @@ NETWORK-SERVICES-MIB::applEntry: NETWORK-SERVICES-MIB::assocEntry: mib: NETWORK-SERVICES-MIB object: assocEntry + type: stable index: - type: Integer oid: .1.3.6.1.2.1.27.1.1.1 diff --git a/objects/ietf/NHRP-MIB.yml b/objects/ietf/NHRP-MIB.yml index db0f9139..d95adca9 100644 --- a/objects/ietf/NHRP-MIB.yml +++ b/objects/ietf/NHRP-MIB.yml @@ -1,6 +1,7 @@ NHRP-MIB::nhrpClientEntry: mib: NHRP-MIB object: nhrpClientEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.71.1.2.1.1.1 @@ -66,6 +67,7 @@ NHRP-MIB::nhrpClientEntry: NHRP-MIB::nhrpClientStatEntry: mib: NHRP-MIB object: nhrpClientStatEntry + type: dynamic augments: NHRP-MIB::nhrpClientEntry discovery_attribute: nhrpClientStatRxResolveReplyAck attributes: @@ -198,6 +200,7 @@ NHRP-MIB::nhrpClientStatEntry: NHRP-MIB::nhrpServerEntry: mib: NHRP-MIB object: nhrpServerEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.71.1.3.1.1.1 @@ -229,6 +232,7 @@ NHRP-MIB::nhrpServerEntry: NHRP-MIB::nhrpServerStatEntry: mib: NHRP-MIB object: nhrpServerStatEntry + type: dynamic augments: NHRP-MIB::nhrpServerEntry discovery_attribute: nhrpServerStatTxResolveReplyAck attributes: diff --git a/objects/ietf/NTPv4-MIB.yml b/objects/ietf/NTPv4-MIB.yml index 43eed235..51f099d7 100644 --- a/objects/ietf/NTPv4-MIB.yml +++ b/objects/ietf/NTPv4-MIB.yml @@ -1,6 +1,7 @@ NTPv4-MIB::ntpEntInfo: mib: NTPv4-MIB object: ntpEntInfo + type: active discovery_attribute: ntpEntSoftwareName attributes: ntpEntSoftwareName: @@ -35,6 +36,7 @@ NTPv4-MIB::ntpEntInfo: NTPv4-MIB::ntpEntStatus: mib: NTPv4-MIB object: ntpEntStatus + type: active augments: NTPv4-MIB::ntpEntInfo discovery_attribute: ntpEntStatusCurrentMode attributes: @@ -113,6 +115,7 @@ NTPv4-MIB::ntpEntStatus: NTPv4-MIB::ntpEntStatPktModeEntry: mib: NTPv4-MIB object: ntpEntStatPktModeEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.197.1.2.17.1.1 @@ -134,6 +137,7 @@ NTPv4-MIB::ntpEntStatPktModeEntry: NTPv4-MIB::ntpAssociationEntry: mib: NTPv4-MIB object: ntpAssociationEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.2.1.197.1.3.1.1.1 @@ -177,6 +181,7 @@ NTPv4-MIB::ntpAssociationEntry: NTPv4-MIB::ntpAssociationStatisticsEntry: mib: NTPv4-MIB object: ntpAssociationStatisticsEntry + type: active augments: NTPv4-MIB::ntpAssociationEntry discovery_attribute: ntpAssocStatInPkts attributes: @@ -199,6 +204,7 @@ NTPv4-MIB::ntpAssociationStatisticsEntry: NTPv4-MIB::ntpEntControl: mib: NTPv4-MIB object: ntpEntControl + type: active augments: NTPv4-MIB::ntpEntInfo discovery_attribute: ntpEntHeartbeatInterval attributes: diff --git a/objects/ietf/OSPF-MIB.yml b/objects/ietf/OSPF-MIB.yml index 905a8089..709ef6ad 100644 --- a/objects/ietf/OSPF-MIB.yml +++ b/objects/ietf/OSPF-MIB.yml @@ -1,6 +1,7 @@ OSPF-MIB::ospfGeneralGroup: mib: OSPF-MIB object: ospfGeneralGroup + type: dynamic discovery_attribute: ospfRouterId attributes: ospfRouterId: @@ -131,6 +132,7 @@ OSPF-MIB::ospfGeneralGroup: OSPF-MIB::ospfAreaEntry: mib: OSPF-MIB object: ospfAreaEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.14.2.1.1 @@ -196,6 +198,7 @@ OSPF-MIB::ospfAreaEntry: OSPF-MIB::ospfStubAreaEntry: mib: OSPF-MIB object: ospfStubAreaEntry + type: stable index: - type: IpAddress oid: .1.3.6.1.2.1.14.3.1.1 @@ -220,6 +223,7 @@ OSPF-MIB::ospfStubAreaEntry: OSPF-MIB::ospfIfEntry: mib: OSPF-MIB object: ospfIfEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.14.7.1.1 @@ -329,6 +333,7 @@ OSPF-MIB::ospfIfEntry: OSPF-MIB::ospfVirtIfEntry: mib: OSPF-MIB object: ospfVirtIfEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.14.9.1.1 @@ -390,6 +395,7 @@ OSPF-MIB::ospfVirtIfEntry: OSPF-MIB::ospfNbrEntry: mib: OSPF-MIB object: ospfNbrEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.14.10.1.1 @@ -454,6 +460,7 @@ OSPF-MIB::ospfNbrEntry: OSPF-MIB::ospfVirtNbrEntry: mib: OSPF-MIB object: ospfVirtNbrEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.14.11.1.1 @@ -509,6 +516,7 @@ OSPF-MIB::ospfVirtNbrEntry: OSPF-MIB::ospfAreaLsaCountEntry: mib: OSPF-MIB object: ospfAreaLsaCountEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.14.20.1.1 diff --git a/objects/ietf/OSPFv3-MIB.yml b/objects/ietf/OSPFv3-MIB.yml index 5934bc99..d2672183 100644 --- a/objects/ietf/OSPFv3-MIB.yml +++ b/objects/ietf/OSPFv3-MIB.yml @@ -1,6 +1,7 @@ OSPFV3-MIB::ospfv3GeneralGroup: mib: OSPFV3-MIB object: ospfv3GeneralGroup + type: dynamic discovery_attribute: ospfv3RouterId attributes: ospfv3RouterId: @@ -116,6 +117,7 @@ OSPFV3-MIB::ospfv3GeneralGroup: OSPFV3-MIB::ospfv3AreaEntry: mib: OSPFV3-MIB object: ospfv3AreaEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.191.1.2.1.1 @@ -190,6 +192,7 @@ OSPFV3-MIB::ospfv3AreaEntry: OSPFV3-MIB::ospfv3IfEntry: mib: OSPFV3-MIB object: ospfv3IfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.191.1.7.1.1 @@ -305,6 +308,7 @@ OSPFV3-MIB::ospfv3IfEntry: OSPFV3-MIB::ospfv3VirtIfEntry: mib: OSPFV3-MIB object: ospfv3VirtIfEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.191.1.8.1.1 @@ -368,6 +372,7 @@ OSPFV3-MIB::ospfv3VirtIfEntry: OSPFV3-MIB::ospfv3NbrEntry: mib: OSPFV3-MIB object: ospfv3NbrEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.191.1.9.1.1 @@ -436,6 +441,7 @@ OSPFV3-MIB::ospfv3NbrEntry: OSPFV3-MIB::ospfv3VirtNbrEntry: mib: OSPFV3-MIB object: ospfv3VirtNbrEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.191.1.11.1.1 diff --git a/objects/ietf/P-BRIDGE-MIB.yml b/objects/ietf/P-BRIDGE-MIB.yml index 23995e1c..27304ac2 100644 --- a/objects/ietf/P-BRIDGE-MIB.yml +++ b/objects/ietf/P-BRIDGE-MIB.yml @@ -1,6 +1,7 @@ P-BRIDGE-MIB::dot1dExtBase: mib: P-BRIDGE-MIB object: dot1dExtBase + type: dynamic augments: BRIDGE-MIB::dot1dBase discovery_attribute: dot1dDeviceCapabilities attributes: @@ -20,6 +21,7 @@ P-BRIDGE-MIB::dot1dExtBase: P-BRIDGE-MIB::dot1dPortCapabilitiesEntry: mib: P-BRIDGE-MIB object: dot1dPortCapabilitiesEntry + type: dynamic augments: BRIDGE-MIB::dot1dBasePortEntry discovery_attribute: dot1dPortCapabilities attributes: @@ -31,6 +33,7 @@ P-BRIDGE-MIB::dot1dPortCapabilitiesEntry: P-BRIDGE-MIB::dot1dPortGmrpEntry: mib: P-BRIDGE-MIB object: dot1dPortGmrpEntry + type: dynamic augments: BRIDGE-MIB::dot1dBasePortEntry discovery_attribute: dot1dPortGmrpStatus attributes: @@ -55,6 +58,7 @@ P-BRIDGE-MIB::dot1dPortGmrpEntry: P-BRIDGE-MIB::dot1dTpHCPortEntry: mib: P-BRIDGE-MIB object: dot1dTpHCPortEntry + type: dynamic augments: BRIDGE-MIB::dot1dBasePortEntry discovery_attribute: dot1dTpHCPortInFrames attributes: diff --git a/objects/ietf/POWER-ETHERNET-MIB.yml b/objects/ietf/POWER-ETHERNET-MIB.yml index 90ece02c..cae87efb 100644 --- a/objects/ietf/POWER-ETHERNET-MIB.yml +++ b/objects/ietf/POWER-ETHERNET-MIB.yml @@ -1,6 +1,7 @@ POWER-ETHERNET-MIB::pethPsePortEntry: mib: POWER-ETHERNET-MIB object: pethPsePortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.105.1.1.1.1 @@ -69,6 +70,7 @@ POWER-ETHERNET-MIB::pethPsePortEntry: POWER-ETHERNET-MIB::pethMainPseEntry: mib: POWER-ETHERNET-MIB object: pethMainPseEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.105.1.3.1.1.1 diff --git a/objects/ietf/PW-STD-MIB.yml b/objects/ietf/PW-STD-MIB.yml index 112eb606..0454f5f9 100644 --- a/objects/ietf/PW-STD-MIB.yml +++ b/objects/ietf/PW-STD-MIB.yml @@ -1,6 +1,7 @@ PW-STD-MIB::pwObjects: mib: PW-STD-MIB object: pwObjects + type: dynamic discovery_attribute: pwPerfTotalErrorPackets attributes: pwPerfTotalErrorPackets: @@ -12,6 +13,7 @@ PW-STD-MIB::pwObjects: PW-STD-MIB::pwEntry: mib: PW-STD-MIB object: pwEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.246.1.2.1.1 @@ -202,6 +204,7 @@ PW-STD-MIB::pwEntry: PW-STD-MIB::pwPerfCurrentEntry: mib: PW-STD-MIB object: pwPerfCurrentEntry + type: dynamic augments: PW-STD-MIB::pwEntry discovery_attribute: pwPerfCurrentInHCPackets attributes: diff --git a/objects/ietf/Printer-MIB.yml b/objects/ietf/Printer-MIB.yml index 47314b9f..559d831c 100644 --- a/objects/ietf/Printer-MIB.yml +++ b/objects/ietf/Printer-MIB.yml @@ -1,6 +1,7 @@ Printer-MIB::prtGeneralEntry: mib: Printer-MIB object: prtGeneralEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -64,6 +65,7 @@ Printer-MIB::prtGeneralEntry: Printer-MIB::prtCoverEntry: mib: Printer-MIB object: prtCoverEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -87,6 +89,7 @@ Printer-MIB::prtCoverEntry: Printer-MIB::prtInputEntry: mib: Printer-MIB object: prtInputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -196,6 +199,7 @@ Printer-MIB::prtInputEntry: Printer-MIB::prtOutputEntry: mib: Printer-MIB object: prtOutputEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -305,6 +309,7 @@ Printer-MIB::prtOutputEntry: Printer-MIB::prtMarkerEntry: mib: Printer-MIB object: prtMarkerEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -378,6 +383,7 @@ Printer-MIB::prtMarkerEntry: Printer-MIB::prtMarkerSuppliesEntry: mib: Printer-MIB object: prtMarkerSuppliesEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -419,6 +425,7 @@ Printer-MIB::prtMarkerSuppliesEntry: Printer-MIB::prtMarkerColorantEntry: mib: Printer-MIB object: prtMarkerColorantEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -446,6 +453,7 @@ Printer-MIB::prtMarkerColorantEntry: Printer-MIB::prtMediaPathEntry: mib: Printer-MIB object: prtMediaPathEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -501,6 +509,7 @@ Printer-MIB::prtMediaPathEntry: Printer-MIB::prtChannelEntry: mib: Printer-MIB object: prtChannelEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 @@ -540,6 +549,7 @@ Printer-MIB::prtChannelEntry: Printer-MIB::prtConsoleLightEntry: mib: Printer-MIB object: prtConsoleLightEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.25.3.2.1.1 diff --git a/objects/ietf/Q-BRIDGE-MIB.yml b/objects/ietf/Q-BRIDGE-MIB.yml index 1a783d93..b59b88c5 100644 --- a/objects/ietf/Q-BRIDGE-MIB.yml +++ b/objects/ietf/Q-BRIDGE-MIB.yml @@ -1,6 +1,7 @@ Q-BRIDGE-MIB::dot1qBase: mib: Q-BRIDGE-MIB object: dot1qBase + type: dynamic augments: BRIDGE-MIB::dot1dBase discovery_attribute: dot1qVlanVersionNumber attributes: @@ -30,6 +31,7 @@ Q-BRIDGE-MIB::dot1qBase: Q-BRIDGE-MIB::dot1qPortVlanEntry: mib: Q-BRIDGE-MIB object: dot1qPortVlanEntry + type: dynamic augments: BRIDGE-MIB::dot1dBasePortEntry discovery_attribute: dot1qPvid attributes: @@ -67,6 +69,7 @@ Q-BRIDGE-MIB::dot1qPortVlanEntry: Q-BRIDGE-MIB::dot1qPortVlanStatisticsEntry: mib: Q-BRIDGE-MIB object: dot1qPortVlanStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.17.1.4.1.1 @@ -97,6 +100,7 @@ Q-BRIDGE-MIB::dot1qPortVlanStatisticsEntry: Q-BRIDGE-MIB::dot1qPortVlanHCStatisticsEntry: mib: Q-BRIDGE-MIB object: dot1qPortVlanHCStatisticsEntry + type: dynamic augments: Q-BRIDGE-MIB::dot1qPortVlanStatisticsEntry discovery_attribute: dot1qTpVlanPortHCInFrames attributes: diff --git a/objects/ietf/RIPv2-MIB.yml b/objects/ietf/RIPv2-MIB.yml index 2a46785b..52994bed 100644 --- a/objects/ietf/RIPv2-MIB.yml +++ b/objects/ietf/RIPv2-MIB.yml @@ -1,6 +1,7 @@ RIPv2-MIB::rip2Globals: mib: RIPv2-MIB object: rip2Globals + type: dynamic discovery_attribute: rip2GlobalRouteChanges attributes: rip2GlobalRouteChanges: @@ -17,6 +18,7 @@ RIPv2-MIB::rip2Globals: RIPv2-MIB::rip2IfStatEntry: mib: RIPv2-MIB object: rip2IfStatEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.23.2.1.1 @@ -43,6 +45,7 @@ RIPv2-MIB::rip2IfStatEntry: RIPv2-MIB::rip2IfConfEntry: mib: RIPv2-MIB object: rip2IfConfEntry + type: dynamic augments: RIPv2-MIB::rip2IfStatEntry discovery_attribute: rip2IfConfAuthType attributes: @@ -78,6 +81,7 @@ RIPv2-MIB::rip2IfConfEntry: RIPv2-MIB::rip2PeerEntry: mib: RIPv2-MIB object: rip2PeerEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.2.1.23.4.1.1 diff --git a/objects/ietf/RMON-MIB.yml b/objects/ietf/RMON-MIB.yml index 200216ba..3943e91a 100644 --- a/objects/ietf/RMON-MIB.yml +++ b/objects/ietf/RMON-MIB.yml @@ -1,6 +1,7 @@ RMON-MIB::etherStatsEntry: mib: RMON-MIB object: etherStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.16.1.1.1.1 diff --git a/objects/ietf/RSTP-MIB.yml b/objects/ietf/RSTP-MIB.yml index a15f53bb..712c5102 100644 --- a/objects/ietf/RSTP-MIB.yml +++ b/objects/ietf/RSTP-MIB.yml @@ -1,6 +1,7 @@ RSTP-MIB::dot1dStp: mib: RSTP-MIB object: dot1dStp + type: dynamic augments: BRIDGE-MIB::dot1dStp discovery_attribute: dot1dStpVersion attributes: @@ -17,6 +18,7 @@ RSTP-MIB::dot1dStp: RSTP-MIB::dot1dStpExtPortEntry: mib: RSTP-MIB object: dot1dStpExtPortEntry + type: dynamic augments: BRIDGE-MIB::dot1dBasePortEntry discovery_attribute: dot1dStpPortProtocolMigration attributes: diff --git a/objects/ietf/SNMP-FRAMEWORK-MIB.yml b/objects/ietf/SNMP-FRAMEWORK-MIB.yml index eded773b..fc9a0c48 100644 --- a/objects/ietf/SNMP-FRAMEWORK-MIB.yml +++ b/objects/ietf/SNMP-FRAMEWORK-MIB.yml @@ -1,6 +1,7 @@ SNMP-FRAMEWORK-MIB::snmpEngine: mib: SNMP-FRAMEWORK-MIB object: snmpEngine + type: stable augments: SNMPv2-MIB::snmp discovery_attribute: snmpEngineID attributes: diff --git a/objects/ietf/SNMP-MPD-MIB.yml b/objects/ietf/SNMP-MPD-MIB.yml index 501705fb..284317bd 100644 --- a/objects/ietf/SNMP-MPD-MIB.yml +++ b/objects/ietf/SNMP-MPD-MIB.yml @@ -1,6 +1,7 @@ SNMP-MPD-MIB::snmpMPDStats: mib: SNMP-MPD-MIB object: snmpMPDStats + type: dynamic augments: SNMPv2-MIB::snmp discovery_attribute: snmpUnknownSecurityModels attributes: diff --git a/objects/ietf/SNMP-TARGET-MIB.yml b/objects/ietf/SNMP-TARGET-MIB.yml index 441b49c2..a39a592f 100644 --- a/objects/ietf/SNMP-TARGET-MIB.yml +++ b/objects/ietf/SNMP-TARGET-MIB.yml @@ -2,6 +2,7 @@ SNMP-TARGET-MIB::snmpTargetObjects: mib: SNMP-TARGET-MIB object: snmpTargetObjects + type: dynamic augments: SNMPv2-MIB::snmp discovery_attribute: snmpUnavailableContexts attributes: diff --git a/objects/ietf/SNMP-USER-BASED-SM-MIB.yml b/objects/ietf/SNMP-USER-BASED-SM-MIB.yml index e63f1b70..77b65de7 100644 --- a/objects/ietf/SNMP-USER-BASED-SM-MIB.yml +++ b/objects/ietf/SNMP-USER-BASED-SM-MIB.yml @@ -1,6 +1,7 @@ SNMP-USER-BASED-SM-MIB::usmStats: mib: SNMP-USER-BASED-SM-MIB object: usmStats + type: dynamic augments: SNMPv2-MIB::snmp discovery_attribute: usmStatsUnsupportedSecLevels attributes: diff --git a/objects/ietf/SNMPv2-MIB.yml b/objects/ietf/SNMPv2-MIB.yml index 3dc5fd8a..d9eee6d1 100644 --- a/objects/ietf/SNMPv2-MIB.yml +++ b/objects/ietf/SNMPv2-MIB.yml @@ -1,6 +1,7 @@ SNMPv2-MIB::system: mib: SNMPv2-MIB object: system + type: stable discovery_attribute: sysUpTime attributes: sysDescr: @@ -42,6 +43,7 @@ SNMPv2-MIB::system: SNMPv2-MIB::snmp: mib: SNMPv2-MIB object: snmp + type: dynamic discovery_attribute: snmpInPkts attributes: snmpInPkts: diff --git a/objects/ietf/SONET-MIB.yml b/objects/ietf/SONET-MIB.yml index 6aa97b36..466c2079 100644 --- a/objects/ietf/SONET-MIB.yml +++ b/objects/ietf/SONET-MIB.yml @@ -1,6 +1,7 @@ SONET-MIB::sonetMedium: mib: SONET-MIB object: sonetMedium + type: immutable discovery_attribute: sonetSESthresholdSet attributes: sonetSESthresholdSet: @@ -11,6 +12,7 @@ SONET-MIB::sonetMedium: SONET-MIB::sonetMediumEntry: mib: SONET-MIB object: sonetMediumEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -77,6 +79,7 @@ SONET-MIB::sonetMediumEntry: SONET-MIB::sonetSectionCurrentEntry: mib: SONET-MIB object: sonetSectionCurrentEntry + type: active augments: SONET-MIB::sonetMediumEntry discovery_attribute: sonetSectionCurrentESs attributes: @@ -108,6 +111,7 @@ SONET-MIB::sonetSectionCurrentEntry: SONET-MIB::sonetLineCurrentEntry: mib: SONET-MIB object: sonetLineCurrentEntry + type: active augments: SONET-MIB::sonetMediumEntry discovery_attribute: sonetLineCurrentESs attributes: @@ -139,6 +143,7 @@ SONET-MIB::sonetLineCurrentEntry: SONET-MIB::sonetFarEndLineCurrentEntry: mib: SONET-MIB object: sonetFarEndLineCurrentEntry + type: active augments: SONET-MIB::sonetMediumEntry discovery_attribute: sonetFarEndLineCurrentSESs attributes: @@ -166,6 +171,7 @@ SONET-MIB::sonetFarEndLineCurrentEntry: SONET-MIB::sonetPathCurrentEntry: mib: SONET-MIB object: sonetPathCurrentEntry + type: active augments: SONET-MIB::sonetMediumEntry discovery_attribute: sonetPathCurrentStatus attributes: @@ -201,6 +207,7 @@ SONET-MIB::sonetPathCurrentEntry: SONET-MIB::sonetFarEndPathCurrentEntry: mib: SONET-MIB object: sonetFarEndPathCurrentEntry + type: active augments: SONET-MIB::sonetMediumEntry discovery_attribute: sonetFarEndPathCurrentSESs attributes: @@ -228,6 +235,7 @@ SONET-MIB::sonetFarEndPathCurrentEntry: SONET-MIB::sonetVTCurrentEntry: mib: SONET-MIB object: sonetVTCurrentEntry + type: active augments: SONET-MIB::sonetMediumEntry discovery_attribute: sonetVTCurrentStatus attributes: @@ -263,6 +271,7 @@ SONET-MIB::sonetVTCurrentEntry: SONET-MIB::sonetFarEndVTCurrentEntry: mib: SONET-MIB object: sonetFarEndVTCurrentEntry + type: active augments: SONET-MIB::sonetMediumEntry discovery_attribute: sonetFarEndVTCurrentSESs attributes: diff --git a/objects/ietf/SOURCE-ROUTING-MIB.yml b/objects/ietf/SOURCE-ROUTING-MIB.yml index 80aa3580..a12a7c34 100644 --- a/objects/ietf/SOURCE-ROUTING-MIB.yml +++ b/objects/ietf/SOURCE-ROUTING-MIB.yml @@ -1,6 +1,7 @@ SOURCE-ROUTING-MIB::dot1dSrPortEntry: mib: SOURCE-ROUTING-MIB object: dot1dSrPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.17.3.1.1.1 @@ -93,6 +94,7 @@ SOURCE-ROUTING-MIB::dot1dSrPortEntry: SOURCE-ROUTING-MIB::dot1dPortPairEntry: mib: SOURCE-ROUTING-MIB object: dot1dPortPairEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.17.10.2.1.1 diff --git a/objects/ietf/TCP-MIB.yml b/objects/ietf/TCP-MIB.yml index 982b6eb5..8353c0f7 100644 --- a/objects/ietf/TCP-MIB.yml +++ b/objects/ietf/TCP-MIB.yml @@ -1,6 +1,7 @@ TCP-MIB::tcp: mib: TCP-MIB object: tcp + type: dynamic discovery_attribute: tcpRtoAlgorithm attributes: tcpRtoAlgorithm: diff --git a/objects/ietf/TUNNEL-MIB.yml b/objects/ietf/TUNNEL-MIB.yml index 4e70f033..439bf55c 100644 --- a/objects/ietf/TUNNEL-MIB.yml +++ b/objects/ietf/TUNNEL-MIB.yml @@ -1,6 +1,7 @@ TUNNEL-MIB::tunnelIfEntry: mib: TUNNEL-MIB object: tunnelIfEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/ietf/UDP-MIB.yml b/objects/ietf/UDP-MIB.yml index e6ecf71c..fcf95866 100644 --- a/objects/ietf/UDP-MIB.yml +++ b/objects/ietf/UDP-MIB.yml @@ -1,6 +1,7 @@ UDP-MIB::udp: mib: UDP-MIB object: udp + type: dynamic discovery_attribute: udpInDatagrams attributes: udpInDatagrams: diff --git a/objects/ietf/UDPLITE-MIB.yml b/objects/ietf/UDPLITE-MIB.yml index 6bfdd2f3..88d57209 100644 --- a/objects/ietf/UDPLITE-MIB.yml +++ b/objects/ietf/UDPLITE-MIB.yml @@ -1,6 +1,7 @@ UDPLITE-MIB::udplite: mib: UDPLITE-MIB object: udplite + type: dynamic discovery_attribute: udpliteInDatagrams attributes: udpliteInDatagrams: diff --git a/objects/ietf/UPS-MIB.yml b/objects/ietf/UPS-MIB.yml index c4284617..cba8c252 100644 --- a/objects/ietf/UPS-MIB.yml +++ b/objects/ietf/UPS-MIB.yml @@ -1,6 +1,7 @@ UPS-MIB::upsIdent: mib: UPS-MIB object: upsIdent + type: dynamic discovery_attribute: upsIdentManufacturer attributes: upsIdentManufacturer: @@ -31,6 +32,7 @@ UPS-MIB::upsIdent: UPS-MIB::upsBattery: mib: UPS-MIB object: upsBattery + type: dynamic augments: UPS-MIB::upsIdent discovery_attribute: upsBatteryStatus attributes: @@ -72,6 +74,7 @@ UPS-MIB::upsBattery: UPS-MIB::upsInput: mib: UPS-MIB object: upsInput + type: dynamic augments: UPS-MIB::upsIdent discovery_attribute: upsInputLineBads attributes: @@ -89,6 +92,7 @@ UPS-MIB::upsInput: UPS-MIB::upsInputEntry: mib: UPS-MIB object: upsInputEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.33.1.3.3.1.1 @@ -120,6 +124,7 @@ UPS-MIB::upsInputEntry: UPS-MIB::upsOutput: mib: UPS-MIB object: upsOutput + type: dynamic augments: UPS-MIB::upsIdent discovery_attribute: upsOutputSource attributes: @@ -141,6 +146,7 @@ UPS-MIB::upsOutput: UPS-MIB::upsOutputEntry: mib: UPS-MIB object: upsOutputEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.33.1.4.4.1.1 @@ -172,6 +178,7 @@ UPS-MIB::upsOutputEntry: UPS-MIB::upsBypass: mib: UPS-MIB object: upsBypass + type: dynamic augments: UPS-MIB::upsIdent discovery_attribute: upsBypassFrequency attributes: @@ -189,6 +196,7 @@ UPS-MIB::upsBypass: UPS-MIB::upsBypassEntry: mib: UPS-MIB object: upsBypassEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.33.1.5.3.1.1 @@ -215,6 +223,7 @@ UPS-MIB::upsBypassEntry: UPS-MIB::upsAlarm: mib: UPS-MIB object: upsAlarm + type: dynamic augments: UPS-MIB::upsIdent discovery_attribute: upsAlarmsPresent attributes: @@ -227,6 +236,7 @@ UPS-MIB::upsAlarm: UPS-MIB::upsConfig: mib: UPS-MIB object: upsConfig + type: dynamic augments: UPS-MIB::upsIdent discovery_attribute: upsConfigInputVoltage attributes: diff --git a/objects/ietf/VPLS-GENERIC-MIB.yml b/objects/ietf/VPLS-GENERIC-MIB.yml index 919885ac..4235a8af 100644 --- a/objects/ietf/VPLS-GENERIC-MIB.yml +++ b/objects/ietf/VPLS-GENERIC-MIB.yml @@ -1,6 +1,7 @@ VPLS-GENERIC-MIB::vplsConfigEntry: mib: VPLS-GENERIC-MIB object: vplsConfigEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.274.1.2.1.1 @@ -60,6 +61,7 @@ VPLS-GENERIC-MIB::vplsConfigEntry: VPLS-GENERIC-MIB::vplsStatusEntry: mib: VPLS-GENERIC-MIB object: vplsStatusEntry + type: active augments: VPLS-GENERIC-MIB::vplsConfigEntry discovery_attribute: vplsStatusOperStatus attributes: @@ -76,6 +78,7 @@ VPLS-GENERIC-MIB::vplsStatusEntry: VPLS-GENERIC-MIB::vplsPwBindEntry: mib: VPLS-GENERIC-MIB object: vplsPwBindEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.274.1.2.1.1 @@ -99,6 +102,7 @@ VPLS-GENERIC-MIB::vplsPwBindEntry: VPLS-GENERIC-MIB::vplsBgpADConfigEntry: mib: VPLS-GENERIC-MIB object: vplsBgpADConfigEntry + type: active augments: VPLS-GENERIC-MIB::vplsConfigEntry discovery_attribute: vplsBgpADConfigRouteDistinguisher attributes: @@ -118,6 +122,7 @@ VPLS-GENERIC-MIB::vplsBgpADConfigEntry: VPLS-GENERIC-MIB::vplsBgpRteTargetEntry: mib: VPLS-GENERIC-MIB object: vplsBgpRteTargetEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.2.1.10.274.1.2.1.1 diff --git a/objects/ietf/VRRP-MIB.yml b/objects/ietf/VRRP-MIB.yml index 306f3ca4..076b7198 100644 --- a/objects/ietf/VRRP-MIB.yml +++ b/objects/ietf/VRRP-MIB.yml @@ -1,6 +1,7 @@ VRRP-MIB::vrrpOperations: mib: VRRP-MIB object: vrrpOperations + type: immutable discovery_attribute: vrrpNodeVersion attributes: vrrpNodeVersion: @@ -11,6 +12,7 @@ VRRP-MIB::vrrpOperations: VRRP-MIB::vrrpOperEntry: mib: VRRP-MIB object: vrrpOperEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -81,6 +83,7 @@ VRRP-MIB::vrrpOperEntry: VRRP-MIB::vrrpStatistics: mib: VRRP-MIB object: vrrpStatistics + type: active discovery_attribute: vrrpRouterChecksumErrors attributes: vrrpRouterChecksumErrors: @@ -102,6 +105,7 @@ VRRP-MIB::vrrpStatistics: VRRP-MIB::vrrpRouterStatsEntry: mib: VRRP-MIB object: vrrpRouterStatsEntry + type: dynamic augments: VRRP-MIB::vrrpOperEntry discovery_attribute: vrrpStatsBecomeMaster attributes: diff --git a/objects/ietf/VRRPV3-MIB.yml b/objects/ietf/VRRPV3-MIB.yml index 53c32379..70aa9046 100644 --- a/objects/ietf/VRRPV3-MIB.yml +++ b/objects/ietf/VRRPV3-MIB.yml @@ -1,6 +1,7 @@ VRRPV3-MIB::vrrpv3OperationsEntry: mib: VRRPV3-MIB object: vrrpv3OperationsEntry + type: active index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -64,6 +65,7 @@ VRRPV3-MIB::vrrpv3OperationsEntry: VRRPV3-MIB::vrrpv3Statistics: mib: VRRPV3-MIB object: vrrpv3Statistics + type: active discovery_attribute: vrrpv3RouterChecksumErrors attributes: vrrpv3RouterChecksumErrors: @@ -89,6 +91,7 @@ VRRPV3-MIB::vrrpv3Statistics: VRRPV3-MIB::vrrpv3StatisticsEntry: mib: VRRPV3-MIB object: vrrpv3StatisticsEntry + type: dynamic augments: VRRPV3-MIB::vrrpv3OperationsEntry discovery_attribute: vrrpv3StatisticsMasterTransitions attributes: diff --git a/objects/isilon/ISILON-MIB.yml b/objects/isilon/ISILON-MIB.yml index 14664b06..ea40553f 100644 --- a/objects/isilon/ISILON-MIB.yml +++ b/objects/isilon/ISILON-MIB.yml @@ -1,6 +1,7 @@ ISILON-MIB::clusterStatus: mib: ISILON-MIB object: clusterStatus + type: dynamic discovery_attribute: clusterName attributes: clusterName: @@ -35,6 +36,7 @@ ISILON-MIB::clusterStatus: ISILON-MIB::clusterIfsPerf: mib: ISILON-MIB object: clusterIfsPerf + type: dynamic discovery_attribute: clusterIfsInBytes attributes: clusterIfsInBytes: @@ -57,6 +59,7 @@ ISILON-MIB::clusterIfsPerf: ISILON-MIB::clusterNetworkPerf: mib: ISILON-MIB object: clusterNetworkPerf + type: dynamic discovery_attribute: clusterNetworkInBytes attributes: clusterNetworkInBytes: @@ -79,6 +82,7 @@ ISILON-MIB::clusterNetworkPerf: ISILON-MIB::clusterCPUPerf: mib: ISILON-MIB object: clusterCPUPerf + type: dynamic discovery_attribute: clusterCPUUser attributes: clusterCPUUser: @@ -105,6 +109,7 @@ ISILON-MIB::clusterCPUPerf: ISILON-MIB::ifsFilesystem: mib: ISILON-MIB object: ifsFilesystem + type: dynamic discovery_attribute: ifsTotalBytes attributes: ifsTotalBytes: @@ -135,6 +140,7 @@ ISILON-MIB::ifsFilesystem: ISILON-MIB::licenseEntry: mib: ISILON-MIB object: licenseEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.12124.1.5.1.1.1 @@ -158,6 +164,7 @@ ISILON-MIB::licenseEntry: ISILON-MIB::quotaEntry: mib: ISILON-MIB object: quotaEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.12124.1.12.1.1.1 @@ -229,6 +236,7 @@ ISILON-MIB::quotaEntry: ISILON-MIB::snapshotSettings: mib: ISILON-MIB object: snapshotSettings + type: immutable discovery_attribute: snapshotScheduledCreateEnabled attributes: snapshotScheduledCreateEnabled: @@ -283,6 +291,7 @@ ISILON-MIB::snapshotSettings: ISILON-MIB::snapshotScheduleEntry: mib: ISILON-MIB object: snapshotScheduleEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.12124.1.13.2.1.1 @@ -318,6 +327,7 @@ ISILON-MIB::snapshotScheduleEntry: ISILON-MIB::snapshotEntry: mib: ISILON-MIB object: snapshotEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.12124.1.13.3.1.1 @@ -357,6 +367,7 @@ ISILON-MIB::snapshotEntry: ISILON-MIB::nodeStatus: mib: ISILON-MIB object: nodeStatus + type: active discovery_attribute: nodeName attributes: nodeName: @@ -383,6 +394,7 @@ ISILON-MIB::nodeStatus: ISILON-MIB::nodeIfsPerf: mib: ISILON-MIB object: nodeIfsPerf + type: dynamic discovery_attribute: nodeIfsInBytes attributes: nodeIfsInBytes: @@ -405,6 +417,7 @@ ISILON-MIB::nodeIfsPerf: ISILON-MIB::nodeNetworkPerf: mib: ISILON-MIB object: nodeNetworkPerf + type: dynamic discovery_attribute: nodeNetworkInBytes attributes: nodeNetworkInBytes: @@ -427,6 +440,7 @@ ISILON-MIB::nodeNetworkPerf: ISILON-MIB::nodeCPUPerf: mib: ISILON-MIB object: nodeCPUPerf + type: dynamic discovery_attribute: nodeCPUUser attributes: nodeCPUUser: @@ -453,6 +467,7 @@ ISILON-MIB::nodeCPUPerf: ISILON-MIB::nodeCPUPerfEntry: mib: ISILON-MIB object: nodeCPUPerfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12124.2.2.3.10.1.6 @@ -484,6 +499,7 @@ ISILON-MIB::nodeCPUPerfEntry: ISILON-MIB::nodeProtocolPerfEntry: mib: ISILON-MIB object: nodeProtocolPerfEntry + type: dynamic index: - type: ImplicitOctetString oid: .1.3.6.1.4.1.12124.2.2.10.1.1 @@ -559,6 +575,7 @@ ISILON-MIB::nodeProtocolPerfEntry: ISILON-MIB::diskPerfEntry: mib: ISILON-MIB object: diskPerfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12124.2.2.52.1.1 @@ -586,6 +603,7 @@ ISILON-MIB::diskPerfEntry: ISILON-MIB::chassisEntry: mib: ISILON-MIB object: chassisEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.12124.2.51.1.1 @@ -613,6 +631,7 @@ ISILON-MIB::chassisEntry: ISILON-MIB::diskEntry: mib: ISILON-MIB object: diskEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.12124.2.52.1.1 @@ -656,6 +675,7 @@ ISILON-MIB::diskEntry: ISILON-MIB::fanEntry: mib: ISILON-MIB object: fanEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12124.2.53.1.1 @@ -679,6 +699,7 @@ ISILON-MIB::fanEntry: ISILON-MIB::tempSensorEntry: mib: ISILON-MIB object: tempSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.12124.2.54.1.1 @@ -702,6 +723,7 @@ ISILON-MIB::tempSensorEntry: ISILON-MIB::powerSensorEntry: mib: ISILON-MIB object: powerSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.12124.2.55.1.1 diff --git a/objects/isilon/ONEFS-SNAPSHOT-MIB.yml b/objects/isilon/ONEFS-SNAPSHOT-MIB.yml index c04af5eb..d28c89f4 100644 --- a/objects/isilon/ONEFS-SNAPSHOT-MIB.yml +++ b/objects/isilon/ONEFS-SNAPSHOT-MIB.yml @@ -1,6 +1,7 @@ ONEFS-SNAPSHOT-MIB::ssDisk: mib: ONEFS-SNAPSHOT-MIB object: ssDisk + type: dynamic discovery_attribute: ssFreeBlocks attributes: ssFreeBlocks: @@ -23,6 +24,7 @@ ONEFS-SNAPSHOT-MIB::ssDisk: ONEFS-SNAPSHOT-MIB::ssNet: mib: ONEFS-SNAPSHOT-MIB object: ssNet + type: dynamic discovery_attribute: ssNetBytesIn attributes: ssNetBytesIn: @@ -61,6 +63,7 @@ ONEFS-SNAPSHOT-MIB::ssNet: ONEFS-SNAPSHOT-MIB::ssSystem: mib: ONEFS-SNAPSHOT-MIB object: ssSystem + type: dynamic discovery_attribute: ssClusterName attributes: ssClusterName: @@ -83,6 +86,7 @@ ONEFS-SNAPSHOT-MIB::ssSystem: ONEFS-SNAPSHOT-MIB::ssNodeEntry: mib: ONEFS-SNAPSHOT-MIB object: ssNodeEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12124.3.6.1.1.1 @@ -202,6 +206,7 @@ ONEFS-SNAPSHOT-MIB::ssNodeEntry: ONEFS-SNAPSHOT-MIB::ssDiskInfoEntry: mib: ONEFS-SNAPSHOT-MIB object: ssDiskInfoEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.12124.3.6.1.1.1 @@ -249,6 +254,7 @@ ONEFS-SNAPSHOT-MIB::ssDiskInfoEntry: ONEFS-SNAPSHOT-MIB::ssSensorInfoEntry: mib: ONEFS-SNAPSHOT-MIB object: ssSensorInfoEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.12124.3.6.1.1.1 diff --git a/objects/juniper/BGP4-V2-MIB-JUNIPER.yml b/objects/juniper/BGP4-V2-MIB-JUNIPER.yml index 21a05be1..05fcea21 100644 --- a/objects/juniper/BGP4-V2-MIB-JUNIPER.yml +++ b/objects/juniper/BGP4-V2-MIB-JUNIPER.yml @@ -1,6 +1,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2BaseScalars: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2BaseScalars + type: immutable discovery_attribute: jnxBgpM2LocalAs attributes: jnxBgpM2LocalAs: @@ -15,6 +16,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2BaseScalars: BGP4-V2-MIB-JUNIPER::jnxBgpM2BaseScalarRouteReflectExts: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2BaseScalarRouteReflectExts + type: immutable augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2BaseScalars discovery_attribute: jnxBgpM2RouteReflector attributes: @@ -30,6 +32,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2BaseScalarRouteReflectExts: BGP4-V2-MIB-JUNIPER::jnxBgpM2BaseScalarASConfedExts: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2BaseScalarASConfedExts + type: immutable augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2BaseScalars discovery_attribute: jnxBgpM2ConfederationRouter attributes: @@ -45,6 +48,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2BaseScalarASConfedExts: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PeerEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.1.1.2.1.1.1.15 @@ -112,6 +116,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerErrorsEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PeerErrorsEntry + type: dynamic augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry discovery_attribute: jnxBgpM2PeerLastErrorReceived attributes: @@ -153,6 +158,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerErrorsEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerAuthEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PeerAuthEntry + type: dynamic augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry discovery_attribute: jnxBgpM2PeerAuthSent attributes: @@ -184,6 +190,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerAuthEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEventTimesEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PeerEventTimesEntry + type: dynamic augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry discovery_attribute: jnxBgpM2PeerFsmEstablishedTime attributes: @@ -201,6 +208,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEventTimesEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerConfiguredTimersEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PeerConfiguredTimersEntry + type: dynamic augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry discovery_attribute: jnxBgpM2PeerConnectRetryInterval attributes: @@ -233,6 +241,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerConfiguredTimersEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerNegotiatedTimersEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PeerNegotiatedTimersEntry + type: dynamic augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry discovery_attribute: jnxBgpM2PeerHoldTime attributes: @@ -250,6 +259,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerNegotiatedTimersEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerCountersEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PeerCountersEntry + type: dynamic augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry discovery_attribute: jnxBgpM2PeerInUpdates attributes: @@ -282,6 +292,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerCountersEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PrefixCountersEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PrefixCountersEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.1.1.2.1.1.1.14 @@ -326,6 +337,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PrefixCountersEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerReflectorClientEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PeerReflectorClientEntry + type: dynamic augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry discovery_attribute: jnxBgpM2PeerReflectorClient attributes: @@ -337,6 +349,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerReflectorClientEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerConfedMemberEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PeerConfedMemberEntry + type: dynamic augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerEntry discovery_attribute: jnxBgpM2PeerConfedMember attributes: @@ -348,6 +361,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PeerConfedMemberEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2NlriEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2NlriEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.1.1.2.1.1.1.14 @@ -393,6 +407,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2NlriEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PathAttrEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PathAttrEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.1.1.3.1.1.8 @@ -447,6 +462,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PathAttrEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2AsPath4byteEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2AsPath4byteEntry + type: stable augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PathAttrEntry discovery_attribute: jnxBgpM2AsPath4byteAggregatorAS attributes: @@ -483,6 +499,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2AsPath4byteEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2PathAttrOriginatorIdEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2PathAttrOriginatorIdEntry + type: stable augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PathAttrEntry discovery_attribute: jnxBgpM2PathAttrOriginatorId attributes: @@ -494,6 +511,7 @@ BGP4-V2-MIB-JUNIPER::jnxBgpM2PathAttrOriginatorIdEntry: BGP4-V2-MIB-JUNIPER::jnxBgpM2LinkLocalNextHopEntry: mib: BGP4-V2-MIB-JUNIPER object: jnxBgpM2LinkLocalNextHopEntry + type: stable augments: BGP4-V2-MIB-JUNIPER::jnxBgpM2PathAttrEntry discovery_attribute: jnxBgpM2LinkLocalNextHop attributes: diff --git a/objects/juniper/JUNIPER-ALARM-MIB.yml b/objects/juniper/JUNIPER-ALARM-MIB.yml index 6967a7a7..e702ff2e 100644 --- a/objects/juniper/JUNIPER-ALARM-MIB.yml +++ b/objects/juniper/JUNIPER-ALARM-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-ALARM-MIB::jnxCraftAlarms: mib: JUNIPER-ALARM-MIB object: jnxCraftAlarms + type: active discovery_attribute: jnxAlarmRelayMode attributes: jnxAlarmRelayMode: diff --git a/objects/juniper/JUNIPER-CFGMGMT-MIB.yml b/objects/juniper/JUNIPER-CFGMGMT-MIB.yml index 4bd12ea8..89b9f637 100644 --- a/objects/juniper/JUNIPER-CFGMGMT-MIB.yml +++ b/objects/juniper/JUNIPER-CFGMGMT-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-CFGMGMT-MIB::jnxCmCfgChg: mib: JUNIPER-CFGMGMT-MIB object: jnxCmCfgChg + type: stable discovery_attribute: jnxCmCfgChgLatestTime attributes: jnxCmCfgChgLatestTime: @@ -23,6 +24,7 @@ JUNIPER-CFGMGMT-MIB::jnxCmCfgChg: JUNIPER-CFGMGMT-MIB::jnxCmRescueChg: mib: JUNIPER-CFGMGMT-MIB object: jnxCmRescueChg + type: stable augments: JUNIPER-CFGMGMT-MIB::jnxCmCfgChg discovery_attribute: jnxCmRescueChgTime attributes: diff --git a/objects/juniper/JUNIPER-COLLECTOR-MIB.yml b/objects/juniper/JUNIPER-COLLECTOR-MIB.yml index 254c3dea..bb0e514f 100644 --- a/objects/juniper/JUNIPER-COLLECTOR-MIB.yml +++ b/objects/juniper/JUNIPER-COLLECTOR-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-COLLECTOR-MIB::jnxCollGlobalStats: mib: JUNIPER-COLLECTOR-MIB object: jnxCollGlobalStats + type: dynamic discovery_attribute: jnxCollGlobalCreatedFiles attributes: jnxCollGlobalCreatedFiles: @@ -15,6 +16,7 @@ JUNIPER-COLLECTOR-MIB::jnxCollGlobalStats: JUNIPER-COLLECTOR-MIB::jnxCollPicIfEntry: mib: JUNIPER-COLLECTOR-MIB object: jnxCollPicIfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 @@ -82,6 +84,7 @@ JUNIPER-COLLECTOR-MIB::jnxCollPicIfEntry: JUNIPER-COLLECTOR-MIB::jnxCollFileEntry: mib: JUNIPER-COLLECTOR-MIB object: jnxCollFileEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/juniper/JUNIPER-COS-MIB.yml b/objects/juniper/JUNIPER-COS-MIB.yml index 2de2c08a..50907718 100644 --- a/objects/juniper/JUNIPER-COS-MIB.yml +++ b/objects/juniper/JUNIPER-COS-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-COS-MIB::jnxCosIfqStatsEntry: mib: JUNIPER-COS-MIB object: jnxCosIfqStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.15.1.1.1 @@ -76,6 +77,7 @@ JUNIPER-COS-MIB::jnxCosIfqStatsEntry: JUNIPER-COS-MIB::jnxCosFcEntry: mib: JUNIPER-COS-MIB object: jnxCosFcEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.15.2.1.1 @@ -95,6 +97,7 @@ JUNIPER-COS-MIB::jnxCosFcEntry: JUNIPER-COS-MIB::jnxCosFcIdEntry: mib: JUNIPER-COS-MIB object: jnxCosFcIdEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.15.3.1.1 @@ -115,6 +118,7 @@ JUNIPER-COS-MIB::jnxCosFcIdEntry: JUNIPER-COS-MIB::jnxCosQstatEntry: mib: JUNIPER-COS-MIB object: jnxCosQstatEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.15.4.1.1 @@ -254,6 +258,7 @@ JUNIPER-COS-MIB::jnxCosQstatEntry: JUNIPER-COS-MIB::jnxCosIfstatFlagEntry: mib: JUNIPER-COS-MIB object: jnxCosIfstatFlagEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.15.5.1.1 @@ -269,6 +274,7 @@ JUNIPER-COS-MIB::jnxCosIfstatFlagEntry: JUNIPER-COS-MIB::jnxCosIngressQstatEntry: mib: JUNIPER-COS-MIB object: jnxCosIngressQstatEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.15.7.1.1 @@ -400,6 +406,7 @@ JUNIPER-COS-MIB::jnxCosIngressQstatEntry: JUNIPER-COS-MIB::jnxCosIfEntry: mib: JUNIPER-COS-MIB object: jnxCosIfEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.2636.3.15.9.1.1 @@ -415,6 +422,7 @@ JUNIPER-COS-MIB::jnxCosIfEntry: JUNIPER-COS-MIB::jnxCosIfsetQstatEntry: mib: JUNIPER-COS-MIB object: jnxCosIfsetQstatEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.15.10.1.1 @@ -530,6 +538,7 @@ JUNIPER-COS-MIB::jnxCosIfsetQstatEntry: JUNIPER-COS-MIB::jnxCosPfcPriorityEntry: mib: JUNIPER-COS-MIB object: jnxCosPfcPriorityEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.15.11.1.1 @@ -553,6 +562,7 @@ JUNIPER-COS-MIB::jnxCosPfcPriorityEntry: JUNIPER-COS-MIB::jnxCosWatchdogTxQueueEntry: mib: JUNIPER-COS-MIB object: jnxCosWatchdogTxQueueEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.15.12.1.1 diff --git a/objects/juniper/JUNIPER-EX-MAC-NOTIFICATION-MIB.yml b/objects/juniper/JUNIPER-EX-MAC-NOTIFICATION-MIB.yml index 0d8f768c..edee61bc 100644 --- a/objects/juniper/JUNIPER-EX-MAC-NOTIFICATION-MIB.yml +++ b/objects/juniper/JUNIPER-EX-MAC-NOTIFICATION-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-EX-MAC-NOTIFICATION-MIB::jnxMacNotificationMIBGlobalObjects: mib: JUNIPER-EX-MAC-NOTIFICATION-MIB object: jnxMacNotificationMIBGlobalObjects + type: dynamic discovery_attribute: jnxMacGlobalFeatureEnabled attributes: jnxMacGlobalFeatureEnabled: diff --git a/objects/juniper/JUNIPER-FABRIC-MIB.yml b/objects/juniper/JUNIPER-FABRIC-MIB.yml index 3274a797..2565a832 100644 --- a/objects/juniper/JUNIPER-FABRIC-MIB.yml +++ b/objects/juniper/JUNIPER-FABRIC-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-FABRIC-MIB::jnxFabricSourceStatisticsEntry: mib: JUNIPER-FABRIC-MIB object: jnxFabricSourceStatisticsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.81.1.1.1.1.1.1 diff --git a/objects/juniper/JUNIPER-FIREWALL-MIB.yml b/objects/juniper/JUNIPER-FIREWALL-MIB.yml index 023b3376..f69ced98 100644 --- a/objects/juniper/JUNIPER-FIREWALL-MIB.yml +++ b/objects/juniper/JUNIPER-FIREWALL-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-FIREWALL-MIB::jnxFirewallsEntry: mib: JUNIPER-FIREWALL-MIB object: jnxFirewallsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.5.1.1.1 @@ -28,6 +29,7 @@ JUNIPER-FIREWALL-MIB::jnxFirewallsEntry: JUNIPER-FIREWALL-MIB::jnxFirewallCounterEntry: mib: JUNIPER-FIREWALL-MIB object: jnxFirewallCounterEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.5.2.1.1 @@ -55,6 +57,7 @@ JUNIPER-FIREWALL-MIB::jnxFirewallCounterEntry: JUNIPER-FIREWALL-MIB::jnxFWCntrXEntry: mib: JUNIPER-FIREWALL-MIB object: jnxFWCntrXEntry + type: dynamic augments: JUNIPER-FIREWALL-MIB::jnxFirewallCounterEntry discovery_attribute: jnxFWCntrPolicerOfferedPktCount attributes: diff --git a/objects/juniper/JUNIPER-FRU-MIB.yml b/objects/juniper/JUNIPER-FRU-MIB.yml index 71193edc..e164c1d4 100644 --- a/objects/juniper/JUNIPER-FRU-MIB.yml +++ b/objects/juniper/JUNIPER-FRU-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-FRU-MIB::jnxFruCfgEntry: mib: JUNIPER-FRU-MIB object: jnxFruCfgEntry + type: dynamic # index: # - type: Integer32 # oid: .1.3.6.1.4.1.2636.3.74.1.1.1.1.1 diff --git a/objects/juniper/JUNIPER-HOSTRESOURCES-MIB.yml b/objects/juniper/JUNIPER-HOSTRESOURCES-MIB.yml index 3d844bf3..f3ef484e 100644 --- a/objects/juniper/JUNIPER-HOSTRESOURCES-MIB.yml +++ b/objects/juniper/JUNIPER-HOSTRESOURCES-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-HOSTRESOURCES-MIB::jnxHrStorageEntry: mib: JUNIPER-HOSTRESOURCES-MIB object: jnxHrStorageEntry + type: dynamic augments: HOST-RESOURCES-MIB::hrStorageEntry discovery_attribute: jnxHrStoragePercentUsed attributes: @@ -12,6 +13,7 @@ JUNIPER-HOSTRESOURCES-MIB::jnxHrStorageEntry: JUNIPER-HOSTRESOURCES-MIB::jnxHrSystem: mib: JUNIPER-HOSTRESOURCES-MIB object: jnxHrSystem + type: dynamic augments: HOST-RESOURCES-MIB::hrSystem discovery_attribute: jnxHrSystemOpenFiles attributes: diff --git a/objects/juniper/JUNIPER-IDP-MIB.yml b/objects/juniper/JUNIPER-IDP-MIB.yml index 6cd4b29b..148f5a44 100644 --- a/objects/juniper/JUNIPER-IDP-MIB.yml +++ b/objects/juniper/JUNIPER-IDP-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-IDP-MIB::jnxIdpSensor: mib: JUNIPER-IDP-MIB object: jnxIdpSensor + type: dynamic discovery_attribute: jnxIdpSensorCpuUsage attributes: jnxIdpSensorCpuUsage: diff --git a/objects/juniper/JUNIPER-IF-ACCOUNTING-MIB.yml b/objects/juniper/JUNIPER-IF-ACCOUNTING-MIB.yml index 690bf2d4..cac56d63 100644 --- a/objects/juniper/JUNIPER-IF-ACCOUNTING-MIB.yml +++ b/objects/juniper/JUNIPER-IF-ACCOUNTING-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-IF-ACCOUNTING-MIB::jnxIfFcAccountStatEntry: mib: JUNIPER-IF-ACCOUNTING-MIB object: jnxIfFcAccountStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.3.10.1.1.1 @@ -52,6 +53,7 @@ JUNIPER-IF-ACCOUNTING-MIB::jnxIfFcAccountStatEntry: JUNIPER-IF-ACCOUNTING-MIB::jnxIfFcInlineAccountingStatEntry: mib: JUNIPER-IF-ACCOUNTING-MIB object: jnxIfFcInlineAccountingStatEntry + type: dynamic augments: JUNIPER-IF-ACCOUNTING-MIB::jnxIfFcAccountStatEntry discovery_attribute: jnxIfFcInlineHCInPkts attributes: diff --git a/objects/juniper/JUNIPER-IF-MIB.yml b/objects/juniper/JUNIPER-IF-MIB.yml index ee44fd34..e8edaaf9 100644 --- a/objects/juniper/JUNIPER-IF-MIB.yml +++ b/objects/juniper/JUNIPER-IF-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-IF-MIB::ifJnxEntry: mib: JUNIPER-IF-MIB object: ifJnxEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 @@ -140,6 +141,7 @@ JUNIPER-IF-MIB::ifJnxEntry: JUNIPER-IF-MIB::ifJnxPolEntry: mib: JUNIPER-IF-MIB object: ifJnxPolEntry + type: dynamic augments: JUNIPER-IF-MIB::ifJnxEntry discovery_attribute: ifJnxInPolLowOctets attributes: diff --git a/objects/juniper/JUNIPER-IPSEC-FLOW-MON-MIB.yml b/objects/juniper/JUNIPER-IPSEC-FLOW-MON-MIB.yml index 511ea012..e3b7784d 100644 --- a/objects/juniper/JUNIPER-IPSEC-FLOW-MON-MIB.yml +++ b/objects/juniper/JUNIPER-IPSEC-FLOW-MON-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecFlowMonPhaseOne: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIpSecFlowMonPhaseOne + type: dynamic discovery_attribute: jnxIkeNumOfTunnels attributes: jnxIkeNumOfTunnels: @@ -12,6 +13,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecFlowMonPhaseOne: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeTunnelMonEntry: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeTunnelMonEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.52.1.1.2.1.1 @@ -203,6 +205,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeTunnelMonEntry: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalInitiatorIkev2SaInitStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeGlobalInitiatorIkev2SaInitStats + type: dynamic discovery_attribute: jnxIkeGlobalInitiatorIkev2SaInitRequestOut attributes: jnxIkeGlobalInitiatorIkev2SaInitRequestOut: @@ -264,6 +267,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalInitiatorIkev2SaInitStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalResponderIkev2SaInitStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeGlobalResponderIkev2SaInitStats + type: dynamic discovery_attribute: jnxIkeGlobalResponderIkev2SaInitRequestIn attributes: jnxIkeGlobalResponderIkev2SaInitRequestIn: @@ -325,6 +329,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalResponderIkev2SaInitStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalInitiatorIkev2AuthStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeGlobalInitiatorIkev2AuthStats + type: dynamic discovery_attribute: jnxIkeGlobalInitiatorIkev2AuthRequestOut attributes: jnxIkeGlobalInitiatorIkev2AuthRequestOut: @@ -356,6 +361,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalInitiatorIkev2AuthStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalResponderIkev2AuthStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeGlobalResponderIkev2AuthStats + type: dynamic discovery_attribute: jnxIkeGlobalResponderIkev2AuthRequestIn attributes: jnxIkeGlobalResponderIkev2AuthRequestIn: @@ -387,6 +393,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalResponderIkev2AuthStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalInitiatorIkev2IkeSaRekeyStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeGlobalInitiatorIkev2IkeSaRekeyStats + type: dynamic discovery_attribute: jnxIkeGlobalInitiatorIkev2IkeSaRekeyRequestOut attributes: jnxIkeGlobalInitiatorIkev2IkeSaRekeyRequestOut: @@ -433,6 +440,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalInitiatorIkev2IkeSaRekeyStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalResponderIkev2IkeSaRekeyStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeGlobalResponderIkev2IkeSaRekeyStats + type: dynamic discovery_attribute: jnxIkeGlobalResponderIkev2IkeSaRekeyRequestIn attributes: jnxIkeGlobalResponderIkev2IkeSaRekeyRequestIn: @@ -464,6 +472,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalResponderIkev2IkeSaRekeyStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalInitiatorIkev2IpsecSaRekeyStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeGlobalInitiatorIkev2IpsecSaRekeyStats + type: dynamic discovery_attribute: jnxIkeGlobalInitiatorIkev2IpsecSaRekeyRequestOut attributes: jnxIkeGlobalInitiatorIkev2IpsecSaRekeyRequestOut: @@ -515,6 +524,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalInitiatorIkev2IpsecSaRekeyStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalResponderIkev2IpsecSaRekeyStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeGlobalResponderIkev2IpsecSaRekeyStats + type: dynamic discovery_attribute: jnxIkeGlobalResponderIkev2IpsecSaRekeyRequestIn attributes: jnxIkeGlobalResponderIkev2IpsecSaRekeyRequestIn: @@ -551,6 +561,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalResponderIkev2IpsecSaRekeyStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalIkev2MsgFailStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeGlobalIkev2MsgFailStats + type: dynamic discovery_attribute: jnxIkeGlobalIkev2TotalDiscarded attributes: jnxIkeGlobalIkev2TotalDiscarded: @@ -674,6 +685,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeGlobalIkev2MsgFailStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkePeerStatsEntry: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkePeerStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.52.1.1.6.1.1 @@ -1029,6 +1041,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkePeerStatsEntry: JUNIPER-IPSEC-FLOW-MON-MIB::jnxPeerIkeSaCorrEntry: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxPeerIkeSaCorrEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.52.1.1.7.1.1 @@ -1048,6 +1061,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxPeerIkeSaCorrEntry: JUNIPER-IPSEC-FLOW-MON-MIB::jnxPeerIPSecTunnelCorrEntry: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxPeerIPSecTunnelCorrEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.52.1.1.8.1.1 @@ -1067,6 +1081,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxPeerIPSecTunnelCorrEntry: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalInitiatorIkev2SaInitStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeHaLinkGlobalInitiatorIkev2SaInitStats + type: dynamic discovery_attribute: jnxIkeHaLinkGlobalInitiatorIkev2SaInitRequestOut attributes: jnxIkeHaLinkGlobalInitiatorIkev2SaInitRequestOut: @@ -1123,6 +1138,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalInitiatorIkev2SaInitStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalResponderIkev2SaInitStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeHaLinkGlobalResponderIkev2SaInitStats + type: dynamic discovery_attribute: jnxIkeHaLinkGlobalResponderIkev2SaInitRequestIn attributes: jnxIkeHaLinkGlobalResponderIkev2SaInitRequestIn: @@ -1184,6 +1200,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalResponderIkev2SaInitStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalInitiatorIkev2AuthStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeHaLinkGlobalInitiatorIkev2AuthStats + type: dynamic discovery_attribute: jnxIkeHaLinkGlobalInitiatorIkev2AuthRequestOut attributes: jnxIkeHaLinkGlobalInitiatorIkev2AuthRequestOut: @@ -1215,6 +1232,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalInitiatorIkev2AuthStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalResponderIkev2AuthStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeHaLinkGlobalResponderIkev2AuthStats + type: dynamic discovery_attribute: jnxIkeHaLinkGlobalResponderIkev2AuthRequestIn attributes: jnxIkeHaLinkGlobalResponderIkev2AuthRequestIn: @@ -1246,6 +1264,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalResponderIkev2AuthStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalInitiatorIkev2IkeSaRekeyStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeHaLinkGlobalInitiatorIkev2IkeSaRekeyStats + type: dynamic discovery_attribute: jnxIkeHaLinkGlobalInitiatorIkev2IkeSaRekeyRequestOut attributes: jnxIkeHaLinkGlobalInitiatorIkev2IkeSaRekeyRequestOut: @@ -1292,6 +1311,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalInitiatorIkev2IkeSaRekeyStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalResponderIkev2IkeSaRekeyStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeHaLinkGlobalResponderIkev2IkeSaRekeyStats + type: dynamic discovery_attribute: jnxIkeHaLinkGlobalResponderIkev2IkeSaRekeyRequestIn attributes: jnxIkeHaLinkGlobalResponderIkev2IkeSaRekeyRequestIn: @@ -1323,6 +1343,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalResponderIkev2IkeSaRekeyStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalInitiatorIkev2IpsecSaRekeyStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeHaLinkGlobalInitiatorIkev2IpsecSaRekeyStats + type: dynamic discovery_attribute: jnxIkeHaLinkGlobalInitiatorIkev2IpsecSaRekeyRequestOut attributes: jnxIkeHaLinkGlobalInitiatorIkev2IpsecSaRekeyRequestOut: @@ -1374,6 +1395,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalInitiatorIkev2IpsecSaRekeyStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalResponderIkev2IpsecSaRekeyStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeHaLinkGlobalResponderIkev2IpsecSaRekeyStats + type: dynamic discovery_attribute: jnxIkeHaLinkGlobalResponderIkev2IpsecSaRekeyRequestIn attributes: jnxIkeHaLinkGlobalResponderIkev2IpsecSaRekeyRequestIn: @@ -1410,6 +1432,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalResponderIkev2IpsecSaRekeyStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalIkev2MsgFailStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIkeHaLinkGlobalIkev2MsgFailStats + type: dynamic discovery_attribute: jnxIkeHaLinkGlobalIkev2TotalDiscarded attributes: jnxIkeHaLinkGlobalIkev2TotalDiscarded: @@ -1451,6 +1474,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIkeHaLinkGlobalIkev2MsgFailStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecFlowMonPhaseTwo: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIpSecFlowMonPhaseTwo + type: dynamic discovery_attribute: jnxIpSecNumOfTunnels attributes: jnxIpSecNumOfTunnels: @@ -1462,6 +1486,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecFlowMonPhaseTwo: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecTunnelMonEntry: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIpSecTunnelMonEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.52.1.2.2.1.1 @@ -1629,6 +1654,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecTunnelMonEntry: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecSaMonEntry: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIpSecSaMonEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.52.1.2.2.1.1 @@ -1716,6 +1742,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecSaMonEntry: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecGlobalStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIpSecGlobalStats + type: dynamic discovery_attribute: jnxIpSecGlobalOutEncryptedBytes attributes: jnxIpSecGlobalOutEncryptedBytes: @@ -1812,6 +1839,7 @@ JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecGlobalStats: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecHaLinkGlobalStats: mib: JUNIPER-IPSEC-FLOW-MON-MIB object: jnxIpSecHaLinkGlobalStats + type: dynamic discovery_attribute: jnxIpSecHaLinkGlobalOutEncryptedBytes attributes: jnxIpSecHaLinkGlobalOutEncryptedBytes: diff --git a/objects/juniper/JUNIPER-IPv6-MIB.yml b/objects/juniper/JUNIPER-IPv6-MIB.yml index a07a5f72..fe7a6755 100644 --- a/objects/juniper/JUNIPER-IPv6-MIB.yml +++ b/objects/juniper/JUNIPER-IPv6-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-IPv6-MIB::jnxIpv6GlobalStats: mib: JUNIPER-IPv6-MIB object: jnxIpv6GlobalStats + type: dynamic discovery_attribute: jnxIpv6StatsReceives attributes: jnxIpv6StatsReceives: @@ -211,6 +212,7 @@ JUNIPER-IPv6-MIB::jnxIpv6GlobalStats: JUNIPER-IPv6-MIB::jnxIcmpv6GlobalStats: mib: JUNIPER-IPv6-MIB object: jnxIcmpv6GlobalStats + type: dynamic discovery_attribute: jnxIcmpv6StatsErrors attributes: jnxIcmpv6StatsErrors: @@ -441,6 +443,7 @@ JUNIPER-IPv6-MIB::jnxIcmpv6GlobalStats: JUNIPER-IPv6-MIB::jnxIpv6IfStatsEntry: mib: JUNIPER-IPv6-MIB object: jnxIpv6IfStatsEntry + type: dynamic augments: IPV6-MIB::ipv6IfEntry discovery_attribute: jnxIpv6IfInOctets attributes: diff --git a/objects/juniper/JUNIPER-JS-AUTH-MIB.yml b/objects/juniper/JUNIPER-JS-AUTH-MIB.yml index e44ce926..327fb18c 100644 --- a/objects/juniper/JUNIPER-JS-AUTH-MIB.yml +++ b/objects/juniper/JUNIPER-JS-AUTH-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-JS-AUTH-MIB::jnxJsFwAuthStats: mib: JUNIPER-JS-AUTH-MIB object: jnxJsFwAuthStats + type: dynamic discovery_attribute: jnxJsFwAuthNumPendingUsers attributes: jnxJsFwAuthNumPendingUsers: diff --git a/objects/juniper/JUNIPER-JS-DNS-MIB.yml b/objects/juniper/JUNIPER-JS-DNS-MIB.yml index 20b29ace..0638f9ab 100644 --- a/objects/juniper/JUNIPER-JS-DNS-MIB.yml +++ b/objects/juniper/JUNIPER-JS-DNS-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-JS-DNS-MIB::jnxJsDnsProxyDataObjects: mib: JUNIPER-JS-DNS-MIB object: jnxJsDnsProxyDataObjects + type: dynamic discovery_attribute: jnxJsDNSProxyQueriesReceived attributes: jnxJsDNSProxyQueriesReceived: diff --git a/objects/juniper/JUNIPER-JS-FLOW-MIB.yml b/objects/juniper/JUNIPER-JS-FLOW-MIB.yml index 96809e29..d3f8169d 100644 --- a/objects/juniper/JUNIPER-JS-FLOW-MIB.yml +++ b/objects/juniper/JUNIPER-JS-FLOW-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-JS-FLOW-MIB::jnxJsFlow: mib: JUNIPER-JS-FLOW-MIB object: jnxJsFlowGenPostFrags + type: dynamic discovery_attribute: jnxJsFlowGenPostFragsCounter attributes: jnxJsFlowGenPostFragsCounter: diff --git a/objects/juniper/JUNIPER-JS-IDP-MIB.yml b/objects/juniper/JUNIPER-JS-IDP-MIB.yml index 9634661d..eecff913 100644 --- a/objects/juniper/JUNIPER-JS-IDP-MIB.yml +++ b/objects/juniper/JUNIPER-JS-IDP-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-JS-IDP-MIB::jnxJsIdpObjects: mib: JUNIPER-JS-IDP-MIB object: jnxJsIdpObjects + type: dynamic discovery_attribute: jnxJsIdpDataPlaneMemoryUsage attributes: jnxJsIdpDataPlaneMemoryUsage: @@ -36,6 +37,7 @@ JUNIPER-JS-IDP-MIB::jnxJsIdpObjects: JUNIPER-JS-IDP-MIB::jnxJsIdpAttackEntry: mib: JUNIPER-JS-IDP-MIB object: jnxJsIdpAttackEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.3.39.1.11.1.1.7.1.1 diff --git a/objects/juniper/JUNIPER-JS-IF-EXT-MIB.yml b/objects/juniper/JUNIPER-JS-IF-EXT-MIB.yml index 26845cc1..42cf8a43 100644 --- a/objects/juniper/JUNIPER-JS-IF-EXT-MIB.yml +++ b/objects/juniper/JUNIPER-JS-IF-EXT-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-JS-IF-EXT-MIB::jnxJsIfMonEntry: mib: JUNIPER-JS-IF-EXT-MIB object: jnxJsIfMonEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/juniper/JUNIPER-JS-IPSEC-VPN-MIB.yml b/objects/juniper/JUNIPER-JS-IPSEC-VPN-MIB.yml index b6dc65dd..acaf5c41 100644 --- a/objects/juniper/JUNIPER-JS-IPSEC-VPN-MIB.yml +++ b/objects/juniper/JUNIPER-JS-IPSEC-VPN-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-JS-IPSEC-VPN-MIB::jnxJsIpSecTunnelEntry: mib: JUNIPER-JS-IPSEC-VPN-MIB object: jnxJsIpSecTunnelEntry + type: dynamic augments: JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecTunnelMonEntry discovery_attribute: jnxJsIpSecVpnTunType attributes: diff --git a/objects/juniper/JUNIPER-JS-NAT-MIB.yml b/objects/juniper/JUNIPER-JS-NAT-MIB.yml index 4b630b9b..f0fbd76a 100644 --- a/objects/juniper/JUNIPER-JS-NAT-MIB.yml +++ b/objects/juniper/JUNIPER-JS-NAT-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-JS-NAT-MIB::jnxJsSrcNatEntry: mib: JUNIPER-JS-NAT-MIB object: jnxJsSrcNatEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1.1 @@ -34,6 +35,7 @@ JUNIPER-JS-NAT-MIB::jnxJsSrcNatEntry: JUNIPER-JS-NAT-MIB::jnxJsNatIfSrcPoolPortEntry: mib: JUNIPER-JS-NAT-MIB object: jnxJsNatIfSrcPoolPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.39.1.7.1.1.3.1.1 @@ -65,6 +67,7 @@ JUNIPER-JS-NAT-MIB::jnxJsNatIfSrcPoolPortEntry: JUNIPER-JS-NAT-MIB::jnxJsSrcNatStatsEntry: mib: JUNIPER-JS-NAT-MIB object: jnxJsSrcNatStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.1 @@ -118,6 +121,7 @@ JUNIPER-JS-NAT-MIB::jnxJsSrcNatStatsEntry: JUNIPER-JS-NAT-MIB::jnxJsNatRuleEntry: mib: JUNIPER-JS-NAT-MIB object: jnxJsNatRuleEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.39.1.7.1.1.5.1.1 @@ -147,6 +151,7 @@ JUNIPER-JS-NAT-MIB::jnxJsNatRuleEntry: JUNIPER-JS-NAT-MIB::jnxJsNatPoolEntry: mib: JUNIPER-JS-NAT-MIB object: jnxJsNatPoolEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.39.1.7.1.1.6.1.1 @@ -172,6 +177,7 @@ JUNIPER-JS-NAT-MIB::jnxJsNatPoolEntry: JUNIPER-JS-NAT-MIB::jnxJsNatPbaStatsEntry: mib: JUNIPER-JS-NAT-MIB object: jnxJsNatPbaStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.39.1.7.1.1.7.1.1 diff --git a/objects/juniper/JUNIPER-JS-POLICY-MIB.yml b/objects/juniper/JUNIPER-JS-POLICY-MIB.yml index c011c72c..dca21646 100644 --- a/objects/juniper/JUNIPER-JS-POLICY-MIB.yml +++ b/objects/juniper/JUNIPER-JS-POLICY-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-JS-POLICY-MIB::jnxJsPolicyEntry: mib: JUNIPER-JS-POLICY-MIB object: jnxJsPolicyEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.1 @@ -50,6 +51,7 @@ JUNIPER-JS-POLICY-MIB::jnxJsPolicyEntry: JUNIPER-JS-POLICY-MIB::jnxJsPolicyStatsEntry: mib: JUNIPER-JS-POLICY-MIB object: jnxJsPolicyStatsEntry + type: dynamic augments: JUNIPER-JS-POLICY-MIB::jnxJsPolicyEntry discovery_attribute: jnxJsPolicyStatsInputBytes attributes: diff --git a/objects/juniper/JUNIPER-LICENSE-MIB.yml b/objects/juniper/JUNIPER-LICENSE-MIB.yml index 9e3853d4..f6650de3 100644 --- a/objects/juniper/JUNIPER-LICENSE-MIB.yml +++ b/objects/juniper/JUNIPER-LICENSE-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-LICENSE-MIB::jnxLicenseInstallEntry: mib: JUNIPER-LICENSE-MIB object: jnxLicenseInstallEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.63.1.1.1.1.1.1 @@ -40,6 +41,7 @@ JUNIPER-LICENSE-MIB::jnxLicenseInstallEntry: JUNIPER-LICENSE-MIB::jnxLicenseFeatureListEntry: mib: JUNIPER-LICENSE-MIB object: jnxLicenseFeatureListEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.2636.3.63.1.1.1.2.1.1 @@ -75,6 +77,7 @@ JUNIPER-LICENSE-MIB::jnxLicenseFeatureListEntry: JUNIPER-LICENSE-MIB::jnxLicenseSettings: mib: JUNIPER-LICENSE-MIB object: jnxLicenseSettings + type: stable discovery_attribute: jnxLicenseRenewBeforExpiration attributes: jnxLicenseRenewBeforExpiration: diff --git a/objects/juniper/JUNIPER-MAC-MIB.yml b/objects/juniper/JUNIPER-MAC-MIB.yml index 6e4852c0..12f319c2 100644 --- a/objects/juniper/JUNIPER-MAC-MIB.yml +++ b/objects/juniper/JUNIPER-MAC-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-MAC-MIB::jnxMacStatsEntry: mib: JUNIPER-MAC-MIB object: jnxMacStatsEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.2.1.2.2.1.1 diff --git a/objects/juniper/JUNIPER-MAG-MIB.yml b/objects/juniper/JUNIPER-MAG-MIB.yml index 8ae4b30e..3c68a9ec 100644 --- a/objects/juniper/JUNIPER-MAG-MIB.yml +++ b/objects/juniper/JUNIPER-MAG-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-MAG-MIB::jnxMagSSOObjects: mib: JUNIPER-MAG-MIB object: jnxMagSSOObjects + type: dynamic discovery_attribute: jnxMagSSOAuthTokenAttempt attributes: jnxMagSSOAuthTokenAttempt: diff --git a/objects/juniper/JUNIPER-MIB.yml b/objects/juniper/JUNIPER-MIB.yml index cf0bc57b..17473f71 100644 --- a/objects/juniper/JUNIPER-MIB.yml +++ b/objects/juniper/JUNIPER-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-MIB::jnxBoxAnatomy: mib: JUNIPER-MIB object: jnxBoxAnatomy + type: dynamic discovery_attribute: jnxBoxClass attributes: jnxBoxClass: @@ -55,6 +56,7 @@ JUNIPER-MIB::jnxBoxAnatomy: JUNIPER-MIB::jnxContainersEntry: mib: JUNIPER-MIB object: jnxContainersEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.1.6.1.1 @@ -90,6 +92,7 @@ JUNIPER-MIB::jnxContainersEntry: JUNIPER-MIB::jnxContentsEntry: mib: JUNIPER-MIB object: jnxContentsEntry + type: immutable # index: # - type: Integer32 # oid: .1.3.6.1.4.1.2636.3.1.8.1.1 @@ -156,6 +159,7 @@ JUNIPER-MIB::jnxContentsEntry: JUNIPER-MIB::jnxLEDEntry: mib: JUNIPER-MIB object: jnxLEDEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.2636.3.1.10.1.1 @@ -199,6 +203,7 @@ JUNIPER-MIB::jnxLEDEntry: JUNIPER-MIB::jnxFilledEntry: mib: JUNIPER-MIB object: jnxFilledEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.1.12.1.1 @@ -240,6 +245,7 @@ JUNIPER-MIB::jnxFilledEntry: JUNIPER-MIB::jnxOperatingEntry: mib: JUNIPER-MIB object: jnxOperatingEntry + type: dynamic # index: # - type: Integer32 # oid: .1.3.6.1.4.1.2636.3.1.13.1.1 @@ -373,6 +379,7 @@ JUNIPER-MIB::jnxOperatingEntry: JUNIPER-MIB::jnxRedundancyEntry: mib: JUNIPER-MIB object: jnxRedundancyEntry + type: dynamic # index: # - type: Integer32 # oid: .1.3.6.1.4.1.2636.3.1.14.1.1 @@ -447,6 +454,7 @@ JUNIPER-MIB::jnxRedundancyEntry: JUNIPER-MIB::jnxFruEntry: mib: JUNIPER-MIB object: jnxFruEntry + type: dynamic # index: # - type: Integer32 # oid: .1.3.6.1.4.1.2636.3.1.15.1.1 diff --git a/objects/juniper/JUNIPER-MIMSTP-MIB.yml b/objects/juniper/JUNIPER-MIMSTP-MIB.yml index f17f9000..192f9099 100644 --- a/objects/juniper/JUNIPER-MIMSTP-MIB.yml +++ b/objects/juniper/JUNIPER-MIMSTP-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-MIMSTP-MIB::jnxMIDot1sJuniperMst: mib: JUNIPER-MIMSTP-MIB object: jnxMIDot1sJuniperMst + type: stable discovery_attribute: jnxMIMstGlobalTrace attributes: jnxMIMstGlobalTrace: @@ -15,6 +16,7 @@ JUNIPER-MIMSTP-MIB::jnxMIDot1sJuniperMst: JUNIPER-MIMSTP-MIB::jnxMIDot1sJuniperMstEntry: mib: JUNIPER-MIMSTP-MIB object: jnxMIDot1sJuniperMstEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.46.1.1.3.1.1 @@ -178,6 +180,7 @@ JUNIPER-MIMSTP-MIB::jnxMIDot1sJuniperMstEntry: JUNIPER-MIMSTP-MIB::jnxMIMstMstiBridgeEntry: mib: JUNIPER-MIMSTP-MIB object: jnxMIMstMstiBridgeEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.46.1.1.3.1.1 @@ -237,6 +240,7 @@ JUNIPER-MIMSTP-MIB::jnxMIMstMstiBridgeEntry: JUNIPER-MIMSTP-MIB::jnxMIMstCistPortEntry: mib: JUNIPER-MIMSTP-MIB object: jnxMIMstCistPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.46.1.1.6.1.2 @@ -416,6 +420,7 @@ JUNIPER-MIMSTP-MIB::jnxMIMstCistPortEntry: JUNIPER-MIMSTP-MIB::jnxMIMstMstiPortEntry: mib: JUNIPER-MIMSTP-MIB object: jnxMIMstMstiPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.46.1.1.7.1.1 @@ -507,6 +512,7 @@ JUNIPER-MIMSTP-MIB::jnxMIMstMstiPortEntry: JUNIPER-MIMSTP-MIB::jnxMIMstCistPortProtectEntry: mib: JUNIPER-MIMSTP-MIB object: jnxMIMstCistPortProtectEntry + type: dynamic augments: JUNIPER-MIMSTP-MIB::jnxMIMstCistPortEntry discovery_attribute: jnxMIMstCistPortRootProtectEnabled attributes: @@ -530,6 +536,7 @@ JUNIPER-MIMSTP-MIB::jnxMIMstCistPortProtectEntry: JUNIPER-MIMSTP-MIB::jnxMIMstMstiPortProtectEntry: mib: JUNIPER-MIMSTP-MIB object: jnxMIMstMstiPortProtectEntry + type: dynamic augments: JUNIPER-MIMSTP-MIB::jnxMIMstMstiPortEntry discovery_attribute: jnxMIMstMstiPortRootProtectState attributes: diff --git a/objects/juniper/JUNIPER-MPLS-LDP-MIB.yml b/objects/juniper/JUNIPER-MPLS-LDP-MIB.yml index f408efa6..0a394324 100644 --- a/objects/juniper/JUNIPER-MPLS-LDP-MIB.yml +++ b/objects/juniper/JUNIPER-MPLS-LDP-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-MPLS-LDP-MIB::jnxMplsLdpLsrObjects: mib: JUNIPER-MPLS-LDP-MIB object: jnxMplsLdpLsrObjects + type: active discovery_attribute: jnxMplsLdpLsrId attributes: jnxMplsLdpLsrId: @@ -23,6 +24,7 @@ JUNIPER-MPLS-LDP-MIB::jnxMplsLdpLsrObjects: JUNIPER-MPLS-LDP-MIB::jnxMplsLdpEntityEntry: mib: JUNIPER-MPLS-LDP-MIB object: jnxMplsLdpEntityEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.36.1.2.3.1.1 @@ -106,6 +108,7 @@ JUNIPER-MPLS-LDP-MIB::jnxMplsLdpEntityEntry: JUNIPER-MPLS-LDP-MIB::jnxMplsLdpEntityStatsEntry: mib: JUNIPER-MPLS-LDP-MIB object: jnxMplsLdpEntityStatsEntry + type: dynamic augments: JUNIPER-MPLS-LDP-MIB::jnxMplsLdpEntityEntry discovery_attribute: jnxMplsLdpAttemptedSessions attributes: @@ -165,6 +168,7 @@ JUNIPER-MPLS-LDP-MIB::jnxMplsLdpEntityStatsEntry: JUNIPER-MPLS-LDP-MIB::jnxMplsLdpPeerEntry: mib: JUNIPER-MPLS-LDP-MIB object: jnxMplsLdpPeerEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.36.1.2.3.1.1 @@ -192,6 +196,7 @@ JUNIPER-MPLS-LDP-MIB::jnxMplsLdpPeerEntry: JUNIPER-MPLS-LDP-MIB::jnxMplsLdpSessionEntry: mib: JUNIPER-MPLS-LDP-MIB object: jnxMplsLdpSessionEntry + type: dynamic augments: JUNIPER-MPLS-LDP-MIB::jnxMplsLdpPeerEntry discovery_attribute: jnxMplsLdpSesStateLastChange attributes: @@ -223,6 +228,7 @@ JUNIPER-MPLS-LDP-MIB::jnxMplsLdpSessionEntry: JUNIPER-MPLS-LDP-MIB::jnxMplsLdpSesStatsEntry: mib: JUNIPER-MPLS-LDP-MIB object: jnxMplsLdpSesStatsEntry + type: dynamic augments: JUNIPER-MPLS-LDP-MIB::jnxMplsLdpPeerEntry discovery_attribute: jnxMplsLdpSesStatsUnkMesTypeErrors attributes: @@ -238,6 +244,7 @@ JUNIPER-MPLS-LDP-MIB::jnxMplsLdpSesStatsEntry: JUNIPER-MPLS-LDP-MIB::jnxMplsLdpHelloAdjacencyEntry: mib: JUNIPER-MPLS-LDP-MIB object: jnxMplsLdpHelloAdjacencyEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.36.1.2.3.1.1 @@ -269,6 +276,7 @@ JUNIPER-MPLS-LDP-MIB::jnxMplsLdpHelloAdjacencyEntry: JUNIPER-MPLS-LDP-MIB::jnxMplsFecEntry: mib: JUNIPER-MPLS-LDP-MIB object: jnxMplsFecEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.3.36.1.3.7.2.1.1 diff --git a/objects/juniper/JUNIPER-TUNNEL-STATS-MIB.yml b/objects/juniper/JUNIPER-TUNNEL-STATS-MIB.yml index c62ba061..c95cc49f 100644 --- a/objects/juniper/JUNIPER-TUNNEL-STATS-MIB.yml +++ b/objects/juniper/JUNIPER-TUNNEL-STATS-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-TUNNEL-STATS-MIB::jnxTunnelStatsEntry: mib: JUNIPER-TUNNEL-STATS-MIB object: jnxTunnelStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.84.1.1.1.1.1 diff --git a/objects/juniper/JUNIPER-VIRTUALCHASSIS-MIB.yml b/objects/juniper/JUNIPER-VIRTUALCHASSIS-MIB.yml index 2addfc53..0f2c7487 100644 --- a/objects/juniper/JUNIPER-VIRTUALCHASSIS-MIB.yml +++ b/objects/juniper/JUNIPER-VIRTUALCHASSIS-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-VIRTUALCHASSIS-MIB::jnxVirtualChassisMemberEntry: mib: JUNIPER-VIRTUALCHASSIS-MIB object: jnxVirtualChassisMemberEntry + type: immutable index: - type: Integer oid: .1.3.6.1.4.1.2636.3.40.1.4.1.1.1.1 @@ -61,6 +62,7 @@ JUNIPER-VIRTUALCHASSIS-MIB::jnxVirtualChassisMemberEntry: JUNIPER-VIRTUALCHASSIS-MIB::jnxVirtualChassisPortEntry: mib: JUNIPER-VIRTUALCHASSIS-MIB object: jnxVirtualChassisPortEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.40.1.4.1.2.1.1 diff --git a/objects/juniper/JUNIPER-VLAN-MIB.yml b/objects/juniper/JUNIPER-VLAN-MIB.yml index f1f038ca..0f73d6d1 100644 --- a/objects/juniper/JUNIPER-VLAN-MIB.yml +++ b/objects/juniper/JUNIPER-VLAN-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-VLAN-MIB::jnxVlanEntry: mib: JUNIPER-VLAN-MIB object: jnxVlanEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.40.1.5.1.1.1.1 @@ -28,6 +29,7 @@ JUNIPER-VLAN-MIB::jnxVlanEntry: JUNIPER-VLAN-MIB::jnxVlanInterfaceEntry: mib: JUNIPER-VLAN-MIB object: jnxVlanInterfaceEntry + type: active augments: JUNIPER-VLAN-MIB::jnxVlanEntry discovery_attribute: jnxVlanInterfaceIpAddress attributes: @@ -63,6 +65,7 @@ JUNIPER-VLAN-MIB::jnxVlanInterfaceEntry: JUNIPER-VLAN-MIB::jnxVlanPortGroupEntry: mib: JUNIPER-VLAN-MIB object: jnxVlanPortGroupEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.40.1.5.1.3.1.1 @@ -82,6 +85,7 @@ JUNIPER-VLAN-MIB::jnxVlanPortGroupEntry: JUNIPER-VLAN-MIB::jnxExVlanEntry: mib: JUNIPER-VLAN-MIB object: jnxExVlanEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.40.1.5.1.5.1.1 @@ -111,6 +115,7 @@ JUNIPER-VLAN-MIB::jnxExVlanEntry: JUNIPER-VLAN-MIB::jnxExVlanInterfaceEntry: mib: JUNIPER-VLAN-MIB object: jnxExVlanInterfaceEntry + type: active augments: JUNIPER-VLAN-MIB::jnxExVlanEntry discovery_attribute: jnxExVlanInterfaceIpAddress attributes: @@ -146,6 +151,7 @@ JUNIPER-VLAN-MIB::jnxExVlanInterfaceEntry: JUNIPER-VLAN-MIB::jnxExVlanPortGroupEntry: mib: JUNIPER-VLAN-MIB object: jnxExVlanPortGroupEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.2636.3.40.1.5.1.7.1.1 diff --git a/objects/juniper/JUNIPER-VPN-MIB.yml b/objects/juniper/JUNIPER-VPN-MIB.yml index 87f31b7d..f2411661 100644 --- a/objects/juniper/JUNIPER-VPN-MIB.yml +++ b/objects/juniper/JUNIPER-VPN-MIB.yml @@ -1,6 +1,7 @@ JUNIPER-VPN-MIB::jnxVpnInfo: mib: JUNIPER-VPN-MIB object: jnxVpnInfo + type: dynamic discovery_attribute: jnxVpnConfiguredVpns attributes: jnxVpnConfiguredVpns: @@ -15,6 +16,7 @@ JUNIPER-VPN-MIB::jnxVpnInfo: JUNIPER-VPN-MIB::jnxVpnEntry: mib: JUNIPER-VPN-MIB object: jnxVpnEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.26.1.2.1.1 @@ -62,6 +64,7 @@ JUNIPER-VPN-MIB::jnxVpnEntry: JUNIPER-VPN-MIB::jnxVpnIfEntry: mib: JUNIPER-VPN-MIB object: jnxVpnIfEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.26.1.3.1.1 @@ -101,6 +104,7 @@ JUNIPER-VPN-MIB::jnxVpnIfEntry: JUNIPER-VPN-MIB::jnxVpnPwEntry: mib: JUNIPER-VPN-MIB object: jnxVpnPwEntry + type: dynamic index: - type: Integer oid: .1.3.6.1.4.1.2636.3.26.1.4.1.1 @@ -208,6 +212,7 @@ JUNIPER-VPN-MIB::jnxVpnPwEntry: JUNIPER-VPN-MIB::jnxVpnRTEntry: mib: JUNIPER-VPN-MIB object: jnxVpnRTEntry + type: stable index: - type: Integer oid: .1.3.6.1.4.1.2636.3.26.1.5.1.1 diff --git a/objects/juniper/MPLS-MIB.yml b/objects/juniper/MPLS-MIB.yml index d29a9230..e2ccb8f2 100644 --- a/objects/juniper/MPLS-MIB.yml +++ b/objects/juniper/MPLS-MIB.yml @@ -1,6 +1,7 @@ MPLS-MIB::mplsInfo: mib: MPLS-MIB object: mplsInfo + type: dynamic discovery_attribute: mplsVersion attributes: mplsVersion: @@ -27,6 +28,7 @@ MPLS-MIB::mplsInfo: MPLS-MIB::mplsLspEntry: mib: MPLS-MIB object: mplsLspEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.2636.3.2.3.1.1 @@ -142,6 +144,7 @@ MPLS-MIB::mplsLspEntry: MPLS-MIB::mplsLspInfoEntry: mib: MPLS-MIB object: mplsLspInfoEntry + type: dynamic index: - type: ImplicitOctetString oid: .1.3.6.1.4.1.2636.3.2.5.1.1 diff --git a/objects/juniper/OSPFV3-MIB-JUNIPER.yml b/objects/juniper/OSPFV3-MIB-JUNIPER.yml index aafdb683..768dbbf1 100644 --- a/objects/juniper/OSPFV3-MIB-JUNIPER.yml +++ b/objects/juniper/OSPFV3-MIB-JUNIPER.yml @@ -1,6 +1,7 @@ OSPFV3-MIB-JUNIPER::jnxOspfv3GeneralGroup: mib: OSPFV3-MIB-JUNIPER object: jnxOspfv3GeneralGroup + type: dynamic discovery_attribute: jnxOspfv3RouterId attributes: jnxOspfv3RouterId: @@ -98,6 +99,7 @@ OSPFV3-MIB-JUNIPER::jnxOspfv3GeneralGroup: OSPFV3-MIB-JUNIPER::jnxOspfv3AreaEntry: mib: OSPFV3-MIB-JUNIPER object: jnxOspfv3AreaEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.4.1.1.2.1.1 @@ -168,6 +170,7 @@ OSPFV3-MIB-JUNIPER::jnxOspfv3AreaEntry: OSPFV3-MIB-JUNIPER::jnxOspfv3IfEntry: mib: OSPFV3-MIB-JUNIPER object: jnxOspfv3IfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.5.4.1.1.7.1.1 @@ -280,6 +283,7 @@ OSPFV3-MIB-JUNIPER::jnxOspfv3IfEntry: OSPFV3-MIB-JUNIPER::jnxOspfv3VirtIfEntry: mib: OSPFV3-MIB-JUNIPER object: jnxOspfv3VirtIfEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.4.1.1.8.1.1 @@ -342,6 +346,7 @@ OSPFV3-MIB-JUNIPER::jnxOspfv3VirtIfEntry: OSPFV3-MIB-JUNIPER::jnxOspfv3NbrEntry: mib: OSPFV3-MIB-JUNIPER object: jnxOspfv3NbrEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2636.5.4.1.1.9.1.1 @@ -410,6 +415,7 @@ OSPFV3-MIB-JUNIPER::jnxOspfv3NbrEntry: OSPFV3-MIB-JUNIPER::jnxOspfv3VirtNbrEntry: mib: OSPFV3-MIB-JUNIPER object: jnxOspfv3VirtNbrEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.4.1.1.11.1.1 diff --git a/objects/juniper/VPLS-GENERIC-DRAFT-01-MIB.yml b/objects/juniper/VPLS-GENERIC-DRAFT-01-MIB.yml index bcc9ae1b..7f2facaa 100644 --- a/objects/juniper/VPLS-GENERIC-DRAFT-01-MIB.yml +++ b/objects/juniper/VPLS-GENERIC-DRAFT-01-MIB.yml @@ -1,6 +1,7 @@ VPLS-GENERIC-DRAFT-01-MIB::jnxVplsConfigEntry: mib: VPLS-GENERIC-DRAFT-01-MIB object: jnxVplsConfigEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.8.1.2.1.1 @@ -57,6 +58,7 @@ VPLS-GENERIC-DRAFT-01-MIB::jnxVplsConfigEntry: VPLS-GENERIC-DRAFT-01-MIB::jnxVplsStatusEntry: mib: VPLS-GENERIC-DRAFT-01-MIB object: jnxVplsStatusEntry + type: active augments: VPLS-GENERIC-DRAFT-01-MIB::jnxVplsConfigEntry discovery_attribute: jnxVplsStatusOperStatus attributes: @@ -72,6 +74,7 @@ VPLS-GENERIC-DRAFT-01-MIB::jnxVplsStatusEntry: VPLS-GENERIC-DRAFT-01-MIB::jnxVplsPwBindEntry: mib: VPLS-GENERIC-DRAFT-01-MIB object: jnxVplsPwBindEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.8.1.2.1.1 @@ -95,6 +98,7 @@ VPLS-GENERIC-DRAFT-01-MIB::jnxVplsPwBindEntry: VPLS-GENERIC-DRAFT-01-MIB::jnxVplsBgpADConfigEntry: mib: VPLS-GENERIC-DRAFT-01-MIB object: jnxVplsBgpADConfigEntry + type: active augments: VPLS-GENERIC-DRAFT-01-MIB::jnxVplsConfigEntry discovery_attribute: jnxVplsBgpADConfigRouteDistinguisher attributes: @@ -114,6 +118,7 @@ VPLS-GENERIC-DRAFT-01-MIB::jnxVplsBgpADConfigEntry: VPLS-GENERIC-DRAFT-01-MIB::jnxVplsBgpRteTargetEntry: mib: VPLS-GENERIC-DRAFT-01-MIB object: jnxVplsBgpRteTargetEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.2636.5.8.1.2.1.1 diff --git a/objects/mellanox/MELLANOX-CONFIG-DB-MIB.yml b/objects/mellanox/MELLANOX-CONFIG-DB-MIB.yml index 3731e68e..b7354827 100644 --- a/objects/mellanox/MELLANOX-CONFIG-DB-MIB.yml +++ b/objects/mellanox/MELLANOX-CONFIG-DB-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-CONFIG-DB-MIB::mellanoxConfigDBCmd: mib: MELLANOX-CONFIG-DB-MIB object: mellanoxConfigDBCmd + type: active discovery_attribute: mellanoxConfigDBCmdUri attributes: mellanoxConfigDBCmdUri: diff --git a/objects/mellanox/MELLANOX-EFM-MIB.yml b/objects/mellanox/MELLANOX-EFM-MIB.yml index eb830fe5..0d05f604 100644 --- a/objects/mellanox/MELLANOX-EFM-MIB.yml +++ b/objects/mellanox/MELLANOX-EFM-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-EFM-MIB::gmSystem: mib: MELLANOX-EFM-MIB object: gmSystem + type: immutable discovery_attribute: type attributes: type: @@ -27,6 +28,7 @@ MELLANOX-EFM-MIB::gmSystem: MELLANOX-EFM-MIB::procEntry: mib: MELLANOX-EFM-MIB object: procEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.1.1.2.1.1.1 @@ -51,6 +53,7 @@ MELLANOX-EFM-MIB::procEntry: MELLANOX-EFM-MIB::fsEntry: mib: MELLANOX-EFM-MIB object: fsEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.1.1.3.1.1.1 @@ -86,6 +89,7 @@ MELLANOX-EFM-MIB::fsEntry: MELLANOX-EFM-MIB::cpuEntry: mib: MELLANOX-EFM-MIB object: cpuEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.1.1.4.1.1.1 @@ -112,6 +116,7 @@ MELLANOX-EFM-MIB::cpuEntry: MELLANOX-EFM-MIB::fanEntry: mib: MELLANOX-EFM-MIB object: fanEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.1.1.5.1.1.1 @@ -136,6 +141,7 @@ MELLANOX-EFM-MIB::fanEntry: MELLANOX-EFM-MIB::tempEntry: mib: MELLANOX-EFM-MIB object: tempEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.1.1.6.1.1.1 @@ -160,6 +166,7 @@ MELLANOX-EFM-MIB::tempEntry: MELLANOX-EFM-MIB::invEntry: mib: MELLANOX-EFM-MIB object: invEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.2.1.1.1.1.1 @@ -195,6 +202,7 @@ MELLANOX-EFM-MIB::invEntry: MELLANOX-EFM-MIB::cntEntry: mib: MELLANOX-EFM-MIB object: cntEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.2.1.2.1.1.1 @@ -311,6 +319,7 @@ MELLANOX-EFM-MIB::cntEntry: MELLANOX-EFM-MIB::bxInvEntry: mib: MELLANOX-EFM-MIB object: bxInvEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.4.1.1.1.1.1 @@ -342,6 +351,7 @@ MELLANOX-EFM-MIB::bxInvEntry: MELLANOX-EFM-MIB::bxIbCntEntry: mib: MELLANOX-EFM-MIB object: bxIbCntEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.4.1.2.1.1.1 @@ -458,6 +468,7 @@ MELLANOX-EFM-MIB::bxIbCntEntry: MELLANOX-EFM-MIB::bxEthCntEntry: mib: MELLANOX-EFM-MIB object: bxEthCntEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.4.1.3.1.1.1 @@ -594,6 +605,7 @@ MELLANOX-EFM-MIB::bxEthCntEntry: MELLANOX-EFM-MIB::bxFcCntEntry: mib: MELLANOX-EFM-MIB object: bxFcCntEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.4.1.4.1.1.1 @@ -741,6 +753,7 @@ MELLANOX-EFM-MIB::bxFcCntEntry: MELLANOX-EFM-MIB::mlxIBCAInfoGroup: mib: MELLANOX-EFM-MIB object: mlxIBCAInfoGroup + type: active discovery_attribute: mlxIBCAInfoTableNumCAs attributes: mlxIBCAInfoTableNumCAs: @@ -752,6 +765,7 @@ MELLANOX-EFM-MIB::mlxIBCAInfoGroup: MELLANOX-EFM-MIB::mlxIBCAInfoEntry: mib: MELLANOX-EFM-MIB object: mlxIBCAInfoEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.5.1.2.1.1 @@ -832,6 +846,7 @@ MELLANOX-EFM-MIB::mlxIBCAInfoEntry: MELLANOX-EFM-MIB::mlxIBSwitchInfoGroup: mib: MELLANOX-EFM-MIB object: mlxIBSwitchInfoGroup + type: active discovery_attribute: mlxIBSwitchInfoTableNumSwitches attributes: mlxIBSwitchInfoTableNumSwitches: @@ -843,6 +858,7 @@ MELLANOX-EFM-MIB::mlxIBSwitchInfoGroup: MELLANOX-EFM-MIB::mlxIBRouterInfoGroup: mib: MELLANOX-EFM-MIB object: mlxIBRouterInfoGroup + type: active discovery_attribute: mlxIBRouterInfoTableNumRouters attributes: mlxIBRouterInfoTableNumRouters: @@ -854,6 +870,7 @@ MELLANOX-EFM-MIB::mlxIBRouterInfoGroup: MELLANOX-EFM-MIB::mlxIBPortInfoGroup: mib: MELLANOX-EFM-MIB object: mlxIBPortInfoGroup + type: active discovery_attribute: mlxIBPortInfoTableNumPorts attributes: mlxIBPortInfoTableNumPorts: @@ -865,6 +882,7 @@ MELLANOX-EFM-MIB::mlxIBPortInfoGroup: MELLANOX-EFM-MIB::mlxIBPortInfoEntry: mib: MELLANOX-EFM-MIB object: mlxIBPortInfoEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.2.5.4.2.1.1 diff --git a/objects/mellanox/MELLANOX-ENTITY-MIB.yml b/objects/mellanox/MELLANOX-ENTITY-MIB.yml index 5eae86d2..ae4f3de0 100644 --- a/objects/mellanox/MELLANOX-ENTITY-MIB.yml +++ b/objects/mellanox/MELLANOX-ENTITY-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-ENTITY-MIB::mellanoxPhysicalEntityEntry: mib: MELLANOX-ENTITY-MIB object: mellanoxPhysicalEntityEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -16,3 +17,19 @@ MELLANOX-ENTITY-MIB::mellanoxPhysicalEntityEntry: oid: .1.3.6.1.4.1.33049.5.1.1.1.2 name: mellanox.PhysicalEntityAsicRev syntax: IntegerAsID + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString diff --git a/objects/mellanox/MELLANOX-ENTITY-STATE-MIB.yml b/objects/mellanox/MELLANOX-ENTITY-STATE-MIB.yml index 294ee1fd..fe6236e6 100644 --- a/objects/mellanox/MELLANOX-ENTITY-STATE-MIB.yml +++ b/objects/mellanox/MELLANOX-ENTITY-STATE-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-ENTITY-STATE-MIB::mellanoxEntStateEntry: mib: MELLANOX-ENTITY-STATE-MIB object: mellanoxEntStateEntry + type: active index: - type: Integer32 oid: .1.3.6.1.2.1.47.1.1.1.1.1 @@ -20,3 +21,19 @@ MELLANOX-ENTITY-STATE-MIB::mellanoxEntStateEntry: oid: .1.3.6.1.4.1.33049.7.1.1.1.1.3 name: mellanox.EntStateModuleStateDescr syntax: DisplayString + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString diff --git a/objects/mellanox/MELLANOX-IF-VPI-MIB.yml b/objects/mellanox/MELLANOX-IF-VPI-MIB.yml index 2be669a5..8e911577 100644 --- a/objects/mellanox/MELLANOX-IF-VPI-MIB.yml +++ b/objects/mellanox/MELLANOX-IF-VPI-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-IF-VPI-MIB::mellanoxIfVPIEntry: mib: MELLANOX-IF-VPI-MIB object: mellanoxIfVPIEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.33049.3.1.1.1.1 diff --git a/objects/mellanox/MELLANOX-MSTP-MIB.yml b/objects/mellanox/MELLANOX-MSTP-MIB.yml index 55fda60e..5cff281f 100644 --- a/objects/mellanox/MELLANOX-MSTP-MIB.yml +++ b/objects/mellanox/MELLANOX-MSTP-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-MSTP-MIB::mellanoxMstpEntry: mib: MELLANOX-MSTP-MIB object: mellanoxMstpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.9.2.1.1.1 @@ -48,6 +49,7 @@ MELLANOX-MSTP-MIB::mellanoxMstpEntry: MELLANOX-MSTP-MIB::mellanoxMstpPortEntry: mib: MELLANOX-MSTP-MIB object: mellanoxMstpPortEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.9.2.2.1.1 @@ -79,6 +81,7 @@ MELLANOX-MSTP-MIB::mellanoxMstpPortEntry: MELLANOX-MSTP-MIB::mellanoxMstpVlanEntry: mib: MELLANOX-MSTP-MIB object: mellanoxMstpVlanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.9.2.3.1.1 diff --git a/objects/mellanox/MELLANOX-POWER-CYCLE-MIB.yml b/objects/mellanox/MELLANOX-POWER-CYCLE-MIB.yml index 1a77783d..2cb49588 100644 --- a/objects/mellanox/MELLANOX-POWER-CYCLE-MIB.yml +++ b/objects/mellanox/MELLANOX-POWER-CYCLE-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-POWER-CYCLE-MIB::mellanoxPowerCycleCmd: mib: MELLANOX-POWER-CYCLE-MIB object: mellanoxPowerCycleCmd + type: stable discovery_attribute: mellanoxPowerCycleCmdExecute attributes: mellanoxPowerCycleCmdExecute: diff --git a/objects/mellanox/MELLANOX-QOS-MIB.yml b/objects/mellanox/MELLANOX-QOS-MIB.yml index 89632f89..112aed10 100644 --- a/objects/mellanox/MELLANOX-QOS-MIB.yml +++ b/objects/mellanox/MELLANOX-QOS-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-QOS-MIB::mellanoxQoSPrioEntry: mib: MELLANOX-QOS-MIB object: mellanoxQoSPrioEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.33049.15.1.1.1.1 @@ -81,6 +82,7 @@ MELLANOX-QOS-MIB::mellanoxQoSPrioEntry: MELLANOX-QOS-MIB::mellanoxQoSPFCEntry: mib: MELLANOX-QOS-MIB object: mellanoxQoSPFCEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.33049.15.1.2.1.1 @@ -116,6 +118,7 @@ MELLANOX-QOS-MIB::mellanoxQoSPFCEntry: MELLANOX-QOS-MIB::mellanoxQoSPGEntry: mib: MELLANOX-QOS-MIB object: mellanoxQoSPGEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.33049.15.1.3.1.1 @@ -156,6 +159,7 @@ MELLANOX-QOS-MIB::mellanoxQoSPGEntry: MELLANOX-QOS-MIB::mellanoxQoSTCEntry: mib: MELLANOX-QOS-MIB object: mellanoxQoSTCEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.33049.15.1.4.1.1 @@ -206,6 +210,7 @@ MELLANOX-QOS-MIB::mellanoxQoSTCEntry: MELLANOX-QOS-MIB::mellanoxQoSPortEntry: mib: MELLANOX-QOS-MIB object: mellanoxQoSPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.33049.15.1.5.1.1 diff --git a/objects/mellanox/MELLANOX-SW-UPDATE-MIB.yml b/objects/mellanox/MELLANOX-SW-UPDATE-MIB.yml index 5700f34f..3e915e13 100644 --- a/objects/mellanox/MELLANOX-SW-UPDATE-MIB.yml +++ b/objects/mellanox/MELLANOX-SW-UPDATE-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-SW-UPDATE-MIB::mellanoxSWUpdateMibObjects: mib: MELLANOX-SW-UPDATE-MIB object: mellanoxSWUpdateMibObjects + type: stable discovery_attribute: mellanoxSWActivePartition attributes: mellanoxSWActivePartition: @@ -15,6 +16,7 @@ MELLANOX-SW-UPDATE-MIB::mellanoxSWUpdateMibObjects: MELLANOX-SW-UPDATE-MIB::mellanoxSWEntry: mib: MELLANOX-SW-UPDATE-MIB object: mellanoxSWEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.33049.11.1.1.1.1.1 @@ -38,6 +40,7 @@ MELLANOX-SW-UPDATE-MIB::mellanoxSWEntry: MELLANOX-SW-UPDATE-MIB::mellanoxSWUpdateCmd: mib: MELLANOX-SW-UPDATE-MIB object: mellanoxSWUpdateCmd + type: stable discovery_attribute: mellanoxSWUpdateCmdUri attributes: mellanoxSWUpdateCmdUri: diff --git a/objects/mellanox/MELLANOX-XSTP-MIB.yml b/objects/mellanox/MELLANOX-XSTP-MIB.yml index 3a3aa1ec..d2cf314f 100644 --- a/objects/mellanox/MELLANOX-XSTP-MIB.yml +++ b/objects/mellanox/MELLANOX-XSTP-MIB.yml @@ -1,6 +1,7 @@ MELLANOX-XSTP-MIB::mellanoxXstpEntry: mib: MELLANOX-XSTP-MIB object: mellanoxXstpEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.13.1.2.1.1.1 @@ -50,6 +51,7 @@ MELLANOX-XSTP-MIB::mellanoxXstpEntry: MELLANOX-XSTP-MIB::mellanoxXstpPortEntry: mib: MELLANOX-XSTP-MIB object: mellanoxXstpPortEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.13.1.2.2.1.1 @@ -83,6 +85,7 @@ MELLANOX-XSTP-MIB::mellanoxXstpPortEntry: MELLANOX-XSTP-MIB::mellanoxXstpVlanEntry: mib: MELLANOX-XSTP-MIB object: mellanoxXstpVlanEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.33049.13.1.2.3.1.1 diff --git a/objects/meraki/MERAKI-CLOUD-CONTROLLER-MIB.yml b/objects/meraki/MERAKI-CLOUD-CONTROLLER-MIB.yml index 4b062125..12882f53 100644 --- a/objects/meraki/MERAKI-CLOUD-CONTROLLER-MIB.yml +++ b/objects/meraki/MERAKI-CLOUD-CONTROLLER-MIB.yml @@ -1,6 +1,7 @@ MERAKI-CLOUD-CONTROLLER-MIB::organization: mib: MERAKI-CLOUD-CONTROLLER-MIB object: organization + type: immutable augments: MERAKI-CLOUD-CONTROLLER-MIB::merakiObjects discovery_attribute: organizationName attributes: @@ -12,6 +13,7 @@ MERAKI-CLOUD-CONTROLLER-MIB::organization: MERAKI-CLOUD-CONTROLLER-MIB::networkEntry: mib: MERAKI-CLOUD-CONTROLLER-MIB object: networkEntry + type: immutable index: - type: OctetString oid: .1.3.6.1.4.1.29671.1.1.2.1.1 @@ -35,6 +37,7 @@ MERAKI-CLOUD-CONTROLLER-MIB::networkEntry: MERAKI-CLOUD-CONTROLLER-MIB::ssidEntry: mib: MERAKI-CLOUD-CONTROLLER-MIB object: ssidEntry + type: immutable index: - type: OctetString oid: .1.3.6.1.4.1.29671.1.1.2.1.1 @@ -74,6 +77,7 @@ MERAKI-CLOUD-CONTROLLER-MIB::ssidEntry: MERAKI-CLOUD-CONTROLLER-MIB::devEntry: mib: MERAKI-CLOUD-CONTROLLER-MIB object: devEntry + type: active index: - type: MacAddress oid: .1.3.6.1.4.1.29671.1.1.4.1.1 @@ -137,6 +141,7 @@ MERAKI-CLOUD-CONTROLLER-MIB::devEntry: MERAKI-CLOUD-CONTROLLER-MIB::devInterfaceEntry: mib: MERAKI-CLOUD-CONTROLLER-MIB object: devInterfaceEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.29671.1.1.5.1.1 @@ -188,6 +193,7 @@ MERAKI-CLOUD-CONTROLLER-MIB::devInterfaceEntry: MERAKI-CLOUD-CONTROLLER-MIB::vlanEntry: mib: MERAKI-CLOUD-CONTROLLER-MIB object: vlanEntry + type: immutable index: - type: OctetString oid: .1.3.6.1.4.1.29671.1.1.2.1.1 @@ -211,6 +217,7 @@ MERAKI-CLOUD-CONTROLLER-MIB::vlanEntry: MERAKI-CLOUD-CONTROLLER-MIB::merakiObjects: mib: MERAKI-CLOUD-CONTROLLER-MIB object: merakiObjects + type: immutable discovery_attribute: changeDescription attributes: changeDescription: diff --git a/objects/mikrotik/MIKROTIK-MIB.yml b/objects/mikrotik/MIKROTIK-MIB.yml index e484b84f..026e5b77 100644 --- a/objects/mikrotik/MIKROTIK-MIB.yml +++ b/objects/mikrotik/MIKROTIK-MIB.yml @@ -1,6 +1,7 @@ MIKROTIK-MIB::mtxrWlStatEntry: mib: MIKROTIK-MIB object: mtxrWlStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.1.1.1.1 @@ -48,6 +49,7 @@ MIKROTIK-MIB::mtxrWlStatEntry: MIKROTIK-MIB::mtxrWlRtabEntry: mib: MIKROTIK-MIB object: mtxrWlRtabEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.14988.1.1.1.2.1.1 @@ -135,6 +137,7 @@ MIKROTIK-MIB::mtxrWlRtabEntry: MIKROTIK-MIB::mtxrWireless: mib: MIKROTIK-MIB object: mtxrWireless + type: dynamic discovery_attribute: mtxrWlRtabEntryCount attributes: mtxrWlRtabEntryCount: @@ -153,6 +156,7 @@ MIKROTIK-MIB::mtxrWireless: MIKROTIK-MIB::mtxrWlApEntry: mib: MIKROTIK-MIB object: mtxrWlApEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.1.3.1.1 @@ -204,6 +208,7 @@ MIKROTIK-MIB::mtxrWlApEntry: MIKROTIK-MIB::mtxrWlCMRtabEntry: mib: MIKROTIK-MIB object: mtxrWlCMRtabEntry + type: dynamic index: - type: MacAddress oid: .1.3.6.1.4.1.14988.1.1.1.5.1.1 @@ -263,6 +268,7 @@ MIKROTIK-MIB::mtxrWlCMRtabEntry: MIKROTIK-MIB::mtxrWlCMEntry: mib: MIKROTIK-MIB object: mtxrWlCMEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.1.7.1.1 @@ -290,6 +296,7 @@ MIKROTIK-MIB::mtxrWlCMEntry: MIKROTIK-MIB::mtxrWl60GEntry: mib: MIKROTIK-MIB object: mtxrWl60GEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.1.8.1.1 @@ -345,6 +352,7 @@ MIKROTIK-MIB::mtxrWl60GEntry: MIKROTIK-MIB::mtxrWl60GStaEntry: mib: MIKROTIK-MIB object: mtxrWl60GStaEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.1.9.1.1 @@ -389,6 +397,7 @@ MIKROTIK-MIB::mtxrWl60GStaEntry: MIKROTIK-MIB::mtxrWlCMRemoteEntry: mib: MIKROTIK-MIB object: mtxrWlCMRemoteEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.1.11.1.1 @@ -417,6 +426,7 @@ MIKROTIK-MIB::mtxrWlCMRemoteEntry: MIKROTIK-MIB::mtxrQueueSimpleEntry: mib: MIKROTIK-MIB object: mtxrQueueSimpleEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.2.1.1.1 @@ -485,6 +495,7 @@ MIKROTIK-MIB::mtxrQueueSimpleEntry: MIKROTIK-MIB::mtxrQueueTreeEntry: mib: MIKROTIK-MIB object: mtxrQueueTreeEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.2.2.1.1 @@ -532,6 +543,7 @@ MIKROTIK-MIB::mtxrQueueTreeEntry: MIKROTIK-MIB::mtxrHealth: mib: MIKROTIK-MIB object: mtxrHealth + type: dynamic discovery_attribute: mtxrHlCoreVoltage attributes: mtxrHlCoreVoltage: @@ -610,6 +622,7 @@ MIKROTIK-MIB::mtxrHealth: MIKROTIK-MIB::mtxrGaugeTableEntry: mib: MIKROTIK-MIB object: mtxrGaugeTableEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.3.100.1.1 @@ -633,6 +646,7 @@ MIKROTIK-MIB::mtxrGaugeTableEntry: MIKROTIK-MIB::mtxrLicense: mib: MIKROTIK-MIB object: mtxrLicense + type: stable discovery_attribute: mtxrLicSoftwareId attributes: mtxrLicSoftwareId: @@ -659,6 +673,7 @@ MIKROTIK-MIB::mtxrLicense: MIKROTIK-MIB::mtxrHotspotActiveUsersTableEntry: mib: MIKROTIK-MIB object: mtxrHotspotActiveUsersTableEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.5.1.1.1 @@ -749,6 +764,7 @@ MIKROTIK-MIB::mtxrHotspotActiveUsersTableEntry: MIKROTIK-MIB::mtxrDHCP: mib: MIKROTIK-MIB object: mtxrDHCP + type: dynamic discovery_attribute: mtxrDHCPLeaseCount attributes: mtxrDHCPLeaseCount: @@ -759,6 +775,7 @@ MIKROTIK-MIB::mtxrDHCP: MIKROTIK-MIB::mtxrSystem: mib: MIKROTIK-MIB object: mtxrSystem + type: immutable discovery_attribute: mtxrSerialNumber attributes: mtxrSerialNumber: @@ -789,6 +806,7 @@ MIKROTIK-MIB::mtxrSystem: MIKROTIK-MIB::mtxrDnStatEntry: mib: MIKROTIK-MIB object: mtxrDnStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.10.1.1.1 @@ -820,6 +838,7 @@ MIKROTIK-MIB::mtxrDnStatEntry: MIKROTIK-MIB::mtxrNeighborTableEntry: mib: MIKROTIK-MIB object: mtxrNeighborTableEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.11.1.1.1 @@ -861,6 +880,7 @@ MIKROTIK-MIB::mtxrNeighborTableEntry: MIKROTIK-MIB::mtxrGps: mib: MIKROTIK-MIB object: mtxrGps + type: stable discovery_attribute: mtxrDate attributes: mtxrDate: @@ -895,6 +915,7 @@ MIKROTIK-MIB::mtxrGps: MIKROTIK-MIB::mtxrWirelessModem: mib: MIKROTIK-MIB object: mtxrWirelessModem + type: dynamic discovery_attribute: mtxrWirelessModemSignalStrength attributes: mtxrWirelessModemSignalStrength: @@ -909,6 +930,7 @@ MIKROTIK-MIB::mtxrWirelessModem: MIKROTIK-MIB::mtxrInterfaceStatsEntryDriver: mib: MIKROTIK-MIB object: mtxrInterfaceStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.14.1.1.1 @@ -944,6 +966,7 @@ MIKROTIK-MIB::mtxrInterfaceStatsEntryDriver: MIKROTIK-MIB::mtxrInterfaceStatsEntry: mib: MIKROTIK-MIB object: mtxrInterfaceStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.14.1.1.1 @@ -1207,6 +1230,7 @@ MIKROTIK-MIB::mtxrInterfaceStatsEntry: MIKROTIK-MIB::mtxrPOEEntry: mib: MIKROTIK-MIB object: mtxrPOEEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.15.1.1.1 @@ -1238,6 +1262,7 @@ MIKROTIK-MIB::mtxrPOEEntry: MIKROTIK-MIB::mtxrLTEModemEntry: mib: MIKROTIK-MIB object: mtxrLTEModemEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.16.1.1.1 @@ -1301,6 +1326,7 @@ MIKROTIK-MIB::mtxrLTEModemEntry: MIKROTIK-MIB::mtxrPartitionEntry: mib: MIKROTIK-MIB object: mtxrPartitionEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.17.1.1.1 @@ -1332,6 +1358,7 @@ MIKROTIK-MIB::mtxrPartitionEntry: MIKROTIK-MIB::mtxrOpticalTableEntry: mib: MIKROTIK-MIB object: mtxrOpticalTableEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.19.1.1.1 @@ -1379,6 +1406,7 @@ MIKROTIK-MIB::mtxrOpticalTableEntry: MIKROTIK-MIB::mtxrIPSec: mib: MIKROTIK-MIB object: mtxrIPSec + type: dynamic discovery_attribute: mtxrIkeSACount attributes: mtxrIkeSACount: @@ -1389,6 +1417,7 @@ MIKROTIK-MIB::mtxrIPSec: MIKROTIK-MIB::mtxrIkeSATableEntry: mib: MIKROTIK-MIB object: mtxrIkeSATableEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.14988.1.1.20.2.1.1 diff --git a/objects/mrv/MRV-IN-REACH-LAT-MIB.yml b/objects/mrv/MRV-IN-REACH-LAT-MIB.yml index 6b5a6f16..936862e8 100644 --- a/objects/mrv/MRV-IN-REACH-LAT-MIB.yml +++ b/objects/mrv/MRV-IN-REACH-LAT-MIB.yml @@ -1,6 +1,7 @@ MRV-IN-REACH-LAT-MIB::xLat: mib: MRV-IN-REACH-LAT-MIB object: xLat + type: dynamic discovery_attribute: latAnnounceServices attributes: latAnnounceServices: @@ -213,6 +214,7 @@ MRV-IN-REACH-LAT-MIB::xLat: MRV-IN-REACH-LAT-MIB::latNodeEntry: mib: MRV-IN-REACH-LAT-MIB object: latNodeEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.33.3.26.1.1 diff --git a/objects/mrv/MRV-IN-REACH-SYSTEM-MIB.yml b/objects/mrv/MRV-IN-REACH-SYSTEM-MIB.yml index 1d3a2ee7..075ba130 100644 --- a/objects/mrv/MRV-IN-REACH-SYSTEM-MIB.yml +++ b/objects/mrv/MRV-IN-REACH-SYSTEM-MIB.yml @@ -1,6 +1,7 @@ MRV-IN-REACH-SYSTEM-MIB::xSystem: mib: MRV-IN-REACH-SYSTEM-MIB object: xSystem + type: dynamic discovery_attribute: sysIdent attributes: sysIdent: @@ -196,6 +197,7 @@ MRV-IN-REACH-SYSTEM-MIB::xSystem: MRV-IN-REACH-SYSTEM-MIB::resEntry: mib: MRV-IN-REACH-SYSTEM-MIB object: resEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.33.1.32.1.1 diff --git a/objects/nasuni/NASUNI-FILER-MIB.yml b/objects/nasuni/NASUNI-FILER-MIB.yml index f13fc222..1199e3f1 100644 --- a/objects/nasuni/NASUNI-FILER-MIB.yml +++ b/objects/nasuni/NASUNI-FILER-MIB.yml @@ -1,6 +1,7 @@ NASUNI-FILER-MIB::filer: mib: NASUNI-FILER-MIB object: filer + type: dynamic discovery_attribute: filerIdentifier attributes: filerIdentifier: @@ -76,6 +77,7 @@ NASUNI-FILER-MIB::filer: NASUNI-FILER-MIB::filerCache: mib: NASUNI-FILER-MIB object: filerCache + type: dynamic discovery_attribute: filerCacheTotal attributes: filerCacheTotal: @@ -102,6 +104,7 @@ NASUNI-FILER-MIB::filerCache: NASUNI-FILER-MIB::filerPlatform: mib: NASUNI-FILER-MIB object: filerPlatform + type: immutable discovery_attribute: filerPlatformName attributes: filerPlatformName: @@ -162,6 +165,7 @@ NASUNI-FILER-MIB::filerPlatform: NASUNI-FILER-MIB::filerHealth: mib: NASUNI-FILER-MIB object: filerHealth + type: active discovery_attribute: filerAmbientTemp attributes: filerAmbientTemp: @@ -218,6 +222,7 @@ NASUNI-FILER-MIB::filerHealth: NASUNI-FILER-MIB::filerCifs: mib: NASUNI-FILER-MIB object: filerCifs + type: active discovery_attribute: filerTotalShares attributes: filerTotalShares: @@ -244,6 +249,7 @@ NASUNI-FILER-MIB::filerCifs: NASUNI-FILER-MIB::filerNfs: mib: NASUNI-FILER-MIB object: filerNfs + type: active discovery_attribute: filerTotalExports attributes: filerTotalExports: @@ -260,6 +266,7 @@ NASUNI-FILER-MIB::filerNfs: NASUNI-FILER-MIB::filerIscsi: mib: NASUNI-FILER-MIB object: filerIscsi + type: active discovery_attribute: filerTotalIscsiTargets attributes: filerTotalIscsiTargets: @@ -281,6 +288,7 @@ NASUNI-FILER-MIB::filerIscsi: NASUNI-FILER-MIB::filerMobile: mib: NASUNI-FILER-MIB object: filerMobile + type: stable discovery_attribute: filerTotalMobileLicenses attributes: filerTotalMobileLicenses: @@ -307,6 +315,7 @@ NASUNI-FILER-MIB::filerMobile: NASUNI-FILER-MIB::filerServices: mib: NASUNI-FILER-MIB object: filerServices + type: active discovery_attribute: filerSupportServiceEnabled attributes: filerSupportServiceEnabled: @@ -337,6 +346,7 @@ NASUNI-FILER-MIB::filerServices: NASUNI-FILER-MIB::filerNetwork: mib: NASUNI-FILER-MIB object: filerNetwork + type: dynamic discovery_attribute: filerCloudOut attributes: filerCloudOut: @@ -398,6 +408,7 @@ NASUNI-FILER-MIB::filerNetwork: NASUNI-FILER-MIB::filerFtp: mib: NASUNI-FILER-MIB object: filerFtp + type: active discovery_attribute: filerTotalFtpdirs attributes: filerTotalFtpdirs: @@ -414,6 +425,7 @@ NASUNI-FILER-MIB::filerFtp: NASUNI-FILER-MIB::volumes: mib: NASUNI-FILER-MIB object: volumes + type: active discovery_attribute: volumeCount attributes: volumeCount: @@ -430,6 +442,7 @@ NASUNI-FILER-MIB::volumes: NASUNI-FILER-MIB::volumeTableEntry: mib: NASUNI-FILER-MIB object: volumeTableEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.42040.2.2.1.1 @@ -542,6 +555,7 @@ NASUNI-FILER-MIB::volumeTableEntry: NASUNI-FILER-MIB::account: mib: NASUNI-FILER-MIB object: account + type: stable discovery_attribute: accountLicensedCapacity attributes: accountLicensedCapacity: @@ -564,26 +578,3 @@ NASUNI-FILER-MIB::account: oid: .1.3.6.1.4.1.42040.1.1 name: nasuni.filerIdentifier syntax: DisplayString - -# NASUNI-FILER-MIB::filerTraps: -# mib: NASUNI-FILER-MIB -# object: filerTraps -# discovery_attribute: filerTrapType -# attributes: -# filerTrapType: -# oid: .1.3.6.1.4.1.42040.100.0.1 -# name: nasuni.filerTrapType -# syntax: DisplayString -# filerTrapLevel: -# oid: .1.3.6.1.4.1.42040.100.0.2 -# name: nasuni.filerTrapLevel -# syntax: DisplayString -# filerTrapMessage: -# oid: .1.3.6.1.4.1.42040.100.0.3 -# name: nasuni.filerTrapMessage -# syntax: DisplayString -# # Additional Attributes as Tags -# filerIdentifier: -# oid: .1.3.6.1.4.1.42040.1.1 -# name: nasuni.filerIdentifier -# syntax: DisplayString diff --git a/objects/netapp/NETAPP-MIB.yml b/objects/netapp/NETAPP-MIB.yml index bf1fd6d0..244708ee 100644 --- a/objects/netapp/NETAPP-MIB.yml +++ b/objects/netapp/NETAPP-MIB.yml @@ -90,6 +90,7 @@ NETAPP-MIB::cpu: mib: NETAPP-MIB object: cpu + type: dynamic discovery_attribute: cpuUpTime attributes: cpuUpTime: @@ -148,6 +149,7 @@ NETAPP-MIB::cpu: NETAPP-MIB::cDOTCpuEntry: mib: NETAPP-MIB object: cDOTCpuEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.789.1.2.1.14.1.1 @@ -211,6 +213,7 @@ NETAPP-MIB::cDOTCpuEntry: NETAPP-MIB::misc: mib: NETAPP-MIB object: misc + type: dynamic discovery_attribute: miscNfsOps attributes: miscNfsOps: @@ -357,6 +360,7 @@ NETAPP-MIB::misc: NETAPP-MIB::cf: mib: NETAPP-MIB object: cf + type: active discovery_attribute: cfSettings attributes: cfSettings: @@ -395,6 +399,7 @@ NETAPP-MIB::cf: NETAPP-MIB::environment: mib: NETAPP-MIB object: environment + type: active discovery_attribute: envOverTemperature attributes: envOverTemperature: @@ -421,6 +426,7 @@ NETAPP-MIB::environment: NETAPP-MIB::nvram: mib: NETAPP-MIB object: nvram + type: active discovery_attribute: nvramBatteryStatus attributes: nvramBatteryStatus: @@ -431,6 +437,7 @@ NETAPP-MIB::nvram: NETAPP-MIB::cp: mib: NETAPP-MIB object: cp + type: dynamic discovery_attribute: cpTime attributes: cpTime: @@ -497,6 +504,7 @@ NETAPP-MIB::cp: NETAPP-MIB::cDOTCpEntry: mib: NETAPP-MIB object: cDOTCpEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.789.1.2.6.16.1.1 @@ -564,6 +572,7 @@ NETAPP-MIB::cDOTCpEntry: NETAPP-MIB::autosupport: mib: NETAPP-MIB object: autosupport + type: dynamic discovery_attribute: autosupportStatus attributes: autosupportStatus: @@ -645,6 +654,7 @@ NETAPP-MIB::autosupport: NETAPP-MIB::rpcServ: mib: NETAPP-MIB object: rpcServ + type: dynamic discovery_attribute: rpcCalls attributes: rpcCalls: @@ -711,6 +721,7 @@ NETAPP-MIB::rpcServ: NETAPP-MIB::nfsServ: mib: NETAPP-MIB object: nfsServ + type: dynamic discovery_attribute: nfsCalls attributes: nfsCalls: @@ -725,6 +736,7 @@ NETAPP-MIB::nfsServ: NETAPP-MIB::v2Calls: mib: NETAPP-MIB object: v2Calls + type: dynamic discovery_attribute: v2cNulls attributes: v2cNulls: @@ -803,6 +815,7 @@ NETAPP-MIB::v2Calls: NETAPP-MIB::v2Percent: mib: NETAPP-MIB object: v2Percent + type: dynamic discovery_attribute: v2pNulls attributes: v2pNulls: @@ -881,6 +894,7 @@ NETAPP-MIB::v2Percent: NETAPP-MIB::v2CachedCalls: mib: NETAPP-MIB object: v2CachedCalls + type: dynamic discovery_attribute: v2ccNulls attributes: v2ccNulls: @@ -959,6 +973,7 @@ NETAPP-MIB::v2CachedCalls: NETAPP-MIB::v2CachedPerCent: mib: NETAPP-MIB object: v2CachedPerCent + type: dynamic discovery_attribute: v2cpNulls attributes: v2cpNulls: @@ -1037,6 +1052,7 @@ NETAPP-MIB::v2CachedPerCent: NETAPP-MIB::v3Calls: mib: NETAPP-MIB object: v3Calls + type: dynamic discovery_attribute: v3cNulls attributes: v3cNulls: @@ -1131,6 +1147,7 @@ NETAPP-MIB::v3Calls: NETAPP-MIB::v3Percent: mib: NETAPP-MIB object: v3Percent + type: dynamic discovery_attribute: v3pNulls attributes: v3pNulls: @@ -1225,6 +1242,7 @@ NETAPP-MIB::v3Percent: NETAPP-MIB::v3CachedCalls: mib: NETAPP-MIB object: v3CachedCalls + type: dynamic discovery_attribute: v3ccNulls attributes: v3ccNulls: @@ -1319,6 +1337,7 @@ NETAPP-MIB::v3CachedCalls: NETAPP-MIB::v3CachedPerCent: mib: NETAPP-MIB object: v3CachedPerCent + type: dynamic discovery_attribute: v3cpNulls attributes: v3cpNulls: @@ -1413,6 +1432,7 @@ NETAPP-MIB::v3CachedPerCent: NETAPP-MIB::replyCache: mib: NETAPP-MIB object: replyCache + type: dynamic discovery_attribute: rcInProgressHits attributes: rcInProgressHits: @@ -1479,6 +1499,7 @@ NETAPP-MIB::replyCache: # NETAPP-MIB::v2ReadStats: # mib: NETAPP-MIB # object: v2ReadStats +# type: dynamic # discovery_attribute: v2Read512Calls # attributes: # v2Read512Calls: @@ -1521,6 +1542,7 @@ NETAPP-MIB::replyCache: # NETAPP-MIB::v2WriteStats: # mib: NETAPP-MIB # object: v2WriteStats +# type: dynamic # discovery_attribute: v2Write512Calls # attributes: # v2Write512Calls: @@ -1563,6 +1585,7 @@ NETAPP-MIB::replyCache: # NETAPP-MIB::v3ReadStats: # mib: NETAPP-MIB # object: v3ReadStats +# type: dynamic # discovery_attribute: v3Read512Calls # attributes: # v3Read512Calls: @@ -1605,6 +1628,7 @@ NETAPP-MIB::replyCache: # NETAPP-MIB::v3WriteStats: # mib: NETAPP-MIB # object: v3WriteStats +# type: dynamic # discovery_attribute: v3Write512Calls # attributes: # v3Write512Calls: @@ -1647,6 +1671,7 @@ NETAPP-MIB::replyCache: NETAPP-MIB::pclEntry: mib: NETAPP-MIB object: pclEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.4.1.789.1.3.1.3.1.1.1 @@ -1686,6 +1711,7 @@ NETAPP-MIB::pclEntry: NETAPP-MIB::pclEntryNfsV2: mib: NETAPP-MIB object: pclEntryNfsV2 + type: dynamic index: - type: IpAddress oid: .1.3.6.1.4.1.789.1.3.1.3.1.1.1 @@ -1917,6 +1943,7 @@ NETAPP-MIB::pclEntryNfsV2: NETAPP-MIB::pclEntryNfsV3: mib: NETAPP-MIB object: pclEntryNfsV3 + type: dynamic index: - type: IpAddress oid: .1.3.6.1.4.1.789.1.3.1.3.1.1.1 @@ -2176,6 +2203,7 @@ NETAPP-MIB::pclEntryNfsV3: NETAPP-MIB::trpcServ: mib: NETAPP-MIB object: trpcServ + type: dynamic discovery_attribute: trpcCalls attributes: trpcCalls: @@ -2202,6 +2230,7 @@ NETAPP-MIB::trpcServ: NETAPP-MIB::tnfsServ: mib: NETAPP-MIB object: tnfsServ + type: dynamic discovery_attribute: tnfsCalls attributes: tnfsCalls: @@ -2216,6 +2245,7 @@ NETAPP-MIB::tnfsServ: NETAPP-MIB::tv2Calls: mib: NETAPP-MIB object: tv2Calls + type: dynamic discovery_attribute: tv2cNulls attributes: tv2cNulls: @@ -2294,6 +2324,7 @@ NETAPP-MIB::tv2Calls: NETAPP-MIB::tv2Percent: mib: NETAPP-MIB object: tv2Percent + type: dynamic discovery_attribute: tv2pNulls attributes: tv2pNulls: @@ -2372,6 +2403,7 @@ NETAPP-MIB::tv2Percent: NETAPP-MIB::tv2CachedCalls: mib: NETAPP-MIB object: tv2CachedCalls + type: dynamic discovery_attribute: tv2ccNulls attributes: tv2ccNulls: @@ -2450,6 +2482,7 @@ NETAPP-MIB::tv2CachedCalls: NETAPP-MIB::tv2CachedPerCent: mib: NETAPP-MIB object: tv2CachedPerCent + type: dynamic discovery_attribute: tv2cpNulls attributes: tv2cpNulls: @@ -2528,6 +2561,7 @@ NETAPP-MIB::tv2CachedPerCent: NETAPP-MIB::tv3Calls: mib: NETAPP-MIB object: tv3Calls + type: dynamic discovery_attribute: tv3cNulls attributes: tv3cNulls: @@ -2622,6 +2656,7 @@ NETAPP-MIB::tv3Calls: NETAPP-MIB::tv3Percent: mib: NETAPP-MIB object: tv3Percent + type: dynamic discovery_attribute: tv3pNulls attributes: tv3pNulls: @@ -2716,6 +2751,7 @@ NETAPP-MIB::tv3Percent: NETAPP-MIB::tv3CachedCalls: mib: NETAPP-MIB object: tv3CachedCalls + type: dynamic discovery_attribute: tv3ccNulls attributes: tv3ccNulls: @@ -2810,6 +2846,7 @@ NETAPP-MIB::tv3CachedCalls: NETAPP-MIB::tv3CachedPerCent: mib: NETAPP-MIB object: tv3CachedPerCent + type: dynamic discovery_attribute: tv3cpNulls attributes: tv3cpNulls: @@ -2904,6 +2941,7 @@ NETAPP-MIB::tv3CachedPerCent: NETAPP-MIB::treplyCache: mib: NETAPP-MIB object: treplyCache + type: dynamic discovery_attribute: trcInProgressHits attributes: trcInProgressHits: @@ -2970,6 +3008,7 @@ NETAPP-MIB::treplyCache: # NETAPP-MIB::tv2ReadStats: # mib: NETAPP-MIB # object: tv2ReadStats +# type: dynamic # discovery_attribute: tv2Read512Calls # attributes: # tv2Read512Calls: @@ -3012,6 +3051,7 @@ NETAPP-MIB::treplyCache: # NETAPP-MIB::tv2WriteStats: # mib: NETAPP-MIB # object: tv2WriteStats +# type: dynamic # discovery_attribute: tv2Write512Calls # attributes: # tv2Write512Calls: @@ -3054,6 +3094,7 @@ NETAPP-MIB::treplyCache: # NETAPP-MIB::tv3ReadStats: # mib: NETAPP-MIB # object: tv3ReadStats +# type: dynamic # discovery_attribute: tv3Read512Calls # attributes: # tv3Read512Calls: @@ -3096,6 +3137,7 @@ NETAPP-MIB::treplyCache: # NETAPP-MIB::tv3WriteStats: # mib: NETAPP-MIB # object: tv3WriteStats +# type: dynamic # discovery_attribute: tv3Write512Calls # attributes: # tv3Write512Calls: @@ -3138,6 +3180,7 @@ NETAPP-MIB::treplyCache: NETAPP-MIB::quota: mib: NETAPP-MIB object: quota + type: dynamic discovery_attribute: quotaState attributes: quotaState: @@ -3152,6 +3195,7 @@ NETAPP-MIB::quota: NETAPP-MIB::qrEntry: mib: NETAPP-MIB object: qrEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.4.3.1.1 @@ -3191,6 +3235,7 @@ NETAPP-MIB::qrEntry: NETAPP-MIB::qvStateEntry: mib: NETAPP-MIB object: qvStateEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.4.4.1.1 @@ -3218,6 +3263,7 @@ NETAPP-MIB::qvStateEntry: NETAPP-MIB::qrVEntry: mib: NETAPP-MIB object: qrVEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.4.5.1.9 @@ -3285,6 +3331,7 @@ NETAPP-MIB::qrVEntry: NETAPP-MIB::qrV2Entry: mib: NETAPP-MIB object: qrV2Entry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.4.6.1.13 @@ -3412,6 +3459,7 @@ NETAPP-MIB::qrV2Entry: NETAPP-MIB::qrV3Entry: mib: NETAPP-MIB object: qrV3Entry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.789.1.4.7.1.1 @@ -3532,6 +3580,7 @@ NETAPP-MIB::qrV3Entry: NETAPP-MIB::filesys: mib: NETAPP-MIB object: filesys + type: dynamic discovery_attribute: filesysMaxfilesAvail attributes: filesysMaxfilesAvail: @@ -3550,6 +3599,7 @@ NETAPP-MIB::filesys: NETAPP-MIB::dfEntry: mib: NETAPP-MIB object: dfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.5.4.1.1 @@ -3863,6 +3913,7 @@ NETAPP-MIB::dfEntry: NETAPP-MIB::fsStatus: mib: NETAPP-MIB object: fsStatus + type: dynamic discovery_attribute: fsOverallStatus attributes: fsOverallStatus: @@ -3885,6 +3936,7 @@ NETAPP-MIB::fsStatus: NETAPP-MIB::volEntry: mib: NETAPP-MIB object: volEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.5.8.1.1 @@ -4012,6 +4064,7 @@ NETAPP-MIB::volEntry: NETAPP-MIB::qtreeEntry: mib: NETAPP-MIB object: qtreeEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.5.10.1.2 @@ -4067,6 +4120,7 @@ NETAPP-MIB::qtreeEntry: NETAPP-MIB::aggrEntry: mib: NETAPP-MIB object: aggrEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.5.11.1.1 @@ -4203,6 +4257,7 @@ NETAPP-MIB::aggrEntry: NETAPP-MIB::raidEntry: mib: NETAPP-MIB object: raidEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.6.1.1.1 @@ -4254,6 +4309,7 @@ NETAPP-MIB::raidEntry: NETAPP-MIB::raidVEntry: mib: NETAPP-MIB object: raidVEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.6.2.1.12 @@ -4415,6 +4471,7 @@ NETAPP-MIB::raidVEntry: NETAPP-MIB::spareEntry: mib: NETAPP-MIB object: spareEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.6.3.1.1 @@ -4533,6 +4590,7 @@ NETAPP-MIB::spareEntry: NETAPP-MIB::diskSummary: mib: NETAPP-MIB object: diskSummary + type: dynamic discovery_attribute: diskTotalCount attributes: diskTotalCount: @@ -4583,6 +4641,7 @@ NETAPP-MIB::diskSummary: NETAPP-MIB::otherDiskEntry: mib: NETAPP-MIB object: otherDiskEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.6.9.1.1 @@ -4693,6 +4752,7 @@ NETAPP-MIB::otherDiskEntry: NETAPP-MIB::raidPEntry: mib: NETAPP-MIB object: raidPEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.6.10.1.3 @@ -4846,6 +4906,7 @@ NETAPP-MIB::raidPEntry: NETAPP-MIB::plexEntry: mib: NETAPP-MIB object: plexEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.6.11.1.1 @@ -4873,6 +4934,7 @@ NETAPP-MIB::plexEntry: NETAPP-MIB::outOfDateDiskEntry: mib: NETAPP-MIB object: outOfDateDiskEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.6.13.1.1 @@ -5054,6 +5116,7 @@ NETAPP-MIB::outOfDateDiskEntry: NETAPP-MIB::cifsInfo: mib: NETAPP-MIB object: cifsInfo + type: dynamic discovery_attribute: cifsStatus attributes: cifsStatus: @@ -5132,6 +5195,7 @@ NETAPP-MIB::cifsInfo: NETAPP-MIB::cifsOps: mib: NETAPP-MIB object: cifsOps + type: dynamic discovery_attribute: cifsTotalOps attributes: cifsTotalOps: @@ -5182,6 +5246,7 @@ NETAPP-MIB::cifsOps: NETAPP-MIB::cifsReqs: mib: NETAPP-MIB object: cifsReqs + type: dynamic discovery_attribute: smbNegProts attributes: smbNegProts: @@ -5212,6 +5277,7 @@ NETAPP-MIB::cifsReqs: NETAPP-MIB::cifsReqsSMB: mib: NETAPP-MIB object: cifsReqsSMB + type: dynamic discovery_attribute: smbEchos attributes: smbEchos: @@ -5362,6 +5428,7 @@ NETAPP-MIB::cifsReqsSMB: NETAPP-MIB::cifsReqsSMB2: mib: NETAPP-MIB object: cifsReqsSMB2 + type: dynamic discovery_attribute: smb2Echos attributes: smb2Echos: @@ -5608,6 +5675,7 @@ NETAPP-MIB::cifsReqsSMB2: NETAPP-MIB::cifsPercent: mib: NETAPP-MIB object: cifsPercent + type: dynamic discovery_attribute: smbNegProtPct attributes: smbNegProtPct: @@ -5638,6 +5706,7 @@ NETAPP-MIB::cifsPercent: NETAPP-MIB::cifsPercentSMB: mib: NETAPP-MIB object: cifsPercentSMB + type: dynamic discovery_attribute: smbEchoPct attributes: smbEchoPct: @@ -5784,6 +5853,7 @@ NETAPP-MIB::cifsPercentSMB: NETAPP-MIB::cifsPercentSMB2: mib: NETAPP-MIB object: cifsPercentSMB2 + type: dynamic discovery_attribute: smb2EchoPct attributes: smb2EchoPct: @@ -6014,6 +6084,7 @@ NETAPP-MIB::cifsPercentSMB2: NETAPP-MIB::cifsObsReqs: mib: NETAPP-MIB object: cifsObsReqs + type: dynamic discovery_attribute: obsSmbClosePrintFiles attributes: obsSmbClosePrintFiles: @@ -6128,6 +6199,7 @@ NETAPP-MIB::cifsObsReqs: NETAPP-MIB::cifsObsPercent: mib: NETAPP-MIB object: cifsObsPercent + type: dynamic discovery_attribute: obsSmbClosePrintFilePct attributes: obsSmbClosePrintFilePct: @@ -6242,6 +6314,7 @@ NETAPP-MIB::cifsObsPercent: NETAPP-MIB::cifsMisc: mib: NETAPP-MIB object: cifsMisc + type: dynamic discovery_attribute: cifsCancelLocks attributes: cifsCancelLocks: @@ -6508,6 +6581,7 @@ NETAPP-MIB::cifsMisc: NETAPP-MIB::amEntry: mib: NETAPP-MIB object: amEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.8.2.3.4.1.1 @@ -6545,6 +6619,7 @@ NETAPP-MIB::amEntry: NETAPP-MIB::takeoverinfo: mib: NETAPP-MIB object: takeoverinfo + type: stable discovery_attribute: takeoverAddrs attributes: takeoverAddrs: @@ -6563,6 +6638,7 @@ NETAPP-MIB::takeoverinfo: NETAPP-MIB::ncStats: mib: NETAPP-MIB object: ncStats + type: dynamic discovery_attribute: ncObjectsStored attributes: ncObjectsStored: @@ -6593,6 +6669,7 @@ NETAPP-MIB::ncStats: NETAPP-MIB::ncHttp: mib: NETAPP-MIB object: ncHttp + type: dynamic discovery_attribute: ncHttpTotalRequests attributes: ncHttpTotalRequests: @@ -6743,6 +6820,7 @@ NETAPP-MIB::ncHttp: NETAPP-MIB::ncHttpAccelEntry: mib: NETAPP-MIB object: ncHttpAccelEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.8.3.6.37.1.1 @@ -6766,6 +6844,7 @@ NETAPP-MIB::ncHttpAccelEntry: NETAPP-MIB::ncHttpsAccelEntry: mib: NETAPP-MIB object: ncHttpsAccelEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.8.3.6.38.1.1 @@ -6789,6 +6868,7 @@ NETAPP-MIB::ncHttpsAccelEntry: NETAPP-MIB::ncNntp: mib: NETAPP-MIB object: ncNntp + type: dynamic discovery_attribute: ncNntpTotalRequests attributes: ncNntpTotalRequests: @@ -6851,6 +6931,7 @@ NETAPP-MIB::ncNntp: NETAPP-MIB::ncFtp: mib: NETAPP-MIB object: ncFtp + type: dynamic discovery_attribute: ncFtpTotalRequests attributes: ncFtpTotalRequests: @@ -6913,6 +6994,7 @@ NETAPP-MIB::ncFtp: NETAPP-MIB::ncStreaming: mib: NETAPP-MIB object: ncStreaming + type: dynamic discovery_attribute: ncStreamingServConns attributes: ncStreamingServConns: @@ -7099,6 +7181,7 @@ NETAPP-MIB::ncStreaming: NETAPP-MIB::ncStreamingAccelEntry: mib: NETAPP-MIB object: ncStreamingAccelEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.8.3.9.45.1.1 @@ -7122,6 +7205,7 @@ NETAPP-MIB::ncStreamingAccelEntry: NETAPP-MIB::ncDns: mib: NETAPP-MIB object: ncDns + type: dynamic discovery_attribute: ncDnsRequestsReceived attributes: ncDnsRequestsReceived: @@ -7164,6 +7248,7 @@ NETAPP-MIB::ncDns: NETAPP-MIB::ncDnsIres: mib: NETAPP-MIB object: ncDnsIres + type: dynamic augments: NETAPP-MIB::ncDns discovery_attribute: ncDnsIresIsEnabled attributes: @@ -7195,6 +7280,7 @@ NETAPP-MIB::ncDnsIres: NETAPP-MIB::ncNtlm: mib: NETAPP-MIB object: ncNtlm + type: dynamic discovery_attribute: ncNtlmPossibleProblem attributes: ncNtlmPossibleProblem: @@ -7205,6 +7291,7 @@ NETAPP-MIB::ncNtlm: NETAPP-MIB::ncRMMem: mib: NETAPP-MIB object: ncRMMem + type: dynamic discovery_attribute: ncRMMemTotal attributes: ncRMMemTotal: @@ -7219,6 +7306,7 @@ NETAPP-MIB::ncRMMem: NETAPP-MIB::snapmirror: mib: NETAPP-MIB object: snapmirror + type: dynamic discovery_attribute: snapmirrorOn attributes: snapmirrorOn: @@ -7297,6 +7385,7 @@ NETAPP-MIB::snapmirror: NETAPP-MIB::snapmirrorStatusEntry: mib: NETAPP-MIB object: snapmirrorStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.9.20.1.1 @@ -7427,6 +7516,7 @@ NETAPP-MIB::snapmirrorStatusEntry: NETAPP-MIB::ndmp: mib: NETAPP-MIB object: ndmp + type: dynamic discovery_attribute: ndmpOn attributes: ndmpOn: @@ -7477,6 +7567,7 @@ NETAPP-MIB::ndmp: NETAPP-MIB::fabricEntry: mib: NETAPP-MIB object: fabricEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.11.2.1.1 @@ -7504,6 +7595,7 @@ NETAPP-MIB::fabricEntry: NETAPP-MIB::switchEntry: mib: NETAPP-MIB object: switchEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.11.3.1.14 @@ -7575,6 +7667,7 @@ NETAPP-MIB::switchEntry: NETAPP-MIB::portEntry: mib: NETAPP-MIB object: portEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.11.4.1.8 @@ -7672,6 +7765,7 @@ NETAPP-MIB::portEntry: NETAPP-MIB::dafsNicEntry: mib: NETAPP-MIB object: dafsNicEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.12.2.1.1 @@ -7733,6 +7827,7 @@ NETAPP-MIB::dafsNicEntry: NETAPP-MIB::totDafs: mib: NETAPP-MIB object: totDafs + type: dynamic discovery_attribute: dafsCalls attributes: dafsCalls: @@ -7987,6 +8082,7 @@ NETAPP-MIB::totDafs: NETAPP-MIB::dafsSessionEntry: mib: NETAPP-MIB object: dafsSessionEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.12.5.1.1 @@ -8085,6 +8181,7 @@ NETAPP-MIB::dafsSessionEntry: NETAPP-MIB::viaNodeConnection: mib: NETAPP-MIB object: viaNodeConnection + type: dynamic discovery_attribute: viaNodeSystemName attributes: viaNodeSystemName: @@ -8179,6 +8276,7 @@ NETAPP-MIB::viaNodeConnection: NETAPP-MIB::viaConnEntry: mib: NETAPP-MIB object: viaConnEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.13.1.23.1.2 @@ -8266,6 +8364,7 @@ NETAPP-MIB::viaConnEntry: NETAPP-MIB::viaErrors: mib: NETAPP-MIB object: viaErrors + type: dynamic discovery_attribute: viaErrPostDesc attributes: viaErrPostDesc: @@ -8300,6 +8399,7 @@ NETAPP-MIB::viaErrors: NETAPP-MIB::viaNicEntry: mib: NETAPP-MIB object: viaNicEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.13.3.1.1.1 @@ -8403,6 +8503,7 @@ NETAPP-MIB::viaNicEntry: NETAPP-MIB::dump: mib: NETAPP-MIB object: dump + type: dynamic discovery_attribute: dmpActives attributes: dmpActives: @@ -8480,6 +8581,7 @@ NETAPP-MIB::dump: NETAPP-MIB::restore: mib: NETAPP-MIB object: restore + type: dynamic discovery_attribute: rstActives attributes: rstActives: @@ -8502,6 +8604,7 @@ NETAPP-MIB::restore: NETAPP-MIB::vfEntry: mib: NETAPP-MIB object: vfEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.16.3.1.1 @@ -8606,6 +8709,7 @@ NETAPP-MIB::vfEntry: NETAPP-MIB::blocks: mib: NETAPP-MIB object: blocks + type: dynamic discovery_attribute: fcpCfMode attributes: # fcpLowReadBytes: @@ -8688,6 +8792,7 @@ NETAPP-MIB::blocks: NETAPP-MIB::lunEntry: mib: NETAPP-MIB object: lunEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.17.15.2.1.1 @@ -8975,6 +9080,7 @@ NETAPP-MIB::lunEntry: NETAPP-MIB::fcpTargetEntry: mib: NETAPP-MIB object: fcpTargetEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.17.17.1.1.1 @@ -9091,6 +9197,7 @@ NETAPP-MIB::fcpTargetEntry: NETAPP-MIB::fcpTargetLifEntry: mib: NETAPP-MIB object: fcpTargetLifEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.789.1.17.27.1.1.1 @@ -9130,6 +9237,7 @@ NETAPP-MIB::fcpTargetLifEntry: NETAPP-MIB::nfsCacheStats: mib: NETAPP-MIB object: nfsCacheStats + type: dynamic discovery_attribute: nfsCacheTotalRequests attributes: nfsCacheBytesFromClients: @@ -9293,6 +9401,7 @@ NETAPP-MIB::nfsCacheStats: NETAPP-MIB::snapvault: mib: NETAPP-MIB object: snapvault + type: dynamic discovery_attribute: svOn attributes: svOn: @@ -9331,6 +9440,7 @@ NETAPP-MIB::snapvault: NETAPP-MIB::snapvaultStatusEntry: mib: NETAPP-MIB object: snapvaultStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.19.11.1.1 @@ -9410,6 +9520,7 @@ NETAPP-MIB::snapvaultStatusEntry: NETAPP-MIB::snapvaultHostEntry: mib: NETAPP-MIB object: snapvaultHostEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.19.12.1.1 @@ -9441,6 +9552,7 @@ NETAPP-MIB::snapvaultHostEntry: NETAPP-MIB::snapvaultSchedEntry: mib: NETAPP-MIB object: snapvaultSchedEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.19.13.1.1 @@ -9472,6 +9584,7 @@ NETAPP-MIB::snapvaultSchedEntry: NETAPP-MIB::ftpd: mib: NETAPP-MIB object: ftpd + type: dynamic discovery_attribute: ftpdOn attributes: ftpdOn: @@ -9761,6 +9874,7 @@ NETAPP-MIB::ftpd: NETAPP-MIB::haEntry: mib: NETAPP-MIB object: haEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.789.1.21.2.1.1 @@ -9808,6 +9922,7 @@ NETAPP-MIB::haEntry: NETAPP-MIB::netifEntry: mib: NETAPP-MIB object: netifEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.22.1.2.1.1 @@ -9955,6 +10070,7 @@ NETAPP-MIB::netifEntry: NETAPP-MIB::netportEntry: mib: NETAPP-MIB object: netportEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.789.1.22.2.1.1 @@ -10133,6 +10249,7 @@ NETAPP-MIB::netportEntry: NETAPP-MIB::logicalInterfaceEntry: mib: NETAPP-MIB object: logicalInterfaceEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.789.1.22.4.1.1 @@ -10395,6 +10512,7 @@ NETAPP-MIB::logicalInterfaceEntry: NETAPP-MIB::subnetEntry: mib: NETAPP-MIB object: subnetEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.789.1.22.11.1.1 @@ -10438,6 +10556,7 @@ NETAPP-MIB::subnetEntry: NETAPP-MIB::sisEntry: mib: NETAPP-MIB object: sisEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.23.2.1.1 @@ -10581,6 +10700,7 @@ NETAPP-MIB::sisEntry: NETAPP-MIB::compressEntry: mib: NETAPP-MIB object: compressEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.24.2.1.1 @@ -10642,6 +10762,7 @@ NETAPP-MIB::compressEntry: NETAPP-MIB::nodeEntry: mib: NETAPP-MIB object: nodeEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.789.1.25.2.1.1 @@ -10745,6 +10866,7 @@ NETAPP-MIB::nodeEntry: NETAPP-MIB::extcache: mib: NETAPP-MIB object: extcache + type: dynamic discovery_attribute: extcacheType attributes: extcacheType: @@ -10831,6 +10953,7 @@ NETAPP-MIB::extcache: NETAPP-MIB::vserverEntry: mib: NETAPP-MIB object: vserverEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.789.1.27.1.1.1 @@ -11155,6 +11278,7 @@ NETAPP-MIB::vserverEntry: NETAPP-MIB::snapmirrorRelStatusEntry: mib: NETAPP-MIB object: snapmirrorRelStatusEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.789.1.29.1.1.1 diff --git a/objects/netscaler/NS-ROOT-MIB.yml b/objects/netscaler/NS-ROOT-MIB.yml index 5cb20d60..7db5c697 100644 --- a/objects/netscaler/NS-ROOT-MIB.yml +++ b/objects/netscaler/NS-ROOT-MIB.yml @@ -1,6 +1,7 @@ NS-ROOT-MIB::sysStatistics: mib: NS-ROOT-MIB object: sysStatistics + type: dynamic discovery_attribute: totalClientConnections attributes: totalClientConnections: @@ -75,6 +76,7 @@ NS-ROOT-MIB::sysStatistics: NS-ROOT-MIB::wsHttpGroup: mib: NS-ROOT-MIB object: wsHttpGroup + type: dynamic discovery_attribute: totalRequests attributes: totalRequests: @@ -137,6 +139,7 @@ NS-ROOT-MIB::wsHttpGroup: NS-ROOT-MIB::wsIfStatsEntry: mib: NS-ROOT-MIB object: wsIfStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.2.1.19.1.1 @@ -220,6 +223,7 @@ NS-ROOT-MIB::wsIfStatsEntry: NS-ROOT-MIB::wsudpgroup: mib: NS-ROOT-MIB object: wsudpgroup + type: dynamic discovery_attribute: totudpsessions attributes: totudpsessions: @@ -288,6 +292,7 @@ NS-ROOT-MIB::wsudpgroup: NS-ROOT-MIB::lbStatisticsEntry: mib: NS-ROOT-MIB object: lbStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.3.1.1.1 @@ -425,6 +430,7 @@ NS-ROOT-MIB::lbStatisticsEntry: NS-ROOT-MIB::scperServiceStatisticsEntry: mib: NS-ROOT-MIB object: scperServiceStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.4.1.1.1.1 @@ -464,6 +470,7 @@ NS-ROOT-MIB::scperServiceStatisticsEntry: NS-ROOT-MIB::scperPolicyStatisticsEntry: mib: NS-ROOT-MIB object: scperPolicyStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.4.1.2.1.1 @@ -503,6 +510,7 @@ NS-ROOT-MIB::scperPolicyStatisticsEntry: NS-ROOT-MIB::scGlobalStats: mib: NS-ROOT-MIB object: scGlobalStats + type: dynamic discovery_attribute: scUrlHits attributes: scUrlHits: @@ -588,6 +596,7 @@ NS-ROOT-MIB::scGlobalStats: NS-ROOT-MIB::cswStatisticsEntry: mib: NS-ROOT-MIB object: cswStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.5.1.1.1 @@ -623,6 +632,7 @@ NS-ROOT-MIB::cswStatisticsEntry: NS-ROOT-MIB::cswConfigEntry: mib: NS-ROOT-MIB object: cswConfigEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.5.2.1.1 @@ -658,6 +668,7 @@ NS-ROOT-MIB::cswConfigEntry: NS-ROOT-MIB::crStatisticsEntry: mib: NS-ROOT-MIB object: crStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.6.1.1.1 @@ -693,6 +704,7 @@ NS-ROOT-MIB::crStatisticsEntry: NS-ROOT-MIB::crPolBindConfigEntry: mib: NS-ROOT-MIB object: crPolBindConfigEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.6.2.1.1.1 @@ -720,6 +732,7 @@ NS-ROOT-MIB::crPolBindConfigEntry: NS-ROOT-MIB::crMapBindConfigEntry: mib: NS-ROOT-MIB object: crMapBindConfigEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.6.2.2.1.1 @@ -774,6 +787,7 @@ NS-ROOT-MIB::crMapBindConfigEntry: NS-ROOT-MIB::compressionStats: mib: NS-ROOT-MIB object: compressionStats + type: dynamic discovery_attribute: cmpTotRequests attributes: cmpTotRequests: @@ -808,6 +822,7 @@ NS-ROOT-MIB::compressionStats: NS-ROOT-MIB::vlanstatsEntry: mib: NS-ROOT-MIB object: vlanstatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.8.1.1.1 @@ -843,6 +858,7 @@ NS-ROOT-MIB::vlanstatsEntry: NS-ROOT-MIB::vlanconfigEntry: mib: NS-ROOT-MIB object: vlanconfigEntry + type: dynamic augments: NS-ROOT-MIB::vlanstatsEntry # index: # - type: Integer32 @@ -875,6 +891,7 @@ NS-ROOT-MIB::vlanconfigEntry: NS-ROOT-MIB::dnsServerStatistics: mib: NS-ROOT-MIB object: dnsServerStatistics + type: dynamic discovery_attribute: totQueries attributes: totQueries: @@ -945,6 +962,7 @@ NS-ROOT-MIB::dnsServerStatistics: NS-ROOT-MIB::dnsServerConfig: mib: NS-ROOT-MIB object: dnsServerConfig + type: dynamic augments: NS-ROOT-MIB::dnsServerStatistics discovery_attribute: dnsServerRecursion attributes: @@ -956,6 +974,7 @@ NS-ROOT-MIB::dnsServerConfig: NS-ROOT-MIB::gslbDomainStatsEntry: mib: NS-ROOT-MIB object: gslbDomainStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.10.1.1.1.1 @@ -975,6 +994,7 @@ NS-ROOT-MIB::gslbDomainStatsEntry: NS-ROOT-MIB::gslbDomainConfigEntry: mib: NS-ROOT-MIB object: gslbDomainConfigEntry + type: dynamic augments: NS-ROOT-MIB::gslbDomainStatsEntry # index: # - type: Integer32 @@ -1002,6 +1022,7 @@ NS-ROOT-MIB::gslbDomainConfigEntry: NS-ROOT-MIB::pqStatsperLBVipEntry: mib: NS-ROOT-MIB object: pqStatsperLBVipEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.11.1.1.1.1 @@ -1029,6 +1050,7 @@ NS-ROOT-MIB::pqStatsperLBVipEntry: NS-ROOT-MIB::pqStatsperpqpolicyandperLBVipEntry: mib: NS-ROOT-MIB object: pqStatsperpqpolicyandperLBVipEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.11.1.2.1.1 @@ -1060,6 +1082,7 @@ NS-ROOT-MIB::pqStatsperpqpolicyandperLBVipEntry: NS-ROOT-MIB::pqpolicyconfigEntry: mib: NS-ROOT-MIB object: pqpolicyconfigEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.11.2.1.1.1 @@ -1095,6 +1118,7 @@ NS-ROOT-MIB::pqpolicyconfigEntry: NS-ROOT-MIB::dosservicestatsEntry: mib: NS-ROOT-MIB object: dosservicestatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.12.1.1.1.1 @@ -1118,6 +1142,7 @@ NS-ROOT-MIB::dosservicestatsEntry: NS-ROOT-MIB::dospolicyconfigEntry: mib: NS-ROOT-MIB object: dospolicyconfigEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.12.2.1.1.1 @@ -1137,6 +1162,7 @@ NS-ROOT-MIB::dospolicyconfigEntry: NS-ROOT-MIB::sslglobalstats: mib: NS-ROOT-MIB object: sslglobalstats + type: dynamic discovery_attribute: currSPS attributes: currSPS: @@ -1239,6 +1265,7 @@ NS-ROOT-MIB::sslglobalstats: NS-ROOT-MIB::certKeyEntry: mib: NS-ROOT-MIB object: certKeyEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.13.2.1.1.1 @@ -1266,6 +1293,7 @@ NS-ROOT-MIB::certKeyEntry: NS-ROOT-MIB::crlEntry: mib: NS-ROOT-MIB object: crlEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.13.2.2.1.1 @@ -1289,6 +1317,7 @@ NS-ROOT-MIB::crlEntry: NS-ROOT-MIB::cipherGroupEntry: mib: NS-ROOT-MIB object: cipherGroupEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.13.2.3.1.1 @@ -1316,6 +1345,7 @@ NS-ROOT-MIB::cipherGroupEntry: NS-ROOT-MIB::advanceSSLConfigEntry: mib: NS-ROOT-MIB object: advanceSSLConfigEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.13.2.4.1.1 @@ -1395,6 +1425,7 @@ NS-ROOT-MIB::advanceSSLConfigEntry: NS-ROOT-MIB::certBindingConfigEntry: mib: NS-ROOT-MIB object: certBindingConfigEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.13.2.5.1.1 @@ -1426,6 +1457,7 @@ NS-ROOT-MIB::certBindingConfigEntry: NS-ROOT-MIB::cipherBindingConfigEntry: mib: NS-ROOT-MIB object: cipherBindingConfigEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.13.2.6.1.1 @@ -1457,6 +1489,7 @@ NS-ROOT-MIB::cipherBindingConfigEntry: NS-ROOT-MIB::cpestatspolicyEntry: mib: NS-ROOT-MIB object: cpestatspolicyEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.14.1.1.1.1 @@ -1476,6 +1509,7 @@ NS-ROOT-MIB::cpestatspolicyEntry: NS-ROOT-MIB::cpestatsactionEntry: mib: NS-ROOT-MIB object: cpestatsactionEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.14.1.2.1.1 @@ -1495,6 +1529,7 @@ NS-ROOT-MIB::cpestatsactionEntry: NS-ROOT-MIB::cpeconfigpolicyEntry: mib: NS-ROOT-MIB object: cpeconfigpolicyEntry + type: dynamic augments: NS-ROOT-MIB::cpestatspolicyEntry # index: # - type: Integer32 @@ -1519,6 +1554,7 @@ NS-ROOT-MIB::cpeconfigpolicyEntry: NS-ROOT-MIB::cpeconfigactionEntry: mib: NS-ROOT-MIB object: cpeconfigactionEntry + type: dynamic augments: NS-ROOT-MIB::cpestatsactionEntry # index: # - type: Integer32 @@ -1555,6 +1591,7 @@ NS-ROOT-MIB::cpeconfigactionEntry: NS-ROOT-MIB::cpeExprConfigStatsEntry: mib: NS-ROOT-MIB object: cpeExprConfigStatsEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.1.14.3.1.1 @@ -1598,6 +1635,7 @@ NS-ROOT-MIB::cpeExprConfigStatsEntry: NS-ROOT-MIB::nsSysGroup: mib: NS-ROOT-MIB object: nsSysGroup + type: stable discovery_attribute: sysBuildVersion attributes: sysBuildVersion: @@ -1676,6 +1714,7 @@ NS-ROOT-MIB::nsSysGroup: NS-ROOT-MIB::nsFeatureInfo: mib: NS-ROOT-MIB object: nsFeatureInfo + type: stable discovery_attribute: featureWebLogging attributes: featureWebLogging: @@ -1806,6 +1845,7 @@ NS-ROOT-MIB::nsFeatureInfo: NS-ROOT-MIB::nsModeInfo: mib: NS-ROOT-MIB object: nsModeInfo + type: stable discovery_attribute: modeFastRamp attributes: modeFastRamp: @@ -1876,6 +1916,7 @@ NS-ROOT-MIB::nsModeInfo: NS-ROOT-MIB::aclStatsGroup: mib: NS-ROOT-MIB object: aclStatsGroup + type: dynamic discovery_attribute: aclTotPktsBridged attributes: # aclTotPktsBridgedLow: @@ -1958,6 +1999,7 @@ NS-ROOT-MIB::aclStatsGroup: NS-ROOT-MIB::nsAclEntry: mib: NS-ROOT-MIB object: nsAclEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.22.1.20.1.1 @@ -1985,6 +2027,7 @@ NS-ROOT-MIB::nsAclEntry: NS-ROOT-MIB::contentFiltersEntry: mib: NS-ROOT-MIB object: contentFiltersEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.22.2.1.1 @@ -2008,6 +2051,7 @@ NS-ROOT-MIB::contentFiltersEntry: NS-ROOT-MIB::saclStatsGroup: mib: NS-ROOT-MIB object: saclStatsGroup + type: dynamic discovery_attribute: saclTotPktsBridged attributes: saclTotPktsBridged: @@ -2038,6 +2082,7 @@ NS-ROOT-MIB::saclStatsGroup: NS-ROOT-MIB::acl6StatsGroup: mib: NS-ROOT-MIB object: acl6StatsGroup + type: dynamic discovery_attribute: acl6TotPktsBridged attributes: acl6TotPktsBridged: @@ -2088,6 +2133,7 @@ NS-ROOT-MIB::acl6StatsGroup: NS-ROOT-MIB::nsAcl6Entry: mib: NS-ROOT-MIB object: nsAcl6Entry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.22.4.20.1.1 @@ -2111,6 +2157,7 @@ NS-ROOT-MIB::nsAcl6Entry: NS-ROOT-MIB::pbrStatsGroup: mib: NS-ROOT-MIB object: pbrStatsGroup + type: dynamic discovery_attribute: pbrTotPktsAllowed attributes: pbrTotPktsAllowed: @@ -2133,6 +2180,7 @@ NS-ROOT-MIB::pbrStatsGroup: NS-ROOT-MIB::nsPbrEntry: mib: NS-ROOT-MIB object: nsPbrEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.22.5.20.1.1 @@ -2156,6 +2204,7 @@ NS-ROOT-MIB::nsPbrEntry: NS-ROOT-MIB::sacl6StatsGroup: mib: NS-ROOT-MIB object: sacl6StatsGroup + type: dynamic discovery_attribute: sacl6TotPktsBridged attributes: sacl6TotPktsBridged: @@ -2186,6 +2235,7 @@ NS-ROOT-MIB::sacl6StatsGroup: NS-ROOT-MIB::pbr6StatsGroup: mib: NS-ROOT-MIB object: pbr6StatsGroup + type: dynamic discovery_attribute: pbr6TotPktsAllowed attributes: pbr6TotPktsAllowed: @@ -2212,6 +2262,7 @@ NS-ROOT-MIB::pbr6StatsGroup: NS-ROOT-MIB::nsPbr6Entry: mib: NS-ROOT-MIB object: nsPbr6Entry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.22.7.20.1.1 @@ -2235,6 +2286,7 @@ NS-ROOT-MIB::nsPbr6Entry: NS-ROOT-MIB::nsHighAvailabilityGroup: mib: NS-ROOT-MIB object: nsHighAvailabilityGroup + type: dynamic discovery_attribute: haPeerId attributes: haPeerId: @@ -2337,6 +2389,7 @@ NS-ROOT-MIB::nsHighAvailabilityGroup: NS-ROOT-MIB::vlanEntry: mib: NS-ROOT-MIB object: vlanEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.4.1.1.24.1.1 @@ -2483,6 +2536,7 @@ NS-ROOT-MIB::vlanEntry: NS-ROOT-MIB::nsResourceGroup: mib: NS-ROOT-MIB object: nsResourceGroup + type: dynamic discovery_attribute: resCpuUsage attributes: resCpuUsage: @@ -2521,6 +2575,7 @@ NS-ROOT-MIB::nsResourceGroup: NS-ROOT-MIB::nsCPUEntry: mib: NS-ROOT-MIB object: nsCPUEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.41.6.1.1 @@ -2536,6 +2591,7 @@ NS-ROOT-MIB::nsCPUEntry: NS-ROOT-MIB::nsSysHealthEntry: mib: NS-ROOT-MIB object: nsSysHealthEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.41.7.1.1 @@ -2551,6 +2607,7 @@ NS-ROOT-MIB::nsSysHealthEntry: NS-ROOT-MIB::nsSysHealthDiskEntry: mib: NS-ROOT-MIB object: nsSysHealthDiskEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.41.8.1.1 @@ -2578,6 +2635,7 @@ NS-ROOT-MIB::nsSysHealthDiskEntry: NS-ROOT-MIB::nsIpStatsGroup: mib: NS-ROOT-MIB object: nsIpStatsGroup + type: dynamic discovery_attribute: ipTotRxPkts attributes: # ipTotRxPktsLow: @@ -2820,6 +2878,7 @@ NS-ROOT-MIB::nsIpStatsGroup: NS-ROOT-MIB::nsIcmpStatsGroup: mib: NS-ROOT-MIB object: nsIcmpStatsGroup + type: dynamic discovery_attribute: icmpCurRateThreshold attributes: # icmpTotRxPktsLow: @@ -3010,6 +3069,7 @@ NS-ROOT-MIB::nsIcmpStatsGroup: NS-ROOT-MIB::nsUdpStatsGroup: mib: NS-ROOT-MIB object: nsUdpStatsGroup + type: dynamic discovery_attribute: udpCurRateThreshold attributes: # udpTotUnknownSvcPktsLow: @@ -3104,6 +3164,7 @@ NS-ROOT-MIB::nsUdpStatsGroup: NS-ROOT-MIB::nsTcpStatsGroup: mib: NS-ROOT-MIB object: nsTcpStatsGroup + type: dynamic discovery_attribute: tcpCurServerConn attributes: tcpCurServerConn: @@ -3314,6 +3375,7 @@ NS-ROOT-MIB::nsTcpStatsGroup: NS-ROOT-MIB::nsTcpStatsGroupErr: mib: NS-ROOT-MIB object: nsTcpStatsGroupErr + type: dynamic discovery_attribute: tcpErrBadCheckSum attributes: tcpErrBadCheckSum: @@ -3496,6 +3558,7 @@ NS-ROOT-MIB::nsTcpStatsGroupErr: NS-ROOT-MIB::nsTcpStatsGroupMptcp: mib: NS-ROOT-MIB object: nsTcpStatsGroupMptcp + type: dynamic discovery_attribute: mptcpCurMpcapableSessions attributes: mptcpCurMpcapableSessions: @@ -3638,6 +3701,7 @@ NS-ROOT-MIB::nsTcpStatsGroupMptcp: NS-ROOT-MIB::nsSslStatsGroup: mib: NS-ROOT-MIB object: nsSslStatsGroup + type: dynamic discovery_attribute: sslCardStatus attributes: sslCardStatus: @@ -3844,6 +3908,7 @@ NS-ROOT-MIB::nsSslStatsGroup: NS-ROOT-MIB::nsSslStatsGroupTransactions: mib: NS-ROOT-MIB object: nsSslStatsGroupTransactions + type: dynamic discovery_attribute: sslTotTransactions attributes: # sslTotTransactionsLow: @@ -3898,6 +3963,7 @@ NS-ROOT-MIB::nsSslStatsGroupTransactions: NS-ROOT-MIB::nsSslStatsGroupHandshakes: mib: NS-ROOT-MIB object: nsSslStatsGroupHandshakes + type: dynamic discovery_attribute: sslTotSSLv2Handshakes attributes: # sslTotSSLv2HandshakesLow: @@ -3964,6 +4030,7 @@ NS-ROOT-MIB::nsSslStatsGroupHandshakes: NS-ROOT-MIB::nsSslStatsGroupAuthentications: mib: NS-ROOT-MIB object: nsSslStatsGroupAuthentications + type: dynamic discovery_attribute: sslTotSSLv2ClientAuthentications attributes: # sslTotSSLv2ClientAuthenticationsLow: @@ -4030,6 +4097,7 @@ NS-ROOT-MIB::nsSslStatsGroupAuthentications: NS-ROOT-MIB::nsSslStatsGroupAuthorizations: mib: NS-ROOT-MIB object: nsSslStatsGroupAuthorizations + type: dynamic discovery_attribute: sslTotRSAAuthorizations attributes: # sslTotRSAAuthorizationsLow: @@ -4132,6 +4200,7 @@ NS-ROOT-MIB::nsSslStatsGroupAuthorizations: NS-ROOT-MIB::nsSslStatsGroupCiphers: mib: NS-ROOT-MIB object: nsSslStatsGroupCiphers + type: dynamic discovery_attribute: sslTot40BitRC4Ciphers attributes: # sslTot40BitRC4CiphersLow: @@ -4426,6 +4495,7 @@ NS-ROOT-MIB::nsSslStatsGroupCiphers: NS-ROOT-MIB::nsSslStatsGroupSessions: mib: NS-ROOT-MIB object: nsSslStatsGroupSessions + type: dynamic discovery_attribute: sslTotSessions attributes: sslSessionsPerSec: @@ -4680,6 +4750,7 @@ NS-ROOT-MIB::nsSslStatsGroupSessions: NS-ROOT-MIB::nsSslStatsGroupKeyExchanges: mib: NS-ROOT-MIB object: nsSslStatsGroupKeyExchanges + type: dynamic discovery_attribute: sslTotRSA512keyExchanges attributes: # sslTotRSA512keyExchangesLow: @@ -4874,6 +4945,7 @@ NS-ROOT-MIB::nsSslStatsGroupKeyExchanges: NS-ROOT-MIB::nsHttpStatsGroup: mib: NS-ROOT-MIB object: nsHttpStatsGroup + type: dynamic discovery_attribute: httpTotGets attributes: # httpTotGetsLow: @@ -5180,6 +5252,7 @@ NS-ROOT-MIB::nsHttpStatsGroup: NS-ROOT-MIB::nsCacheStatsGroup: mib: NS-ROOT-MIB object: nsCacheStatsGroup + type: dynamic discovery_attribute: cacheMaxMemoryKB attributes: cacheMaxMemoryKB: @@ -5510,6 +5583,7 @@ NS-ROOT-MIB::nsCacheStatsGroup: NS-ROOT-MIB::nsCompressionStatsGroup: mib: NS-ROOT-MIB object: nsCompressionStatsGroup + type: dynamic discovery_attribute: compTotalRequests attributes: compTotalRequests: @@ -5588,6 +5662,7 @@ NS-ROOT-MIB::nsCompressionStatsGroup: NS-ROOT-MIB::nsCompressionStatsGroupDecomp: mib: NS-ROOT-MIB object: nsCompressionStatsGroupDecomp + type: dynamic discovery_attribute: deCompTcpRxPackets attributes: deCompTcpRxPackets: @@ -5638,6 +5713,7 @@ NS-ROOT-MIB::nsCompressionStatsGroupDecomp: NS-ROOT-MIB::nsCompressionStatsGroupDeltaComp: mib: NS-ROOT-MIB object: nsCompressionStatsGroupDeltaComp + type: dynamic discovery_attribute: delCompTotalRequests attributes: delCompTotalRequests: @@ -5712,6 +5788,7 @@ NS-ROOT-MIB::nsCompressionStatsGroupDeltaComp: NS-ROOT-MIB::gslbGlobalStats: mib: NS-ROOT-MIB object: gslbGlobalStats + type: active discovery_attribute: customEntries attributes: customEntries: @@ -5726,6 +5803,7 @@ NS-ROOT-MIB::gslbGlobalStats: NS-ROOT-MIB::gslbSitesEntry: mib: NS-ROOT-MIB object: gslbSitesEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.51.2.1.1.1 @@ -5811,6 +5889,7 @@ NS-ROOT-MIB::gslbSitesEntry: NS-ROOT-MIB::gslbPoliciesEntry: mib: NS-ROOT-MIB object: gslbPoliciesEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.51.2.2.1.1 @@ -5826,6 +5905,7 @@ NS-ROOT-MIB::gslbPoliciesEntry: NS-ROOT-MIB::nsDomainEntry: mib: NS-ROOT-MIB object: nsDomainEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.51.3.1.1.1 @@ -5845,6 +5925,7 @@ NS-ROOT-MIB::nsDomainEntry: NS-ROOT-MIB::nsPolicyStatsEntry: mib: NS-ROOT-MIB object: nsPolicyStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.52.1.1.1 @@ -5872,6 +5953,7 @@ NS-ROOT-MIB::nsPolicyStatsEntry: NS-ROOT-MIB::nsDnsServerStatsGroup: mib: NS-ROOT-MIB object: nsDnsServerStatsGroup + type: dynamic discovery_attribute: dnsTotQueries attributes: dnsTotQueries: @@ -6162,6 +6244,7 @@ NS-ROOT-MIB::nsDnsServerStatsGroup: NS-ROOT-MIB::nsdnsRegisterEntry: mib: NS-ROOT-MIB object: nsdnsRegisterEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.53.2.1.1 @@ -6213,6 +6296,7 @@ NS-ROOT-MIB::nsdnsRegisterEntry: NS-ROOT-MIB::nsIfStatsEntry: mib: NS-ROOT-MIB object: nsIfStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.54.1.1 @@ -6428,6 +6512,7 @@ NS-ROOT-MIB::nsIfStatsEntry: NS-ROOT-MIB::scPolicyStatistics: mib: NS-ROOT-MIB object: scPolicyStatistics + type: dynamic discovery_attribute: scPolicyUrlHits attributes: scPolicyUrlHits: @@ -6478,6 +6563,7 @@ NS-ROOT-MIB::scPolicyStatistics: NS-ROOT-MIB::scPolicyConfigEntry: mib: NS-ROOT-MIB object: scPolicyConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.55.2.1.1.1 @@ -6517,6 +6603,7 @@ NS-ROOT-MIB::scPolicyConfigEntry: NS-ROOT-MIB::sslCertKeyEntry: mib: NS-ROOT-MIB object: sslCertKeyEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.56.1.1.1 @@ -6544,6 +6631,7 @@ NS-ROOT-MIB::sslCertKeyEntry: NS-ROOT-MIB::sslCrlEntry: mib: NS-ROOT-MIB object: sslCrlEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.56.2.1.1 @@ -6567,6 +6655,7 @@ NS-ROOT-MIB::sslCrlEntry: NS-ROOT-MIB::sslCipherGroupEntry: mib: NS-ROOT-MIB object: sslCipherGroupEntry + type: immutable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.56.3.1.1 @@ -6586,6 +6675,7 @@ NS-ROOT-MIB::sslCipherGroupEntry: NS-ROOT-MIB::dosPolicyEntry: mib: NS-ROOT-MIB object: dosPolicyEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.57.1.1.1 @@ -6601,6 +6691,7 @@ NS-ROOT-MIB::dosPolicyEntry: NS-ROOT-MIB::dosPolicyStatistics: mib: NS-ROOT-MIB object: dosPolicyStatistics + type: dynamic discovery_attribute: dosTotConditionTriggered attributes: dosTotConditionTriggered: @@ -6627,6 +6718,7 @@ NS-ROOT-MIB::dosPolicyStatistics: NS-ROOT-MIB::nsExpressionEntry: mib: NS-ROOT-MIB object: nsExpressionEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.58.1.1 @@ -6642,6 +6734,7 @@ NS-ROOT-MIB::nsExpressionEntry: NS-ROOT-MIB::pqPolicyConfigEntry: mib: NS-ROOT-MIB object: pqPolicyConfigEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.59.1.1.1 @@ -6673,6 +6766,7 @@ NS-ROOT-MIB::pqPolicyConfigEntry: NS-ROOT-MIB::pqPolicyStatistics: mib: NS-ROOT-MIB object: pqPolicyStatistics + type: dynamic discovery_attribute: pqTotalPolicyMatches attributes: pqTotalPolicyMatches: @@ -6699,6 +6793,7 @@ NS-ROOT-MIB::pqPolicyStatistics: NS-ROOT-MIB::crPolicyMapConfigEntry: mib: NS-ROOT-MIB object: crPolicyMapConfigEntry + type: immutable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.60.1.1.1 @@ -6726,6 +6821,7 @@ NS-ROOT-MIB::crPolicyMapConfigEntry: NS-ROOT-MIB::htmlInjectionStatsGroup: mib: NS-ROOT-MIB object: htmlInjectionStatsGroup + type: dynamic discovery_attribute: htmlInjectedBytes attributes: htmlInjectedBytes: @@ -6752,6 +6848,7 @@ NS-ROOT-MIB::htmlInjectionStatsGroup: NS-ROOT-MIB::appFirewallStatistics: mib: NS-ROOT-MIB object: appFirewallStatistics + type: dynamic discovery_attribute: appFirewallRequests attributes: appFirewallRequests: @@ -6894,6 +6991,7 @@ NS-ROOT-MIB::appFirewallStatistics: NS-ROOT-MIB::appfwProfileEntry: mib: NS-ROOT-MIB object: appfwProfileEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.64.2.1.1 @@ -7037,6 +7135,7 @@ NS-ROOT-MIB::appfwProfileEntry: NS-ROOT-MIB::nsRnatGlobalStats: mib: NS-ROOT-MIB object: nsRnatGlobalStats + type: dynamic discovery_attribute: rnatTotRxBytes attributes: rnatTotRxBytes: @@ -7067,6 +7166,7 @@ NS-ROOT-MIB::nsRnatGlobalStats: NS-ROOT-MIB::nsRnatPerIPStatsEntry: mib: NS-ROOT-MIB object: nsRnatPerIPStatsEntry + type: dynamic index: - type: IpAddress oid: .1.3.6.1.4.1.5951.4.1.1.26.1.1 @@ -7102,6 +7202,7 @@ NS-ROOT-MIB::nsRnatPerIPStatsEntry: NS-ROOT-MIB::nsSslVpnStatsGroup: mib: NS-ROOT-MIB object: nsSslVpnStatsGroup + type: dynamic discovery_attribute: indexHtmlHit attributes: indexHtmlHit: @@ -7292,6 +7393,7 @@ NS-ROOT-MIB::nsSslVpnStatsGroup: NS-ROOT-MIB::nsAaaStatsGroup: mib: NS-ROOT-MIB object: nsAaaStatsGroup + type: dynamic discovery_attribute: aaaAuthFail attributes: aaaAuthFail: @@ -7354,6 +7456,7 @@ NS-ROOT-MIB::nsAaaStatsGroup: NS-ROOT-MIB::nsGlobalConfigSettings: mib: NS-ROOT-MIB object: nsGlobalConfigSettings + type: stable discovery_attribute: webServerHttpPorts attributes: webServerHttpPorts: @@ -7396,6 +7499,7 @@ NS-ROOT-MIB::nsGlobalConfigSettings: NS-ROOT-MIB::piPolicyEntry: mib: NS-ROOT-MIB object: piPolicyEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.69.1.1.1 @@ -7462,6 +7566,7 @@ NS-ROOT-MIB::piPolicyEntry: NS-ROOT-MIB::nsNicStatsGroup: mib: NS-ROOT-MIB object: nsNicStatsGroup + type: dynamic discovery_attribute: allNicTotRxMbits attributes: allNicTotRxMbits: @@ -7476,6 +7581,7 @@ NS-ROOT-MIB::nsNicStatsGroup: NS-ROOT-MIB::clusterEntry: mib: NS-ROOT-MIB object: clusterEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.72.1.1 @@ -7521,6 +7627,7 @@ NS-ROOT-MIB::clusterEntry: NS-ROOT-MIB::nsInatGlobalStats: mib: NS-ROOT-MIB object: nsInatGlobalStats + type: dynamic discovery_attribute: nat46TotTcp46 attributes: nat46TotTcp46: @@ -7559,6 +7666,7 @@ NS-ROOT-MIB::nsInatGlobalStats: NS-ROOT-MIB::nsInatPerNat46StatsEntry: mib: NS-ROOT-MIB object: nsInatPerNat46StatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.74.2.1.1 @@ -7602,6 +7710,7 @@ NS-ROOT-MIB::nsInatPerNat46StatsEntry: NS-ROOT-MIB::nsInatPerNatStatsEntry: mib: NS-ROOT-MIB object: nsInatPerNatStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.74.3.1.1 @@ -7637,6 +7746,7 @@ NS-ROOT-MIB::nsInatPerNatStatsEntry: NS-ROOT-MIB::nsInatSessionGlobalStats: mib: NS-ROOT-MIB object: nsInatSessionGlobalStats + type: dynamic discovery_attribute: globalInatHits attributes: globalInatHits: @@ -7667,6 +7777,7 @@ NS-ROOT-MIB::nsInatSessionGlobalStats: NS-ROOT-MIB::nsNat64GlobalStats: mib: NS-ROOT-MIB object: nsNat64GlobalStats + type: dynamic discovery_attribute: nat64TotUdpSessions attributes: nat64TotUdpSessions: @@ -7689,6 +7800,7 @@ NS-ROOT-MIB::nsNat64GlobalStats: NS-ROOT-MIB::nsIp6StatsGroup: mib: NS-ROOT-MIB object: nsIp6StatsGroup + type: dynamic discovery_attribute: ipv6TotRxPkts attributes: ipv6TotRxPkts: @@ -7775,6 +7887,7 @@ NS-ROOT-MIB::nsIp6StatsGroup: NS-ROOT-MIB::nsTdInetAddressEntry: mib: NS-ROOT-MIB object: nsTdInetAddressEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.4.1.1.77.1.1 @@ -7822,6 +7935,7 @@ NS-ROOT-MIB::nsTdInetAddressEntry: NS-ROOT-MIB::nsCaStatsGroup: mib: NS-ROOT-MIB object: nsCaStatsGroup + type: dynamic discovery_attribute: caTotaudio attributes: caTotaudio: @@ -7968,6 +8082,7 @@ NS-ROOT-MIB::nsCaStatsGroup: NS-ROOT-MIB::nsCaStatsGroupAudio: mib: NS-ROOT-MIB object: nsCaStatsGroupAudio + type: dynamic discovery_attribute: caADTSaudio attributes: caADTSaudio: @@ -8022,6 +8137,7 @@ NS-ROOT-MIB::nsCaStatsGroupAudio: NS-ROOT-MIB::nsCaStatsGroupMsft: mib: NS-ROOT-MIB object: nsCaStatsGroupMsft + type: dynamic discovery_attribute: caMsftSmthStrmVid attributes: caMsftSmthStrmVid: @@ -8076,6 +8192,7 @@ NS-ROOT-MIB::nsCaStatsGroupMsft: NS-ROOT-MIB::nsCaStatsGroupApple: mib: NS-ROOT-MIB object: nsCaStatsGroupApple + type: dynamic discovery_attribute: cacApleLiveStrmngVid attributes: cacApleLiveStrmngVid: @@ -8130,6 +8247,7 @@ NS-ROOT-MIB::nsCaStatsGroupApple: NS-ROOT-MIB::nsCaStatsGroupVideo: mib: NS-ROOT-MIB object: nsCaStatsGroupVideo + type: dynamic discovery_attribute: caFLVVid attributes: caFLVVid: @@ -8208,6 +8326,7 @@ NS-ROOT-MIB::nsCaStatsGroupVideo: NS-ROOT-MIB::nsCaStatsGroupAndroid: mib: NS-ROOT-MIB object: nsCaStatsGroupAndroid + type: dynamic discovery_attribute: caAndroid attributes: caAndroid: @@ -8238,6 +8357,7 @@ NS-ROOT-MIB::nsCaStatsGroupAndroid: NS-ROOT-MIB::nsvPathStatsGroup: mib: NS-ROOT-MIB object: nsvPathStatsGroup + type: dynamic discovery_attribute: vPathTotL2DataRx attributes: vPathTotL2DataRx: @@ -8280,6 +8400,7 @@ NS-ROOT-MIB::nsvPathStatsGroup: NS-ROOT-MIB::nsLLDPConfigGroup: mib: NS-ROOT-MIB object: nsLLDPConfigGroup + type: stable discovery_attribute: lldpMessageTxInterval attributes: lldpMessageTxInterval: @@ -8294,6 +8415,7 @@ NS-ROOT-MIB::nsLLDPConfigGroup: NS-ROOT-MIB::nsLLDPStatsGroup: mib: NS-ROOT-MIB object: nsLLDPStatsGroup + type: dynamic discovery_attribute: lldpStatsRemTablesLastChangeTime attributes: lldpStatsRemTablesLastChangeTime: @@ -8316,6 +8438,7 @@ NS-ROOT-MIB::nsLLDPStatsGroup: NS-ROOT-MIB::nsLLDPStatsTxPortEntry: mib: NS-ROOT-MIB object: nsLLDPStatsTxPortEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.80.2.1.1.1 @@ -8331,6 +8454,7 @@ NS-ROOT-MIB::nsLLDPStatsTxPortEntry: NS-ROOT-MIB::nsLLDPStatsRxPortEntry: mib: NS-ROOT-MIB object: nsLLDPStatsRxPortEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.80.2.2.1.1 @@ -8358,6 +8482,7 @@ NS-ROOT-MIB::nsLLDPStatsRxPortEntry: NS-ROOT-MIB::nsLLDPLocSystemsGroup: mib: NS-ROOT-MIB object: nsLLDPLocSystemsGroup + type: stable discovery_attribute: lldpLocChassisIdSubtype attributes: lldpLocChassisIdSubtype: @@ -8388,6 +8513,7 @@ NS-ROOT-MIB::nsLLDPLocSystemsGroup: NS-ROOT-MIB::nsLLDPLocPortEntry: mib: NS-ROOT-MIB object: nsLLDPLocPortEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.80.3.1.1.1 @@ -8407,6 +8533,7 @@ NS-ROOT-MIB::nsLLDPLocPortEntry: NS-ROOT-MIB::nsLLDPLocManAddrEntry: mib: NS-ROOT-MIB object: nsLLDPLocManAddrEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.5951.4.1.1.80.3.2.1.1 @@ -8434,6 +8561,7 @@ NS-ROOT-MIB::nsLLDPLocManAddrEntry: NS-ROOT-MIB::nsLLDPRemEntry: mib: NS-ROOT-MIB object: nsLLDPRemEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.80.4.1.1.2 @@ -8485,6 +8613,7 @@ NS-ROOT-MIB::nsLLDPRemEntry: NS-ROOT-MIB::nsLLDPRemManAddrEntry: mib: NS-ROOT-MIB object: nsLLDPRemManAddrEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.80.4.1.1.2 @@ -8516,6 +8645,7 @@ NS-ROOT-MIB::nsLLDPRemManAddrEntry: NS-ROOT-MIB::vxlanEntry: mib: NS-ROOT-MIB object: vxlanEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.5951.4.1.1.81.1.1 @@ -8543,6 +8673,7 @@ NS-ROOT-MIB::vxlanEntry: NS-ROOT-MIB::cacheGroupEntry: mib: NS-ROOT-MIB object: cacheGroupEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.82.1.1 @@ -8582,6 +8713,7 @@ NS-ROOT-MIB::cacheGroupEntry: NS-ROOT-MIB::nsLsnGlobalStatsGroup: mib: NS-ROOT-MIB object: nsLsnGlobalStatsGroup + type: dynamic discovery_attribute: lsnTotRxPkts attributes: lsnTotRxPkts: @@ -8704,6 +8836,7 @@ NS-ROOT-MIB::nsLsnGlobalStatsGroup: NS-ROOT-MIB::nsLsnGroupEntry: mib: NS-ROOT-MIB object: nsLsnGroupEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.83.2.1.1 @@ -8807,6 +8940,7 @@ NS-ROOT-MIB::nsLsnGroupEntry: NS-ROOT-MIB::nsPPTPStatsGroup: mib: NS-ROOT-MIB object: nsPPTPStatsGroup + type: dynamic discovery_attribute: pptpCurCtrlSessions attributes: pptpCurCtrlSessions: @@ -8901,6 +9035,7 @@ NS-ROOT-MIB::nsPPTPStatsGroup: NS-ROOT-MIB::nsLsnDSLiteGlobalStatsGroup: mib: NS-ROOT-MIB object: nsLsnDSLiteGlobalStatsGroup + type: dynamic discovery_attribute: lsnTotDSLiteRxPkts attributes: lsnTotDSLiteRxPkts: @@ -8931,6 +9066,7 @@ NS-ROOT-MIB::nsLsnDSLiteGlobalStatsGroup: NS-ROOT-MIB::nsLsnMappingLogStatsGroup: mib: NS-ROOT-MIB object: nsLsnMappingLogStatsGroup + type: dynamic discovery_attribute: lsnLogTotMappingCreateEntries attributes: lsnLogTotMappingCreateEntries: @@ -8997,6 +9133,7 @@ NS-ROOT-MIB::nsLsnMappingLogStatsGroup: NS-ROOT-MIB::nsLsnSessionLogStatsGroup: mib: NS-ROOT-MIB object: nsLsnSessionLogStatsGroup + type: dynamic discovery_attribute: lsnLogTotSessionCreateEntries attributes: lsnLogTotSessionCreateEntries: @@ -9035,6 +9172,7 @@ NS-ROOT-MIB::nsLsnSessionLogStatsGroup: NS-ROOT-MIB::nsLsnLogStatsGroup: mib: NS-ROOT-MIB object: nsLsnLogStatsGroup + type: dynamic discovery_attribute: lsnLogTotEntries attributes: lsnLogTotEntries: @@ -9085,6 +9223,7 @@ NS-ROOT-MIB::nsLsnLogStatsGroup: NS-ROOT-MIB::nsLsnNAT64GlobalStatsGroup: mib: NS-ROOT-MIB object: nsLsnNAT64GlobalStatsGroup + type: dynamic discovery_attribute: lsnTotNAT64RxPkts attributes: lsnTotNAT64RxPkts: @@ -9203,6 +9342,7 @@ NS-ROOT-MIB::nsLsnNAT64GlobalStatsGroup: NS-ROOT-MIB::nsLsnPoolEntry: mib: NS-ROOT-MIB object: nsLsnPoolEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.83.7.1.1 @@ -9234,6 +9374,7 @@ NS-ROOT-MIB::nsLsnPoolEntry: NS-ROOT-MIB::nsmcStatsGroup: mib: NS-ROOT-MIB object: nsmcStatsGroup + type: dynamic discovery_attribute: mcTotaudio attributes: mcTotaudio: @@ -9384,6 +9525,7 @@ NS-ROOT-MIB::nsmcStatsGroup: NS-ROOT-MIB::nsMapDomainStatsEntry: mib: NS-ROOT-MIB object: nsMapDomainStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.85.1.1.1 @@ -9523,6 +9665,7 @@ NS-ROOT-MIB::nsMapDomainStatsEntry: NS-ROOT-MIB::nsIpSecAlgProfEntry: mib: NS-ROOT-MIB object: nsIpSecAlgProfEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.86.1.1 @@ -9558,6 +9701,7 @@ NS-ROOT-MIB::nsIpSecAlgProfEntry: NS-ROOT-MIB::nsRnat6GlobalStats: mib: NS-ROOT-MIB object: nsRnat6GlobalStats + type: dynamic discovery_attribute: rnat6TotRxBytes attributes: rnat6TotRxBytes: @@ -9588,6 +9732,7 @@ NS-ROOT-MIB::nsRnat6GlobalStats: NS-ROOT-MIB::partitionEntry: mib: NS-ROOT-MIB object: partitionEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.88.1.1 @@ -9611,6 +9756,7 @@ NS-ROOT-MIB::partitionEntry: NS-ROOT-MIB::botManagementStatistics: mib: NS-ROOT-MIB object: botManagementStatistics + type: dynamic discovery_attribute: botRequests attributes: botRequests: @@ -9813,6 +9959,7 @@ NS-ROOT-MIB::botManagementStatistics: NS-ROOT-MIB::botProfileEntry: mib: NS-ROOT-MIB object: botProfileEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.1.64.2.1.1 @@ -10020,6 +10167,7 @@ NS-ROOT-MIB::botProfileEntry: NS-ROOT-MIB::nsHttp2StatsGroup: mib: NS-ROOT-MIB object: nsHttp2StatsGroup + type: dynamic discovery_attribute: http2Requests attributes: http2Requests: @@ -10222,6 +10370,7 @@ NS-ROOT-MIB::nsHttp2StatsGroup: NS-ROOT-MIB::icapStatistics: mib: NS-ROOT-MIB object: icapStatistics + type: dynamic discovery_attribute: icapReqmodRequests attributes: icapReqmodRequests: @@ -10284,6 +10433,7 @@ NS-ROOT-MIB::icapStatistics: NS-ROOT-MIB::inlineStatistics: mib: NS-ROOT-MIB object: inlineStatistics + type: dynamic discovery_attribute: inlineRequestsSent attributes: inlineRequestsSent: @@ -10330,6 +10480,7 @@ NS-ROOT-MIB::inlineStatistics: NS-ROOT-MIB::mirrorStatistics: mib: NS-ROOT-MIB object: mirrorStatistics + type: dynamic discovery_attribute: mirrorRequestsSent attributes: mirrorRequestsSent: @@ -10364,6 +10515,7 @@ NS-ROOT-MIB::mirrorStatistics: NS-ROOT-MIB::nsQuicStatsGroup: mib: NS-ROOT-MIB object: nsQuicStatsGroup + type: dynamic discovery_attribute: quicMigratedConn attributes: quicMigratedConn: @@ -10466,6 +10618,7 @@ NS-ROOT-MIB::nsQuicStatsGroup: NS-ROOT-MIB::nsQuicBridgeStatsGroup: mib: NS-ROOT-MIB object: nsQuicBridgeStatsGroup + type: dynamic discovery_attribute: quicBridgeConn attributes: quicBridgeConn: @@ -10488,6 +10641,7 @@ NS-ROOT-MIB::nsQuicBridgeStatsGroup: NS-ROOT-MIB::nsHttp3StatsGroup: mib: NS-ROOT-MIB object: nsHttp3StatsGroup + type: dynamic discovery_attribute: http3RequestsRcvd attributes: http3RequestsRcvd: @@ -10510,6 +10664,7 @@ NS-ROOT-MIB::nsHttp3StatsGroup: NS-ROOT-MIB::serviceEntry: mib: NS-ROOT-MIB object: serviceEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.1.1.1 @@ -10713,6 +10868,7 @@ NS-ROOT-MIB::serviceEntry: NS-ROOT-MIB::serverEntry: mib: NS-ROOT-MIB object: serverEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.2.1.1 @@ -10748,6 +10904,7 @@ NS-ROOT-MIB::serverEntry: NS-ROOT-MIB::serviceScpolicyEntry: mib: NS-ROOT-MIB object: serviceScpolicyEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.1.1.1 @@ -10887,6 +11044,7 @@ NS-ROOT-MIB::serviceScpolicyEntry: NS-ROOT-MIB::serviceAdvanceSslConfigEntry: mib: NS-ROOT-MIB object: serviceAdvanceSslConfigEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.1.1.1 @@ -10957,6 +11115,7 @@ NS-ROOT-MIB::serviceAdvanceSslConfigEntry: NS-ROOT-MIB::serviceGlobalStatsGroup: mib: NS-ROOT-MIB object: serviceGlobalStatsGroup + type: dynamic discovery_attribute: svcCount attributes: svcCount: @@ -10991,6 +11150,7 @@ NS-ROOT-MIB::serviceGlobalStatsGroup: NS-ROOT-MIB::serviceGroupMemberEntry: mib: NS-ROOT-MIB object: serviceGroupMemberEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.7.1.1 @@ -11134,6 +11294,7 @@ NS-ROOT-MIB::serviceGroupMemberEntry: NS-ROOT-MIB::serviceDospolicyEntry: mib: NS-ROOT-MIB object: serviceDospolicyEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.1.1.1 @@ -11189,6 +11350,7 @@ NS-ROOT-MIB::serviceDospolicyEntry: NS-ROOT-MIB::monitorMemberEntry: mib: NS-ROOT-MIB object: monitorMemberEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.9.1.1 @@ -11255,6 +11417,7 @@ NS-ROOT-MIB::monitorMemberEntry: NS-ROOT-MIB::monServiceMemberEntry: mib: NS-ROOT-MIB object: monServiceMemberEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.10.1.1 @@ -11350,6 +11513,7 @@ NS-ROOT-MIB::monServiceMemberEntry: NS-ROOT-MIB::serviceGroupEntry: mib: NS-ROOT-MIB object: serviceGroupEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.11.1.1 @@ -11377,6 +11541,7 @@ NS-ROOT-MIB::serviceGroupEntry: NS-ROOT-MIB::vserverEntry: mib: NS-ROOT-MIB object: vserverEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.3.1.1.1 @@ -11620,6 +11785,7 @@ NS-ROOT-MIB::vserverEntry: NS-ROOT-MIB::vserverServiceEntry: mib: NS-ROOT-MIB object: vserverServiceEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.3.1.1.1 @@ -11679,6 +11845,7 @@ NS-ROOT-MIB::vserverServiceEntry: NS-ROOT-MIB::vserverCspolicyEntry: mib: NS-ROOT-MIB object: vserverCspolicyEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.3.1.1.1 @@ -11714,6 +11881,7 @@ NS-ROOT-MIB::vserverCspolicyEntry: NS-ROOT-MIB::vserverCrpolicyEntry: mib: NS-ROOT-MIB object: vserverCrpolicyEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.3.1.1.1 @@ -11745,6 +11913,7 @@ NS-ROOT-MIB::vserverCrpolicyEntry: NS-ROOT-MIB::vserverGlobalStatsGroup: mib: NS-ROOT-MIB object: vserverGlobalStatsGroup + type: dynamic discovery_attribute: curConfigVservers attributes: curConfigVservers: @@ -11775,6 +11944,7 @@ NS-ROOT-MIB::vserverGlobalStatsGroup: NS-ROOT-MIB::lbvserverEntry: mib: NS-ROOT-MIB object: lbvserverEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.3.1.1.1 @@ -11810,6 +11980,7 @@ NS-ROOT-MIB::lbvserverEntry: NS-ROOT-MIB::vserverPqpolicyEntry: mib: NS-ROOT-MIB object: vserverPqpolicyEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.3.1.1.1 @@ -11901,6 +12072,7 @@ NS-ROOT-MIB::vserverPqpolicyEntry: NS-ROOT-MIB::vserverScpolicyEntry: mib: NS-ROOT-MIB object: vserverScpolicyEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.2.1.1.1 @@ -12040,6 +12212,7 @@ NS-ROOT-MIB::vserverScpolicyEntry: NS-ROOT-MIB::vserverAdvanceSslConfigEntry: mib: NS-ROOT-MIB object: vserverAdvanceSslConfigEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.3.1.1.1 @@ -12110,6 +12283,7 @@ NS-ROOT-MIB::vserverAdvanceSslConfigEntry: NS-ROOT-MIB::vserverCsPiPolicyEntry: mib: NS-ROOT-MIB object: vserverCsPiPolicyEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.5951.4.1.3.1.1.1 diff --git a/objects/nutanix/NUTANIX-MIB.yml b/objects/nutanix/NUTANIX-MIB.yml index 9c81aa42..00fa971d 100644 --- a/objects/nutanix/NUTANIX-MIB.yml +++ b/objects/nutanix/NUTANIX-MIB.yml @@ -1,6 +1,7 @@ NUTANIX-MIB::nutanix: mib: NUTANIX-MIB object: nutanix + type: dynamic discovery_attribute: clusterName attributes: clusterName: @@ -44,6 +45,7 @@ NUTANIX-MIB::nutanix: NUTANIX-MIB::svtEntry: mib: NUTANIX-MIB object: svtEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.41263.1.1.1 @@ -83,6 +85,7 @@ NUTANIX-MIB::svtEntry: NUTANIX-MIB::sstEntry: mib: NUTANIX-MIB object: sstEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.41263.2.1.1 @@ -146,6 +149,7 @@ NUTANIX-MIB::sstEntry: NUTANIX-MIB::dstEntry: mib: NUTANIX-MIB object: dstEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41263.3.1.1 @@ -213,6 +217,7 @@ NUTANIX-MIB::dstEntry: NUTANIX-MIB::crtEntry: mib: NUTANIX-MIB object: crtEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41263.4.1.1 @@ -242,6 +247,7 @@ NUTANIX-MIB::crtEntry: NUTANIX-MIB::spitEntry: mib: NUTANIX-MIB object: spitEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41263.7.1.1 @@ -286,6 +292,7 @@ NUTANIX-MIB::spitEntry: NUTANIX-MIB::citEntry: mib: NUTANIX-MIB object: citEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41263.8.1.1 @@ -330,6 +337,7 @@ NUTANIX-MIB::citEntry: NUTANIX-MIB::hypervisorEntry: mib: NUTANIX-MIB object: hypervisorEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41263.9.1.1 @@ -414,6 +422,7 @@ NUTANIX-MIB::hypervisorEntry: NUTANIX-MIB::vmEntry: mib: NUTANIX-MIB object: vmEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41263.10.1.1 @@ -501,6 +510,7 @@ NUTANIX-MIB::vmEntry: NUTANIX-MIB::cstEntry: mib: NUTANIX-MIB object: cstEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.41263.11.1.1 diff --git a/objects/paloalto/PAN-COMMON-MIB.yml b/objects/paloalto/PAN-COMMON-MIB.yml index a1b5a7bd..cad4ded7 100644 --- a/objects/paloalto/PAN-COMMON-MIB.yml +++ b/objects/paloalto/PAN-COMMON-MIB.yml @@ -1,6 +1,7 @@ PAN-COMMON-MIB::panSys: mib: PAN-COMMON-MIB object: panSys + type: immutable discovery_attribute: panSysSwVersion attributes: panSysSwVersion: @@ -95,6 +96,7 @@ PAN-COMMON-MIB::panSys: PAN-COMMON-MIB::panGlobalCounters: mib: PAN-COMMON-MIB object: panGlobalCounters + type: dynamic discovery_attribute: panAhoSw attributes: panAhoSw: @@ -136,6 +138,7 @@ PAN-COMMON-MIB::panGlobalCounters: PAN-COMMON-MIB::panGlobalCountersDOSCounters: mib: PAN-COMMON-MIB object: panGlobalCountersDOSCounters + type: dynamic discovery_attribute: panFlowDosAgMaxSessLimit attributes: panFlowDosAgMaxSessLimit: @@ -257,6 +260,7 @@ PAN-COMMON-MIB::panGlobalCountersDOSCounters: PAN-COMMON-MIB::panGlobalCountersDOSCountersCL: mib: PAN-COMMON-MIB object: panGlobalCountersDOSCounters + type: dynamic discovery_attribute: panFlowDosClMaxSessLimit attributes: panFlowDosClMaxSessLimit: @@ -293,6 +297,7 @@ PAN-COMMON-MIB::panGlobalCountersDOSCountersCL: PAN-COMMON-MIB::panGlobalCountersDOSCountersRULE: mib: PAN-COMMON-MIB object: panGlobalCountersDOSCounters + type: dynamic discovery_attribute: panFlowDosRuleAgBlkDur attributes: panFlowDosRuleAgBlkDur: @@ -349,6 +354,7 @@ PAN-COMMON-MIB::panGlobalCountersDOSCountersRULE: PAN-COMMON-MIB::panGlobalCountersDOSCountersPF: mib: PAN-COMMON-MIB object: panGlobalCountersDOSCounters + type: dynamic discovery_attribute: panFlowDosPfIpspoof attributes: panFlowDosPfIpspoof: @@ -460,6 +466,7 @@ PAN-COMMON-MIB::panGlobalCountersDOSCountersPF: PAN-COMMON-MIB::panGlobalCountersDOSCountersIP6: mib: PAN-COMMON-MIB object: panGlobalCountersDOSCounters + type: dynamic discovery_attribute: panFlowDosIp6Route0 attributes: panFlowDosIp6Route0: @@ -546,6 +553,7 @@ PAN-COMMON-MIB::panGlobalCountersDOSCountersIP6: PAN-COMMON-MIB::panGlobalCountersDropCounters: mib: PAN-COMMON-MIB object: panGlobalCountersDropCounters + type: dynamic discovery_attribute: panFlowFwdL3TtlZero attributes: panFlowFwdL3TtlZero: @@ -587,6 +595,7 @@ PAN-COMMON-MIB::panGlobalCountersDropCounters: PAN-COMMON-MIB::panGlobalCountersIPFragmentationCounters: mib: PAN-COMMON-MIB object: panGlobalCountersIPFragmentationCounters + type: dynamic discovery_attribute: panFlowIpfragFragErr attributes: panFlowIpfragFragErr: @@ -603,6 +612,7 @@ PAN-COMMON-MIB::panGlobalCountersIPFragmentationCounters: PAN-COMMON-MIB::panGlobalCountersTCPState: mib: PAN-COMMON-MIB object: panGlobalCountersTCPState + type: dynamic discovery_attribute: panTcpAllocWqeFailed attributes: panTcpAllocWqeFailed: @@ -649,6 +659,7 @@ PAN-COMMON-MIB::panGlobalCountersTCPState: PAN-COMMON-MIB::panGlobalCountersTunnelInspect: mib: PAN-COMMON-MIB object: panGlobalCountersTunnelInspect + type: dynamic discovery_attribute: panFlowTciGreDecapSuccess attributes: panFlowTciGreDecapSuccess: @@ -700,6 +711,7 @@ PAN-COMMON-MIB::panGlobalCountersTunnelInspect: PAN-COMMON-MIB::panChassis: mib: PAN-COMMON-MIB object: panChassis + type: immutable discovery_attribute: panChassisType attributes: panChassisType: @@ -714,6 +726,7 @@ PAN-COMMON-MIB::panChassis: PAN-COMMON-MIB::panSession: mib: PAN-COMMON-MIB object: panSession + type: dynamic discovery_attribute: panSessionUtilization attributes: panSessionUtilization: @@ -765,6 +778,7 @@ PAN-COMMON-MIB::panSession: PAN-COMMON-MIB::panVsysEntry: mib: PAN-COMMON-MIB object: panVsysEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.3.9.1.1 @@ -810,6 +824,7 @@ PAN-COMMON-MIB::panVsysEntry: PAN-COMMON-MIB::panZoneEntry: mib: PAN-COMMON-MIB object: panZoneEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.3.10.1.1 @@ -840,6 +855,7 @@ PAN-COMMON-MIB::panZoneEntry: PAN-COMMON-MIB::panIfEntry: mib: PAN-COMMON-MIB object: panIfEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.25461.2.1.2.3.11.1.1 @@ -870,6 +886,7 @@ PAN-COMMON-MIB::panIfEntry: PAN-COMMON-MIB::panPethPseEntry: mib: PAN-COMMON-MIB object: panPethPseEntry + type: dynamic augments: POWER-ETHERNET-MIB::pethPsePortEntry discovery_attribute: panPethPsePortPowerSignalClassification attributes: @@ -885,6 +902,7 @@ PAN-COMMON-MIB::panPethPseEntry: PAN-COMMON-MIB::panMgmt: mib: PAN-COMMON-MIB object: panMgmt + type: dynamic discovery_attribute: panMgmtPanoramaConnected attributes: panMgmtPanoramaConnected: @@ -904,6 +922,7 @@ PAN-COMMON-MIB::panMgmt: PAN-COMMON-MIB::panGPGatewayUtilization: mib: PAN-COMMON-MIB object: panGPGatewayUtilization + type: dynamic discovery_attribute: panGPGWUtilizationPct attributes: panGPGWUtilizationPct: @@ -925,6 +944,7 @@ PAN-COMMON-MIB::panGPGatewayUtilization: PAN-COMMON-MIB::panLcStat: mib: PAN-COMMON-MIB object: panLcStat + type: dynamic discovery_attribute: panLcLogRate attributes: panLcLogRate: @@ -936,6 +956,7 @@ PAN-COMMON-MIB::panLcStat: PAN-COMMON-MIB::panLcLogDuration: mib: PAN-COMMON-MIB object: panLcLogDuration + type: active discovery_attribute: panLcLogDurationTraffic attributes: panLcLogDurationTraffic: @@ -997,6 +1018,7 @@ PAN-COMMON-MIB::panLcLogDuration: PAN-COMMON-MIB::panLcDiskUsageEntry: mib: PAN-COMMON-MIB object: panLcDiskUsageEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.6.1.3.1.1 @@ -1013,6 +1035,7 @@ PAN-COMMON-MIB::panLcDiskUsageEntry: PAN-COMMON-MIB::panLcLogUsageEntry: mib: PAN-COMMON-MIB object: panLcLogUsageEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.6.1.4.1.1 @@ -1037,6 +1060,7 @@ PAN-COMMON-MIB::panLcLogUsageEntry: PAN-COMMON-MIB::panLocalLogUsageEntry: mib: PAN-COMMON-MIB object: panLocalLogUsageEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.6.1.5.1.1 @@ -1065,6 +1089,7 @@ PAN-COMMON-MIB::panLocalLogUsageEntry: PAN-COMMON-MIB::panLcDiskIOPSEntry: mib: PAN-COMMON-MIB object: panLcDiskIOPSEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.6.1.6.1.1 @@ -1086,6 +1111,7 @@ PAN-COMMON-MIB::panLcDiskIOPSEntry: PAN-COMMON-MIB::panLogCollector: mib: PAN-COMMON-MIB object: panLogCollector + type: stable discovery_attribute: panLcIsRedundancyMember attributes: panLcIsRedundancyMember: @@ -1096,6 +1122,7 @@ PAN-COMMON-MIB::panLogCollector: PAN-COMMON-MIB::panLcLogFwdStatsEntry: mib: PAN-COMMON-MIB object: panLcLogFwdStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.6.3.1.1 @@ -1127,6 +1154,7 @@ PAN-COMMON-MIB::panLcLogFwdStatsEntry: PAN-COMMON-MIB::panLcLoggingConnectedDeviceEntry: mib: PAN-COMMON-MIB object: panLcLoggingConnectedDeviceEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.6.4.1.1 @@ -1147,6 +1175,7 @@ PAN-COMMON-MIB::panLcLoggingConnectedDeviceEntry: PAN-COMMON-MIB::panLcLoggingDeviceEntry: mib: PAN-COMMON-MIB object: panLcLoggingDeviceEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.6.5.1.1 @@ -1177,6 +1206,7 @@ PAN-COMMON-MIB::panLcLoggingDeviceEntry: PAN-COMMON-MIB::panDeviceLoggingLogRate: mib: PAN-COMMON-MIB object: panDeviceLoggingLogRate + type: dynamic discovery_attribute: panDeviceIncomingLogRate attributes: panDeviceIncomingLogRate: @@ -1193,6 +1223,7 @@ PAN-COMMON-MIB::panDeviceLoggingLogRate: PAN-COMMON-MIB::panDeviceLoggingLogTypeStatEntry: mib: PAN-COMMON-MIB object: panDeviceLoggingLogTypeStatEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.7.2.1.2 @@ -1237,6 +1268,7 @@ PAN-COMMON-MIB::panDeviceLoggingLogTypeStatEntry: PAN-COMMON-MIB::panDeviceLoggingLogUsageEntry: mib: PAN-COMMON-MIB object: panDeviceLoggingLogUsageEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.7.3.1.1 @@ -1265,6 +1297,7 @@ PAN-COMMON-MIB::panDeviceLoggingLogUsageEntry: PAN-COMMON-MIB::panDeviceLoggingExtFwd: mib: PAN-COMMON-MIB object: panDeviceLoggingExtFwd + type: dynamic discovery_attribute: panDeviceLoggingExtFwdCount attributes: panDeviceLoggingExtFwdCount: @@ -1286,6 +1319,7 @@ PAN-COMMON-MIB::panDeviceLoggingExtFwd: PAN-COMMON-MIB::panDeviceLoggingExtFwdStatsEntry: mib: PAN-COMMON-MIB object: panDeviceLoggingExtFwdStatsEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.7.4.4.1.1 @@ -1322,6 +1356,7 @@ PAN-COMMON-MIB::panDeviceLoggingExtFwdStatsEntry: PAN-COMMON-MIB::panDeviceLoggingCollectorConnectionEntry: mib: PAN-COMMON-MIB object: panDeviceLoggingCollectorConnectionEntry + type: active index: - type: OctetString oid: .1.3.6.1.4.1.25461.2.1.2.7.5.1.2 @@ -1345,6 +1380,7 @@ PAN-COMMON-MIB::panDeviceLoggingCollectorConnectionEntry: PAN-COMMON-MIB::panPacketBrokerStatsEntry: mib: PAN-COMMON-MIB object: panPacketBrokerStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.10.1.1.1 @@ -1370,6 +1406,7 @@ PAN-COMMON-MIB::panPacketBrokerStatsEntry: PAN-COMMON-MIB::panHAClusterLocalSessStatsEntry: mib: PAN-COMMON-MIB object: panHAClusterLocalSessStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.10.1.1.1 @@ -1405,6 +1442,7 @@ PAN-COMMON-MIB::panHAClusterLocalSessStatsEntry: PAN-COMMON-MIB::panHAClusterSessStatsEntry: mib: PAN-COMMON-MIB object: panHAClusterSessStatsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.10.1.1.1 @@ -1440,6 +1478,7 @@ PAN-COMMON-MIB::panHAClusterSessStatsEntry: PAN-COMMON-MIB::panWFMonitorQStatusEntry: mib: PAN-COMMON-MIB object: panWFMonitorQStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.10.1.1.1 @@ -1480,6 +1519,7 @@ PAN-COMMON-MIB::panWFMonitorQStatusEntry: PAN-COMMON-MIB::panWFMonitorArchiveUtilizationEntry: mib: PAN-COMMON-MIB object: panWFMonitorArchiveUtilizationEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.10.2.1.1 @@ -1505,6 +1545,7 @@ PAN-COMMON-MIB::panWFMonitorArchiveUtilizationEntry: PAN-COMMON-MIB::panWFMonitorDocUtilizationEntry: mib: PAN-COMMON-MIB object: panWFMonitorDocUtilizationEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.10.3.1.1 @@ -1530,6 +1571,7 @@ PAN-COMMON-MIB::panWFMonitorDocUtilizationEntry: PAN-COMMON-MIB::panWFMonitorElinkUtilizationEntry: mib: PAN-COMMON-MIB object: panWFMonitorElinkUtilizationEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.10.4.1.1 @@ -1555,6 +1597,7 @@ PAN-COMMON-MIB::panWFMonitorElinkUtilizationEntry: PAN-COMMON-MIB::panWFMonitorPortableExecUtilizationEntry: mib: PAN-COMMON-MIB object: panWFMonitorPortableExecUtilizationEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.25461.2.1.2.10.5.1.1 diff --git a/objects/paloalto/PAN-ENTITY-EXT-MIB.yml b/objects/paloalto/PAN-ENTITY-EXT-MIB.yml index c25958e6..221f1d18 100644 --- a/objects/paloalto/PAN-ENTITY-EXT-MIB.yml +++ b/objects/paloalto/PAN-ENTITY-EXT-MIB.yml @@ -1,6 +1,7 @@ PAN-ENTITY-EXT-MIB::panEntityChassisGroup: mib: PAN-ENTITY-EXT-MIB object: panEntityChassisGroup + type: dynamic discovery_attribute: panEntityTotalPowerAvail attributes: panEntityTotalPowerAvail: @@ -17,7 +18,12 @@ PAN-ENTITY-EXT-MIB::panEntityChassisGroup: PAN-ENTITY-EXT-MIB::panEntityFRUModuleEntry: mib: PAN-ENTITY-EXT-MIB object: panEntityFRUModuleEntry - augments: ENTITY-MIB::entPhysicalEntry + type: dynamic + index: + - type: Integer32 + oid: .1.3.6.1.2.1.47.1.1.1.1.1 + name: entity.phys.index # entPhysicalIndex + syntax: IntegerAsID discovery_attribute: panEntryFRUModulePowerUsed attributes: panEntryFRUModulePowerUsed: @@ -30,11 +36,32 @@ PAN-ENTITY-EXT-MIB::panEntityFRUModuleEntry: name: paloalto.panEntryFRUModuleNumPorts syntax: Integer32 metric: gauge + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString PAN-ENTITY-EXT-MIB::panEntityFanTrayEntry: mib: PAN-ENTITY-EXT-MIB object: panEntityFanTrayEntry - augments: ENTITY-MIB::entPhysicalEntry + type: dynamic + index: + - type: Integer32 + oid: .1.3.6.1.2.1.47.1.1.1.1.1 + name: entity.phys.index # entPhysicalIndex + syntax: IntegerAsID discovery_attribute: panEntryFanTrayPowerUsed attributes: panEntryFanTrayPowerUsed: @@ -42,11 +69,32 @@ PAN-ENTITY-EXT-MIB::panEntityFanTrayEntry: name: paloalto.panEntryFanTrayPowerUsed syntax: PowerWatt metric: gauge + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString PAN-ENTITY-EXT-MIB::panEntityPowerSupplyEntry: mib: PAN-ENTITY-EXT-MIB object: panEntityPowerSupplyEntry - augments: ENTITY-MIB::entPhysicalEntry + type: stable + index: + - type: Integer32 + oid: .1.3.6.1.2.1.47.1.1.1.1.1 + name: entity.phys.index # entPhysicalIndex + syntax: IntegerAsID discovery_attribute: panEntryPowerSupplyPowerCapacity attributes: panEntryPowerSupplyPowerCapacity: @@ -54,3 +102,19 @@ PAN-ENTITY-EXT-MIB::panEntityPowerSupplyEntry: name: paloalto.panEntryPowerSupplyPowerCapacity syntax: PowerWatt metric: gauge + # Additional Attributes as Tags + entPhysicalDescr: + oid: .1.3.6.1.2.1.47.1.1.1.1.2 + tag: true + name: entity.phys.descr + syntax: DisplayString + entPhysicalClass: + oid: .1.3.6.1.2.1.47.1.1.1.1.5 + tag: true + name: entity.phys.class + syntax: EnumInteger + entPhysicalName: + oid: .1.3.6.1.2.1.47.1.1.1.1.7 + tag: true + name: entity.phys.name + syntax: DisplayString diff --git a/objects/paloalto/PAN-LC-MIB.yml b/objects/paloalto/PAN-LC-MIB.yml index 7f0af035..8bf65c94 100644 --- a/objects/paloalto/PAN-LC-MIB.yml +++ b/objects/paloalto/PAN-LC-MIB.yml @@ -1,6 +1,7 @@ PAN-LC-MIB::panLcStat: mib: PAN-LC-MIB object: panLcStat + type: active discovery_attribute: panLcLogRate attributes: panLcLogRate: @@ -12,6 +13,7 @@ PAN-LC-MIB::panLcStat: PAN-LC-MIB::panLcLogDuration: mib: PAN-LC-MIB object: panLcLogDuration + type: active discovery_attribute: panLcLogDurationTraffic attributes: panLcLogDurationTraffic: @@ -73,6 +75,7 @@ PAN-LC-MIB::panLcLogDuration: PAN-LC-MIB::panLcDiskUsage: mib: PAN-LC-MIB object: panLcDiskUsage + type: active discovery_attribute: panLcDiskUsageLd1 attributes: panLcDiskUsageLd1: @@ -99,6 +102,7 @@ PAN-LC-MIB::panLcDiskUsage: PAN-LC-MIB::panM-100: mib: PAN-LC-MIB object: panM-100 + type: active discovery_attribute: panLcIsRedundancyMember attributes: panLcIsRedundancyMember: diff --git a/objects/purestorage/PURESTORAGE-MIB.yml b/objects/purestorage/PURESTORAGE-MIB.yml index b5158ba6..67c988dd 100644 --- a/objects/purestorage/PURESTORAGE-MIB.yml +++ b/objects/purestorage/PURESTORAGE-MIB.yml @@ -1,6 +1,7 @@ PURESTORAGE-MIB::purePerformance: mib: PURESTORAGE-MIB object: purePerformance + type: dynamic discovery_attribute: pureArrayReadBandwidth attributes: pureArrayReadBandwidth: diff --git a/objects/riverbed/CMC-MIB.yml b/objects/riverbed/CMC-MIB.yml index 6f8b6240..286033a5 100644 --- a/objects/riverbed/CMC-MIB.yml +++ b/objects/riverbed/CMC-MIB.yml @@ -1,6 +1,7 @@ CMC-MIB::system: mib: CMC-MIB object: system + type: dynamic discovery_attribute: model attributes: model: @@ -19,6 +20,7 @@ CMC-MIB::system: CMC-MIB::status: mib: CMC-MIB object: status + type: dynamic augments: CMC-MIB::system discovery_attribute: systemClock attributes: @@ -42,6 +44,7 @@ CMC-MIB::status: CMC-MIB::procEntry: mib: CMC-MIB object: procEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.2.2.3.1.1 @@ -65,6 +68,7 @@ CMC-MIB::procEntry: CMC-MIB::config: mib: CMC-MIB object: config + type: dynamic augments: CMC-MIB::system discovery_attribute: activeConfig attributes: @@ -76,6 +80,7 @@ CMC-MIB::config: CMC-MIB::cpuLoad: mib: CMC-MIB object: cpuLoad + type: dynamic augments: CMC-MIB::system discovery_attribute: cpuLoad1 attributes: @@ -122,6 +127,7 @@ CMC-MIB::cpuLoad: CMC-MIB::applianceEntry: mib: CMC-MIB object: applianceEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.2.7.1.1.3 @@ -161,6 +167,7 @@ CMC-MIB::applianceEntry: CMC-MIB::steelheadEntry: mib: CMC-MIB object: steelheadEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.2.8.1.1.1 @@ -196,6 +203,7 @@ CMC-MIB::steelheadEntry: CMC-MIB::interceptorEntry: mib: CMC-MIB object: interceptorEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.2.9.1.1.1 @@ -231,6 +239,7 @@ CMC-MIB::interceptorEntry: CMC-MIB::mobileControllerEntry: mib: CMC-MIB object: mobileControllerEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.2.10.1.1.1 diff --git a/objects/riverbed/CONTROLLER-MIB.yml b/objects/riverbed/CONTROLLER-MIB.yml index 87fe9f5e..4cce0501 100644 --- a/objects/riverbed/CONTROLLER-MIB.yml +++ b/objects/riverbed/CONTROLLER-MIB.yml @@ -1,6 +1,7 @@ CONTROLLER-MIB::system: mib: CONTROLLER-MIB object: system + type: dynamic discovery_attribute: model attributes: model: @@ -19,6 +20,7 @@ CONTROLLER-MIB::system: CONTROLLER-MIB::status: mib: CONTROLLER-MIB object: status + type: dynamic augments: CONTROLLER-MIB::system discovery_attribute: systemClock attributes: @@ -42,6 +44,7 @@ CONTROLLER-MIB::status: CONTROLLER-MIB::procEntry: mib: CONTROLLER-MIB object: procEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.4.2.3.1.1 @@ -65,6 +68,7 @@ CONTROLLER-MIB::procEntry: CONTROLLER-MIB::config: mib: CONTROLLER-MIB object: config + type: dynamic augments: CONTROLLER-MIB::system discovery_attribute: activeConfig attributes: @@ -76,6 +80,7 @@ CONTROLLER-MIB::config: CONTROLLER-MIB::cpuLoad: mib: CONTROLLER-MIB object: cpuLoad + type: dynamic augments: CONTROLLER-MIB::system discovery_attribute: cpuLoad1 attributes: @@ -99,6 +104,7 @@ CONTROLLER-MIB::cpuLoad: CONTROLLER-MIB::clientCounts: mib: CONTROLLER-MIB object: clientCounts + type: dynamic augments: CONTROLLER-MIB::system discovery_attribute: connectedClients attributes: @@ -126,6 +132,7 @@ CONTROLLER-MIB::clientCounts: CONTROLLER-MIB::licenseCounts: mib: CONTROLLER-MIB object: licenseCounts + type: dynamic augments: CONTROLLER-MIB::system discovery_attribute: totalLicenses attributes: diff --git a/objects/riverbed/GC-MIB.yml b/objects/riverbed/GC-MIB.yml index 882645ca..b93c81f7 100644 --- a/objects/riverbed/GC-MIB.yml +++ b/objects/riverbed/GC-MIB.yml @@ -1,6 +1,7 @@ GC-MIB::system: mib: GC-MIB object: system + type: dynamic discovery_attribute: model attributes: model: @@ -19,6 +20,7 @@ GC-MIB::system: GC-MIB::status: mib: GC-MIB object: status + type: dynamic augments: GC-MIB::system discovery_attribute: systemClock attributes: @@ -42,6 +44,7 @@ GC-MIB::status: GC-MIB::procEntry: mib: GC-MIB object: procEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.100.2.11.1.1 @@ -65,6 +68,7 @@ GC-MIB::procEntry: GC-MIB::config: mib: GC-MIB object: config + type: dynamic augments: GC-MIB::system discovery_attribute: activeConfig attributes: @@ -76,6 +80,7 @@ GC-MIB::config: GC-MIB::cpuLoad: mib: GC-MIB object: cpuLoad + type: dynamic augments: GC-MIB::system discovery_attribute: cpuLoad1 attributes: @@ -99,6 +104,7 @@ GC-MIB::cpuLoad: GC-MIB::cpuIndivUtilEntry: mib: GC-MIB object: cpuIndivUtilEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.100.5.1.5.1.1 diff --git a/objects/riverbed/INTERCEPTOR-MIB.yml b/objects/riverbed/INTERCEPTOR-MIB.yml index 841f070c..03181ffd 100644 --- a/objects/riverbed/INTERCEPTOR-MIB.yml +++ b/objects/riverbed/INTERCEPTOR-MIB.yml @@ -1,6 +1,7 @@ INTERCEPTOR-MIB::system: mib: INTERCEPTOR-MIB object: system + type: dynamic discovery_attribute: model attributes: model: @@ -19,6 +20,7 @@ INTERCEPTOR-MIB::system: INTERCEPTOR-MIB::status: mib: INTERCEPTOR-MIB object: status + type: dynamic augments: INTERCEPTOR-MIB::system discovery_attribute: systemClock attributes: @@ -46,6 +48,7 @@ INTERCEPTOR-MIB::status: INTERCEPTOR-MIB::procEntry: mib: INTERCEPTOR-MIB object: procEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.3.2.5.1.1 @@ -69,6 +72,7 @@ INTERCEPTOR-MIB::procEntry: INTERCEPTOR-MIB::neighborEntry: mib: INTERCEPTOR-MIB object: neighborEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.3.2.6.1.1 @@ -96,6 +100,7 @@ INTERCEPTOR-MIB::neighborEntry: INTERCEPTOR-MIB::instanceEntry: mib: INTERCEPTOR-MIB object: instanceEntry + type: stable index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.3.2.8.1.1 @@ -111,6 +116,7 @@ INTERCEPTOR-MIB::instanceEntry: INTERCEPTOR-MIB::interfaceEntry: mib: INTERCEPTOR-MIB object: interfaceEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.3.2.9.1.1 @@ -142,6 +148,7 @@ INTERCEPTOR-MIB::interfaceEntry: INTERCEPTOR-MIB::config: mib: INTERCEPTOR-MIB object: config + type: immutable augments: INTERCEPTOR-MIB::system discovery_attribute: activeConfig attributes: @@ -153,6 +160,7 @@ INTERCEPTOR-MIB::config: INTERCEPTOR-MIB::cpuLoad: mib: INTERCEPTOR-MIB object: cpuLoad + type: dynamic augments: INTERCEPTOR-MIB::system discovery_attribute: cpuLoad1 attributes: @@ -176,6 +184,7 @@ INTERCEPTOR-MIB::cpuLoad: INTERCEPTOR-MIB::cpuIndivUtilEntry: mib: INTERCEPTOR-MIB object: cpuIndivUtilEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.3.5.1.5.1.1 diff --git a/objects/riverbed/SHARK-MIB.yml b/objects/riverbed/SHARK-MIB.yml index 6fe7c503..1cc57805 100644 --- a/objects/riverbed/SHARK-MIB.yml +++ b/objects/riverbed/SHARK-MIB.yml @@ -116,6 +116,7 @@ SHARK-MIB::enclosureEntry: mib: SHARK-MIB object: enclosureEntry + type: dynamic index: - type: OctetString oid: .1.3.6.1.4.1.17163.1.300.2.1.1.7 @@ -310,6 +311,7 @@ SHARK-MIB::enclosureEntry: SHARK-MIB::sharkInfo: mib: SHARK-MIB object: sharkInfo + type: immutable discovery_attribute: serialNumber attributes: serialNumber: @@ -324,6 +326,7 @@ SHARK-MIB::sharkInfo: SHARK-MIB::sharkStorage: mib: SHARK-MIB object: sharkStorage + type: dynamic augments: SHARK-MIB::sharkInfo discovery_attribute: storageOSState attributes: @@ -363,6 +366,7 @@ SHARK-MIB::sharkStorage: SHARK-MIB::storageEnclosureEntry: mib: SHARK-MIB object: storageEnclosureEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.17163.1.300.6.1.1.7 @@ -394,6 +398,7 @@ SHARK-MIB::storageEnclosureEntry: SHARK-MIB::encDiskEntry: mib: SHARK-MIB object: encDiskEntry + type: immutable index: - type: Integer32 oid: .1.3.6.1.4.1.17163.1.300.6.1.1.7 diff --git a/objects/riverbed/STEELHEAD-EX-MIB.yml b/objects/riverbed/STEELHEAD-EX-MIB.yml index 2d8841dd..8006c20c 100644 --- a/objects/riverbed/STEELHEAD-EX-MIB.yml +++ b/objects/riverbed/STEELHEAD-EX-MIB.yml @@ -1,6 +1,7 @@ STEELHEAD-EX-MIB::system: mib: STEELHEAD-EX-MIB object: system + type: immutable discovery_attribute: model attributes: model: @@ -19,6 +20,7 @@ STEELHEAD-EX-MIB::system: STEELHEAD-EX-MIB::status: mib: STEELHEAD-EX-MIB object: status + type: active augments: STEELHEAD-EX-MIB::system discovery_attribute: systemClock attributes: @@ -62,6 +64,7 @@ STEELHEAD-EX-MIB::status: STEELHEAD-EX-MIB::procEntry: mib: STEELHEAD-EX-MIB object: procEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.2.5.1.1 @@ -85,6 +88,7 @@ STEELHEAD-EX-MIB::procEntry: STEELHEAD-EX-MIB::peerEntry: mib: STEELHEAD-EX-MIB object: peerEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.2.6.1.1.1 @@ -112,6 +116,7 @@ STEELHEAD-EX-MIB::peerEntry: STEELHEAD-EX-MIB::crlEntry: mib: STEELHEAD-EX-MIB object: crlEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.2.11.1.1.1 @@ -135,6 +140,7 @@ STEELHEAD-EX-MIB::crlEntry: STEELHEAD-EX-MIB::neighborEntry: mib: STEELHEAD-EX-MIB object: neighborEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.2.12.1.1.1 @@ -242,6 +248,7 @@ STEELHEAD-EX-MIB::neighborEntry: STEELHEAD-EX-MIB::neighborAggregates: mib: STEELHEAD-EX-MIB object: neighborAggregates + type: dynamic discovery_attribute: nghAggrConfigured attributes: nghAggrConfigured: @@ -344,6 +351,7 @@ STEELHEAD-EX-MIB::neighborAggregates: STEELHEAD-EX-MIB::capabilityStatus: mib: STEELHEAD-EX-MIB object: capabilityStatus + type: stable discovery_attribute: shMaxConnections attributes: shMaxConnections: @@ -358,6 +366,7 @@ STEELHEAD-EX-MIB::capabilityStatus: STEELHEAD-EX-MIB::config: mib: STEELHEAD-EX-MIB object: config + type: dynamic augments: STEELHEAD-EX-MIB::system discovery_attribute: activeConfig attributes: @@ -369,6 +378,7 @@ STEELHEAD-EX-MIB::config: STEELHEAD-EX-MIB::inpath: mib: STEELHEAD-EX-MIB object: inpath + type: dynamic augments: STEELHEAD-EX-MIB::system discovery_attribute: inpathSupport attributes: @@ -380,6 +390,7 @@ STEELHEAD-EX-MIB::inpath: STEELHEAD-EX-MIB::outofpath: mib: STEELHEAD-EX-MIB object: outofpath + type: dynamic augments: STEELHEAD-EX-MIB::system discovery_attribute: outofpathSupport attributes: @@ -391,6 +402,7 @@ STEELHEAD-EX-MIB::outofpath: STEELHEAD-EX-MIB::datastoreSync: mib: STEELHEAD-EX-MIB object: datastoreSync + type: dynamic augments: STEELHEAD-EX-MIB::system discovery_attribute: datastoreSyncPort attributes: @@ -406,6 +418,7 @@ STEELHEAD-EX-MIB::datastoreSync: STEELHEAD-EX-MIB::cpuLoad: mib: STEELHEAD-EX-MIB object: cpuLoad + type: dynamic augments: STEELHEAD-EX-MIB::system discovery_attribute: cpuLoad1 attributes: @@ -429,6 +442,7 @@ STEELHEAD-EX-MIB::cpuLoad: STEELHEAD-EX-MIB::cpuIndivUtilEntry: mib: STEELHEAD-EX-MIB object: cpuIndivUtilEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.5.1.5.1.1 @@ -456,6 +470,7 @@ STEELHEAD-EX-MIB::cpuIndivUtilEntry: STEELHEAD-EX-MIB::connectionCounts: mib: STEELHEAD-EX-MIB object: connectionCounts + type: dynamic discovery_attribute: optimizedConnections attributes: optimizedConnections: @@ -490,6 +505,7 @@ STEELHEAD-EX-MIB::connectionCounts: STEELHEAD-EX-MIB::bandwidthAggregate: mib: STEELHEAD-EX-MIB object: bandwidthAggregate + type: dynamic discovery_attribute: bwAggInLan attributes: bwAggInLan: @@ -512,6 +528,7 @@ STEELHEAD-EX-MIB::bandwidthAggregate: STEELHEAD-EX-MIB::bwPortEntry: mib: STEELHEAD-EX-MIB object: bwPortEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.5.3.2.1.1.1 @@ -539,6 +556,7 @@ STEELHEAD-EX-MIB::bwPortEntry: STEELHEAD-EX-MIB::bandwidthPassThrough: mib: STEELHEAD-EX-MIB object: bandwidthPassThrough + type: dynamic discovery_attribute: bwPassThroughIn attributes: bwPassThroughIn: @@ -557,6 +575,7 @@ STEELHEAD-EX-MIB::bandwidthPassThrough: STEELHEAD-EX-MIB::datastore: mib: STEELHEAD-EX-MIB object: datastore + type: dynamic discovery_attribute: dsHitsTotal attributes: dsHitsTotal: @@ -579,6 +598,7 @@ STEELHEAD-EX-MIB::datastore: STEELHEAD-EX-MIB::ttTalkersEntry: mib: STEELHEAD-EX-MIB object: ttTalkersEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.5.5.1.1.1 @@ -610,6 +630,7 @@ STEELHEAD-EX-MIB::ttTalkersEntry: STEELHEAD-EX-MIB::ttSrcHostEntry: mib: STEELHEAD-EX-MIB object: ttSrcHostEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.5.5.2.1.1 @@ -629,6 +650,7 @@ STEELHEAD-EX-MIB::ttSrcHostEntry: STEELHEAD-EX-MIB::ttDestHostEntry: mib: STEELHEAD-EX-MIB object: ttDestHostEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.5.5.3.1.1 @@ -648,6 +670,7 @@ STEELHEAD-EX-MIB::ttDestHostEntry: STEELHEAD-EX-MIB::ttAppPortEntry: mib: STEELHEAD-EX-MIB object: ttAppPortEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.51.5.5.4.1.1 @@ -667,6 +690,7 @@ STEELHEAD-EX-MIB::ttAppPortEntry: STEELHEAD-EX-MIB::bandwidthHCAggregate: mib: STEELHEAD-EX-MIB object: bandwidthHCAggregate + type: dynamic discovery_attribute: bwHCAggInLan attributes: bwHCAggInLan: @@ -701,6 +725,7 @@ STEELHEAD-EX-MIB::bandwidthHCAggregate: STEELHEAD-EX-MIB::bwHCPortEntry: mib: STEELHEAD-EX-MIB object: bwHCPortEntry + type: dynamic augments: STEELHEAD-EX-MIB::bwPortEntry discovery_attribute: bwHCPortInLan attributes: diff --git a/objects/riverbed/STEELHEAD-MIB.yml b/objects/riverbed/STEELHEAD-MIB.yml index 64392041..0d289322 100644 --- a/objects/riverbed/STEELHEAD-MIB.yml +++ b/objects/riverbed/STEELHEAD-MIB.yml @@ -1,6 +1,7 @@ STEELHEAD-MIB::system: mib: STEELHEAD-MIB object: system + type: dynamic discovery_attribute: model attributes: model: @@ -19,6 +20,7 @@ STEELHEAD-MIB::system: STEELHEAD-MIB::status: mib: STEELHEAD-MIB object: status + type: dynamic augments: STEELHEAD-MIB::system discovery_attribute: systemClock attributes: @@ -62,6 +64,7 @@ STEELHEAD-MIB::status: STEELHEAD-MIB::procEntry: mib: STEELHEAD-MIB object: procEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.2.5.1.1 @@ -85,6 +88,7 @@ STEELHEAD-MIB::procEntry: STEELHEAD-MIB::peerEntry: mib: STEELHEAD-MIB object: peerEntry + type: immutable index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.2.6.1.1.1 @@ -112,6 +116,7 @@ STEELHEAD-MIB::peerEntry: STEELHEAD-MIB::crlEntry: mib: STEELHEAD-MIB object: crlEntry + type: active index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.2.11.1.1.1 @@ -135,6 +140,7 @@ STEELHEAD-MIB::crlEntry: STEELHEAD-MIB::neighborEntry: mib: STEELHEAD-MIB object: neighborEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.2.12.1.1.1 @@ -242,6 +248,7 @@ STEELHEAD-MIB::neighborEntry: STEELHEAD-MIB::neighborAggregates: mib: STEELHEAD-MIB object: neighborAggregates + type: dynamic discovery_attribute: nghAggrConfigured attributes: nghAggrConfigured: @@ -344,6 +351,7 @@ STEELHEAD-MIB::neighborAggregates: STEELHEAD-MIB::capabilityStatus: mib: STEELHEAD-MIB object: capabilityStatus + type: stable discovery_attribute: shMaxConnections attributes: shMaxConnections: @@ -358,6 +366,7 @@ STEELHEAD-MIB::capabilityStatus: STEELHEAD-MIB::config: mib: STEELHEAD-MIB object: config + type: dynamic augments: STEELHEAD-MIB::system discovery_attribute: activeConfig attributes: @@ -369,6 +378,7 @@ STEELHEAD-MIB::config: STEELHEAD-MIB::inpath: mib: STEELHEAD-MIB object: inpath + type: dynamic augments: STEELHEAD-MIB::system discovery_attribute: inpathSupport attributes: @@ -380,6 +390,7 @@ STEELHEAD-MIB::inpath: STEELHEAD-MIB::outofpath: mib: STEELHEAD-MIB object: outofpath + type: dynamic augments: STEELHEAD-MIB::system discovery_attribute: outofpathSupport attributes: @@ -391,6 +402,7 @@ STEELHEAD-MIB::outofpath: STEELHEAD-MIB::datastoreSync: mib: STEELHEAD-MIB object: datastoreSync + type: dynamic augments: STEELHEAD-MIB::system discovery_attribute: datastoreSyncPort attributes: @@ -406,6 +418,7 @@ STEELHEAD-MIB::datastoreSync: STEELHEAD-MIB::cpuLoad: mib: STEELHEAD-MIB object: cpuLoad + type: dynamic augments: STEELHEAD-MIB::system discovery_attribute: cpuLoad1 attributes: @@ -429,6 +442,7 @@ STEELHEAD-MIB::cpuLoad: STEELHEAD-MIB::cpuIndivUtilEntry: mib: STEELHEAD-MIB object: cpuIndivUtilEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.5.1.5.1.1 @@ -456,6 +470,7 @@ STEELHEAD-MIB::cpuIndivUtilEntry: STEELHEAD-MIB::connectionCounts: mib: STEELHEAD-MIB object: connectionCounts + type: dynamic discovery_attribute: optimizedConnections attributes: optimizedConnections: @@ -490,6 +505,7 @@ STEELHEAD-MIB::connectionCounts: STEELHEAD-MIB::bandwidthAggregate: mib: STEELHEAD-MIB object: bandwidthAggregate + type: dynamic discovery_attribute: bwAggInLan attributes: bwAggInLan: @@ -512,6 +528,7 @@ STEELHEAD-MIB::bandwidthAggregate: STEELHEAD-MIB::bwPortEntry: mib: STEELHEAD-MIB object: bwPortEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.5.3.2.1.1.1 @@ -539,6 +556,7 @@ STEELHEAD-MIB::bwPortEntry: STEELHEAD-MIB::bandwidthPassThrough: mib: STEELHEAD-MIB object: bandwidthPassThrough + type: dynamic discovery_attribute: bwPassThroughIn attributes: bwPassThroughIn: @@ -557,6 +575,7 @@ STEELHEAD-MIB::bandwidthPassThrough: STEELHEAD-MIB::datastore: mib: STEELHEAD-MIB object: datastore + type: dynamic discovery_attribute: dsHitsTotal attributes: dsHitsTotal: @@ -579,6 +598,7 @@ STEELHEAD-MIB::datastore: STEELHEAD-MIB::ttTalkersEntry: mib: STEELHEAD-MIB object: ttTalkersEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.5.5.1.1.1 @@ -610,6 +630,7 @@ STEELHEAD-MIB::ttTalkersEntry: STEELHEAD-MIB::ttSrcHostEntry: mib: STEELHEAD-MIB object: ttSrcHostEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.5.5.2.1.1 @@ -629,6 +650,7 @@ STEELHEAD-MIB::ttSrcHostEntry: STEELHEAD-MIB::ttDestHostEntry: mib: STEELHEAD-MIB object: ttDestHostEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.5.5.3.1.1 @@ -648,6 +670,7 @@ STEELHEAD-MIB::ttDestHostEntry: STEELHEAD-MIB::ttAppPortEntry: mib: STEELHEAD-MIB object: ttAppPortEntry + type: dynamic index: - type: Unsigned32 oid: .1.3.6.1.4.1.17163.1.1.5.5.4.1.1 @@ -667,6 +690,7 @@ STEELHEAD-MIB::ttAppPortEntry: STEELHEAD-MIB::bandwidthHCAggregate: mib: STEELHEAD-MIB object: bandwidthHCAggregate + type: dynamic discovery_attribute: bwHCAggInLan attributes: bwHCAggInLan: @@ -701,6 +725,7 @@ STEELHEAD-MIB::bandwidthHCAggregate: STEELHEAD-MIB::bwHCPortEntry: mib: STEELHEAD-MIB object: bwHCPortEntry + type: dynamic augments: STEELHEAD-MIB::bwPortEntry discovery_attribute: bwHCPortInLan attributes: diff --git a/objects/rubrik/RUBRIK-MIB.yml b/objects/rubrik/RUBRIK-MIB.yml index 24c6a927..4574a6ed 100644 --- a/objects/rubrik/RUBRIK-MIB.yml +++ b/objects/rubrik/RUBRIK-MIB.yml @@ -1,6 +1,7 @@ RUBRIK-MIB::storage: mib: RUBRIK-MIB object: storage + type: active discovery_attribute: usedInBytes attributes: usedInBytes: @@ -27,6 +28,7 @@ RUBRIK-MIB::storage: RUBRIK-MIB::bandwidth: mib: RUBRIK-MIB object: bandwidth + type: active discovery_attribute: archiveAvgBytesPerSecondLastHour attributes: archiveAvgBytesPerSecondLastHour: @@ -38,6 +40,7 @@ RUBRIK-MIB::bandwidth: RUBRIK-MIB::system: mib: RUBRIK-MIB object: system + type: active discovery_attribute: totalNodes attributes: totalNodes: diff --git a/objects/sonicwall/SNWL-COMMON-MIB.yml b/objects/sonicwall/SNWL-COMMON-MIB.yml index 6869c1b3..42ac53ba 100644 --- a/objects/sonicwall/SNWL-COMMON-MIB.yml +++ b/objects/sonicwall/SNWL-COMMON-MIB.yml @@ -1,6 +1,7 @@ SNWL-COMMON-MIB::snwlSys: mib: SNWL-COMMON-MIB object: snwlSys + type: immutable discovery_attribute: snwlSysModel attributes: snwlSysModel: diff --git a/objects/sun/SUN-HW-MONITORING-MIB.yml b/objects/sun/SUN-HW-MONITORING-MIB.yml index 4739947f..eb62c010 100644 --- a/objects/sun/SUN-HW-MONITORING-MIB.yml +++ b/objects/sun/SUN-HW-MONITORING-MIB.yml @@ -135,6 +135,7 @@ SUN-HW-MONITORING-MIB::sunHwMonInventoryEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonInventoryEntry + type: stable index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.6.1.1.1 @@ -182,6 +183,7 @@ SUN-HW-MONITORING-MIB::sunHwMonInventoryEntry: SUN-HW-MONITORING-MIB::sunHwMonSensorAlarmStatusGroup: mib: SUN-HW-MONITORING-MIB object: sunHwMonSensorAlarmStatusGroup + type: active discovery_attribute: sunHwMonCumulativeSensorAlarmStatus attributes: sunHwMonCumulativeSensorAlarmStatus: @@ -240,6 +242,7 @@ SUN-HW-MONITORING-MIB::sunHwMonSensorAlarmStatusGroup: SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericVoltageSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.2.1.1.1 @@ -322,6 +325,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteVoltageSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteVoltageSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.2.2.1.1 @@ -357,6 +361,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteVoltageSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericCurrentSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericCurrentSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.3.1.1.1 @@ -439,6 +444,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericCurrentSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteCurrentSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteCurrentSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.3.2.1.1 @@ -474,6 +480,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteCurrentSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericPowerDeviceSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericPowerDeviceSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.4.1.1.1 @@ -556,6 +563,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericPowerDeviceSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscretePowerDeviceSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscretePowerDeviceSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.4.2.1.1 @@ -591,6 +599,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscretePowerDeviceSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericCoolingDeviceSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericCoolingDeviceSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.5.1.1.1 @@ -673,6 +682,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericCoolingDeviceSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteCoolingDeviceSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteCoolingDeviceSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.5.2.1.1 @@ -708,6 +718,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteCoolingDeviceSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericTemperatureSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericTemperatureSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.6.1.1.1 @@ -790,6 +801,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericTemperatureSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteTemperatureSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteTemperatureSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.6.2.1.1 @@ -825,6 +837,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteTemperatureSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericProcessorSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericProcessorSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.7.1.1.1 @@ -907,6 +920,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericProcessorSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteProcessorSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteProcessorSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.7.2.1.1 @@ -942,6 +956,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteProcessorSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericMemorySensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericMemorySensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.8.1.1.1 @@ -1024,6 +1039,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericMemorySensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteMemorySensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteMemorySensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.8.2.1.1 @@ -1059,6 +1075,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteMemorySensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericHardDriveSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericHardDriveSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.9.1.1.1 @@ -1141,6 +1158,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericHardDriveSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteHardDriveSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteHardDriveSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.9.2.1.1 @@ -1176,6 +1194,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteHardDriveSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericIOSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericIOSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.10.1.1.1 @@ -1258,6 +1277,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericIOSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteIOSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteIOSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.10.2.1.1 @@ -1293,6 +1313,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteIOSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericSlotOrConnectorSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericSlotOrConnectorSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.11.1.1.1 @@ -1375,6 +1396,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericSlotOrConnectorSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteSlotOrConnectorSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteSlotOrConnectorSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.11.2.1.1 @@ -1410,6 +1432,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteSlotOrConnectorSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericOtherSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericOtherSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.12.1.1.1 @@ -1492,6 +1515,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericOtherSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscreteOtherSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscreteOtherSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.12.2.1.1 @@ -1527,6 +1551,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscreteOtherSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonNumericPowerUnitSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonNumericPowerUnitSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.13.1.1.1 @@ -1609,6 +1634,7 @@ SUN-HW-MONITORING-MIB::sunHwMonNumericPowerUnitSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonDiscretePowerUnitSensorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonDiscretePowerUnitSensorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.7.13.2.1.1 @@ -1644,6 +1670,7 @@ SUN-HW-MONITORING-MIB::sunHwMonDiscretePowerUnitSensorEntry: SUN-HW-MONITORING-MIB::sunHwMonIndicatorLocator: mib: SUN-HW-MONITORING-MIB object: sunHwMonIndicatorLocator + type: active discovery_attribute: sunHwMonIndicatorLocatorName attributes: sunHwMonIndicatorLocatorName: @@ -1658,6 +1685,7 @@ SUN-HW-MONITORING-MIB::sunHwMonIndicatorLocator: SUN-HW-MONITORING-MIB::sunHwMonIndicatorService: mib: SUN-HW-MONITORING-MIB object: sunHwMonIndicatorService + type: active discovery_attribute: sunHwMonIndicatorServiceName attributes: sunHwMonIndicatorServiceName: @@ -1672,6 +1700,7 @@ SUN-HW-MONITORING-MIB::sunHwMonIndicatorService: SUN-HW-MONITORING-MIB::sunHwMonIndicatorEntry: mib: SUN-HW-MONITORING-MIB object: sunHwMonIndicatorEntry + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.42.2.2.6.1.1.8.3.1.1.1 @@ -1695,6 +1724,7 @@ SUN-HW-MONITORING-MIB::sunHwMonIndicatorEntry: SUN-HW-MONITORING-MIB::sunHwMonTotalPowerConsumption: mib: SUN-HW-MONITORING-MIB object: sunHwMonTotalPowerConsumption + type: active discovery_attribute: sunHwMonTotalPowerConsumptionSensorName attributes: sunHwMonTotalPowerConsumptionSensorName: diff --git a/objects/sun/SUN-ILOM-CONTROL-MIB.yml b/objects/sun/SUN-ILOM-CONTROL-MIB.yml index 9763cd66..21b3d40b 100644 --- a/objects/sun/SUN-ILOM-CONTROL-MIB.yml +++ b/objects/sun/SUN-ILOM-CONTROL-MIB.yml @@ -1,6 +1,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlLdap: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlLdap + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlLdapEnabled attributes: @@ -20,6 +21,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlLdap: SUN-ILOM-CONTROL-MIB::ilomCtrlRadius: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlRadius + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlRadiusEnabled attributes: @@ -39,6 +41,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlRadius: SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirectory: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlActiveDirectory + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlActiveDirectoryEnabled attributes: @@ -58,6 +61,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirectory: SUN-ILOM-CONTROL-MIB::ilomCtrlSMTP: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlSMTP + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlSMTPEnabled attributes: @@ -77,6 +81,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlSMTP: SUN-ILOM-CONTROL-MIB::ilomCtrlLdapSslGlobalObj: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlLdapSslGlobalObj + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlLdapSslEnabled attributes: @@ -96,6 +101,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlLdapSslGlobalObj: SUN-ILOM-CONTROL-MIB::ilomCtrlHttp: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlHttp + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlHttpEnabled attributes: @@ -107,6 +113,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlHttp: SUN-ILOM-CONTROL-MIB::ilomCtrlHttps: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlHttps + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlHttpsEnabled attributes: @@ -118,6 +125,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlHttps: SUN-ILOM-CONTROL-MIB::ilomCtrlSsh: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlSsh + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlSshEnabled attributes: @@ -129,6 +137,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlSsh: SUN-ILOM-CONTROL-MIB::ilomCtrlSingleSignon: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlSingleSignon + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlSingleSignonEnabled attributes: @@ -140,6 +149,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlSingleSignon: SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkEntry: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlNetworkEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.42.2.175.102.3.1.1.1 @@ -289,6 +299,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlNetworkEntry: SUN-ILOM-CONTROL-MIB::ilomCtrlPowerEntry: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlPowerEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.42.2.175.102.11.1.1.1.1 @@ -304,6 +315,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlPowerEntry: SUN-ILOM-CONTROL-MIB::ilomCtrlRedundancy: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlRedundancy + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlRedundancyStatus attributes: @@ -319,6 +331,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlRedundancy: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlIdentification + type: stable discovery_attribute: ilomCtrlSystemIdentifier attributes: ilomCtrlSystemIdentifier: @@ -337,6 +350,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification: SUN-ILOM-CONTROL-MIB::ilomCtrlThd: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlThd + type: stable augments: SUN-ILOM-CONTROL-MIB::ilomCtrlIdentification discovery_attribute: ilomCtrlThdState attributes: @@ -348,6 +362,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlThd: SUN-ILOM-CONTROL-MIB::ilomCtrlThdModulesEntry: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlThdModulesEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.42.2.175.102.17.3.1.1 @@ -367,6 +382,7 @@ SUN-ILOM-CONTROL-MIB::ilomCtrlThdModulesEntry: SUN-ILOM-CONTROL-MIB::ilomCtrlThdInstanceEntry: mib: SUN-ILOM-CONTROL-MIB object: ilomCtrlThdInstanceEntry + type: stable index: - type: OctetString oid: .1.3.6.1.4.1.42.2.175.102.17.4.1.1 diff --git a/objects/sun/SUN-ILOM-SYSTEM-MIB.yml b/objects/sun/SUN-ILOM-SYSTEM-MIB.yml index 397c1864..268350b8 100644 --- a/objects/sun/SUN-ILOM-SYSTEM-MIB.yml +++ b/objects/sun/SUN-ILOM-SYSTEM-MIB.yml @@ -1,6 +1,7 @@ SUN-ILOM-SYSTEM-MIB::ilomSystemOpenProblems: mib: SUN-ILOM-SYSTEM-MIB object: ilomSystemOpenProblems + type: active discovery_attribute: ilomSystemOpenProblemsLastChangeTime attributes: ilomSystemOpenProblemsLastChangeTime: @@ -67,6 +68,7 @@ SUN-ILOM-SYSTEM-MIB::ilomSystemOpenProblems: SUN-ILOM-SYSTEM-MIB::ilomSystemLog: mib: SUN-ILOM-SYSTEM-MIB object: ilomSystemLog + type: active discovery_attribute: ilomSystemLogCount attributes: ilomSystemLogCount: diff --git a/objects/synology/SYNOLOGY-DISK-MIB.yml b/objects/synology/SYNOLOGY-DISK-MIB.yml index a4f18972..09723911 100644 --- a/objects/synology/SYNOLOGY-DISK-MIB.yml +++ b/objects/synology/SYNOLOGY-DISK-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-DISK-MIB::diskEntry: mib: SYNOLOGY-DISK-MIB object: diskEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.2.1.1.1 diff --git a/objects/synology/SYNOLOGY-EBOX-MIB.yml b/objects/synology/SYNOLOGY-EBOX-MIB.yml index 74f03ca7..9f3857d4 100644 --- a/objects/synology/SYNOLOGY-EBOX-MIB.yml +++ b/objects/synology/SYNOLOGY-EBOX-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-EBOX-MIB::eboxEntry: mib: SYNOLOGY-EBOX-MIB object: eboxEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.105.1.1.1 diff --git a/objects/synology/SYNOLOGY-FLASHCACHE-MIB.yml b/objects/synology/SYNOLOGY-FLASHCACHE-MIB.yml index 324cebf2..f023c26a 100644 --- a/objects/synology/SYNOLOGY-FLASHCACHE-MIB.yml +++ b/objects/synology/SYNOLOGY-FLASHCACHE-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-FLASHCACHE-MIB::flashCacheEntry: mib: SYNOLOGY-FLASHCACHE-MIB object: flashCacheEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.103.1.1.1 diff --git a/objects/synology/SYNOLOGY-GPUINFO-MIB.yml b/objects/synology/SYNOLOGY-GPUINFO-MIB.yml index 564c0d42..d3d79c8f 100644 --- a/objects/synology/SYNOLOGY-GPUINFO-MIB.yml +++ b/objects/synology/SYNOLOGY-GPUINFO-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-GPUINFO-MIB::gpuInfo: mib: SYNOLOGY-GPUINFO-MIB object: gpuInfo + type: dynamic discovery_attribute: gpuInfoSupported attributes: gpuInfoSupported: diff --git a/objects/synology/SYNOLOGY-ISCSILUN-MIB.yml b/objects/synology/SYNOLOGY-ISCSILUN-MIB.yml index 837deb6a..0a727340 100644 --- a/objects/synology/SYNOLOGY-ISCSILUN-MIB.yml +++ b/objects/synology/SYNOLOGY-ISCSILUN-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-ISCSILUN-MIB::iSCSILUNEntry: mib: SYNOLOGY-ISCSILUN-MIB object: iSCSILUNEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.104.1.1.1 diff --git a/objects/synology/SYNOLOGY-ISCSITarget-MIB.yml b/objects/synology/SYNOLOGY-ISCSITarget-MIB.yml index 5ff7abfe..2911377e 100644 --- a/objects/synology/SYNOLOGY-ISCSITarget-MIB.yml +++ b/objects/synology/SYNOLOGY-ISCSITarget-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-ISCSITarget-MIB::iSCSITargetEntry: mib: SYNOLOGY-ISCSITarget-MIB object: iSCSITargetEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.110.1.1.1 diff --git a/objects/synology/SYNOLOGY-NFS-MIB.yml b/objects/synology/SYNOLOGY-NFS-MIB.yml index bac3a076..e773c46f 100644 --- a/objects/synology/SYNOLOGY-NFS-MIB.yml +++ b/objects/synology/SYNOLOGY-NFS-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-NFS-MIB::nfsEntry: mib: SYNOLOGY-NFS-MIB object: nfsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.107.1.1.1 diff --git a/objects/synology/SYNOLOGY-PORT-MIB.yml b/objects/synology/SYNOLOGY-PORT-MIB.yml index 17494ef6..e83d5344 100644 --- a/objects/synology/SYNOLOGY-PORT-MIB.yml +++ b/objects/synology/SYNOLOGY-PORT-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-PORT-MIB::ethPortEntry: mib: SYNOLOGY-PORT-MIB object: ethPortEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.109.1.1.1 diff --git a/objects/synology/SYNOLOGY-RAID-MIB.yml b/objects/synology/SYNOLOGY-RAID-MIB.yml index ce535653..7f03afde 100644 --- a/objects/synology/SYNOLOGY-RAID-MIB.yml +++ b/objects/synology/SYNOLOGY-RAID-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-RAID-MIB::raidEntry: mib: SYNOLOGY-RAID-MIB object: raidEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.3.1.1.1 diff --git a/objects/synology/SYNOLOGY-SERVICES-MIB.yml b/objects/synology/SYNOLOGY-SERVICES-MIB.yml index f904cd7d..c222752f 100644 --- a/objects/synology/SYNOLOGY-SERVICES-MIB.yml +++ b/objects/synology/SYNOLOGY-SERVICES-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-SERVICES-MIB::serviceEntry: mib: SYNOLOGY-SERVICES-MIB object: serviceEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.6.1.1.1 diff --git a/objects/synology/SYNOLOGY-SHA-MIB.yml b/objects/synology/SYNOLOGY-SHA-MIB.yml index 16b98435..a6fe50ab 100644 --- a/objects/synology/SYNOLOGY-SHA-MIB.yml +++ b/objects/synology/SYNOLOGY-SHA-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-SHA-MIB::synologyHA: mib: SYNOLOGY-SHA-MIB object: synologyHA + type: dynamic discovery_attribute: activeNodeName attributes: activeNodeName: diff --git a/objects/synology/SYNOLOGY-SMART-MIB.yml b/objects/synology/SYNOLOGY-SMART-MIB.yml index 281581d3..f453958e 100644 --- a/objects/synology/SYNOLOGY-SMART-MIB.yml +++ b/objects/synology/SYNOLOGY-SMART-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-SMART-MIB::diskSMARTEntry: mib: SYNOLOGY-SMART-MIB object: diskSMARTEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.5.1.1.1 diff --git a/objects/synology/SYNOLOGY-SPACEIO-MIB.yml b/objects/synology/SYNOLOGY-SPACEIO-MIB.yml index 66ee05c4..41ca58fa 100644 --- a/objects/synology/SYNOLOGY-SPACEIO-MIB.yml +++ b/objects/synology/SYNOLOGY-SPACEIO-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-SPACEIO-MIB::spaceIOEntry: mib: SYNOLOGY-SPACEIO-MIB object: spaceIOEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.102.1.1 diff --git a/objects/synology/SYNOLOGY-STORAGEIO-MIB.yml b/objects/synology/SYNOLOGY-STORAGEIO-MIB.yml index d3f828f5..fe4934b2 100644 --- a/objects/synology/SYNOLOGY-STORAGEIO-MIB.yml +++ b/objects/synology/SYNOLOGY-STORAGEIO-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-STORAGEIO-MIB::storageIOEntry: mib: SYNOLOGY-STORAGEIO-MIB object: storageIOEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.6574.101.1.1.1 diff --git a/objects/synology/SYNOLOGY-SYSTEM-MIB.yml b/objects/synology/SYNOLOGY-SYSTEM-MIB.yml index ed320b77..393b4cf9 100644 --- a/objects/synology/SYNOLOGY-SYSTEM-MIB.yml +++ b/objects/synology/SYNOLOGY-SYSTEM-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-SYSTEM-MIB::synoSystem: mib: SYNOLOGY-SYSTEM-MIB object: synoSystem + type: dynamic discovery_attribute: systemStatus attributes: systemStatus: diff --git a/objects/synology/SYNOLOGY-UPS-MIB.yml b/objects/synology/SYNOLOGY-UPS-MIB.yml index c0fdfbe0..d4f11cb7 100644 --- a/objects/synology/SYNOLOGY-UPS-MIB.yml +++ b/objects/synology/SYNOLOGY-UPS-MIB.yml @@ -1,6 +1,7 @@ SYNOLOGY-UPS-MIB::upsDevice: mib: SYNOLOGY-UPS-MIB object: upsDevice + type: immutable discovery_attribute: upsDeviceModel attributes: upsDeviceModel: @@ -49,6 +50,7 @@ SYNOLOGY-UPS-MIB::upsDevice: SYNOLOGY-UPS-MIB::upsInfoMfr: mib: SYNOLOGY-UPS-MIB object: upsInfoMfr + type: immutable augments: SYNOLOGY-UPS-MIB::upsDevice discovery_attribute: upsInfoMfrName attributes: @@ -65,6 +67,7 @@ SYNOLOGY-UPS-MIB::upsInfoMfr: SYNOLOGY-UPS-MIB::upsInfoFirmware: mib: SYNOLOGY-UPS-MIB object: upsInfoFirmware + type: immutable augments: SYNOLOGY-UPS-MIB::upsDevice discovery_attribute: upsInfoFirmwareName attributes: @@ -81,6 +84,7 @@ SYNOLOGY-UPS-MIB::upsInfoFirmware: SYNOLOGY-UPS-MIB::upsDriver: mib: SYNOLOGY-UPS-MIB object: upsDriver + type: immutable augments: SYNOLOGY-UPS-MIB::upsDevice discovery_attribute: upsDriverName attributes: @@ -126,6 +130,7 @@ SYNOLOGY-UPS-MIB::upsDriver: SYNOLOGY-UPS-MIB::upsServer: mib: SYNOLOGY-UPS-MIB object: upsServer + type: immutable augments: SYNOLOGY-UPS-MIB::upsDevice discovery_attribute: upsServerInfo attributes: @@ -141,6 +146,7 @@ SYNOLOGY-UPS-MIB::upsServer: SYNOLOGY-UPS-MIB::upsInfo: mib: SYNOLOGY-UPS-MIB object: upsInfo + type: active discovery_attribute: upsInfoStatus attributes: upsInfoStatus: @@ -216,6 +222,7 @@ SYNOLOGY-UPS-MIB::upsInfo: SYNOLOGY-UPS-MIB::upsAmbientTemperature: mib: SYNOLOGY-UPS-MIB object: upsAmbientTemperature + type: active augments: SYNOLOGY-UPS-MIB::upsInfo discovery_attribute: upsAmbientTemperatureValue attributes: @@ -247,6 +254,7 @@ SYNOLOGY-UPS-MIB::upsAmbientTemperature: SYNOLOGY-UPS-MIB::upsAmbientHumidity: mib: SYNOLOGY-UPS-MIB object: upsAmbientHumidity + type: active augments: SYNOLOGY-UPS-MIB::upsInfo discovery_attribute: upsAmbientHumidityValue attributes: @@ -278,6 +286,7 @@ SYNOLOGY-UPS-MIB::upsAmbientHumidity: SYNOLOGY-UPS-MIB::upsInfoDelay: mib: SYNOLOGY-UPS-MIB object: upsInfoDelay + type: active augments: SYNOLOGY-UPS-MIB::upsInfo discovery_attribute: upsInfoDelayStart attributes: @@ -297,6 +306,7 @@ SYNOLOGY-UPS-MIB::upsInfoDelay: SYNOLOGY-UPS-MIB::upsInfoTimer: mib: SYNOLOGY-UPS-MIB object: upsInfoTimer + type: active augments: SYNOLOGY-UPS-MIB::upsInfo discovery_attribute: upsInfoTimerStart attributes: @@ -316,6 +326,7 @@ SYNOLOGY-UPS-MIB::upsInfoTimer: SYNOLOGY-UPS-MIB::upsInfoTest: mib: SYNOLOGY-UPS-MIB object: upsInfoTest + type: active augments: SYNOLOGY-UPS-MIB::upsInfo discovery_attribute: upsInfoTestInterval attributes: @@ -331,6 +342,7 @@ SYNOLOGY-UPS-MIB::upsInfoTest: SYNOLOGY-UPS-MIB::upsInfoStart: mib: SYNOLOGY-UPS-MIB object: upsInfoStart + type: active augments: SYNOLOGY-UPS-MIB::upsInfo discovery_attribute: upsInfoStartAuto attributes: @@ -352,6 +364,7 @@ SYNOLOGY-UPS-MIB::upsInfoStart: SYNOLOGY-UPS-MIB::upsInfoLoad: mib: SYNOLOGY-UPS-MIB object: upsInfoLoad + type: active discovery_attribute: upsInfoLoadValue attributes: upsInfoLoadValue: @@ -366,6 +379,7 @@ SYNOLOGY-UPS-MIB::upsInfoLoad: SYNOLOGY-UPS-MIB::upsInfoPower: mib: SYNOLOGY-UPS-MIB object: upsInfoPower + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsInfoPowerValue attributes: @@ -381,6 +395,7 @@ SYNOLOGY-UPS-MIB::upsInfoPower: SYNOLOGY-UPS-MIB::upsInfoRealPower: mib: SYNOLOGY-UPS-MIB object: upsInfoRealPower + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsInfoRealPowerValue attributes: @@ -396,6 +411,7 @@ SYNOLOGY-UPS-MIB::upsInfoRealPower: SYNOLOGY-UPS-MIB::upsInputVoltage: mib: SYNOLOGY-UPS-MIB object: upsInputVoltage + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsInputVoltageValue attributes: @@ -427,6 +443,7 @@ SYNOLOGY-UPS-MIB::upsInputVoltage: SYNOLOGY-UPS-MIB::upsInputTransfer: mib: SYNOLOGY-UPS-MIB object: upsInputTransfer + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsInputTransferReason attributes: @@ -478,6 +495,7 @@ SYNOLOGY-UPS-MIB::upsInputTransfer: SYNOLOGY-UPS-MIB::upsInput: mib: SYNOLOGY-UPS-MIB object: upsInput + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsInputSensitivity attributes: @@ -493,6 +511,7 @@ SYNOLOGY-UPS-MIB::upsInput: SYNOLOGY-UPS-MIB::upsInputCurrent: mib: SYNOLOGY-UPS-MIB object: upsInputCurrent + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsInputCurrentValue attributes: @@ -508,6 +527,7 @@ SYNOLOGY-UPS-MIB::upsInputCurrent: SYNOLOGY-UPS-MIB::upsInputFrequency: mib: SYNOLOGY-UPS-MIB object: upsInputFrequency + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsInputFrequencyValue attributes: @@ -535,6 +555,7 @@ SYNOLOGY-UPS-MIB::upsInputFrequency: SYNOLOGY-UPS-MIB::upsOutputVoltage: mib: SYNOLOGY-UPS-MIB object: upsOutputVoltage + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsOutputVoltageValue attributes: @@ -550,6 +571,7 @@ SYNOLOGY-UPS-MIB::upsOutputVoltage: SYNOLOGY-UPS-MIB::upsOutputFrequency: mib: SYNOLOGY-UPS-MIB object: upsOutputFrequency + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsOutputFrequencyValue attributes: @@ -565,6 +587,7 @@ SYNOLOGY-UPS-MIB::upsOutputFrequency: SYNOLOGY-UPS-MIB::upsOutputCurrent: mib: SYNOLOGY-UPS-MIB object: upsOutputCurrent + type: active augments: SYNOLOGY-UPS-MIB::upsInfoLoad discovery_attribute: upsOutputCurrentValue attributes: @@ -582,6 +605,7 @@ SYNOLOGY-UPS-MIB::upsOutputCurrent: SYNOLOGY-UPS-MIB::upsBattery: mib: SYNOLOGY-UPS-MIB object: upsBattery + type: active discovery_attribute: upsBatteryCapacity attributes: upsBatteryCapacity: @@ -632,6 +656,7 @@ SYNOLOGY-UPS-MIB::upsBattery: SYNOLOGY-UPS-MIB::upsBatteryCharge: mib: SYNOLOGY-UPS-MIB object: upsBatteryCharge + type: active augments: SYNOLOGY-UPS-MIB::upsBattery discovery_attribute: upsBatteryChargeValue attributes: @@ -655,6 +680,7 @@ SYNOLOGY-UPS-MIB::upsBatteryCharge: SYNOLOGY-UPS-MIB::upsBatteryVoltage: mib: SYNOLOGY-UPS-MIB object: upsBatteryVoltage + type: active augments: SYNOLOGY-UPS-MIB::upsBattery discovery_attribute: upsBatteryVoltageValue attributes: @@ -678,6 +704,7 @@ SYNOLOGY-UPS-MIB::upsBatteryVoltage: SYNOLOGY-UPS-MIB::upsBatteryRuntime: mib: SYNOLOGY-UPS-MIB object: upsBatteryRuntime + type: active augments: SYNOLOGY-UPS-MIB::upsBattery discovery_attribute: upsBatteryRuntimeValue attributes: diff --git a/objects/ubiquiti/UBNT-AirFIBER-MIB.yml b/objects/ubiquiti/UBNT-AirFIBER-MIB.yml index d75fd745..ff9b781c 100644 --- a/objects/ubiquiti/UBNT-AirFIBER-MIB.yml +++ b/objects/ubiquiti/UBNT-AirFIBER-MIB.yml @@ -124,6 +124,7 @@ UBNT-AirFIBER-MIB::airFiberStatusEntry: mib: UBNT-AirFIBER-MIB object: airFiberStatusEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41112.1.3.2.1.1 @@ -365,6 +366,7 @@ UBNT-AirFIBER-MIB::airFiberStatusEntry: UBNT-AirFIBER-MIB::airFiberStatisticsEntry: mib: UBNT-AirFIBER-MIB object: airFiberStatisticsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41112.1.3.3.1.1 diff --git a/objects/ubiquiti/UBNT-UniFi-MIB.yml b/objects/ubiquiti/UBNT-UniFi-MIB.yml index d34b1dd0..d1045f3b 100644 --- a/objects/ubiquiti/UBNT-UniFi-MIB.yml +++ b/objects/ubiquiti/UBNT-UniFi-MIB.yml @@ -1,6 +1,7 @@ UBNT-UniFi-MIB::unifiRadioEntry: mib: UBNT-UniFi-MIB object: unifiRadioEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41112.1.6.1.1.1.1 @@ -50,6 +51,7 @@ UBNT-UniFi-MIB::unifiRadioEntry: UBNT-UniFi-MIB::unifiIfEntry: mib: UBNT-UniFi-MIB object: unifiIfEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41112.1.6.2.1.1.1 @@ -131,6 +133,7 @@ UBNT-UniFi-MIB::unifiIfEntry: UBNT-UniFi-MIB::unifiVapEntry: mib: UBNT-UniFi-MIB object: unifiVapEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.41112.1.6.1.2.1.1 @@ -244,6 +247,7 @@ UBNT-UniFi-MIB::unifiVapEntry: UBNT-UniFi-MIB::unifiApSystem: mib: UBNT-UniFi-MIB object: unifiApSystem + type: immutable discovery_attribute: unifiApSystemIp attributes: unifiApSystemIp: diff --git a/objects/ucdavis/LM-SENSORS-MIB.yml b/objects/ucdavis/LM-SENSORS-MIB.yml index c8a9292b..02aff2fc 100644 --- a/objects/ucdavis/LM-SENSORS-MIB.yml +++ b/objects/ucdavis/LM-SENSORS-MIB.yml @@ -1,6 +1,7 @@ LM-SENSORS-MIB::lmTempSensorsEntry: mib: LM-SENSORS-MIB object: lmTempSensorsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2021.13.16.2.1.1 @@ -22,6 +23,7 @@ LM-SENSORS-MIB::lmTempSensorsEntry: LM-SENSORS-MIB::lmFanSensorsEntry: mib: LM-SENSORS-MIB object: lmFanSensorsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2021.13.16.3.1.1 @@ -43,6 +45,7 @@ LM-SENSORS-MIB::lmFanSensorsEntry: LM-SENSORS-MIB::lmVoltSensorsEntry: mib: LM-SENSORS-MIB object: lmVoltSensorsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2021.13.16.4.1.1 @@ -64,6 +67,7 @@ LM-SENSORS-MIB::lmVoltSensorsEntry: LM-SENSORS-MIB::lmMiscSensorsEntry: mib: LM-SENSORS-MIB object: lmMiscSensorsEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2021.13.16.5.1.1 diff --git a/objects/ucdavis/UCD-DISKIO-MIB.yml b/objects/ucdavis/UCD-DISKIO-MIB.yml index 8b93418a..87a3f416 100644 --- a/objects/ucdavis/UCD-DISKIO-MIB.yml +++ b/objects/ucdavis/UCD-DISKIO-MIB.yml @@ -1,6 +1,7 @@ UCD-DISKIO-MIB::diskIOEntry: mib: UCD-DISKIO-MIB object: diskIOEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2021.13.15.1.1.1 diff --git a/objects/ucdavis/UCD-DLMOD-MIB.yml b/objects/ucdavis/UCD-DLMOD-MIB.yml index ffda15ab..61497cbc 100644 --- a/objects/ucdavis/UCD-DLMOD-MIB.yml +++ b/objects/ucdavis/UCD-DLMOD-MIB.yml @@ -1,6 +1,7 @@ UCD-DLMOD-MIB::ucdDlmodMIB: mib: UCD-DLMOD-MIB object: ucdDlmodMIB + type: active index: - type: Integer32 oid: .1.3.6.1.4.1.2021.13.14.2.1.1 diff --git a/objects/ucdavis/UCD-SNMP-MIB.yml b/objects/ucdavis/UCD-SNMP-MIB.yml index cdd7a66a..434cb202 100644 --- a/objects/ucdavis/UCD-SNMP-MIB.yml +++ b/objects/ucdavis/UCD-SNMP-MIB.yml @@ -1,6 +1,7 @@ UCD-SNMP-MIB::memory: mib: UCD-SNMP-MIB object: memory + type: dynamic discovery_attribute: memTotalReal attributes: memTotalSwap: @@ -132,6 +133,7 @@ UCD-SNMP-MIB::memory: UCD-SNMP-MIB::dskEntry: mib: UCD-SNMP-MIB object: dskEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2021.9.1.1 @@ -208,6 +210,7 @@ UCD-SNMP-MIB::dskEntry: UCD-SNMP-MIB::laEntry: mib: UCD-SNMP-MIB object: laEntry + type: dynamic index: - type: Integer32 oid: .1.3.6.1.4.1.2021.10.1.1 @@ -229,6 +232,7 @@ UCD-SNMP-MIB::laEntry: UCD-SNMP-MIB::systemStats: mib: UCD-SNMP-MIB object: systemStats + type: dynamic discovery_attribute: ssCpuUser attributes: ssSwapIn: diff --git a/objects/unix/SMUX-MIB.yml b/objects/unix/SMUX-MIB.yml index 27fe7bd5..40170f68 100644 --- a/objects/unix/SMUX-MIB.yml +++ b/objects/unix/SMUX-MIB.yml @@ -1,6 +1,7 @@ SMUX-MIB::smuxPeerEntry: mib: SMUX-MIB object: smuxPeerEntry + type: active index: - type: Integer oid: .1.3.6.1.4.1.4.4.1.1.1 @@ -24,6 +25,7 @@ SMUX-MIB::smuxPeerEntry: SMUX-MIB::smuxTreeEntry: mib: SMUX-MIB object: smuxTreeEntry + type: active index: - type: ObjectIdentifier oid: .1.3.6.1.4.1.4.4.2.1.1 diff --git a/objects/wheelgroup/NETRANGER.yml b/objects/wheelgroup/NETRANGER.yml index e83c30a4..6752cda5 100644 --- a/objects/wheelgroup/NETRANGER.yml +++ b/objects/wheelgroup/NETRANGER.yml @@ -1,6 +1,7 @@ NETRANGER::commonVars: mib: NETRANGER object: commonVars + type: immutable discovery_attribute: messageType attributes: messageType: @@ -43,6 +44,7 @@ NETRANGER::commonVars: NETRANGER::error: mib: NETRANGER object: error + type: immutable discovery_attribute: errorMessage attributes: errorMessage: @@ -53,6 +55,7 @@ NETRANGER::error: NETRANGER::commandLog: mib: NETRANGER object: commandLog + type: immutable discovery_attribute: sourceAppId attributes: sourceAppId: @@ -75,6 +78,7 @@ NETRANGER::commandLog: NETRANGER::alarm: mib: NETRANGER object: alarm + type: immutable discovery_attribute: srcDirection attributes: srcDirection: @@ -109,6 +113,7 @@ NETRANGER::alarm: NETRANGER::tcpip: mib: NETRANGER object: tcpip + type: immutable discovery_attribute: srcIpAddr attributes: srcIpAddr: