mib update from librenms

This commit is contained in:
Graham McIntire 2026-01-28 13:38:31 -06:00
parent 234ff7cbd2
commit 8b71c4adb8
38 changed files with 17425 additions and 9043 deletions

View file

@ -24,13 +24,6 @@ defmodule ToweropsWeb.Components.CookieConsent do
attr :requires_consent, :boolean, required: true attr :requires_consent, :boolean, required: true
def banner(assigns) do def banner(assigns) do
# Debug logging
require Logger
Logger.info(
"CookieConsent.banner called with requires_consent=#{inspect(assigns[:requires_consent])}, all assign keys: #{inspect(Map.keys(assigns))}"
)
~H""" ~H"""
<%= if @requires_consent do %> <%= if @requires_consent do %>
<div <div

View file

@ -504,12 +504,8 @@ defmodule ToweropsWeb.UserAuth do
end end
def on_mount(:load_cookie_consent, _params, session, socket) do def on_mount(:load_cookie_consent, _params, session, socket) do
require Logger
requires_consent = Map.get(session, "requires_cookie_consent", false) requires_consent = Map.get(session, "requires_cookie_consent", false)
Logger.info("on_mount :load_cookie_consent - session value: #{inspect(requires_consent)}")
# Store in process dictionary so layouts can access without explicit component attribute # Store in process dictionary so layouts can access without explicit component attribute
Process.put(:requires_cookie_consent, requires_consent) Process.put(:requires_cookie_consent, requires_consent)
@ -519,18 +515,9 @@ defmodule ToweropsWeb.UserAuth do
|> LiveView.attach_hook(:persist_cookie_consent, :handle_params, fn _params, _url, socket -> |> LiveView.attach_hook(:persist_cookie_consent, :handle_params, fn _params, _url, socket ->
# Ensure the assign persists across navigation # Ensure the assign persists across navigation
socket = Phoenix.Component.assign(socket, :requires_cookie_consent, requires_consent) socket = Phoenix.Component.assign(socket, :requires_cookie_consent, requires_consent)
Logger.info(
"handle_params hook: socket.assigns.requires_cookie_consent = #{inspect(socket.assigns.requires_cookie_consent)}"
)
{:cont, socket} {:cont, socket}
end) end)
Logger.info(
"After assign: socket.assigns.requires_cookie_consent = #{inspect(socket.assigns.requires_cookie_consent)}"
)
{:cont, socket} {:cont, socket}
end end

0
priv/mibs/cambium/CAMBIUM-PTP670-MIB Executable file → Normal file
View file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
-- ***************************************************************** -- *****************************************************************
-- Cisco Class-Based QoS Configuration and Statistics MIB -- Cisco Class-Based QoS Configuration and Statistics MIB
-- --
-- Copyright (c) 2000-2004, 2007-2009-2014 by Cisco Systems Inc. -- Copyright (c) 2000-2004, 2007-2009-2014, 2020 by Cisco Systems Inc.
-- --
-- All rights reserved. -- All rights reserved.
-- --
@ -17,7 +17,8 @@ IMPORTS
Gauge32, Gauge32,
Unsigned32, Unsigned32,
Counter64, Counter64,
dod dod,
Opaque
FROM SNMPv2-SMI FROM SNMPv2-SMI
MODULE-COMPLIANCE, MODULE-COMPLIANCE,
OBJECT-GROUP OBJECT-GROUP
@ -34,6 +35,9 @@ IMPORTS
FROM Q-BRIDGE-MIB FROM Q-BRIDGE-MIB
CounterBasedGauge64 CounterBasedGauge64
FROM HCNUM-TC FROM HCNUM-TC
InetAddress,
InetAddressType
FROM INET-ADDRESS-MIB
Unsigned64, Unsigned64,
EntPhysicalIndexOrZero EntPhysicalIndexOrZero
FROM CISCO-TC FROM CISCO-TC
@ -44,7 +48,7 @@ IMPORTS
ciscoCBQosMIB MODULE-IDENTITY ciscoCBQosMIB MODULE-IDENTITY
LAST-UPDATED "201401240000Z" LAST-UPDATED "202007270000Z"
ORGANIZATION "Cisco Systems, Inc." ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO CONTACT-INFO
"Cisco Systems "Cisco Systems
@ -421,6 +425,27 @@ ciscoCBQosMIB MODULE-IDENTITY
Users can uniquely identify each QoS object defined on the Users can uniquely identify each QoS object defined on the
router and query the entries in each stats table on a per router and query the entries in each stats table on a per
QoS object basis." QoS object basis."
REVISION "202007270000Z"
DESCRIPTION
"Added cbQosServiceGroupIndex in CbQosServicePolicyEntry
Added cbQoSTSStatsQSizeLastTenSecMin in CbQosTSStatsEntry
Added cbQoSTSStatsQSizeLastTenSecMax in CbQosTSStatsEntry
Added cbQoSTSStatsQSizeLastTenSecAvg in CbQosTSStatsEntry
Added cbQoSTSStatsQSizeLastOneMinMin in CbQosTSStatsEntry
Added cbQoSTSStatsQSizeLastOneMinMax in CbQosTSStatsEntry
Added cbQoSTSStatsQSizeLastOneMinAvg in CbQosTSStatsEntry
Added cbQoSTSStatsQSizeLastFiveMinMin in CbQosTSStatsEntry
Added cbQoSTSStatsQSizeLastFiveMinMax in CbQosTSStatsEntry
Added cbQoSTSStatsQSizeLastFiveMinAvg in CbQosTSStatsEntry"
REVISION "201410130000Z"
DESCRIPTION
"Added tunnel(8) in InterfaceType TC
Added wirelessInterface(9) in InterfaceType TC
Added cbQosTunDstAddrType in CbQosServicePolicyEntry
Added cbQosTunDstAddr in CbQosServicePolicyEntry
Added cbQosWirelessIifid in CbQosServicePolicyEntry
Added cbQosTSStatsTargetShapeRate in cbQosTSStatsEntry
Added cbQosTSCfgAdaptivePercentRateValue in cbQosTSCfgEntry"
REVISION "201401240000Z" REVISION "201401240000Z"
DESCRIPTION DESCRIPTION
"Added new object cbQosParentPolicyIndex in "Added new object cbQosParentPolicyIndex in
@ -787,7 +812,10 @@ InterfaceType ::= TEXTUAL-CONVENTION
vlan of a layer 2 interface that can carry vlan of a layer 2 interface that can carry
traffic on multiple vlans. traffic on multiple vlans.
EVC - Service policy is attached to the Ethernet EVC - Service policy is attached to the Ethernet
Virtual Connections." Virtual Connections.
Tunnel - Service policy is attached to DMVPN tunnel
Wireless Interface - Service policy is attached on the
wireless interface."
SYNTAX INTEGER { SYNTAX INTEGER {
mainInterface(1), mainInterface(1),
subInterface(2), subInterface(2),
@ -795,7 +823,9 @@ InterfaceType ::= TEXTUAL-CONVENTION
atmPVC(4), atmPVC(4),
controlPlane(5), controlPlane(5),
vlanPort(6), vlanPort(6),
evc(7) evc(7),
tunnel(8),
wirelessInterface(9)
} }
QueueingBandwidthUnits ::= TEXTUAL-CONVENTION QueueingBandwidthUnits ::= TEXTUAL-CONVENTION
@ -1446,7 +1476,11 @@ CbQosServicePolicyEntry ::= SEQUENCE {
cbQosVlanIndex VlanIndex, cbQosVlanIndex VlanIndex,
cbQosEVC Unsigned32, cbQosEVC Unsigned32,
cbQosPolicyDiscontinuityTime TimeStamp, cbQosPolicyDiscontinuityTime TimeStamp,
cbQosParentPolicyIndex Unsigned32 cbQosParentPolicyIndex Unsigned32,
cbQosTunDstAddrType InetAddressType,
cbQosTunDstAddr InetAddress,
cbQosWirelessIifid Unsigned64,
cbQosServiceGroupIndex Unsigned32
} }
cbQosPolicyIndex OBJECT-TYPE cbQosPolicyIndex OBJECT-TYPE
@ -1578,6 +1612,44 @@ cbQosParentPolicyIndex OBJECT-TYPE
of a virtual interface. Value zero implies the entry is for a of a virtual interface. Value zero implies the entry is for a
interface on which PolicyMap applied directly." interface on which PolicyMap applied directly."
::= { cbQosServicePolicyEntry 12 } ::= { cbQosServicePolicyEntry 12 }
cbQosTunDstAddrType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object is instantiated if cbQoSIfType object has the value
of tunnel(8)."
::= { cbQosServicePolicyEntry 13 }
cbQosTunDstAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object is instantiated if cbQoSIfType
object has the value of tunnel(8)."
::= { cbQosServicePolicyEntry 14 }
cbQosWirelessIifid OBJECT-TYPE
SYNTAX Unsigned64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object is instantiated if cbQoSIfType
object has the value of wirelessInterface(9)."
::= { cbQosServicePolicyEntry 15 }
cbQosServiceGroupIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If the service policy is attached to a particular
service-group, then this object specifies the
corresponding Service-group id. In all other cases
the value of this object is '0'."
::= { cbQosServicePolicyEntry 16 }
-- End of the cbQosServicePolicy group -- End of the cbQosServicePolicy group
@ -3041,19 +3113,20 @@ cbQosTSCfgEntry OBJECT-TYPE
::= { cbQosTSCfgTable 1 } ::= { cbQosTSCfgTable 1 }
CbQosTSCfgEntry ::= SEQUENCE { CbQosTSCfgEntry ::= SEQUENCE {
cbQosTSCfgRate Integer32, cbQosTSCfgRate Integer32,
cbQosTSCfgBurstSize Integer32, cbQosTSCfgBurstSize Integer32,
cbQosTSCfgExtBurstSize Integer32, cbQosTSCfgExtBurstSize Integer32,
cbQosTSCfgAdaptiveEnabled TruthValue, cbQosTSCfgAdaptiveEnabled TruthValue,
cbQosTSCfgAdaptiveRate Integer32, cbQosTSCfgAdaptiveRate Integer32,
cbQosTSCfgLimitType TrafficShapingLimit, cbQosTSCfgLimitType TrafficShapingLimit,
cbQosTSCfgRateType CbQosRateType, cbQosTSCfgRateType CbQosRateType,
cbQosTSCfgPercentRateValue Unsigned32, cbQosTSCfgPercentRateValue Unsigned32,
cbQosTSCfgBurstTime Unsigned32, cbQosTSCfgBurstTime Unsigned32,
cbQosTSCfgExtBurstTime Unsigned32, cbQosTSCfgExtBurstTime Unsigned32,
cbQosTSCfgRate64 Unsigned64, cbQosTSCfgRate64 Unsigned64,
cbQosTSCfgBurstSize64 Unsigned64, cbQosTSCfgBurstSize64 Unsigned64,
cbQosTSCfgExtBurstSize64 Unsigned64 cbQosTSCfgExtBurstSize64 Unsigned64,
cbQosTSCfgAdaptivePercentRateValue Unsigned32
} }
cbQosTSCfgRate OBJECT-TYPE cbQosTSCfgRate OBJECT-TYPE
@ -3210,6 +3283,17 @@ cbQosTSCfgExtBurstSize64 OBJECT-TYPE
If a device implements cbQosTSCfgExtBurstSize64, then If a device implements cbQosTSCfgExtBurstSize64, then
it should not implement cbQosTSCfgExtBurstSize." it should not implement cbQosTSCfgExtBurstSize."
::= { cbQosTSCfgEntry 13 } ::= { cbQosTSCfgEntry 13 }
cbQosTSCfgAdaptivePercentRateValue OBJECT-TYPE
SYNTAX Unsigned32
UNITS "percentage"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The committed lower traffic-shaping rate in percentage.
Its value is valid only when cbQosTSCfgRateType
equals to 2."
::= { cbQosTSCfgEntry 14 }
-- end of cbQosTSCfgTable -- end of cbQosTSCfgTable
@ -4399,7 +4483,17 @@ CbQosTSStatsEntry ::= SEQUENCE {
cbQosTSStatsDropPkt Counter32, cbQosTSStatsDropPkt Counter32,
cbQosTSStatsDropPkt64 Counter64, cbQosTSStatsDropPkt64 Counter64,
cbQosTSStatsActive TruthValue, cbQosTSStatsActive TruthValue,
cbQosTSStatsCurrentQSize Gauge32 cbQosTSStatsCurrentQSize Gauge32,
cbQosTSStatsTargetShapeRate Unsigned64,
cbQoSTSStatsQSizeLastTenSecMin Gauge32,
cbQoSTSStatsQSizeLastTenSecMax Gauge32,
cbQoSTSStatsQSizeLastTenSecAvg Gauge32,
cbQoSTSStatsQSizeLastOneMinMin Gauge32,
cbQoSTSStatsQSizeLastOneMinMax Gauge32,
cbQoSTSStatsQSizeLastOneMinAvg Gauge32,
cbQoSTSStatsQSizeLastFiveMinMin Gauge32,
cbQoSTSStatsQSizeLastFiveMinMax Gauge32,
cbQoSTSStatsQSizeLastFiveMinAvg Gauge32
} }
cbQosTSStatsDelayedByteOverflow OBJECT-TYPE cbQosTSStatsDelayedByteOverflow OBJECT-TYPE
@ -4543,6 +4637,106 @@ cbQosTSStatsCurrentQSize OBJECT-TYPE
"This object indicates the current traffic-shaping "This object indicates the current traffic-shaping
queue depth in packets." queue depth in packets."
::= { cbQosTSStatsEntry 14 } ::= { cbQosTSStatsEntry 14 }
cbQosTSStatsTargetShapeRate OBJECT-TYPE
SYNTAX Unsigned64
UNITS "bits per second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The committed traffic-shaping rate. This is the
sustained rate permitted by the traffic-shaping."
::= { cbQosTSStatsEntry 15 }
cbQoSTSStatsQSizeLastTenSecMin OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the minimum traffic-shaping
queue depth(in packets) in last 10 seconds."
::= { cbQosTSStatsEntry 16 }
cbQoSTSStatsQSizeLastTenSecMax OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the maximum traffic-shaping
queue depth(in packets) in last 10 seconds."
::= { cbQosTSStatsEntry 17 }
cbQoSTSStatsQSizeLastTenSecAvg OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the average traffic-shaping
queue depth(in packets) in last 10 seconds."
::= { cbQosTSStatsEntry 18 }
cbQoSTSStatsQSizeLastOneMinMin OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the minimum traffic-shaping
queue depth(in packets) in last 1 minute."
::= { cbQosTSStatsEntry 19 }
cbQoSTSStatsQSizeLastOneMinMax OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the maximum traffic-shaping
queue depth(in packets) in last 1 minute."
::= { cbQosTSStatsEntry 20 }
cbQoSTSStatsQSizeLastOneMinAvg OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the average traffic-shaping
queue depth(in packets) in last 1 minute."
::= { cbQosTSStatsEntry 21 }
cbQoSTSStatsQSizeLastFiveMinMin OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the minimum traffic-shaping
queue depth(in packets) in last 5 minutes."
::= { cbQosTSStatsEntry 22 }
cbQoSTSStatsQSizeLastFiveMinMax OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the maximum traffic-shaping
queue depth(in packets) in last 5 minutes."
::= { cbQosTSStatsEntry 23 }
cbQoSTSStatsQSizeLastFiveMinAvg OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the Average traffic-shaping
queue depth(in packets) in last 5 minutes."
::= { cbQosTSStatsEntry 24 }
-- end of cbQosTSStats Group -- end of cbQosTSStats Group
@ -10144,10 +10338,11 @@ cbQosEBStatsGroup OBJECT-GROUP
cbQosServicePolicyExtGroup OBJECT-GROUP cbQosServicePolicyExtGroup OBJECT-GROUP
OBJECTS { cbQosVlanIndex } OBJECTS { cbQosVlanIndex }
STATUS current STATUS deprecated
DESCRIPTION DESCRIPTION
"Optional objects to provide more information about a "Optional objects to provide more information about a
particular service policy instance." particular service policy instance.
cbQosServicePolicyExtGroup object is superseded by cbQosServicePolicyExtGroupRev3."
::= { ciscocbQosMIBGroups 63 } ::= { ciscocbQosMIBGroups 63 }
cbQosMeasureIPSLACfgGroup OBJECT-GROUP cbQosMeasureIPSLACfgGroup OBJECT-GROUP
@ -10162,11 +10357,12 @@ cbQosMeasureIPSLACfgGroup OBJECT-GROUP
cbQosTSCfgExtGroup OBJECT-GROUP cbQosTSCfgExtGroup OBJECT-GROUP
OBJECTS { cbQosTSCfgRate64 } OBJECTS { cbQosTSCfgRate64 }
STATUS current STATUS deprecated
DESCRIPTION DESCRIPTION
"Objects to provide the information of the "Objects to provide the information of the
committed shaping rate that is greater than the committed shaping rate that is greater than the
maximum value reportable by cbQosTSCfgRate." maximum value reportable by cbQosTSCfgRate.
cbQosTSCfgExtGroup object is superseded by cbQosTSCfgExtGroupRev1."
::= { ciscocbQosMIBGroups 65 } ::= { ciscocbQosMIBGroups 65 }
cbQosQueueingCfgGroupRev2 OBJECT-GROUP cbQosQueueingCfgGroupRev2 OBJECT-GROUP
@ -10434,21 +10630,45 @@ cbQosQueueingStatsGroupRev1 OBJECT-GROUP
cbQosServicePolicyExtGroupRev2 OBJECT-GROUP cbQosServicePolicyExtGroupRev2 OBJECT-GROUP
OBJECTS { cbQosParentPolicyIndex } OBJECTS { cbQosParentPolicyIndex }
STATUS deprecated
DESCRIPTION
"Added cbQosParentPolicyIndex to cbQosServicePolicyTable.
cbQosServicePolicyExtGroupRev2 object is superseded by cbQosServicePolicyExtGroupRev3."
::= { ciscocbQosMIBGroups 83 }
cbQosServicePolicyExtGroupRev3 OBJECT-GROUP
OBJECTS {
cbQosTunDstAddrType,
cbQosTunDstAddr,
cbQosWirelessIifid,
cbQosVlanIndex,
cbQosParentPolicyIndex
}
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"Added cbQosParentPolicyIndex to cbQosServicePolicyTable." "Optional objects to provide more information about a
::= { ciscocbQosMIBGroups 83 } particular service policy instance."
::= { ciscocbQosMIBGroups 84 }
cbQosTSCfgExtGroupRev1 OBJECT-GROUP
OBJECTS {
cbQosTSCfgAdaptiveRate,
cbQosTSCfgRate64
}
STATUS current
DESCRIPTION
"Optional objects to provide CB QoS objects configuration
information."
::= { ciscocbQosMIBGroups 85 }
cbQosTSStatsExtGroup OBJECT-GROUP
OBJECTS { cbQosTSStatsTargetShapeRate }
STATUS current
DESCRIPTION
"Optional objects to provide CB QoS object statistics
information."
::= { ciscocbQosMIBGroups 86 }
END END

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
-- --
-- November 1997, Cliff L. Sojourner -- November 1997, Cliff L. Sojourner
-- --
-- Copyright (c) 1998-2003-2006, 2013, 2015 by cisco Systems Inc. -- Copyright (c) 1998-2017 by cisco Systems Inc.
-- All rights reserved. -- All rights reserved.
-- ***************************************************************** -- *****************************************************************
@ -32,7 +32,7 @@ IMPORTS
ciscoEntitySensorMIB MODULE-IDENTITY ciscoEntitySensorMIB MODULE-IDENTITY
LAST-UPDATED "201501150000Z" LAST-UPDATED "201701190000Z"
ORGANIZATION "Cisco Systems, Inc." ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO CONTACT-INFO
"Postal: Cisco Systems, Inc. "Postal: Cisco Systems, Inc.
@ -47,6 +47,9 @@ ciscoEntitySensorMIB MODULE-IDENTITY
"The CISCO-ENTITY-SENSOR-MIB is used to monitor "The CISCO-ENTITY-SENSOR-MIB is used to monitor
the values of sensors in the Entity-MIB (RFC 2037) the values of sensors in the Entity-MIB (RFC 2037)
entPhysicalTable." entPhysicalTable."
REVISION "201701190000Z"
DESCRIPTION
"Added enumerated value dB(15) to SensorDataType."
REVISION "201501150000Z" REVISION "201501150000Z"
DESCRIPTION DESCRIPTION
"Corrected the definition of entSensorPrecision." "Corrected the definition of entSensorPrecision."
@ -120,7 +123,8 @@ SensorDataType ::= TEXTUAL-CONVENTION
cmm(11),: cubic meters per minute (airflow) cmm(11),: cubic meters per minute (airflow)
truthvalue(12): value takes { true(1), false(2) } truthvalue(12): value takes { true(1), false(2) }
specialEnum(13): value takes user defined enumerated values specialEnum(13): value takes user defined enumerated values
dBm(14): dB relative to 1mW of power" dBm(14): dB relative to 1mW of power
dB(15): decibel"
SYNTAX INTEGER { SYNTAX INTEGER {
other(1), other(1),
unknown(2), unknown(2),
@ -135,7 +139,8 @@ SensorDataType ::= TEXTUAL-CONVENTION
cmm(11), cmm(11),
truthvalue(12), truthvalue(12),
specialEnum(13), specialEnum(13),
dBm(14) dBm(14),
dB(15)
} }
SensorDataScale ::= TEXTUAL-CONVENTION SensorDataScale ::= TEXTUAL-CONVENTION
@ -207,7 +212,6 @@ SensorValue ::= TEXTUAL-CONVENTION
to indicate how many fractional digits the SensorValue to indicate how many fractional digits the SensorValue
has. has.
For sensors that measure percentRH, this item For sensors that measure percentRH, this item
is a number ranging from 0 to 100. is a number ranging from 0 to 100.
@ -940,4 +944,27 @@ entitySensorNotificationGroup NOTIFICATION-GROUP
END END
-- %DNP% MLC -Compiled MLC
-- %DNP% MRS -with reviewer MRS
-- %DNP% MRC - ciscoEntitySensorMIB~1~ - 2017011904:47 PST - linche -18.0 -ACK
-- %DNP% - < ^^ Copyright (c) 1998-2017 by cisco Systems Inc.
-- %DNP%^^-
-- %DNP%> ^^ Copyright (c) 1998-2003-2006, 2013, 2015, 2017 by cisco Systems
-- %DNP%Inc.
-- %DNP%35c35
-- %DNP%< LAST-UPDATED "201701190000Z"
-- %DNP%^^-
-- %DNP%> LAST-UPDATED "201612210000Z"
-- %DNP%50c50
-- %DNP%< REVISION "201701190000Z"
-- %DNP%^^-
-- %DNP%> REVISION "201612210000Z"
-- %DNP%52c52
-- %DNP%< "Added enumerated value dB(15) to SensorDataType."
-- %DNP%^^-
-- %DNP%> "[1] Add dB(15) in SensorDataType."
-- %DNP%
-- %DNP% -0 MRC

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,7 @@ IMPORTS
ciscoErrDisableMIB MODULE-IDENTITY ciscoErrDisableMIB MODULE-IDENTITY
LAST-UPDATED "201606020000Z" LAST-UPDATED "201911280000Z"
ORGANIZATION "Cisco Systems, Inc." ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO CONTACT-INFO
"Cisco Systems "Cisco Systems
@ -103,6 +103,11 @@ ciscoErrDisableMIB MODULE-IDENTITY
3) If error recovery is possible, then the time 3) If error recovery is possible, then the time
interval to wait before the system starts the recovery interval to wait before the system starts the recovery
attempt." attempt."
REVISION "201911280000Z"
DESCRIPTION
"Added the following new enumerations in
CErrDisableFeatureID:
loopDetect(62)."
REVISION "201606020000Z" REVISION "201606020000Z"
DESCRIPTION DESCRIPTION
"Added the following new enumerations in "Added the following new enumerations in
@ -317,7 +322,8 @@ CErrDisableFeatureID ::= TEXTUAL-CONVENTION
oneHundredPdusWithoutAck: DCX Recieved 100 PDUs without ACK oneHundredPdusWithoutAck: DCX Recieved 100 PDUs without ACK
ipQosCompatCheckFailure: IP Qos DCBXP compat check failed" ipQosCompatCheckFailure: IP Qos DCBXP compat check failed
loopDetect: Loopdetection in the network"
SYNTAX INTEGER { SYNTAX INTEGER {
udld(1), udld(1),
bpduGuard(2), bpduGuard(2),
@ -379,7 +385,8 @@ CErrDisableFeatureID ::= TEXTUAL-CONVENTION
ipConflict(58), ipConflict(58),
multipleMSapIdsRcvd(59), multipleMSapIdsRcvd(59),
oneHundredPdusWithoutAck(60), oneHundredPdusWithoutAck(60),
ipQosCompatCheckFailure(61) ipQosCompatCheckFailure(61),
loopDetect(62)
} }
-- Global configuration objects -- Global configuration objects
@ -931,6 +938,3 @@ ciscoErrDisableFeatureFlapGroup OBJECT-GROUP
END END

View file

@ -7,7 +7,7 @@
-- %DNP% Aug 2003, Jayakumar Kadirvelu -- %DNP% Aug 2003, Jayakumar Kadirvelu
-- %DNP% Aug 2004, Arul Mozhi -- %DNP% Aug 2004, Arul Mozhi
-- --
-- Copyright (c) 2002-2016, 2020 by cisco Systems Inc. -- Copyright (c) 2002-2016-2021 by cisco Systems Inc.
-- --
-- All rights reserved. -- All rights reserved.
-- ************************************************************* -- *************************************************************
@ -51,7 +51,7 @@ IMPORTS
ciscoIfExtensionMIB MODULE-IDENTITY ciscoIfExtensionMIB MODULE-IDENTITY
LAST-UPDATED "202011030000Z" LAST-UPDATED "202102120000Z"
ORGANIZATION "Cisco Systems, Inc." ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO CONTACT-INFO
"Cisco Systems "Cisco Systems
@ -91,6 +91,10 @@ ciscoIfExtensionMIB MODULE-IDENTITY
Drop Virtual Link - According to 802.3 standard, Drop Virtual Link - According to 802.3 standard,
Traffic drop may occur on this virtual Link." Traffic drop may occur on this virtual Link."
REVISION "202102120000Z"
DESCRIPTION
"Added enumerated value eightSixteenThirtyTwoSixtyFourG to
cieIfSpeedGroupConfig."
REVISION "202011030000Z" REVISION "202011030000Z"
DESCRIPTION DESCRIPTION
"Added cieIfDuplexCfgStatus and cieIfDuplexDetectStatus." "Added cieIfDuplexCfgStatus and cieIfDuplexDetectStatus."
@ -1016,7 +1020,8 @@ cieIfSpeedGroupConfig OBJECT-TYPE
tenG(2), tenG(2),
oneTwoFourEightG(3), oneTwoFourEightG(3),
twoFourEightSixteenG(4), twoFourEightSixteenG(4),
fourEightSixteenThirtyTwoG(5) fourEightSixteenThirtyTwoG(5),
eightSixteenThirtyTwoSixtyFourG(6)
} }
MAX-ACCESS read-write MAX-ACCESS read-write
STATUS current STATUS current
@ -1034,7 +1039,9 @@ cieIfSpeedGroupConfig OBJECT-TYPE
'2G-4G-8G-16G' - the interface speed group configuration '2G-4G-8G-16G' - the interface speed group configuration
on this interface as 2G-4G-8G-16G. on this interface as 2G-4G-8G-16G.
'4G-8G-16G-32G' - the interface speed group configuration '4G-8G-16G-32G' - the interface speed group configuration
on this interface as 4G-8G-16G-32G." on this interface as 4G-8G-16G-32G.
'8G-16G-32G-64G' - the interface speed group configuration
on this interface as 8G-16G-32G-64G."
::= { cieIfInterfaceEntry 15 } ::= { cieIfInterfaceEntry 15 }
cieIfTransceiverFrequencyConfig OBJECT-TYPE cieIfTransceiverFrequencyConfig OBJECT-TYPE

View file

@ -1,10 +1,10 @@
-- ******************************************************************* -- *******************************************************************
-- CISCO-LWAPP-DOT11-CLIENT-MIB.my: Dot11 Wireless Clients MIB -- CISCO-LWAPP-DOT11-CLIENT-MIB.my: Dot11 Wireless Clients MIB
-- --
-- June 2006, Devesh Pujari, Srinath Candadai -- June 2006, Devesh Pujari, Srinath Candadai
-- March 2011 Suja Thangaveluchamy -- March 2011 Suja Thangaveluchamy
-- --
-- Copyright (c) 2006, 2010-2012, 2016-2018 by Cisco Systems Inc. -- Copyright (c) 2006, 2010-2012, 2016-2018, 2020-2021, 2024 by Cisco Systems, Inc.
-- All rights reserved. -- All rights reserved.
-- ******************************************************************* -- *******************************************************************
@ -71,7 +71,7 @@ IMPORTS
-- ******************************************************************** -- ********************************************************************
ciscoLwappDot11ClientMIB MODULE-IDENTITY ciscoLwappDot11ClientMIB MODULE-IDENTITY
LAST-UPDATED "201804230000Z" LAST-UPDATED "202405130000Z"
ORGANIZATION "Cisco Systems Inc." ORGANIZATION "Cisco Systems Inc."
CONTACT-INFO CONTACT-INFO
"Cisco Systems, "Cisco Systems,
@ -235,6 +235,23 @@ ciscoLwappDot11ClientMIB MODULE-IDENTITY
[2] Draft-obara-capwap-lwapp-00.txt, IETF Light [2] Draft-obara-capwap-lwapp-00.txt, IETF Light
Weight Access Point Protocol" Weight Access Point Protocol"
REVISION "202011230000Z"
DESCRIPTION
"Added the following objects:
cldcMaxClientsTrapEnabled,
cldcMaxClientsTrapThreshold,
cldcMaxClientsTrapPeriod,
cldcMaxClientsCount,
cldcMaxThresholdReachedClear,
ciscoLwappDot11ClientMaxClientsReached,
and groups:
ciscoLwappDot11ClientMIBConfigGroupRev2,
ciscoLwappDot11ClientMIBNotifsGroupRev3,
ciscoLwappDot11ClientMIBNotifControlGroupRev2,
ciscoLwappDot11ClientMIBStatusGroupRev3"
REVISION "202005130000Z"
DESCRIPTION
"Added cldcClientMobileStPolicyType"
REVISION "201804230000Z" REVISION "201804230000Z"
DESCRIPTION DESCRIPTION
"Added cldcClientiPSKTag." "Added cldcClientiPSKTag."
@ -371,7 +388,8 @@ CldcClientEntry ::= SEQUENCE {
cldcClientHtCapable TruthValue, cldcClientHtCapable TruthValue,
cldcClientVhtCapable TruthValue, cldcClientVhtCapable TruthValue,
cldcClientCurrentTxRate Unsigned32, cldcClientCurrentTxRate Unsigned32,
cldcClientiPSKTag OCTET STRING cldcClientiPSKTag OCTET STRING,
cldcClientMobileStPolicyType INTEGER
} }
cldcClientMacAddress OBJECT-TYPE cldcClientMacAddress OBJECT-TYPE
@ -443,7 +461,10 @@ cldcClientProtocol OBJECT-TYPE
dot11n5(7), dot11n5(7),
ethernet(8), ethernet(8),
dot3(9), dot3(9),
dot11ac5(10) dot11ac5(10),
dot11ax5(11),
dot11ax24(12),
dot11ax6(13)
} }
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
@ -1155,10 +1176,28 @@ cldcClientiPSKTag OBJECT-TYPE
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object indicates the iPSK peer group that this client is part of. "This object indicates the PSK peer group that this client is part of.
The clients with same ipsk tag can be allowed to have peer to peer traffic by The clients with same psk tag can be allowed to have peer to peer traffic by
configuring the wlan p2p blocking." configuring the wlan p2p blocking."
::= { cldcClientEntry 51 } ::= { cldcClientEntry 51 }
cldcClientMobileStPolicyType OBJECT-TYPE
SYNTAX INTEGER {
unknown(0),
dot1x(1),
wpa1(2),
wpa2(3),
wpa2vff(4),
notavailable(5),
wpa2or3(6),
wpaOsen(7),
wpaOsenWithinRsn(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Security policy of the AP to which the Mobile Station is associated."
::= { cldcClientEntry 52 }
@ -1804,6 +1843,53 @@ ciscoLwappDot11ClientStaticIpFailTrapEnabled OBJECT-TYPE
DEFVAL { true } DEFVAL { true }
::= { cldcConfigObjects 5 } ::= { cldcConfigObjects 5 }
cldcMaxClientsTrapEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether the
ciscoLwappDot11ClientMaxClientsReached notification would
be generated.
A value of 'true' indicates that the agent generates
ciscoLwappDot11ClientMaxClientsReached notifications.
A value of 'false' indicates that the agent doesn't
generate ciscoLwappDot11ClientMaxClientsReached
notification."
DEFVAL { true }
::= { cldcConfigObjects 6 }
cldcMaxClientsTrapThreshold OBJECT-TYPE
SYNTAX Unsigned32 (50..100)
UNITS "Percent"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the threshold for number
of clients on the controller to trigger a trap.
The trap ciscoLwappDot11ClientMaxClientsReached
will be triggered once the count of clients
on the controller reaches this limit and the
ciscoLwappDot11ClientMaxClientsTrapEnabled
is enabled. The admissible range goes from 50%
to 100%."
::= { cldcConfigObjects 7 }
cldcMaxClientsTrapPeriod OBJECT-TYPE
SYNTAX Unsigned32 (1..60)
UNITS "Minutes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the period of time for the
controller to trigger a trap.
The trap ciscoLwappDot11ClientMaxClientsReached
will be triggered only once per period if
ciscoLwappDot11ClientMaxClientsTrapEnabled
is enabled. The admissible range goes from 1 minute
to 60 minutes."
::= { cldcConfigObjects 8 }
-- ******************************************************************** -- ********************************************************************
-- * NOTIFICATIONS Objects -- * NOTIFICATIONS Objects
-- ******************************************************************** -- ********************************************************************
@ -2476,6 +2562,29 @@ cldcClientPmipDownKey OBJECT-TYPE
"This object indicates the downstream key of the PMIP client." "This object indicates the downstream key of the PMIP client."
::= { cldcNotifObjects 44 } ::= { cldcNotifObjects 44 }
cldcMaxClientsCount OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object represents the number of clients joined
to the controller when ciscoLwappDot11ClientMaxClientsReached
is sent."
::= { cldcNotifObjects 45 }
cldcMaxThresholdReachedClear OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object represents whether
ciscoLwappDot11ClientMaxClientsReached is
raise or clear.
A value of 'true' indicates that this event is
cleared
A value of 'false' indicates that this event is
raised."
::= { cldcNotifObjects 46 }
-- ******************************************************************** -- ********************************************************************
-- * NOTIFICATIONS -- * NOTIFICATIONS
-- ******************************************************************** -- ********************************************************************
@ -2970,6 +3079,18 @@ ciscoLwappDot11ClientMobilityTrap NOTIFICATION-TYPE
"The notification shall be sent when the Station "The notification shall be sent when the Station
gets roamed." gets roamed."
::= { ciscoLwappDot11ClientMIBNotifs 12 } ::= { ciscoLwappDot11ClientMIBNotifs 12 }
ciscoLwappDot11ClientMaxClientsReached NOTIFICATION-TYPE
OBJECTS {
cldcMaxClientsTrapThreshold,
cldcMaxClientsCount,
cldcMaxThresholdReachedClear
}
STATUS current
DESCRIPTION
"This notification is generated when the number of
clients on the controller exceeds the limit defined by
cldcMaxClientsTrapThreshold."
::= { ciscoLwappDot11ClientMIBNotifs 13 }
-- ******************************************************************* -- *******************************************************************
-- * Compliance statements -- * Compliance statements
-- ******************************************************************** -- ********************************************************************
@ -3035,7 +3156,7 @@ ciscoLwappDot11ClientMIBComplianceRev3 MODULE-COMPLIANCE
::= { ciscoLwappDot11ClientMIBCompliances 3 } ::= { ciscoLwappDot11ClientMIBCompliances 3 }
ciscoLwappDot11ClientMIBComplianceRev4 MODULE-COMPLIANCE ciscoLwappDot11ClientMIBComplianceRev4 MODULE-COMPLIANCE
STATUS current STATUS deprecated
DESCRIPTION DESCRIPTION
"The compliance statement for the SNMP entities that "The compliance statement for the SNMP entities that
implement this MIB." implement this MIB."
@ -3053,6 +3174,29 @@ ciscoLwappDot11ClientMIBComplianceRev4 MODULE-COMPLIANCE
} }
::= { ciscoLwappDot11ClientMIBCompliances 4 } ::= { ciscoLwappDot11ClientMIBCompliances 4 }
ciscoLwappDot11ClientMIBComplianceRev5 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the SNMP entities that
implement this MIB."
MODULE -- this module
MANDATORY-GROUPS {
ciscoLwappDot11ClientMIBConfigGroup,
ciscoLwappDot11ClientMIBNotifsGroup,
ciscoLwappDot11ClientMIBStatusGroup,
ciscoLwappDot11ClientMIBStatusGroupRev2,
ciscoLwappDot11ClientMIBNotifsGroupRev2,
ciscoLwappDot11ClientMIBNotifControlGroup,
ciscoLwappDot11ClientMIBStatusGroupRev2Sup,
ciscoLwappDot11ClientMIBCcxGroup,
ciscoLwappDot11ClientMIBSup1Group,
ciscoLwappDot11ClientMIBConfigGroupRev2,
ciscoLwappDot11ClientMIBNotifsGroupRev3,
ciscoLwappDot11ClientMIBNotifControlGroupRev2,
ciscoLwappDot11ClientMIBStatusGroupRev3
}
::= { ciscoLwappDot11ClientMIBCompliances 5 }
-- ******************************************************************** -- ********************************************************************
-- * Units of conformance -- * Units of conformance
-- ******************************************************************** -- ********************************************************************
@ -3165,7 +3309,8 @@ ciscoLwappDot11ClientMIBStatusGroupRev2 OBJECT-GROUP
cldcClientRxDataPackets, cldcClientRxDataPackets,
cldcClientRxDataBytes, cldcClientRxDataBytes,
ciscoLwappDot11ClientStaticIpFailTrapEnabled, ciscoLwappDot11ClientStaticIpFailTrapEnabled,
cldcClientCurrentTxRate cldcClientCurrentTxRate,
cldcClientMobileStPolicyType
} }
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -3289,6 +3434,49 @@ ciscoLwappDot11ClientMIBSup1Group OBJECT-GROUP
clients notifications information." clients notifications information."
::= { ciscoLwappDot11ClientMIBGroups 9 } ::= { ciscoLwappDot11ClientMIBGroups 9 }
ciscoLwappDot11ClientMIBConfigGroupRev2 OBJECT-GROUP
OBJECTS {
cldcMaxClientsTrapPeriod,
cldcMaxClientsTrapThreshold
}
STATUS current
DESCRIPTION
"This collection of objects specifies the required
configuration parameters for the 802.11 wireless
clients."
::= { ciscoLwappDot11ClientMIBGroups 10 }
ciscoLwappDot11ClientMIBNotifsGroupRev3 NOTIFICATION-GROUP
NOTIFICATIONS {
ciscoLwappDot11ClientMaxClientsReached
}
STATUS current
DESCRIPTION
"This collection of objects represents the
notifications for the 802.11 wireless clients."
::= { ciscoLwappDot11ClientMIBGroups 11 }
ciscoLwappDot11ClientMIBNotifControlGroupRev2 OBJECT-GROUP
OBJECTS {
cldcMaxClientsTrapEnabled
}
STATUS current
DESCRIPTION
"This collection of objects represents the objects that
control the notifications for the 802.11 wireless
clients."
::= { ciscoLwappDot11ClientMIBGroups 12 }
ciscoLwappDot11ClientMIBStatusGroupRev3 OBJECT-GROUP
OBJECTS {
cldcMaxThresholdReachedClear,
cldcMaxClientsCount
}
STATUS current
DESCRIPTION
"This collection of objects specifies the required
status parameters for the 802.11 wireless clients."
::= { ciscoLwappDot11ClientMIBGroups 13 }
END END

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
-- ******************************************************************* -- *******************************************************************
-- CISCO-LWAPP-MOBILITY-EXT-MIB.my -- CISCO-LWAPP-MOBILITY-EXT-MIB.my
-- January 2011, Srinath Candadai -- January 2011, Srinath Candadai
-- --
-- Copyright (c) 2011-2017 by Cisco Systems Inc. -- Copyright (c) 2011-2020 by Cisco Systems, Inc.
-- All rights reserved. -- All rights reserved.
-- ******************************************************************* -- *******************************************************************
@ -34,10 +34,13 @@ IMPORTS
FROM SNMP-FRAMEWORK-MIB FROM SNMP-FRAMEWORK-MIB
VlanIndex VlanIndex
FROM Q-BRIDGE-MIB FROM Q-BRIDGE-MIB
cLWlanIndex cLWlanIndex,
cLWlanProfileName
FROM CISCO-LWAPP-WLAN-MIB FROM CISCO-LWAPP-WLAN-MIB
Dscp Dscp
FROM CISCO-QOS-PIB-MIB FROM CISCO-QOS-PIB-MIB
cLWlanWlanPolicyName
FROM CISCO-LWAPP-WLAN-POLICY-MIB
ciscoMgmt ciscoMgmt
FROM CISCO-SMI; FROM CISCO-SMI;
@ -47,7 +50,7 @@ IMPORTS
-- ******************************************************************** -- ********************************************************************
ciscoLwappMobilityExtMIB MODULE-IDENTITY ciscoLwappMobilityExtMIB MODULE-IDENTITY
LAST-UPDATED "201705020000Z" LAST-UPDATED "202008130000Z"
ORGANIZATION "Cisco Systems Inc." ORGANIZATION "Cisco Systems Inc."
CONTACT-INFO CONTACT-INFO
"Cisco Systems, "Cisco Systems,
@ -319,6 +322,13 @@ ciscoLwappMobilityExtMIB MODULE-IDENTITY
[2] Draft-obara-capwap-lwapp-00.txt, IETF Light [2] Draft-obara-capwap-lwapp-00.txt, IETF Light
Weight Access Point Protocol." Weight Access Point Protocol."
REVISION "202008130000Z"
DESCRIPTION
" Added cLGuestWlanAllAnchorsDown
cLGuestWlanOneAnchorOnGuestLanUp notification"
REVISION "201906200000Z"
DESCRIPTION
" Added C9800-specific attributes."
REVISION "201705020000Z" REVISION "201705020000Z"
DESCRIPTION DESCRIPTION
"Initial version of this MIB module." "Initial version of this MIB module."
@ -580,6 +590,38 @@ cLMobilityExtMCNumberOfReportedAPsInSubDomain OBJECT-TYPE
by this MC and its MAs." by this MC and its MAs."
::= { ciscoLwappMobilityExtMCGlobalObjects 18 } ::= { ciscoLwappMobilityExtMCGlobalObjects 18 }
cLMobilityExtMCOwnGroupMulticastAddressv6Type OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object represents the multicast IP address type of its own
mobility group."
::= { ciscoLwappMobilityExtMCGlobalObjects 19 }
cLMobilityExtMCOwnGroupMulticastAddressv6 OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object represents the multicast IPv6 address of its own
mobility group."
::= { ciscoLwappMobilityExtMCGlobalObjects 20 }
cLMobilityExtMCMulticastModev6 OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object allows the user to enable or disable
IPv6 multicast mode.
A value of 'true' indicates IPv6 multicast mode
is enabled.
A value of 'false' indicates IPv6 multicast mode
is disabled."
DEFVAL { false }
::= { ciscoLwappMobilityExtMCGlobalObjects 21 }
-- ******************************************************************* -- *******************************************************************
-- Mobility Manager global parameters (applicable to both MC and MA) -- Mobility Manager global parameters (applicable to both MC and MA)
-- ******************************************************************* -- *******************************************************************
@ -698,8 +740,8 @@ cLMobilityExtSecureCipher OBJECT-TYPE
to use default ciphers for mobility tunnel. to use default ciphers for mobility tunnel.
aes256sha1(2) - Implies that controllers will use aes256sha1(2) - Implies that controllers will use
AES256_SHA cipher for mobility tunnel. AES256_SHA cipher for mobility tunnel.
aes256sha2(3) - Implies that controllers will use aes256sha2(3) - Implies that controllers will use
AES256_SHA256 cipher for mobility tunnel." AES256_SHA256 cipher for mobility tunnel."
::= { ciscoLwappMobilityExtMCMAGlobalObjects 11 } ::= { ciscoLwappMobilityExtMCMAGlobalObjects 11 }
cLMobilityExtEncryptionStatus OBJECT-TYPE cLMobilityExtEncryptionStatus OBJECT-TYPE
@ -712,6 +754,24 @@ cLMobilityExtEncryptionStatus OBJECT-TYPE
A value of 'true' indicates encryption is enabled. A value of 'true' indicates encryption is enabled.
A value of 'false' indicates encryption is disabled." A value of 'false' indicates encryption is disabled."
::= { ciscoLwappMobilityExtMCMAGlobalObjects 12 } ::= { ciscoLwappMobilityExtMCMAGlobalObjects 12 }
cLMobilityExtSecureCipherv2 OBJECT-TYPE
SYNTAX INTEGER {
disable(1),
aes128sha2(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies to configure secure ciphers, AES128+SHA
or AES128+SHA2 for mobility tunnel.
disable(1) - Implies that controllers will continue
to use default cipher AES128_SHA for mobility
tunnel.
aes128sha2(2) - Implies that controllers will use
AES128_SHA256 cipher for mobility tunnel."
::= { ciscoLwappMobilityExtMCMAGlobalObjects 13 }
-- ******************************************************************* -- *******************************************************************
-- Switch Peer Group Table (applicable to MC only) -- Switch Peer Group Table (applicable to MC only)
-- ******************************************************************* -- *******************************************************************
@ -2057,10 +2117,14 @@ cLMobilityExtGroupEntry OBJECT-TYPE
::= { cLMobilityExtGroupTable 1 } ::= { cLMobilityExtGroupTable 1 }
CLMobilityExtGroupEntry ::= SEQUENCE { CLMobilityExtGroupEntry ::= SEQUENCE {
cLMobilityExtGroupName SnmpAdminString, cLMobilityExtGroupName SnmpAdminString,
cLMobilityExtGroupMulticastAddressType InetAddressType, cLMobilityExtGroupMulticastAddressType InetAddressType,
cLMobilityExtGroupMulticastAddress InetAddress, cLMobilityExtGroupMulticastAddress InetAddress,
cLMobilityExtGroupRowStatus RowStatus cLMobilityExtGroupRowStatus RowStatus,
cLMobilityExtGroupMulticastMode TruthValue,
cLMobilityExtGroupMulticastModev6 TruthValue,
cLMobilityExtGroupMulticastAddressv6Type InetAddressType,
cLMobilityExtGroupMulticastAddressv6 InetAddress
} }
cLMobilityExtGroupName OBJECT-TYPE cLMobilityExtGroupName OBJECT-TYPE
@ -2099,7 +2163,42 @@ cLMobilityExtGroupRowStatus OBJECT-TYPE
to create and delete specific instances of rows to create and delete specific instances of rows
in this table." in this table."
::= { cLMobilityExtGroupEntry 4 } ::= { cLMobilityExtGroupEntry 4 }
cLMobilityExtGroupMulticastMode OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object represents the IPv4 multicast mode for the
mobility group."
::= { cLMobilityExtGroupEntry 5 }
cLMobilityExtGroupMulticastModev6 OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object represents the IPv6 multicast mode for the
mobility group."
::= { cLMobilityExtGroupEntry 6 }
cLMobilityExtGroupMulticastAddressv6Type OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object represents the multicast IPv6 address type
for the mobility group."
::= { cLMobilityExtGroupEntry 7 }
cLMobilityExtGroupMulticastAddressv6 OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object represents the multicast IPv6 address for the
mobility group."
::= { cLMobilityExtGroupEntry 8 }
-- ******************************************************************* -- *******************************************************************
-- Mobility Agent (MA) peer member table -- Mobility Agent (MA) peer member table
@ -2402,6 +2501,85 @@ cLMobilityExtMCAPCount OBJECT-TYPE
this device: this MC, or its peer MC or its MA." this device: this MC, or its peer MC or its MA."
::= { cLMobilityExtMCAPCountEntry 3 } ::= { cLMobilityExtMCAPCountEntry 3 }
cLMobilityAnchorPolicyEntryTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLMobilityAnchorPolicyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table provides information about
one 802.11 LWAPP Mobility Anchor configured with a policy name
on this controller"
::= { ciscoLwappMobilityExtTableObjects 15 }
cLMobilityAnchorWlanPolicyEntry OBJECT-TYPE
SYNTAX CLMobilityAnchorPolicyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table provides information about
one 802.11 LWAPP Mobility Anchor configured with a policy name
on this controller.
Each row represent an Ip anchor associated with a policy.
A row is added when a new anchor is added"
INDEX {
cLWlanWlanPolicyName,
cLMobilityAnchorPolicyMCAddressType,
cLMobilityAnchorPolicyMCAddress
}
::= { cLMobilityAnchorPolicyEntryTable 1 }
CLMobilityAnchorPolicyEntry ::= SEQUENCE {
cLMobilityAnchorPolicyMCAddressType InetAddressType,
cLMobilityAnchorPolicyMCAddress InetAddress,
cLMobilityAnchorPolicyRowStatus RowStatus,
cLMobilityAnchorPolicyMCPriority INTEGER
}
cLMobilityAnchorPolicyMCAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object represents the anchor's IP address type."
::= { cLMobilityAnchorWlanPolicyEntry 1 }
cLMobilityAnchorPolicyMCAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object represents the anchor's IP address"
::= { cLMobilityAnchorWlanPolicyEntry 2 }
cLMobilityAnchorPolicyRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the status column for this row and used
to create and delete specific instances of rows
in this table."
::= { cLMobilityAnchorWlanPolicyEntry 3 }
cLMobilityAnchorPolicyMCPriority OBJECT-TYPE
SYNTAX INTEGER {
local (1),
primary(2),
secondary(3),
tertiary(4)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies priority of the mobility anchor (for the foreign
controller)
A value of '1' indicates local anchor priority (this is not permitted
to be configured)
A value of '2' indicates primary anchor priority.
A value of '3' indicated secondary anchor priority.
A value of '4' indicated tertiary anchor priority."
::= { cLMobilityAnchorWlanPolicyEntry 4 }
-- ******************************************************************* -- *******************************************************************
@ -2756,6 +2934,15 @@ cLMobilityExtNotifyObjectDestinationType OBJECT-TYPE
Oracle." Oracle."
::= { ciscoLwappMobilityExtNotifObjects 4 } ::= { ciscoLwappMobilityExtNotifObjects 4 }
cLMobilityExtWlanPolicyName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (1..64))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object specifies one instance of a WLAN policy on the
controller"
::= { ciscoLwappMobilityExtNotifObjects 5 }
-- ******************************************************************* -- *******************************************************************
-- Mobility Agent (MA) statistics -- Mobility Agent (MA) statistics
-- ******************************************************************* -- *******************************************************************
@ -2987,6 +3174,33 @@ ciscoLwappMobilityDataPathUp NOTIFICATION-TYPE
"This notification is sent by the agent when "This notification is sent by the agent when
a mobility data path goes up." a mobility data path goes up."
::= { ciscoLwappMobilityExtMIBNotifs 4 } ::= { ciscoLwappMobilityExtMIBNotifs 4 }
cLGuestWlanAllAnchorsDown NOTIFICATION-TYPE
OBJECTS {
cLWlanProfileName,
cLMobilityExtWlanPolicyName
}
STATUS current
DESCRIPTION
"This notification will be emitted by the SNMP agent
when successive CAPWAP/Mobility ping attempts to all the anchors on
Guest Wlan, denoted by cLWlanProfileName, fail and
all the anchors are conclusively down."
::= { ciscoLwappMobilityExtMIBNotifs 5 }
cLGuestWlanOneAnchorOnGuestLanUp NOTIFICATION-TYPE
OBJECTS {
cLWlanProfileName,
cLMobilityExtWlanPolicyName
}
STATUS current
DESCRIPTION
"This notification will be emitted by the SNMP agent
when successive CAPWAP/Mobility and UDP ping to at least one anchor
on the Guest Wlan, denoted by cLWlanProfileName, is
restored and anchor is conclusively up."
::= { ciscoLwappMobilityExtMIBNotifs 6 }
-- ******************************************************************* -- *******************************************************************
-- * Compliance statements -- * Compliance statements
-- ******************************************************************* -- *******************************************************************
@ -3039,7 +3253,7 @@ ciscoLwappMobilityExtMIBComplianceRev2 MODULE-COMPLIANCE
::= { ciscoLwappMobilityExtMIBCompliances 3 } ::= { ciscoLwappMobilityExtMIBCompliances 3 }
ciscoLwappMobilityExtMIBComplianceRev3 MODULE-COMPLIANCE ciscoLwappMobilityExtMIBComplianceRev3 MODULE-COMPLIANCE
STATUS current STATUS deprecated
DESCRIPTION DESCRIPTION
"The compliance statement for the SNMP entities that "The compliance statement for the SNMP entities that
implement the ciscoLwappMobilityExtMIB module." implement the ciscoLwappMobilityExtMIB module."
@ -3054,6 +3268,22 @@ ciscoLwappMobilityExtMIBComplianceRev3 MODULE-COMPLIANCE
} }
::= { ciscoLwappMobilityExtMIBCompliances 4 } ::= { ciscoLwappMobilityExtMIBCompliances 4 }
ciscoLwappMobilityExtMIBComplianceRev4 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the SNMP entities that
implement the ciscoLwappMobilityExtMIB module."
MODULE -- this module
MANDATORY-GROUPS {
cLMobilityExtConfigGroupRev1,
cLMobilityExtMAStatsConfigGroup,
ciscoLwappMobilityExtNotifyObjectsGroup,
ciscoLwappMobilityExtNotifsGroupRev1,
ciscoLwappMobilityExtMCMAStatsGroup,
cLMobilityExtAnchorConfigGroup
}
::= { ciscoLwappMobilityExtMIBCompliances 5 }
-- ******************************************************************* -- *******************************************************************
-- * Units of conformance -- * Units of conformance
-- ******************************************************************* -- *******************************************************************
@ -3065,6 +3295,7 @@ cLMobilityExtConfigGroup OBJECT-GROUP
cLMobilityExtMCEnableStatus, cLMobilityExtMCEnableStatus,
cLMobilityExtMCAdminEnableStatus, cLMobilityExtMCAdminEnableStatus,
cLMobilityExtMCMulticastMode, cLMobilityExtMCMulticastMode,
cLMobilityExtMCMulticastModev6,
cLMobilityExtMCKeepAliveCount, cLMobilityExtMCKeepAliveCount,
cLMobilityExtMCKeepAliveInterval, cLMobilityExtMCKeepAliveInterval,
cLMobilityExtMCDscpValue, cLMobilityExtMCDscpValue,
@ -3073,6 +3304,8 @@ cLMobilityExtConfigGroup OBJECT-GROUP
cLMobilityExtMCApCountLicensesInUse, cLMobilityExtMCApCountLicensesInUse,
cLMobilityExtMCOwnGroupMulticastAddressType, cLMobilityExtMCOwnGroupMulticastAddressType,
cLMobilityExtMCOwnGroupMulticastAddress, cLMobilityExtMCOwnGroupMulticastAddress,
cLMobilityExtMCOwnGroupMulticastAddressv6Type,
cLMobilityExtMCOwnGroupMulticastAddressv6,
cLMobilityExtMCMobilityGroupName, cLMobilityExtMCMobilityGroupName,
cLMobilityExtMCMONumberOfClients, cLMobilityExtMCMONumberOfClients,
cLMobilityExtMCNumberOfMCs, cLMobilityExtMCNumberOfMCs,
@ -3152,6 +3385,10 @@ cLMobilityExtConfigGroup OBJECT-GROUP
cLMobilityExtForeignWlcMapRowStatus, cLMobilityExtForeignWlcMapRowStatus,
cLMobilityExtGroupMulticastAddressType, cLMobilityExtGroupMulticastAddressType,
cLMobilityExtGroupMulticastAddress, cLMobilityExtGroupMulticastAddress,
cLMobilityExtGroupMulticastMode,
cLMobilityExtGroupMulticastModev6,
cLMobilityExtGroupMulticastAddressv6Type,
cLMobilityExtGroupMulticastAddressv6,
cLMobilityExtGroupRowStatus, cLMobilityExtGroupRowStatus,
cLMobilityExtMAPeerPublicAddressType, cLMobilityExtMAPeerPublicAddressType,
cLMobilityExtMAPeerPublicAddress, cLMobilityExtMAPeerPublicAddress,
@ -3219,7 +3456,7 @@ ciscoLwappMobilityExtNotifsGroup NOTIFICATION-GROUP
ciscoLwappMobilityDataPathDown, ciscoLwappMobilityDataPathDown,
ciscoLwappMobilityDataPathUp ciscoLwappMobilityDataPathUp
} }
STATUS current STATUS deprecated
DESCRIPTION DESCRIPTION
"This collection of objects provides the information "This collection of objects provides the information
about the notifications sent by the agent related about the notifications sent by the agent related
@ -3233,6 +3470,7 @@ cLMobilityExtConfigGroupRev1 OBJECT-GROUP
cLMobilityExtMCEnableStatus, cLMobilityExtMCEnableStatus,
cLMobilityExtMCAdminEnableStatus, cLMobilityExtMCAdminEnableStatus,
cLMobilityExtMCMulticastMode, cLMobilityExtMCMulticastMode,
cLMobilityExtMCMulticastModev6,
cLMobilityExtMCKeepAliveCount, cLMobilityExtMCKeepAliveCount,
cLMobilityExtMCKeepAliveInterval, cLMobilityExtMCKeepAliveInterval,
cLMobilityExtMCDscpValue, cLMobilityExtMCDscpValue,
@ -3241,6 +3479,8 @@ cLMobilityExtConfigGroupRev1 OBJECT-GROUP
cLMobilityExtMCApCountLicensesInUse, cLMobilityExtMCApCountLicensesInUse,
cLMobilityExtMCOwnGroupMulticastAddressType, cLMobilityExtMCOwnGroupMulticastAddressType,
cLMobilityExtMCOwnGroupMulticastAddress, cLMobilityExtMCOwnGroupMulticastAddress,
cLMobilityExtMCOwnGroupMulticastAddressv6Type,
cLMobilityExtMCOwnGroupMulticastAddressv6,
cLMobilityExtMCMobilityGroupName, cLMobilityExtMCMobilityGroupName,
cLMobilityExtMCMONumberOfClients, cLMobilityExtMCMONumberOfClients,
cLMobilityExtMCNumberOfMCs, cLMobilityExtMCNumberOfMCs,
@ -3254,6 +3494,7 @@ cLMobilityExtConfigGroupRev1 OBJECT-GROUP
cLMobilityExtMgrVlanId, cLMobilityExtMgrVlanId,
cLMobilityExtMgrName, cLMobilityExtMgrName,
cLMobilityExtMgrInterfaceType, cLMobilityExtMgrInterfaceType,
cLMobilityExtSecureCipherv2,
cLMobilityExtNewArchitectureEnableStatus, cLMobilityExtNewArchitectureEnableStatus,
cLMobilityExtNewArchitectureAdminEnableStatus, cLMobilityExtNewArchitectureAdminEnableStatus,
cLMobilityExtMCClientAnchorMCPrivateAddressType, cLMobilityExtMCClientAnchorMCPrivateAddressType,
@ -3318,6 +3559,10 @@ cLMobilityExtConfigGroupRev1 OBJECT-GROUP
cLMobilityExtForeignWlcMapRowStatus, cLMobilityExtForeignWlcMapRowStatus,
cLMobilityExtGroupMulticastAddressType, cLMobilityExtGroupMulticastAddressType,
cLMobilityExtGroupMulticastAddress, cLMobilityExtGroupMulticastAddress,
cLMobilityExtGroupMulticastMode,
cLMobilityExtGroupMulticastModev6,
cLMobilityExtGroupMulticastAddressv6Type,
cLMobilityExtGroupMulticastAddressv6,
cLMobilityExtGroupRowStatus, cLMobilityExtGroupRowStatus,
cLMobilityExtMAPeerPublicAddressType, cLMobilityExtMAPeerPublicAddressType,
cLMobilityExtMAPeerPublicAddress, cLMobilityExtMAPeerPublicAddress,
@ -3400,15 +3645,32 @@ ciscoLwappMobilityExtMCMAStatsGroup OBJECT-GROUP
::= { ciscoLwappMobilityExtMIBGroups 6 } ::= { ciscoLwappMobilityExtMIBGroups 6 }
cLMobilityExtAnchorConfigGroup OBJECT-GROUP cLMobilityExtAnchorConfigGroup OBJECT-GROUP
OBJECTS { cLMobilityExtAnchorPriority } OBJECTS {
cLMobilityExtAnchorPriority,
cLMobilityExtAnchorStatus,
cLMobilityExtAnchorRowStatus
}
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object specifies the priority configured for "This object specifies the priority configured for
an Anchor WLC mapped on a WLAN." an Anchor WLC mapped on a WLAN."
::= { ciscoLwappMobilityExtMIBGroups 7 } ::= { ciscoLwappMobilityExtMIBGroups 7 }
ciscoLwappMobilityExtNotifsGroupRev1 NOTIFICATION-GROUP
NOTIFICATIONS {
ciscoLwappMobilityControlPathDown,
ciscoLwappMobilityControlPathUp,
ciscoLwappMobilityDataPathDown,
ciscoLwappMobilityDataPathUp,
cLGuestWlanAllAnchorsDown,
cLGuestWlanOneAnchorOnGuestLanUp
}
STATUS current
DESCRIPTION
"This collection of objects provides the information
about the notifications sent by the agent related
to mobility and guest anchor."
::= { ciscoLwappMobilityExtMIBGroups 8 }
END END

View file

@ -3,7 +3,7 @@
-- This MIB helps to manage the RF parameters on the controller -- This MIB helps to manage the RF parameters on the controller
-- June 2011, Srinath Candadai -- June 2011, Srinath Candadai
-- --
-- Copyright (c) 2011, 2016-2018 by Cisco Systems, Inc. -- Copyright (c) 2011, 2016-2021, 2023 by Cisco Systems, Inc.
-- All rights reserved. -- All rights reserved.
-- ******************************************************************* -- *******************************************************************
@ -172,6 +172,46 @@ ciscoLwappRFMIB MODULE-IDENTITY
[3] IEEE 802.11 - The original 1 Mbit/s and 2 Mbit/s, [3] IEEE 802.11 - The original 1 Mbit/s and 2 Mbit/s,
2.4 GHz RF and IR standard." 2.4 GHz RF and IR standard."
REVISION "202308040000Z"
DESCRIPTION
"Added below objects to the cLMultiBSSIDProfileTable
- cLMultiBSSIDProfile11beOfdmaDownLink
- cLMultiBSSIDProfile11beOfdmaUpLink
- cLMultiBSSIDProfile11beMuMIMODownLink
- cLMultiBSSIDProfile11beMuMIMOUpLink
- cLMultiBSSIDProfile11beOfdmaMultiRU"
REVISION "202104160000Z"
DESCRIPTION
"Added below objects to the cLRFProfileTable
- cLRFProfilePSCBias
- cLRFProfile11axSrgObssPdEnable
- cLRFProfile11axSrgObssPdMin
- cLRFProfile11axSrgObssPdMax"
REVISION "202101120000Z"
DESCRIPTION
"Added below objects to the cLRFProfileTable
- cLRFProfile11axBcastProbeResp
- cLRFProfile11axBcastProbeRespInterval
- cLRFProfile11axFilsDiscovery
- cLRFProfileMultiBssidProfile
Added new table cLMultiBSSIDProfileTable
Added conformance group ciscoLwappRFConfigGroup10
Added compliance group ciscoLwappRFMIBComplianceRev7."
REVISION "202009020000Z"
DESCRIPTION
"Added below object to the cLRFProfileTable
- cLRFProfileNdpMode
Added conformance group ciscoLwappRFConfigGroup8.
Added compliance group ciscoLwappRFMIBComplianceRev6."
REVISION "202008070000Z"
DESCRIPTION
"Added conformance group ciscoLwappRFConfigGroup8.
Added compliance group ciscoLwappRFMIBComplianceRev5."
REVISION "202006030000Z"
DESCRIPTION
"Added below objects to the cLRFProfileTable
- cLRFProfile11axObssPdEnable
- cLRFProfile11axNonSrgObssPdMax"
REVISION "201811150000Z" REVISION "201811150000Z"
DESCRIPTION DESCRIPTION
"Added below object to the cLRFProfileTable "Added below object to the cLRFProfileTable
@ -394,7 +434,18 @@ CLRFProfileEntry ::= SEQUENCE {
cLRFProfileAirTimeFairnessOptimization INTEGER, cLRFProfileAirTimeFairnessOptimization INTEGER,
cLRFProfileBridgeClientAccess TruthValue, cLRFProfileBridgeClientAccess TruthValue,
cLRFProfileAirTimeAllocation Unsigned32, cLRFProfileAirTimeAllocation Unsigned32,
cLRFProfileRxSopThresholdCustom Integer32 cLRFProfileRxSopThresholdCustom Integer32,
cLRFProfile11axObssPdEnable TruthValue,
cLRFProfile11axNonSrgObssPdMax Integer32,
cLRFProfileNdpMode INTEGER,
cLRFProfile11ax6GHzFeature INTEGER,
cLRFProfile11axBcastProbeRespInterval Unsigned32,
cLRFProfileMultiBssidProfile SnmpAdminString,
cLRFProfilePSCBias TruthValue,
cLRFProfile11axSrgObssPdEnable TruthValue,
cLRFProfile11axSrgObssPdMin Integer32,
cLRFProfile11axSrgObssPdMax Integer32,
cLRFProfilePreamblePuncture TruthValue
} }
cLRFProfileName OBJECT-TYPE cLRFProfileName OBJECT-TYPE
@ -872,12 +923,13 @@ cLRFProfileDCAChannelWidth OBJECT-TYPE
DESCRIPTION DESCRIPTION
"This object specifies how the system performs DCA "This object specifies how the system performs DCA
channel width selection for the RFProfile channel width selection for the RFProfile
twenty - 20MHz channel width supported by twenty - 20MHz channel width supported by
this radio. this radio.
forty - 40MHz channel width supported by this radio. forty - 40MHz channel width supported by this radio.
eighty - 80MHz channel width supported by this radio. eighty - 80MHz channel width supported by this radio.
onesixty - 160MHz channel width supported by this radio. onesixty - 160MHz channel width supported by this radio.
best - Dynamic channel width(160MHz, 80MHz, 40MHz or 20MHz) supported by this radio." best - Dynamic channel width(160MHz, 80MHz, 40MHz
or 20MHz) supported by this radio."
::= { cLRFProfileEntry 42 } ::= { cLRFProfileEntry 42 }
cLRFProfileDCAChannelList OBJECT-TYPE cLRFProfileDCAChannelList OBJECT-TYPE
@ -929,7 +981,8 @@ cLRFProfileHSRNeighborTimeoutFactor OBJECT-TYPE
DESCRIPTION DESCRIPTION
"This object specifies the timeout interval "This object specifies the timeout interval
of neighbors that will be configured for RF profile. of neighbors that will be configured for RF profile.
Neighbor timeout factor will be five times the neighbor interval" Neighbor timeout factor will be five times the
neighbor interval"
::= { cLRFProfileEntry 46 } ::= { cLRFProfileEntry 46 }
cLRFProfileBandSelectClientMidRSSI OBJECT-TYPE cLRFProfileBandSelectClientMidRSSI OBJECT-TYPE
@ -941,8 +994,8 @@ cLRFProfileBandSelectClientMidRSSI OBJECT-TYPE
"This object specifies medium mobile station RSSI threshold. "This object specifies medium mobile station RSSI threshold.
Mobile station between this value and cldBandSelectClientRssi Mobile station between this value and cldBandSelectClientRssi
will be recorded in suppressed table but will not be denied. will be recorded in suppressed table but will not be denied.
The mobile station having RSSI stronger than this value will be recorded The mobile station having RSSI stronger than this value will
and denied." be recorded and denied."
DEFVAL { -80 } DEFVAL { -80 }
::= { cLRFProfileEntry 47 } ::= { cLRFProfileEntry 47 }
@ -956,9 +1009,12 @@ cLRFProfileClientNetworkPreference OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object represents the client network preference. "This object represents the client network preference.
default(0) - RRM Algorithm has no preference on the clients. default(0) - RRM Algorithm has no preference on
connectivity(1) - RRM Algorithm has a preference on connectiviry of the clients. the clients.
throughput(2) - RRM Algorithm has a preference on high thoughput of the clients." connectivity(1) - RRM Algorithm has a preference on
connectiviry of the clients.
throughput(2) - RRM Algorithm has a preference on
high thoughput of the clients."
DEFVAL { default } DEFVAL { default }
::= { cLRFProfileEntry 48 } ::= { cLRFProfileEntry 48 }
@ -1045,6 +1101,125 @@ cLRFProfileRxSopThresholdCustom OBJECT-TYPE
DEFVAL { -85 } DEFVAL { -85 }
::= {cLRFProfileEntry 55 } ::= {cLRFProfileEntry 55 }
cLRFProfile11axObssPdEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether 802.11ax OBSS PD spatial reuse is
enabled for the RF profile."
DEFVAL { false }
::= {cLRFProfileEntry 56 }
cLRFProfile11axNonSrgObssPdMax OBJECT-TYPE
SYNTAX Integer32(-82..-62)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the non-SRG OBSS PD max threshold in dBm
for the RF profile."
DEFVAL { -62 }
::= {cLRFProfileEntry 57 }
cLRFProfileNdpMode OBJECT-TYPE
SYNTAX INTEGER {
auto(0),
offChannel(1)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the neighbor discovery mode of AP for this RF profile
auto - neighbor discovery mode is auto.
offChannel - neighbor discovery mode is off-channel."
DEFVAL { 0 }
::= { cLRFProfileEntry 58 }
cLRFProfile11ax6GHzFeature OBJECT-TYPE
SYNTAX INTEGER {
none(0),
bcast_probe_response(1),
fils_discovery(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether 802.11ax UBPR or FILS discovery
enabled for the RF profile."
DEFVAL { 0 }
::= { cLRFProfileEntry 59 }
cLRFProfile11axBcastProbeRespInterval OBJECT-TYPE
SYNTAX Unsigned32(5..25)
UNITS "milliseconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the 802.11ax Broadcast Probe response
interval in msec."
DEFVAL { 20 }
::= {cLRFProfileEntry 60 }
cLRFProfileMultiBssidProfile OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (0..64))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the Multi-BSSID profile name that is mapped
to the RF profile."
DEFVAL { default-multi-bssid-profile }
::= { cLRFProfileEntry 62 }
cLRFProfilePSCBias OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether preferred scanning channel bias for 6 GHz DCA
is enabled or disabled for the RF profile."
DEFVAL { false }
::= {cLRFProfileEntry 63 }
cLRFProfile11axSrgObssPdEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether 802.11ax SRG OBSS PD spatial reuse is
enabled for the RF profile."
DEFVAL { false }
::= {cLRFProfileEntry 64 }
cLRFProfile11axSrgObssPdMin OBJECT-TYPE
SYNTAX Integer32(-82..-62)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the SRG OBSS PD min threshold in dBm
for the RF profile."
DEFVAL { -82 }
::= {cLRFProfileEntry 65 }
cLRFProfile11axSrgObssPdMax OBJECT-TYPE
SYNTAX Integer32(-82..-62)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the SRG OBSS PD max threshold in dBm
for the RF profile."
DEFVAL { -62 }
::= {cLRFProfileEntry 66 }
cLRFProfilePreamblePuncture OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether Preamble puncturing is
enabled for the RF profile."
DEFVAL { false }
::= {cLRFProfileEntry 67 }
-- ******************************************************************* -- *******************************************************************
-- * Out of Box AP config -- * Out of Box AP config
-- ******************************************************************* -- *******************************************************************
@ -1146,8 +1321,8 @@ cLRFProfileChannelListTable OBJECT-TYPE
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object specifies the list of channels that is available for DCA "This object specifies the list of channels that is available
of a RF profile." for DCA of a RF profile."
::= { ciscoLwappRFConfig 4 } ::= { ciscoLwappRFConfig 4 }
cLRFProfileChannelListEntry OBJECT-TYPE cLRFProfileChannelListEntry OBJECT-TYPE
@ -1366,6 +1541,217 @@ cLRFProfileAddChannelRowStatus OBJECT-TYPE
at any time." at any time."
::= { cLRFProfileAddChannelEntry 4 } ::= { cLRFProfileAddChannelEntry 4 }
-- ********************************************************************
-- * Multi BSSID Profile Table
-- ********************************************************************
cLMultiBSSIDProfileTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLRFProfileMultiBSSIDProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table represents the configuration related to
each Multi BSSID profile."
::= { ciscoLwappRFConfig 7 }
cLMultiBSSIDProfileEntry OBJECT-TYPE
SYNTAX CLRFProfileMultiBSSIDProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table stores the
configurations related to a Multi BSSID Profile.
Entries can be added/deleted by explicit management
action from NMS/EMS or through user console."
INDEX { cLMultiBSSIDProfileName }
::= { cLMultiBSSIDProfileTable 1 }
CLRFProfileMultiBSSIDProfileEntry ::= SEQUENCE {
cLMultiBSSIDProfileName SnmpAdminString,
cLMultiBSSIDProfileDescr SnmpAdminString,
cLMultiBSSIDProfile11axOfdmaDownLink TruthValue,
cLMultiBSSIDProfile11axOfdmaUpLink TruthValue,
cLMultiBSSIDProfile11axMuMIMODownLink TruthValue,
cLMultiBSSIDProfile11axMuMIMOUpLink TruthValue,
cLMultiBSSIDProfile11axTwt TruthValue,
cLMultiBSSIDProfile11axTwtBroadcast TruthValue,
cLMultiBSSIDProfileRowStatus RowStatus,
cLMultiBSSIDProfile11beOfdmaDownLink TruthValue,
cLMultiBSSIDProfile11beOfdmaUpLink TruthValue,
cLMultiBSSIDProfile11beMuMIMODownLink TruthValue,
cLMultiBSSIDProfile11beMuMIMOUpLink TruthValue,
cLMultiBSSIDProfile11beOfdmaMultiRU TruthValue
}
cLMultiBSSIDProfileName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (1..64))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object uniquely identifies a Multi BSSID Profile."
::= { cLMultiBSSIDProfileEntry 1 }
cLMultiBSSIDProfileDescr OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (0..64))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies a human-readable description of the
Multi BSSID profile."
::= { cLMultiBSSIDProfileEntry 2 }
cLMultiBSSIDProfile11axOfdmaDownLink OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11ax OFDMA Downlink is
enabled.
A value of 'true' indicates 802.11ax OFDMA Downlink
enabled.
A value of 'false' indicates 802.11ax OFDMA Downlink
disabled."
DEFVAL { true }
::= { cLMultiBSSIDProfileEntry 3 }
cLMultiBSSIDProfile11axOfdmaUpLink OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11ax OFDMA Uplink is
enabled.
A value of 'true' indicates 802.11ax OFDMA Uplink
enabled.
A value of 'false' indicates 802.11ax OFDMA Uplink
disabled."
DEFVAL { true }
::= { cLMultiBSSIDProfileEntry 4 }
cLMultiBSSIDProfile11axMuMIMODownLink OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11ax MU-MIMO Downlink is
enabled.
A value of 'true' indicates 802.11ax MU-MIMO Downlink
enabled.
A value of 'false' indicates 802.11ax MU-MIMO Downlink
disabled."
DEFVAL { true }
::= { cLMultiBSSIDProfileEntry 5 }
cLMultiBSSIDProfile11axMuMIMOUpLink OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11ax MU-MIMO Uplink is
enabled.
A value of 'true' indicates 802.11ax MU-MIMO Uplink
enabled.
A value of 'false' indicates 802.11ax MU-MIMO Uplink
disabled."
DEFVAL { true }
::= { cLMultiBSSIDProfileEntry 6 }
cLMultiBSSIDProfile11axTwt OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11ax Target Wakeup Time(TWT) is
enabled.
A value of 'true' indicates that 802.11ax TWT is enabled.
enabled.
A value of 'false' indicates that 802.11ax TWT is disabled."
DEFVAL { true }
::= { cLMultiBSSIDProfileEntry 7 }
cLMultiBSSIDProfile11axTwtBroadcast OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11ax Target Wakeup Time(TWT) Broadcast is
enabled.
A value of 'true' indicates 802.11ax TWT Broadcast
enabled.
A value of 'false' indicates 802.11ax TWT Broadcast
disabled."
DEFVAL { true }
::= { cLMultiBSSIDProfileEntry 8 }
cLMultiBSSIDProfileRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the status column for this row and used
to create and delete specific instances of rows
in this table."
::= { cLMultiBSSIDProfileEntry 9 }
cLMultiBSSIDProfile11beOfdmaDownLink OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11be OFDMA Downlink is enabled.
A value of 'true' indicates 802.11be OFDMA Downlink enabled.
A value of 'false' indicates 802.11be OFDMA Downlink disabled."
DEFVAL { true }
::= { cLMultiBSSIDProfileEntry 10 }
cLMultiBSSIDProfile11beOfdmaUpLink OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11be OFDMA Uplink is enabled.
A value of 'true' indicates 802.11be OFDMA Uplink enabled.
A value of 'false' indicates 802.11be OFDMA Uplink disabled."
DEFVAL { true }
::= { cLMultiBSSIDProfileEntry 11 }
cLMultiBSSIDProfile11beMuMIMODownLink OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11be MU-MIMO Downlink is enabled.
A value of 'true' indicates 802.11be MU-MIMO Downlink enabled.
A value of 'false' indicates 802.11be MU-MIMO Downlink disabled."
DEFVAL { false }
::= { cLMultiBSSIDProfileEntry 12 }
cLMultiBSSIDProfile11beMuMIMOUpLink OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11be MU-MIMO Uplink is enabled.
A value of 'true' indicates 802.11be MU-MIMO Uplink enabled.
A value of 'false' indicates 802.11be MU-MIMO Uplink disabled."
DEFVAL { false }
::= { cLMultiBSSIDProfileEntry 13 }
cLMultiBSSIDProfile11beOfdmaMultiRU OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies if 802.11be OFDMA Multiple
Resource Unit is enabled.
A value of 'true' indicates 802.11be OFDMA Multi-RU is enabled.
A value of 'false' indicates 802.11be OFDMA Multi-RU is disabled."
DEFVAL { false }
::= { cLMultiBSSIDProfileEntry 14 }
-- cLMultiBSSIDProfileRowStatus OBJECT-TYPE
-- ******************************************************************** -- ********************************************************************
-- * Compliance statements -- * Compliance statements
-- ******************************************************************** -- ********************************************************************
@ -1505,6 +1891,108 @@ ciscoLwappRFMIBComplianceRev4 MODULE-COMPLIANCE
'active', 'createAndGo' and 'destroy'." 'active', 'createAndGo' and 'destroy'."
::= { ciscoLwappRFMIBCompliances 5 } ::= { ciscoLwappRFMIBCompliances 5 }
ciscoLwappRFMIBComplianceRev5 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the SNMP entities that
implement the ciscoLwappRFMIB module."
MODULE -- this module
MANDATORY-GROUPS {
ciscoLwappRFConfigGroupVer1,
ciscoLwappRFConfigGroup1,
ciscoLwappRFConfigGroup3,
ciscoLwappRFConfigGroup4,
ciscoLwappRFGroupTrapThresholdConfig,
ciscoLwappRFGroupChannelConfig,
ciscoLwappRFGlobalConfigGroup,
ciscoLwappRFConfigGroupExtension1,
ciscoLwappRFConfigGroup5,
ciscoLwappRFConfigGroup6,
ciscoLwappRFConfigGroup7,
ciscoLwappRFConfigGroup8
}
OBJECT cLRFProfileRowStatus
SYNTAX INTEGER {
active(1),
createAndGo(4),
destroy(6)
}
DESCRIPTION
"An implementation is only required to support
three of the six enumerated values of the
RowStatus textual convention, specifically,
'active', 'createAndGo' and 'destroy'."
::= { ciscoLwappRFMIBCompliances 6 }
ciscoLwappRFMIBComplianceRev6 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the SNMP entities that
implement the ciscoLwappRFMIB module."
MODULE -- this module
MANDATORY-GROUPS {
ciscoLwappRFConfigGroupVer1,
ciscoLwappRFConfigGroup1,
ciscoLwappRFConfigGroup3,
ciscoLwappRFConfigGroup4,
ciscoLwappRFGroupTrapThresholdConfig,
ciscoLwappRFGroupChannelConfig,
ciscoLwappRFGlobalConfigGroup,
ciscoLwappRFConfigGroupExtension1,
ciscoLwappRFConfigGroup5,
ciscoLwappRFConfigGroup6,
ciscoLwappRFConfigGroup7,
ciscoLwappRFConfigGroup8,
ciscoLwappRFConfigGroup9
}
OBJECT cLRFProfileRowStatus
SYNTAX INTEGER {
active(1),
createAndGo(4),
destroy(6)
}
DESCRIPTION
"An implementation is only required to support
three of the six enumerated values of the
RowStatus textual convention, specifically,
'active', 'createAndGo' and 'destroy'."
::= { ciscoLwappRFMIBCompliances 7 }
ciscoLwappRFMIBComplianceRev7 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the SNMP entities that
implement the ciscoLwappRFMIB module."
MODULE -- this module
MANDATORY-GROUPS {
ciscoLwappRFConfigGroupVer1,
ciscoLwappRFConfigGroup1,
ciscoLwappRFConfigGroup3,
ciscoLwappRFConfigGroup4,
ciscoLwappRFGroupTrapThresholdConfig,
ciscoLwappRFGroupChannelConfig,
ciscoLwappRFGlobalConfigGroup,
ciscoLwappRFConfigGroupExtension1,
ciscoLwappRFConfigGroup5,
ciscoLwappRFConfigGroup6,
ciscoLwappRFConfigGroup7,
ciscoLwappRFConfigGroup8,
ciscoLwappRFConfigGroup9,
ciscoLwappRFConfigGroup10
}
OBJECT cLRFProfileRowStatus
SYNTAX INTEGER {
active(1),
createAndGo(4),
destroy(6)
}
DESCRIPTION
"An implementation is only required to support
three of the six enumerated values of the
RowStatus textual convention, specifically,
'active', 'createAndGo' and 'destroy'."
::= { ciscoLwappRFMIBCompliances 8 }
-- ******************************************************************** -- ********************************************************************
-- * Units of conformance -- * Units of conformance
-- ******************************************************************** -- ********************************************************************
@ -1658,7 +2146,8 @@ ciscoLwappRFGroupDCAChannelConfig OBJECT-GROUP
OBJECTS { cLRFProfileDCAChannelList } OBJECTS { cLRFProfileDCAChannelList }
STATUS deprecated STATUS deprecated
DESCRIPTION DESCRIPTION
"This object specifies the add and remove channels for RF Profiles." "This object specifies the add and remove channels
for RF Profiles."
::= { ciscoLwappRFMIBGroups 8 } ::= { ciscoLwappRFMIBGroups 8 }
ciscoLwappRFGroupChannelConfig OBJECT-GROUP ciscoLwappRFGroupChannelConfig OBJECT-GROUP
@ -1668,7 +2157,8 @@ ciscoLwappRFGroupChannelConfig OBJECT-GROUP
} }
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object specifies the add and remove channels for RF Profiles." "This object specifies the add and remove channels for
RF Profiles."
::= { ciscoLwappRFMIBGroups 9 } ::= { ciscoLwappRFMIBGroups 9 }
ciscoLwappRFConfigGroupExtension1 OBJECT-GROUP ciscoLwappRFConfigGroupExtension1 OBJECT-GROUP
@ -1717,5 +2207,58 @@ ciscoLwappRFConfigGroup7 OBJECT-GROUP
and add channel list information from default DCA channel and add channel list information from default DCA channel
list for a RF profile" list for a RF profile"
::= { ciscoLwappRFMIBGroups 13 } ::= { ciscoLwappRFMIBGroups 13 }
ciscoLwappRFConfigGroup8 OBJECT-GROUP
OBJECTS {
cLRFProfile11axObssPdEnable,
cLRFProfile11axNonSrgObssPdMax,
cLRFProfile11axSrgObssPdEnable,
cLRFProfile11axSrgObssPdMin,
cLRFProfile11axSrgObssPdMax,
cLRFProfilePreamblePuncture
}
STATUS current
DESCRIPTION
"This collection of objects specifies the 802.11ax OBSS PD
spatial reuse configurations for RF Profiles."
::= { ciscoLwappRFMIBGroups 14 }
ciscoLwappRFConfigGroup9 OBJECT-GROUP
OBJECTS {
cLRFProfileNdpMode
}
STATUS current
DESCRIPTION
"This collection of objects specifies the neighbor discovery
mode for a RF profile "
::= { ciscoLwappRFMIBGroups 15 }
ciscoLwappRFConfigGroup10 OBJECT-GROUP
OBJECTS {
cLRFProfile11ax6GHzFeature,
cLRFProfile11axBcastProbeRespInterval,
cLRFProfileMultiBssidProfile,
cLRFProfilePSCBias,
cLMultiBSSIDProfileName,
cLMultiBSSIDProfileDescr,
cLMultiBSSIDProfile11axOfdmaDownLink,
cLMultiBSSIDProfile11axOfdmaUpLink,
cLMultiBSSIDProfile11axMuMIMODownLink,
cLMultiBSSIDProfile11axMuMIMOUpLink,
cLMultiBSSIDProfile11axTwt,
cLMultiBSSIDProfile11axTwtBroadcast,
cLMultiBSSIDProfileRowStatus,
cLMultiBSSIDProfile11beOfdmaDownLink,
cLMultiBSSIDProfile11beOfdmaUpLink,
cLMultiBSSIDProfile11beMuMIMODownLink,
cLMultiBSSIDProfile11beMuMIMOUpLink,
cLMultiBSSIDProfile11beOfdmaMultiRU
}
STATUS current
DESCRIPTION
"This collection of objects specifies the 802.11ax Broadcast
Probe response, FILS Discovery and PSC bias configurations for RF Profiles."
::= { ciscoLwappRFMIBGroups 16 }
END END

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,7 @@ IMPORTS
FROM CISCO-SMI; FROM CISCO-SMI;
ciscoProductsMIB MODULE-IDENTITY ciscoProductsMIB MODULE-IDENTITY
LAST-UPDATED "201604290000Z" LAST-UPDATED "202410070000Z"
ORGANIZATION "Cisco Systems, Inc." ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO CONTACT-INFO
" Cisco Systems " Cisco Systems
@ -2720,7 +2720,6 @@ ciscoC9300X12Y OBJECT IDENTIFIER ::= { ciscoProducts 3037
ciscoC9300X24Y OBJECT IDENTIFIER ::= { ciscoProducts 3038 } -- Catalyst 9300X Pacman 24 ports Catalyst 9300X switch ciscoC9300X24Y OBJECT IDENTIFIER ::= { ciscoProducts 3038 } -- Catalyst 9300X Pacman 24 ports Catalyst 9300X switch
ciscoC9300X48HX OBJECT IDENTIFIER ::= { ciscoProducts 3039 } -- Catalyst 9300X 48 ports mGig with 90W POE Catalyst 9300X switch ciscoC9300X48HX OBJECT IDENTIFIER ::= { ciscoProducts 3039 } -- Catalyst 9300X 48 ports mGig with 90W POE Catalyst 9300X switch
ciscoC9300X48TX OBJECT IDENTIFIER ::= { ciscoProducts 3040 } -- Catalyst 9300X 48 ports mGig 9300X switch ciscoC9300X48TX OBJECT IDENTIFIER ::= { ciscoProducts 3040 } -- Catalyst 9300X 48 ports mGig 9300X switch
ciscoFpr4245SM79 OBJECT IDENTIFIER ::= { ciscoProducts 3041 } -- Cisco Secure Firewall 4245 Threat Defense Module 79
ciscoISR1100X4G OBJECT IDENTIFIER ::= { ciscoProducts 3045 } -- Cisco ISR1100X-4G ( 4xGE, Flexible Core, 8G FLASH, 8G DRAM) ciscoISR1100X4G OBJECT IDENTIFIER ::= { ciscoProducts 3045 } -- Cisco ISR1100X-4G ( 4xGE, Flexible Core, 8G FLASH, 8G DRAM)
ciscoISR1100X6G OBJECT IDENTIFIER ::= { ciscoProducts 3046 } -- Cisco ISR1100X-6G ( 4xGE, 2xSFP, Flexible Core, 8G FLASH, 8G DRAM) ciscoISR1100X6G OBJECT IDENTIFIER ::= { ciscoProducts 3046 } -- Cisco ISR1100X-6G ( 4xGE, 2xSFP, Flexible Core, 8G FLASH, 8G DRAM)
ciscoESS930010XE OBJECT IDENTIFIER ::= { ciscoProducts 3047 } -- Catalyst ESS9300 Embedded Series switch - 10p 10G, NE ciscoESS930010XE OBJECT IDENTIFIER ::= { ciscoProducts 3047 } -- Catalyst ESS9300 Embedded Series switch - 10p 10G, NE

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
-- August 2000, Timothy Kurnik and Bo Berry -- August 2000, Timothy Kurnik and Bo Berry
-- December 2001, Liwei Wang -- December 2001, Liwei Wang
-- --
-- Copyright (c) 2000-2006 by Cisco Systems Inc. -- Copyright (c) 2000-2006, 2023 by Cisco Systems Inc.
-- All rights reserved. -- All rights reserved.
-- **************************************************************** -- ****************************************************************
@ -39,7 +39,7 @@ IMPORTS
ciscoRFMIB MODULE-IDENTITY ciscoRFMIB MODULE-IDENTITY
LAST-UPDATED "200509010000Z" LAST-UPDATED "202307130000Z"
ORGANIZATION "Cisco Systems, Inc." ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO CONTACT-INFO
"Cisco Systems Customer Service "Cisco Systems Customer Service
@ -49,6 +49,9 @@ ciscoRFMIB MODULE-IDENTITY
Tel: +1 800 553-NETS Tel: +1 800 553-NETS
E-mail: cs-rf-mib@cisco.com" E-mail: cs-rf-mib@cisco.com"
DESCRIPTION
"Added descriptions for enums 8 and 9 in RFSwactReasonType"
REVISION "202307130000Z"
DESCRIPTION DESCRIPTION
"This MIB provides configuration control and status for the "This MIB provides configuration control and status for the
Redundancy Framework (RF) subsystem. RF provides a mechanism Redundancy Framework (RF) subsystem. RF provides a mechanism
@ -314,6 +317,8 @@ RFState ::= TEXTUAL-CONVENTION
activeHandback activeHandback
- unit is active, processing calls and is in the process - unit is active, processing calls and is in the process
of handing some resources to the other unit in the system of handing some resources to the other unit in the system
standbyWarm
- unit is ready when using RPR+ mode
* Sub-state of 'standbyCold'" * Sub-state of 'standbyCold'"
SYNTAX INTEGER { SYNTAX INTEGER {
@ -332,7 +337,8 @@ RFState ::= TEXTUAL-CONVENTION
activePostconfig(13), activePostconfig(13),
active(14), active(14),
activeExtraload(15), activeExtraload(15),
activeHandback(16) activeHandback(16),
standbyWarm(17)
} }
RFMode ::= TEXTUAL-CONVENTION RFMode ::= TEXTUAL-CONVENTION
@ -425,7 +431,11 @@ RFSwactReasonType ::= TEXTUAL-CONVENTION
activeUnitFailed activeUnitFailed
- active unit failure caused an auto SWACT - active unit failure caused an auto SWACT
activeUnitRemoved activeUnitRemoved
- active unit removal caused an auto SWACT" - active unit removal caused an auto SWACT
activeGWdown
- SWACT due to active losing gateway connectivity
activeRMIportdown
- SWACT due to RMI port going down on active"
SYNTAX INTEGER { SYNTAX INTEGER {
unsupported(1), unsupported(1),
none(2), none(2),
@ -433,7 +443,9 @@ RFSwactReasonType ::= TEXTUAL-CONVENTION
userInitiated(4), userInitiated(4),
userForced(5), userForced(5),
activeUnitFailed(6), activeUnitFailed(6),
activeUnitRemoved(7) activeUnitRemoved(7),
activeGWdown(8),
activeRMIportdown(9)
} }
RFUnitIdentifier ::= TEXTUAL-CONVENTION RFUnitIdentifier ::= TEXTUAL-CONVENTION

0
priv/mibs/cisco/CISCO-RTTMON-ICMP-MIB Executable file → Normal file
View file

View file

@ -9,7 +9,7 @@
-- August 2003, Edward Pham -- August 2003, Edward Pham
-- %DNP% March 2005, Jayakumar Kadirvelu -- %DNP% March 2005, Jayakumar Kadirvelu
-- --
-- Copyright (c) 2000-2020 by cisco Systems Inc. -- Copyright (c) 2000-2024 by cisco Systems Inc.
-- by cisco Systems, Inc. -- by cisco Systems, Inc.
-- All rights reserved. -- All rights reserved.
-- ***************************************************************** -- *****************************************************************
@ -60,7 +60,7 @@ IMPORTS
ciscoSwitchEngineMIB MODULE-IDENTITY ciscoSwitchEngineMIB MODULE-IDENTITY
LAST-UPDATED "202005260000Z" LAST-UPDATED "202401090000Z"
ORGANIZATION "Cisco Systems Inc." ORGANIZATION "Cisco Systems Inc."
CONTACT-INFO CONTACT-INFO
"Cisco Systems "Cisco Systems
@ -97,6 +97,12 @@ ciscoSwitchEngineMIB MODULE-IDENTITY
Layer 2 forwarding. However, they can also learn 'flows' through Layer 2 forwarding. However, they can also learn 'flows' through
other physically-separate (external) Cisco routers that are other physically-separate (external) Cisco routers that are
connected to the switch-engine through the network." connected to the switch-engine through the network."
REVISION "202401090000Z"
DESCRIPTION
"Add enumerated value 310 - 313 to cseTcamResourceType."
REVISION "202108010000Z"
DESCRIPTION
"Add enumerated value 309 to cseTcamResourceType."
REVISION "202005260000Z" REVISION "202005260000Z"
DESCRIPTION DESCRIPTION
"Add enumerated value 304 - 308 to cseTcamResourceType." "Add enumerated value 304 - 308 to cseTcamResourceType."
@ -4698,7 +4704,17 @@ cseTcamResourceType OBJECT-TYPE
ingressNatInside(305), ingressNatInside(305),
ingressL2L3QosAll(306), ingressL2L3QosAll(306),
natRewriteTable(307), natRewriteTable(307),
tcpAwareNat(308) tcpAwareNat(308),
ingressNetflowSvi(309),
ingressIpv6Span(310),
ingressFlowPathTracerIpv4(311),
ingressFlowPathTracerIpv6(312),
analyticsFilterTcam(313),
egressNetflow(314),
egressNetflowL2(315),
egressNetflowSvi(316),
labelLblAHv1(317),
labelLblAIv1(318)
} }
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
@ -5622,7 +5638,31 @@ cseTcamResourceType OBJECT-TYPE
Rewrite Table. Rewrite Table.
tcpAwareNat(308) indicates that TCAM space is allocated for TCP tcpAwareNat(308) indicates that TCAM space is allocated for TCP
Aware NAT." Aware NAT.
ingressNetflowSvi(309) indicates that TCAM space is allocated for
Ingress Netflow SVI.
ingressIpv6Span(310) indicates that TCAM space is allocated for
Ingress IPV6 SPAN.
ingressFlowPathTracerIpv4(311) indicates that TCAM space is allocated for
Ingress Flow Path Tracer IPV4.
ingressFlowPathTracerIpv6(312) indicates that TCAM space is allocated for
Ingress Flow Path Tracer IPV6.
analyticsFilterTcam(313) indicates that TCAM space is allocated for
Analytics Filter TCAM.
egressNetflow(314) indicates that TCAM space is allocated for
Egress Netflow.
egressNetflowL2(315) indicates that TCAM space is allocated for
Egress Netflow L2.
egressNetflowSvi(316) indicates that TCAM space is allocated for
Egress Netflow SVI."
::= { cseTcamUsageEntry 1 } ::= { cseTcamUsageEntry 1 }
@ -7034,4 +7074,3 @@ cseStatisticsFlowGroup1 OBJECT-GROUP
END END

File diff suppressed because it is too large Load diff

View file

@ -4,9 +4,9 @@
-- MIB representation of the Cisco Unified Computing System -- MIB representation of the Cisco Unified Computing System
-- MEMORY management information model package -- MEMORY management information model package
-- --
-- Created October 2017 by Charles Bullis -- Created July 2018 by Charles Bullis
-- --
-- Copyright (c) 2005-2017 Cisco Systems, Inc. All rights reserved. -- Copyright (c) 2005-2018 Cisco Systems, Inc. All rights reserved.
-- --
-- ********************************************************************* -- *********************************************************************
@ -74,7 +74,7 @@ IMPORTS
FROM CISCO-UNIFIED-COMPUTING-TC-MIB; FROM CISCO-UNIFIED-COMPUTING-TC-MIB;
cucsMemoryObjects MODULE-IDENTITY cucsMemoryObjects MODULE-IDENTITY
LAST-UPDATED "201710060000Z" LAST-UPDATED "201807260000Z"
ORGANIZATION "Cisco Systems Inc." ORGANIZATION "Cisco Systems Inc."
CONTACT-INFO CONTACT-INFO
"Cisco Systems "Cisco Systems
@ -341,10 +341,10 @@ CucsMemoryArrayEnvStatsEntry ::= SEQUENCE {
cucsMemoryArrayEnvStatsInstanceId CucsManagedObjectId, cucsMemoryArrayEnvStatsInstanceId CucsManagedObjectId,
cucsMemoryArrayEnvStatsDn CucsManagedObjectDn, cucsMemoryArrayEnvStatsDn CucsManagedObjectDn,
cucsMemoryArrayEnvStatsRn SnmpAdminString, cucsMemoryArrayEnvStatsRn SnmpAdminString,
cucsMemoryArrayEnvStatsInputCurrent SnmpAdminString, cucsMemoryArrayEnvStatsInputCurrent INTEGER,
cucsMemoryArrayEnvStatsInputCurrentAvg SnmpAdminString, cucsMemoryArrayEnvStatsInputCurrentAvg INTEGER,
cucsMemoryArrayEnvStatsInputCurrentMax SnmpAdminString, cucsMemoryArrayEnvStatsInputCurrentMax INTEGER,
cucsMemoryArrayEnvStatsInputCurrentMin SnmpAdminString, cucsMemoryArrayEnvStatsInputCurrentMin INTEGER,
cucsMemoryArrayEnvStatsIntervals Gauge32, cucsMemoryArrayEnvStatsIntervals Gauge32,
cucsMemoryArrayEnvStatsSuspect TruthValue, cucsMemoryArrayEnvStatsSuspect TruthValue,
cucsMemoryArrayEnvStatsThresholded CucsMemoryArrayEnvStatsThresholded, cucsMemoryArrayEnvStatsThresholded CucsMemoryArrayEnvStatsThresholded,
@ -377,7 +377,7 @@ cucsMemoryArrayEnvStatsRn OBJECT-TYPE
::= { cucsMemoryArrayEnvStatsEntry 3 } ::= { cucsMemoryArrayEnvStatsEntry 3 }
cucsMemoryArrayEnvStatsInputCurrent OBJECT-TYPE cucsMemoryArrayEnvStatsInputCurrent OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -386,7 +386,7 @@ cucsMemoryArrayEnvStatsInputCurrent OBJECT-TYPE
::= { cucsMemoryArrayEnvStatsEntry 4 } ::= { cucsMemoryArrayEnvStatsEntry 4 }
cucsMemoryArrayEnvStatsInputCurrentAvg OBJECT-TYPE cucsMemoryArrayEnvStatsInputCurrentAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -395,7 +395,7 @@ cucsMemoryArrayEnvStatsInputCurrentAvg OBJECT-TYPE
::= { cucsMemoryArrayEnvStatsEntry 5 } ::= { cucsMemoryArrayEnvStatsEntry 5 }
cucsMemoryArrayEnvStatsInputCurrentMax OBJECT-TYPE cucsMemoryArrayEnvStatsInputCurrentMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -404,7 +404,7 @@ cucsMemoryArrayEnvStatsInputCurrentMax OBJECT-TYPE
::= { cucsMemoryArrayEnvStatsEntry 6 } ::= { cucsMemoryArrayEnvStatsEntry 6 }
cucsMemoryArrayEnvStatsInputCurrentMin OBJECT-TYPE cucsMemoryArrayEnvStatsInputCurrentMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -476,10 +476,10 @@ CucsMemoryArrayEnvStatsHistEntry ::= SEQUENCE {
cucsMemoryArrayEnvStatsHistDn CucsManagedObjectDn, cucsMemoryArrayEnvStatsHistDn CucsManagedObjectDn,
cucsMemoryArrayEnvStatsHistRn SnmpAdminString, cucsMemoryArrayEnvStatsHistRn SnmpAdminString,
cucsMemoryArrayEnvStatsHistId Unsigned64, cucsMemoryArrayEnvStatsHistId Unsigned64,
cucsMemoryArrayEnvStatsHistInputCurrent SnmpAdminString, cucsMemoryArrayEnvStatsHistInputCurrent INTEGER,
cucsMemoryArrayEnvStatsHistInputCurrentAvg SnmpAdminString, cucsMemoryArrayEnvStatsHistInputCurrentAvg INTEGER,
cucsMemoryArrayEnvStatsHistInputCurrentMax SnmpAdminString, cucsMemoryArrayEnvStatsHistInputCurrentMax INTEGER,
cucsMemoryArrayEnvStatsHistInputCurrentMin SnmpAdminString, cucsMemoryArrayEnvStatsHistInputCurrentMin INTEGER,
cucsMemoryArrayEnvStatsHistMostRecent TruthValue, cucsMemoryArrayEnvStatsHistMostRecent TruthValue,
cucsMemoryArrayEnvStatsHistSuspect TruthValue, cucsMemoryArrayEnvStatsHistSuspect TruthValue,
cucsMemoryArrayEnvStatsHistThresholded CucsMemoryArrayEnvStatsHistThresholded, cucsMemoryArrayEnvStatsHistThresholded CucsMemoryArrayEnvStatsHistThresholded,
@ -519,7 +519,7 @@ cucsMemoryArrayEnvStatsHistId OBJECT-TYPE
::= { cucsMemoryArrayEnvStatsHistEntry 4 } ::= { cucsMemoryArrayEnvStatsHistEntry 4 }
cucsMemoryArrayEnvStatsHistInputCurrent OBJECT-TYPE cucsMemoryArrayEnvStatsHistInputCurrent OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -528,7 +528,7 @@ cucsMemoryArrayEnvStatsHistInputCurrent OBJECT-TYPE
::= { cucsMemoryArrayEnvStatsHistEntry 5 } ::= { cucsMemoryArrayEnvStatsHistEntry 5 }
cucsMemoryArrayEnvStatsHistInputCurrentAvg OBJECT-TYPE cucsMemoryArrayEnvStatsHistInputCurrentAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -537,7 +537,7 @@ cucsMemoryArrayEnvStatsHistInputCurrentAvg OBJECT-TYPE
::= { cucsMemoryArrayEnvStatsHistEntry 6 } ::= { cucsMemoryArrayEnvStatsHistEntry 6 }
cucsMemoryArrayEnvStatsHistInputCurrentMax OBJECT-TYPE cucsMemoryArrayEnvStatsHistInputCurrentMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -546,7 +546,7 @@ cucsMemoryArrayEnvStatsHistInputCurrentMax OBJECT-TYPE
::= { cucsMemoryArrayEnvStatsHistEntry 7 } ::= { cucsMemoryArrayEnvStatsHistEntry 7 }
cucsMemoryArrayEnvStatsHistInputCurrentMin OBJECT-TYPE cucsMemoryArrayEnvStatsHistInputCurrentMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -787,10 +787,10 @@ CucsMemoryBufferUnitEnvStatsEntry ::= SEQUENCE {
cucsMemoryBufferUnitEnvStatsRn SnmpAdminString, cucsMemoryBufferUnitEnvStatsRn SnmpAdminString,
cucsMemoryBufferUnitEnvStatsIntervals Gauge32, cucsMemoryBufferUnitEnvStatsIntervals Gauge32,
cucsMemoryBufferUnitEnvStatsSuspect TruthValue, cucsMemoryBufferUnitEnvStatsSuspect TruthValue,
cucsMemoryBufferUnitEnvStatsTemperature SnmpAdminString, cucsMemoryBufferUnitEnvStatsTemperature INTEGER,
cucsMemoryBufferUnitEnvStatsTemperatureAvg SnmpAdminString, cucsMemoryBufferUnitEnvStatsTemperatureAvg INTEGER,
cucsMemoryBufferUnitEnvStatsTemperatureMax SnmpAdminString, cucsMemoryBufferUnitEnvStatsTemperatureMax INTEGER,
cucsMemoryBufferUnitEnvStatsTemperatureMin SnmpAdminString, cucsMemoryBufferUnitEnvStatsTemperatureMin INTEGER,
cucsMemoryBufferUnitEnvStatsThresholded CucsMemoryBufferUnitEnvStatsThresholded, cucsMemoryBufferUnitEnvStatsThresholded CucsMemoryBufferUnitEnvStatsThresholded,
cucsMemoryBufferUnitEnvStatsTimeCollected DateAndTime, cucsMemoryBufferUnitEnvStatsTimeCollected DateAndTime,
cucsMemoryBufferUnitEnvStatsUpdate Gauge32 cucsMemoryBufferUnitEnvStatsUpdate Gauge32
@ -839,7 +839,7 @@ cucsMemoryBufferUnitEnvStatsSuspect OBJECT-TYPE
::= { cucsMemoryBufferUnitEnvStatsEntry 5 } ::= { cucsMemoryBufferUnitEnvStatsEntry 5 }
cucsMemoryBufferUnitEnvStatsTemperature OBJECT-TYPE cucsMemoryBufferUnitEnvStatsTemperature OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -848,7 +848,7 @@ cucsMemoryBufferUnitEnvStatsTemperature OBJECT-TYPE
::= { cucsMemoryBufferUnitEnvStatsEntry 6 } ::= { cucsMemoryBufferUnitEnvStatsEntry 6 }
cucsMemoryBufferUnitEnvStatsTemperatureAvg OBJECT-TYPE cucsMemoryBufferUnitEnvStatsTemperatureAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -857,7 +857,7 @@ cucsMemoryBufferUnitEnvStatsTemperatureAvg OBJECT-TYPE
::= { cucsMemoryBufferUnitEnvStatsEntry 7 } ::= { cucsMemoryBufferUnitEnvStatsEntry 7 }
cucsMemoryBufferUnitEnvStatsTemperatureMax OBJECT-TYPE cucsMemoryBufferUnitEnvStatsTemperatureMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -866,7 +866,7 @@ cucsMemoryBufferUnitEnvStatsTemperatureMax OBJECT-TYPE
::= { cucsMemoryBufferUnitEnvStatsEntry 8 } ::= { cucsMemoryBufferUnitEnvStatsEntry 8 }
cucsMemoryBufferUnitEnvStatsTemperatureMin OBJECT-TYPE cucsMemoryBufferUnitEnvStatsTemperatureMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -925,10 +925,10 @@ CucsMemoryBufferUnitEnvStatsHistEntry ::= SEQUENCE {
cucsMemoryBufferUnitEnvStatsHistId Unsigned64, cucsMemoryBufferUnitEnvStatsHistId Unsigned64,
cucsMemoryBufferUnitEnvStatsHistMostRecent TruthValue, cucsMemoryBufferUnitEnvStatsHistMostRecent TruthValue,
cucsMemoryBufferUnitEnvStatsHistSuspect TruthValue, cucsMemoryBufferUnitEnvStatsHistSuspect TruthValue,
cucsMemoryBufferUnitEnvStatsHistTemperature SnmpAdminString, cucsMemoryBufferUnitEnvStatsHistTemperature INTEGER,
cucsMemoryBufferUnitEnvStatsHistTemperatureAvg SnmpAdminString, cucsMemoryBufferUnitEnvStatsHistTemperatureAvg INTEGER,
cucsMemoryBufferUnitEnvStatsHistTemperatureMax SnmpAdminString, cucsMemoryBufferUnitEnvStatsHistTemperatureMax INTEGER,
cucsMemoryBufferUnitEnvStatsHistTemperatureMin SnmpAdminString, cucsMemoryBufferUnitEnvStatsHistTemperatureMin INTEGER,
cucsMemoryBufferUnitEnvStatsHistThresholded CucsMemoryBufferUnitEnvStatsHistThresholded, cucsMemoryBufferUnitEnvStatsHistThresholded CucsMemoryBufferUnitEnvStatsHistThresholded,
cucsMemoryBufferUnitEnvStatsHistTimeCollected DateAndTime cucsMemoryBufferUnitEnvStatsHistTimeCollected DateAndTime
} }
@ -987,7 +987,7 @@ cucsMemoryBufferUnitEnvStatsHistSuspect OBJECT-TYPE
::= { cucsMemoryBufferUnitEnvStatsHistEntry 6 } ::= { cucsMemoryBufferUnitEnvStatsHistEntry 6 }
cucsMemoryBufferUnitEnvStatsHistTemperature OBJECT-TYPE cucsMemoryBufferUnitEnvStatsHistTemperature OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -996,7 +996,7 @@ cucsMemoryBufferUnitEnvStatsHistTemperature OBJECT-TYPE
::= { cucsMemoryBufferUnitEnvStatsHistEntry 7 } ::= { cucsMemoryBufferUnitEnvStatsHistEntry 7 }
cucsMemoryBufferUnitEnvStatsHistTemperatureAvg OBJECT-TYPE cucsMemoryBufferUnitEnvStatsHistTemperatureAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1005,7 +1005,7 @@ cucsMemoryBufferUnitEnvStatsHistTemperatureAvg OBJECT-TYPE
::= { cucsMemoryBufferUnitEnvStatsHistEntry 8 } ::= { cucsMemoryBufferUnitEnvStatsHistEntry 8 }
cucsMemoryBufferUnitEnvStatsHistTemperatureMax OBJECT-TYPE cucsMemoryBufferUnitEnvStatsHistTemperatureMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1014,7 +1014,7 @@ cucsMemoryBufferUnitEnvStatsHistTemperatureMax OBJECT-TYPE
::= { cucsMemoryBufferUnitEnvStatsHistEntry 9 } ::= { cucsMemoryBufferUnitEnvStatsHistEntry 9 }
cucsMemoryBufferUnitEnvStatsHistTemperatureMin OBJECT-TYPE cucsMemoryBufferUnitEnvStatsHistTemperatureMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1595,7 +1595,7 @@ CucsMemoryQualEntry ::= SEQUENCE {
cucsMemoryQualDn CucsManagedObjectDn, cucsMemoryQualDn CucsManagedObjectDn,
cucsMemoryQualRn SnmpAdminString, cucsMemoryQualRn SnmpAdminString,
cucsMemoryQualClock Gauge32, cucsMemoryQualClock Gauge32,
cucsMemoryQualLatency SnmpAdminString, cucsMemoryQualLatency INTEGER,
cucsMemoryQualMaxCap Gauge32, cucsMemoryQualMaxCap Gauge32,
cucsMemoryQualMinCap Gauge32, cucsMemoryQualMinCap Gauge32,
cucsMemoryQualSpeed Gauge32, cucsMemoryQualSpeed Gauge32,
@ -1636,7 +1636,7 @@ cucsMemoryQualClock OBJECT-TYPE
::= { cucsMemoryQualEntry 4 } ::= { cucsMemoryQualEntry 4 }
cucsMemoryQualLatency OBJECT-TYPE cucsMemoryQualLatency OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2123,7 +2123,7 @@ CucsMemoryUnitEntry ::= SEQUENCE {
cucsMemoryUnitClock Gauge32, cucsMemoryUnitClock Gauge32,
cucsMemoryUnitFormFactor CucsMemoryFormFactor, cucsMemoryUnitFormFactor CucsMemoryFormFactor,
cucsMemoryUnitId CucsMemoryUnitId, cucsMemoryUnitId CucsMemoryUnitId,
cucsMemoryUnitLatency SnmpAdminString, cucsMemoryUnitLatency INTEGER,
cucsMemoryUnitLocation SnmpAdminString, cucsMemoryUnitLocation SnmpAdminString,
cucsMemoryUnitModel SnmpAdminString, cucsMemoryUnitModel SnmpAdminString,
cucsMemoryUnitOperState CucsEquipmentOperability, cucsMemoryUnitOperState CucsEquipmentOperability,
@ -2220,7 +2220,7 @@ cucsMemoryUnitId OBJECT-TYPE
::= { cucsMemoryUnitEntry 9 } ::= { cucsMemoryUnitEntry 9 }
cucsMemoryUnitLatency OBJECT-TYPE cucsMemoryUnitLatency OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2419,10 +2419,10 @@ CucsMemoryUnitEnvStatsEntry ::= SEQUENCE {
cucsMemoryUnitEnvStatsRn SnmpAdminString, cucsMemoryUnitEnvStatsRn SnmpAdminString,
cucsMemoryUnitEnvStatsIntervals Gauge32, cucsMemoryUnitEnvStatsIntervals Gauge32,
cucsMemoryUnitEnvStatsSuspect TruthValue, cucsMemoryUnitEnvStatsSuspect TruthValue,
cucsMemoryUnitEnvStatsTemperature SnmpAdminString, cucsMemoryUnitEnvStatsTemperature INTEGER,
cucsMemoryUnitEnvStatsTemperatureAvg SnmpAdminString, cucsMemoryUnitEnvStatsTemperatureAvg INTEGER,
cucsMemoryUnitEnvStatsTemperatureMax SnmpAdminString, cucsMemoryUnitEnvStatsTemperatureMax INTEGER,
cucsMemoryUnitEnvStatsTemperatureMin SnmpAdminString, cucsMemoryUnitEnvStatsTemperatureMin INTEGER,
cucsMemoryUnitEnvStatsThresholded CucsMemoryUnitEnvStatsThresholded, cucsMemoryUnitEnvStatsThresholded CucsMemoryUnitEnvStatsThresholded,
cucsMemoryUnitEnvStatsTimeCollected DateAndTime, cucsMemoryUnitEnvStatsTimeCollected DateAndTime,
cucsMemoryUnitEnvStatsUpdate Gauge32 cucsMemoryUnitEnvStatsUpdate Gauge32
@ -2469,7 +2469,7 @@ cucsMemoryUnitEnvStatsSuspect OBJECT-TYPE
::= { cucsMemoryUnitEnvStatsEntry 5 } ::= { cucsMemoryUnitEnvStatsEntry 5 }
cucsMemoryUnitEnvStatsTemperature OBJECT-TYPE cucsMemoryUnitEnvStatsTemperature OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2478,7 +2478,7 @@ cucsMemoryUnitEnvStatsTemperature OBJECT-TYPE
::= { cucsMemoryUnitEnvStatsEntry 6 } ::= { cucsMemoryUnitEnvStatsEntry 6 }
cucsMemoryUnitEnvStatsTemperatureAvg OBJECT-TYPE cucsMemoryUnitEnvStatsTemperatureAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2487,7 +2487,7 @@ cucsMemoryUnitEnvStatsTemperatureAvg OBJECT-TYPE
::= { cucsMemoryUnitEnvStatsEntry 7 } ::= { cucsMemoryUnitEnvStatsEntry 7 }
cucsMemoryUnitEnvStatsTemperatureMax OBJECT-TYPE cucsMemoryUnitEnvStatsTemperatureMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2496,7 +2496,7 @@ cucsMemoryUnitEnvStatsTemperatureMax OBJECT-TYPE
::= { cucsMemoryUnitEnvStatsEntry 8 } ::= { cucsMemoryUnitEnvStatsEntry 8 }
cucsMemoryUnitEnvStatsTemperatureMin OBJECT-TYPE cucsMemoryUnitEnvStatsTemperatureMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2554,10 +2554,10 @@ CucsMemoryUnitEnvStatsHistEntry ::= SEQUENCE {
cucsMemoryUnitEnvStatsHistId Unsigned64, cucsMemoryUnitEnvStatsHistId Unsigned64,
cucsMemoryUnitEnvStatsHistMostRecent TruthValue, cucsMemoryUnitEnvStatsHistMostRecent TruthValue,
cucsMemoryUnitEnvStatsHistSuspect TruthValue, cucsMemoryUnitEnvStatsHistSuspect TruthValue,
cucsMemoryUnitEnvStatsHistTemperature SnmpAdminString, cucsMemoryUnitEnvStatsHistTemperature INTEGER,
cucsMemoryUnitEnvStatsHistTemperatureAvg SnmpAdminString, cucsMemoryUnitEnvStatsHistTemperatureAvg INTEGER,
cucsMemoryUnitEnvStatsHistTemperatureMax SnmpAdminString, cucsMemoryUnitEnvStatsHistTemperatureMax INTEGER,
cucsMemoryUnitEnvStatsHistTemperatureMin SnmpAdminString, cucsMemoryUnitEnvStatsHistTemperatureMin INTEGER,
cucsMemoryUnitEnvStatsHistThresholded CucsMemoryUnitEnvStatsHistThresholded, cucsMemoryUnitEnvStatsHistThresholded CucsMemoryUnitEnvStatsHistThresholded,
cucsMemoryUnitEnvStatsHistTimeCollected DateAndTime cucsMemoryUnitEnvStatsHistTimeCollected DateAndTime
} }
@ -2613,7 +2613,7 @@ cucsMemoryUnitEnvStatsHistSuspect OBJECT-TYPE
::= { cucsMemoryUnitEnvStatsHistEntry 6 } ::= { cucsMemoryUnitEnvStatsHistEntry 6 }
cucsMemoryUnitEnvStatsHistTemperature OBJECT-TYPE cucsMemoryUnitEnvStatsHistTemperature OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2622,7 +2622,7 @@ cucsMemoryUnitEnvStatsHistTemperature OBJECT-TYPE
::= { cucsMemoryUnitEnvStatsHistEntry 7 } ::= { cucsMemoryUnitEnvStatsHistEntry 7 }
cucsMemoryUnitEnvStatsHistTemperatureAvg OBJECT-TYPE cucsMemoryUnitEnvStatsHistTemperatureAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2631,7 +2631,7 @@ cucsMemoryUnitEnvStatsHistTemperatureAvg OBJECT-TYPE
::= { cucsMemoryUnitEnvStatsHistEntry 8 } ::= { cucsMemoryUnitEnvStatsHistEntry 8 }
cucsMemoryUnitEnvStatsHistTemperatureMax OBJECT-TYPE cucsMemoryUnitEnvStatsHistTemperatureMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2640,7 +2640,7 @@ cucsMemoryUnitEnvStatsHistTemperatureMax OBJECT-TYPE
::= { cucsMemoryUnitEnvStatsHistEntry 9 } ::= { cucsMemoryUnitEnvStatsHistEntry 9 }
cucsMemoryUnitEnvStatsHistTemperatureMin OBJECT-TYPE cucsMemoryUnitEnvStatsHistTemperatureMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -2666,4 +2666,4 @@ cucsMemoryUnitEnvStatsHistTimeCollected OBJECT-TYPE
managed object property" managed object property"
::= { cucsMemoryUnitEnvStatsHistEntry 12 } ::= { cucsMemoryUnitEnvStatsHistEntry 12 }
END END

View file

@ -4,9 +4,9 @@
-- MIB representation of the Cisco Unified Computing System -- MIB representation of the Cisco Unified Computing System
-- PROCESSOR management information model package -- PROCESSOR management information model package
-- --
-- Created October 2017 by Charles Bullis -- Created July 2018 by Charles Bullis
-- --
-- Copyright (c) 2005-2017 Cisco Systems, Inc. All rights reserved. -- Copyright (c) 2005-2018 Cisco Systems, Inc. All rights reserved.
-- --
-- ********************************************************************* -- *********************************************************************
@ -62,7 +62,7 @@ IMPORTS
FROM CISCO-UNIFIED-COMPUTING-TC-MIB; FROM CISCO-UNIFIED-COMPUTING-TC-MIB;
cucsProcessorObjects MODULE-IDENTITY cucsProcessorObjects MODULE-IDENTITY
LAST-UPDATED "201710060000Z" LAST-UPDATED "201807260000Z"
ORGANIZATION "Cisco Systems Inc." ORGANIZATION "Cisco Systems Inc."
CONTACT-INFO CONTACT-INFO
"Cisco Systems "Cisco Systems
@ -157,16 +157,16 @@ CucsProcessorEnvStatsEntry ::= SEQUENCE {
cucsProcessorEnvStatsInstanceId CucsManagedObjectId, cucsProcessorEnvStatsInstanceId CucsManagedObjectId,
cucsProcessorEnvStatsDn CucsManagedObjectDn, cucsProcessorEnvStatsDn CucsManagedObjectDn,
cucsProcessorEnvStatsRn SnmpAdminString, cucsProcessorEnvStatsRn SnmpAdminString,
cucsProcessorEnvStatsInputCurrent SnmpAdminString, cucsProcessorEnvStatsInputCurrent INTEGER,
cucsProcessorEnvStatsInputCurrentAvg SnmpAdminString, cucsProcessorEnvStatsInputCurrentAvg INTEGER,
cucsProcessorEnvStatsInputCurrentMax SnmpAdminString, cucsProcessorEnvStatsInputCurrentMax INTEGER,
cucsProcessorEnvStatsInputCurrentMin SnmpAdminString, cucsProcessorEnvStatsInputCurrentMin INTEGER,
cucsProcessorEnvStatsIntervals Gauge32, cucsProcessorEnvStatsIntervals Gauge32,
cucsProcessorEnvStatsSuspect TruthValue, cucsProcessorEnvStatsSuspect TruthValue,
cucsProcessorEnvStatsTemperature SnmpAdminString, cucsProcessorEnvStatsTemperature INTEGER,
cucsProcessorEnvStatsTemperatureAvg SnmpAdminString, cucsProcessorEnvStatsTemperatureAvg INTEGER,
cucsProcessorEnvStatsTemperatureMax SnmpAdminString, cucsProcessorEnvStatsTemperatureMax INTEGER,
cucsProcessorEnvStatsTemperatureMin SnmpAdminString, cucsProcessorEnvStatsTemperatureMin INTEGER,
cucsProcessorEnvStatsThresholded CucsProcessorEnvStatsThresholded, cucsProcessorEnvStatsThresholded CucsProcessorEnvStatsThresholded,
cucsProcessorEnvStatsTimeCollected DateAndTime, cucsProcessorEnvStatsTimeCollected DateAndTime,
cucsProcessorEnvStatsUpdate Gauge32 cucsProcessorEnvStatsUpdate Gauge32
@ -197,7 +197,7 @@ cucsProcessorEnvStatsRn OBJECT-TYPE
::= { cucsProcessorEnvStatsEntry 3 } ::= { cucsProcessorEnvStatsEntry 3 }
cucsProcessorEnvStatsInputCurrent OBJECT-TYPE cucsProcessorEnvStatsInputCurrent OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -206,7 +206,7 @@ cucsProcessorEnvStatsInputCurrent OBJECT-TYPE
::= { cucsProcessorEnvStatsEntry 4 } ::= { cucsProcessorEnvStatsEntry 4 }
cucsProcessorEnvStatsInputCurrentAvg OBJECT-TYPE cucsProcessorEnvStatsInputCurrentAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -215,7 +215,7 @@ cucsProcessorEnvStatsInputCurrentAvg OBJECT-TYPE
::= { cucsProcessorEnvStatsEntry 5 } ::= { cucsProcessorEnvStatsEntry 5 }
cucsProcessorEnvStatsInputCurrentMax OBJECT-TYPE cucsProcessorEnvStatsInputCurrentMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -224,7 +224,7 @@ cucsProcessorEnvStatsInputCurrentMax OBJECT-TYPE
::= { cucsProcessorEnvStatsEntry 6 } ::= { cucsProcessorEnvStatsEntry 6 }
cucsProcessorEnvStatsInputCurrentMin OBJECT-TYPE cucsProcessorEnvStatsInputCurrentMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -249,7 +249,7 @@ cucsProcessorEnvStatsSuspect OBJECT-TYPE
::= { cucsProcessorEnvStatsEntry 9 } ::= { cucsProcessorEnvStatsEntry 9 }
cucsProcessorEnvStatsTemperature OBJECT-TYPE cucsProcessorEnvStatsTemperature OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -257,7 +257,7 @@ cucsProcessorEnvStatsTemperature OBJECT-TYPE
::= { cucsProcessorEnvStatsEntry 10 } ::= { cucsProcessorEnvStatsEntry 10 }
cucsProcessorEnvStatsTemperatureAvg OBJECT-TYPE cucsProcessorEnvStatsTemperatureAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -266,7 +266,7 @@ cucsProcessorEnvStatsTemperatureAvg OBJECT-TYPE
::= { cucsProcessorEnvStatsEntry 11 } ::= { cucsProcessorEnvStatsEntry 11 }
cucsProcessorEnvStatsTemperatureMax OBJECT-TYPE cucsProcessorEnvStatsTemperatureMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -275,7 +275,7 @@ cucsProcessorEnvStatsTemperatureMax OBJECT-TYPE
::= { cucsProcessorEnvStatsEntry 12 } ::= { cucsProcessorEnvStatsEntry 12 }
cucsProcessorEnvStatsTemperatureMin OBJECT-TYPE cucsProcessorEnvStatsTemperatureMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -330,16 +330,16 @@ CucsProcessorEnvStatsHistEntry ::= SEQUENCE {
cucsProcessorEnvStatsHistDn CucsManagedObjectDn, cucsProcessorEnvStatsHistDn CucsManagedObjectDn,
cucsProcessorEnvStatsHistRn SnmpAdminString, cucsProcessorEnvStatsHistRn SnmpAdminString,
cucsProcessorEnvStatsHistId Unsigned64, cucsProcessorEnvStatsHistId Unsigned64,
cucsProcessorEnvStatsHistInputCurrent SnmpAdminString, cucsProcessorEnvStatsHistInputCurrent INTEGER,
cucsProcessorEnvStatsHistInputCurrentAvg SnmpAdminString, cucsProcessorEnvStatsHistInputCurrentAvg INTEGER,
cucsProcessorEnvStatsHistInputCurrentMax SnmpAdminString, cucsProcessorEnvStatsHistInputCurrentMax INTEGER,
cucsProcessorEnvStatsHistInputCurrentMin SnmpAdminString, cucsProcessorEnvStatsHistInputCurrentMin INTEGER,
cucsProcessorEnvStatsHistMostRecent TruthValue, cucsProcessorEnvStatsHistMostRecent TruthValue,
cucsProcessorEnvStatsHistSuspect TruthValue, cucsProcessorEnvStatsHistSuspect TruthValue,
cucsProcessorEnvStatsHistTemperature SnmpAdminString, cucsProcessorEnvStatsHistTemperature INTEGER,
cucsProcessorEnvStatsHistTemperatureAvg SnmpAdminString, cucsProcessorEnvStatsHistTemperatureAvg INTEGER,
cucsProcessorEnvStatsHistTemperatureMax SnmpAdminString, cucsProcessorEnvStatsHistTemperatureMax INTEGER,
cucsProcessorEnvStatsHistTemperatureMin SnmpAdminString, cucsProcessorEnvStatsHistTemperatureMin INTEGER,
cucsProcessorEnvStatsHistThresholded CucsProcessorEnvStatsHistThresholded, cucsProcessorEnvStatsHistThresholded CucsProcessorEnvStatsHistThresholded,
cucsProcessorEnvStatsHistTimeCollected DateAndTime cucsProcessorEnvStatsHistTimeCollected DateAndTime
} }
@ -377,7 +377,7 @@ cucsProcessorEnvStatsHistId OBJECT-TYPE
::= { cucsProcessorEnvStatsHistEntry 4 } ::= { cucsProcessorEnvStatsHistEntry 4 }
cucsProcessorEnvStatsHistInputCurrent OBJECT-TYPE cucsProcessorEnvStatsHistInputCurrent OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -386,7 +386,7 @@ cucsProcessorEnvStatsHistInputCurrent OBJECT-TYPE
::= { cucsProcessorEnvStatsHistEntry 5 } ::= { cucsProcessorEnvStatsHistEntry 5 }
cucsProcessorEnvStatsHistInputCurrentAvg OBJECT-TYPE cucsProcessorEnvStatsHistInputCurrentAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -395,7 +395,7 @@ cucsProcessorEnvStatsHistInputCurrentAvg OBJECT-TYPE
::= { cucsProcessorEnvStatsHistEntry 6 } ::= { cucsProcessorEnvStatsHistEntry 6 }
cucsProcessorEnvStatsHistInputCurrentMax OBJECT-TYPE cucsProcessorEnvStatsHistInputCurrentMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -404,7 +404,7 @@ cucsProcessorEnvStatsHistInputCurrentMax OBJECT-TYPE
::= { cucsProcessorEnvStatsHistEntry 7 } ::= { cucsProcessorEnvStatsHistEntry 7 }
cucsProcessorEnvStatsHistInputCurrentMin OBJECT-TYPE cucsProcessorEnvStatsHistInputCurrentMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -430,7 +430,7 @@ cucsProcessorEnvStatsHistSuspect OBJECT-TYPE
::= { cucsProcessorEnvStatsHistEntry 10 } ::= { cucsProcessorEnvStatsHistEntry 10 }
cucsProcessorEnvStatsHistTemperature OBJECT-TYPE cucsProcessorEnvStatsHistTemperature OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -439,7 +439,7 @@ cucsProcessorEnvStatsHistTemperature OBJECT-TYPE
::= { cucsProcessorEnvStatsHistEntry 11 } ::= { cucsProcessorEnvStatsHistEntry 11 }
cucsProcessorEnvStatsHistTemperatureAvg OBJECT-TYPE cucsProcessorEnvStatsHistTemperatureAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -448,7 +448,7 @@ cucsProcessorEnvStatsHistTemperatureAvg OBJECT-TYPE
::= { cucsProcessorEnvStatsHistEntry 12 } ::= { cucsProcessorEnvStatsHistEntry 12 }
cucsProcessorEnvStatsHistTemperatureMax OBJECT-TYPE cucsProcessorEnvStatsHistTemperatureMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -457,7 +457,7 @@ cucsProcessorEnvStatsHistTemperatureMax OBJECT-TYPE
::= { cucsProcessorEnvStatsHistEntry 13 } ::= { cucsProcessorEnvStatsHistEntry 13 }
cucsProcessorEnvStatsHistTemperatureMin OBJECT-TYPE cucsProcessorEnvStatsHistTemperatureMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1156,7 +1156,7 @@ CucsProcessorQualEntry ::= SEQUENCE {
cucsProcessorQualMinProcs Gauge32, cucsProcessorQualMinProcs Gauge32,
cucsProcessorQualMinThreads Gauge32, cucsProcessorQualMinThreads Gauge32,
cucsProcessorQualModel SnmpAdminString, cucsProcessorQualModel SnmpAdminString,
cucsProcessorQualSpeed SnmpAdminString, cucsProcessorQualSpeed INTEGER,
cucsProcessorQualStepping Gauge32 cucsProcessorQualStepping Gauge32
} }
@ -1249,7 +1249,7 @@ cucsProcessorQualModel OBJECT-TYPE
::= { cucsProcessorQualEntry 11 } ::= { cucsProcessorQualEntry 11 }
cucsProcessorQualSpeed OBJECT-TYPE cucsProcessorQualSpeed OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1286,10 +1286,10 @@ CucsProcessorRuntimeEntry ::= SEQUENCE {
cucsProcessorRuntimeDn CucsManagedObjectDn, cucsProcessorRuntimeDn CucsManagedObjectDn,
cucsProcessorRuntimeRn SnmpAdminString, cucsProcessorRuntimeRn SnmpAdminString,
cucsProcessorRuntimeIntervals Gauge32, cucsProcessorRuntimeIntervals Gauge32,
cucsProcessorRuntimeLoad SnmpAdminString, cucsProcessorRuntimeLoad INTEGER,
cucsProcessorRuntimeLoadAvg SnmpAdminString, cucsProcessorRuntimeLoadAvg INTEGER,
cucsProcessorRuntimeLoadMax SnmpAdminString, cucsProcessorRuntimeLoadMax INTEGER,
cucsProcessorRuntimeLoadMin SnmpAdminString, cucsProcessorRuntimeLoadMin INTEGER,
cucsProcessorRuntimeSuspect TruthValue, cucsProcessorRuntimeSuspect TruthValue,
cucsProcessorRuntimeThresholded CucsProcessorRuntimeThresholded, cucsProcessorRuntimeThresholded CucsProcessorRuntimeThresholded,
cucsProcessorRuntimeTimeCollected DateAndTime, cucsProcessorRuntimeTimeCollected DateAndTime,
@ -1330,7 +1330,7 @@ cucsProcessorRuntimeIntervals OBJECT-TYPE
::= { cucsProcessorRuntimeEntry 4 } ::= { cucsProcessorRuntimeEntry 4 }
cucsProcessorRuntimeLoad OBJECT-TYPE cucsProcessorRuntimeLoad OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1338,7 +1338,7 @@ cucsProcessorRuntimeLoad OBJECT-TYPE
::= { cucsProcessorRuntimeEntry 5 } ::= { cucsProcessorRuntimeEntry 5 }
cucsProcessorRuntimeLoadAvg OBJECT-TYPE cucsProcessorRuntimeLoadAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1346,7 +1346,7 @@ cucsProcessorRuntimeLoadAvg OBJECT-TYPE
::= { cucsProcessorRuntimeEntry 6 } ::= { cucsProcessorRuntimeEntry 6 }
cucsProcessorRuntimeLoadMax OBJECT-TYPE cucsProcessorRuntimeLoadMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1354,7 +1354,7 @@ cucsProcessorRuntimeLoadMax OBJECT-TYPE
::= { cucsProcessorRuntimeEntry 7 } ::= { cucsProcessorRuntimeEntry 7 }
cucsProcessorRuntimeLoadMin OBJECT-TYPE cucsProcessorRuntimeLoadMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1424,10 +1424,10 @@ CucsProcessorRuntimeHistEntry ::= SEQUENCE {
cucsProcessorRuntimeHistDn CucsManagedObjectDn, cucsProcessorRuntimeHistDn CucsManagedObjectDn,
cucsProcessorRuntimeHistRn SnmpAdminString, cucsProcessorRuntimeHistRn SnmpAdminString,
cucsProcessorRuntimeHistId Unsigned64, cucsProcessorRuntimeHistId Unsigned64,
cucsProcessorRuntimeHistLoad SnmpAdminString, cucsProcessorRuntimeHistLoad INTEGER,
cucsProcessorRuntimeHistLoadAvg SnmpAdminString, cucsProcessorRuntimeHistLoadAvg INTEGER,
cucsProcessorRuntimeHistLoadMax SnmpAdminString, cucsProcessorRuntimeHistLoadMax INTEGER,
cucsProcessorRuntimeHistLoadMin SnmpAdminString, cucsProcessorRuntimeHistLoadMin INTEGER,
cucsProcessorRuntimeHistMostRecent TruthValue, cucsProcessorRuntimeHistMostRecent TruthValue,
cucsProcessorRuntimeHistSuspect TruthValue, cucsProcessorRuntimeHistSuspect TruthValue,
cucsProcessorRuntimeHistThresholded CucsProcessorRuntimeHistThresholded, cucsProcessorRuntimeHistThresholded CucsProcessorRuntimeHistThresholded,
@ -1467,7 +1467,7 @@ cucsProcessorRuntimeHistId OBJECT-TYPE
::= { cucsProcessorRuntimeHistEntry 4 } ::= { cucsProcessorRuntimeHistEntry 4 }
cucsProcessorRuntimeHistLoad OBJECT-TYPE cucsProcessorRuntimeHistLoad OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1475,7 +1475,7 @@ cucsProcessorRuntimeHistLoad OBJECT-TYPE
::= { cucsProcessorRuntimeHistEntry 5 } ::= { cucsProcessorRuntimeHistEntry 5 }
cucsProcessorRuntimeHistLoadAvg OBJECT-TYPE cucsProcessorRuntimeHistLoadAvg OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1483,7 +1483,7 @@ cucsProcessorRuntimeHistLoadAvg OBJECT-TYPE
::= { cucsProcessorRuntimeHistEntry 6 } ::= { cucsProcessorRuntimeHistEntry 6 }
cucsProcessorRuntimeHistLoadMax OBJECT-TYPE cucsProcessorRuntimeHistLoadMax OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1491,7 +1491,7 @@ cucsProcessorRuntimeHistLoadMax OBJECT-TYPE
::= { cucsProcessorRuntimeHistEntry 7 } ::= { cucsProcessorRuntimeHistEntry 7 }
cucsProcessorRuntimeHistLoadMin OBJECT-TYPE cucsProcessorRuntimeHistLoadMin OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1623,7 +1623,7 @@ CucsProcessorUnitEntry ::= SEQUENCE {
cucsProcessorUnitRevision SnmpAdminString, cucsProcessorUnitRevision SnmpAdminString,
cucsProcessorUnitSerial SnmpAdminString, cucsProcessorUnitSerial SnmpAdminString,
cucsProcessorUnitSocketDesignation SnmpAdminString, cucsProcessorUnitSocketDesignation SnmpAdminString,
cucsProcessorUnitSpeed SnmpAdminString, cucsProcessorUnitSpeed INTEGER,
cucsProcessorUnitStepping Gauge32, cucsProcessorUnitStepping Gauge32,
cucsProcessorUnitThermal CucsEquipmentSensorThresholdStatus, cucsProcessorUnitThermal CucsEquipmentSensorThresholdStatus,
cucsProcessorUnitThreads Gauge32, cucsProcessorUnitThreads Gauge32,
@ -1764,7 +1764,7 @@ cucsProcessorUnitSocketDesignation OBJECT-TYPE
::= { cucsProcessorUnitEntry 16 } ::= { cucsProcessorUnitEntry 16 }
cucsProcessorUnitSpeed OBJECT-TYPE cucsProcessorUnitSpeed OBJECT-TYPE
SYNTAX SnmpAdminString SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@ -1903,4 +1903,4 @@ cucsProcessorUnitAssocCtxStepping OBJECT-TYPE
object property" object property"
::= { cucsProcessorUnitAssocCtxEntry 5 } ::= { cucsProcessorUnitAssocCtxEntry 5 }
END END

View file

@ -10,3 +10,5 @@ discovery:
- -
sysObjectID: sysObjectID:
- .1.3.6.1.4.1.32050 - .1.3.6.1.4.1.32050
sysObjectID_except:
- .1.3.6.1.4.1.32050.1.4

View file

@ -0,0 +1,13 @@
os: sitemonitor3
text: 'Packetflux SiteMonitor Base 3'
type: appliance
icon: packetflux
over:
- { graph: device_voltage, text: 'Voltage' }
- { graph: device_temperature, text: 'Temperature' }
snmp_bulk: false
mib_dir: packetflux
discovery:
-
sysObjectID:
- .1.3.6.1.4.1.32050.1.4

View file

@ -1,7 +1,11 @@
modules: modules:
os: os:
hardware: ADVANTECH-COMMON-MIB::sysModuleID.0 hardware: ADVANTECH-COMMON-MIB::sysModuleID.0
version: ADVANTECH-COMMON-MIB::sysImageVersion.0 version:
- ADVANTECH-COMMON-MIB::sysImageVersion.0
- ADVANTECH-EKI-PRONEER-MIB::buildVersion.0
version_template: '{{ ADVANTECH-COMMON-MIB::sysImageVersion.0 }} Build {{ ADVANTECH-EKI-PRONEER-MIB::buildVersion.0 }}'
#serial: ADVANTECH-EKI-PRONEER-MIB::serialNumber !! DO NOT USE !! - per AFE "the firmware of EKI series switches does not allow reading hardware serial numbers via SNMP."
sensors: sensors:
additional_oids: additional_oids:
data: data:
@ -125,3 +129,57 @@ modules:
descr: 'Total POE Power Consumption' descr: 'Total POE Power Consumption'
index: 'poeActualPowerConsumption.{{ $index }}' index: 'poeActualPowerConsumption.{{ $index }}'
high_limit: ADVANTECH-EKI-PRONEER-MIB::poeMaxPowerAvailable high_limit: ADVANTECH-EKI-PRONEER-MIB::poeMaxPowerAvailable
state:
data:
-
oid: ADVANTECH-EKI-PRONEER-MIB::xRingProInfoTable
value: ADVANTECH-EKI-PRONEER-MIB::xRingProInfoPort1FwdState
num_oid: '.1.3.6.1.4.1.10297.202.7000.3.14.4.1.5.{{ $index }}'
descr: 'X-Ring Pro RingID-{{ ADVANTECH-EKI-PRONEER-MIB::xRingProInfoRingID }} Port-{{ ADVANTECH-EKI-PRONEER-MIB::xRingProInfoPort1 }} - {{ ADVANTECH-EKI-PRONEER-MIB::xRingProInfoOperState }}'
index: 'xRingProInfoPort1FwdState.{{ $index }}'
state_name: xRingProInfoPort1FwdState
states:
- { descr: 'FWD', graph: 1, value: 0, generic: 0 }
- { descr: 'BLK', graph: 1, value: 1, generic: 0 }
- { descr: 'DWN', graph: 1, value: 2, generic: 2 }
-
oid: ADVANTECH-EKI-PRONEER-MIB::xRingProInfoTable
value: ADVANTECH-EKI-PRONEER-MIB::xRingProInfoPort2FwdState
num_oid: '.1.3.6.1.4.1.10297.202.7000.3.14.4.1.5.{{ $index }}'
descr: 'X-Ring Pro RingID-{{ ADVANTECH-EKI-PRONEER-MIB::xRingProInfoRingID }} Port-{{ ADVANTECH-EKI-PRONEER-MIB::xRingProInfoPort2 }} - {{ ADVANTECH-EKI-PRONEER-MIB::xRingProInfoOperState }}'
index: 'xRingProInfoPort2FwdState.{{ $index }}'
state_name: xRingProInfoPort2FwdState
states:
- { descr: 'FWD', graph: 1, value: 0, generic: 0 }
- { descr: 'BLK', graph: 1, value: 1, generic: 0 }
- { descr: 'DWN', graph: 1, value: 2, generic: 2 }
-
oid: ADVANTECH-EKI-PRONEER-MIB::xRingProStatus
value: ADVANTECH-EKI-PRONEER-MIB::xRingProStatus
num_oid: '.1.3.6.1.4.1.10297.202.7000.3.14.1.{{ $index }}'
descr: 'X-Ring Pro Status'
index: 'xRingProStatus.{{ $index }}'
state_name: xRingProStatus
states:
- { descr: 'enabled', graph: 1, value: 1, generic: 0 }
- { descr: 'disabled', graph: 1, value: 2, generic: 3 }
-
oid: ADVANTECH-EKI-PRONEER-MIB::xRingEliteState
value: ADVANTECH-EKI-PRONEER-MIB::xRingEliteState
num_oid: '.1.3.6.1.4.1.10297.202.7000.3.12.1.{{ $index }}'
descr: 'X-Ring Elite Status'
index: 'xRingEliteState.{{ $index }}'
state_name: xRingEliteState
states:
- { descr: 'enabled', graph: 1, value: 1, generic: 0 }
- { descr: 'disabled', graph: 1, value: 2, generic: 3 }
-
oid: ADVANTECH-EKI-PRONEER-MIB::erpsState
value: ADVANTECH-EKI-PRONEER-MIB::erpsState
num_oid: '.1.3.6.1.4.1.10297.202.7000.3.16.1.{{ $index }}'
descr: 'ERPS Status'
index: 'erpsState.{{ $index }}'
state_name: erpsState
states:
- { descr: 'enabled', graph: 1, value: 1, generic: 0 }
- { descr: 'disabled', graph: 1, value: 2, generic: 3 }

View file

@ -1,8 +1,6 @@
mib: UBNT-AirMAX-MIB mib: UBNT-AirMAX-MIB
modules: modules:
os: os:
hardware: IEEE802dot11-MIB::dot11manufacturerProductName.5
version: IEEE802dot11-MIB::dot11manufacturerProductVersion.5
lat: UBNT-AirMAX-MIB::ubntGpsLat.0 lat: UBNT-AirMAX-MIB::ubntGpsLat.0
long: UBNT-AirMAX-MIB::ubntGpsLon.0 long: UBNT-AirMAX-MIB::ubntGpsLon.0
processors: processors:

View file

@ -908,7 +908,7 @@ modules:
high_limit: 1000 high_limit: 1000
- -
oid: fbSipCarrierTable oid: fbSipCarrierTable
value: fbSipPhoneTotalLegs value: fbSipCarrierTotalLegs
num_oid: '.1.3.6.1.4.1.24693.100.5060.3.1.2.{{ $index }}' num_oid: '.1.3.6.1.4.1.24693.100.5060.3.1.2.{{ $index }}'
index: 'carrierTotal{{ $index }}' index: 'carrierTotal{{ $index }}'
descr: 'Total Legs: {{ $fbSipCarrierName }}' descr: 'Total Legs: {{ $fbSipCarrierName }}'

View file

@ -51,7 +51,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.4.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.4.{{ $index }}'
descr: '{{ IF-MIB::ifName }} temperature' descr: '{{ IF-MIB::ifName }} temperature'
index: 'ifSfpParameterTable.temperature.{{ $index }}' index: 'ifSfpParameterTable.temperature.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 256 divisor: 256
@ -72,7 +72,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.5.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.5.{{ $index }}'
descr: '{{ IF-MIB::ifName }} voltage' descr: '{{ IF-MIB::ifName }} voltage'
index: 'ifSfpParameterTable.vlotage.{{ $index }}' index: 'ifSfpParameterTable.vlotage.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 10000 divisor: 10000
@ -89,7 +89,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.6.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.6.{{ $index }}'
descr: '{{ IF-MIB::ifName }} current1' descr: '{{ IF-MIB::ifName }} current1'
index: 'ifSfpParameterTable.curr1.{{ $index }}' index: 'ifSfpParameterTable.curr1.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 500000 divisor: 500000
@ -104,7 +104,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.10.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.10.{{ $index }}'
descr: '{{ IF-MIB::ifName }} current2' descr: '{{ IF-MIB::ifName }} current2'
index: 'ifSfpParameterTable.curr2.{{ $index }}' index: 'ifSfpParameterTable.curr2.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 500000 divisor: 500000
@ -119,7 +119,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.13.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.13.{{ $index }}'
descr: '{{ IF-MIB::ifName }} current3' descr: '{{ IF-MIB::ifName }} current3'
index: 'ifSfpParameterTable.curr3.{{ $index }}' index: 'ifSfpParameterTable.curr3.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 500000 divisor: 500000
@ -134,7 +134,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.16.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.16.{{ $index }}'
descr: '{{ IF-MIB::ifName }} current4' descr: '{{ IF-MIB::ifName }} current4'
index: 'ifSfpParameterTable.curr4.{{ $index }}' index: 'ifSfpParameterTable.curr4.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 500000 divisor: 500000
@ -151,7 +151,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.3.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.3.{{ $index }}'
descr: '{{ IF-MIB::ifName }} rxPower1' descr: '{{ IF-MIB::ifName }} rxPower1'
index: 'ifSfpParameterTable.rxPower1.{{ $index }}' index: 'ifSfpParameterTable.rxPower1.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 100 divisor: 100
@ -166,7 +166,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.9.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.9.{{ $index }}'
descr: '{{ IF-MIB::ifName }} rxPower2' descr: '{{ IF-MIB::ifName }} rxPower2'
index: 'ifSfpParameterTable.rxPower2.{{ $index }}' index: 'ifSfpParameterTable.rxPower2.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 100 divisor: 100
@ -181,7 +181,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.12.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.12.{{ $index }}'
descr: '{{ IF-MIB::ifName }} rxPower3' descr: '{{ IF-MIB::ifName }} rxPower3'
index: 'ifSfpParameterTable.rxPower3.{{ $index }}' index: 'ifSfpParameterTable.rxPower3.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 100 divisor: 100
@ -196,7 +196,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.15.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.15.{{ $index }}'
descr: '{{ IF-MIB::ifName }} rxPower4' descr: '{{ IF-MIB::ifName }} rxPower4'
index: 'ifSfpParameterTable.rxPower4.{{ $index }}' index: 'ifSfpParameterTable.rxPower4.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 100 divisor: 100
@ -211,7 +211,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.2.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.2.{{ $index }}'
descr: '{{ IF-MIB::ifName }} txPower1' descr: '{{ IF-MIB::ifName }} txPower1'
index: 'ifSfpParameterTable.txPower1.{{ $index }}' index: 'ifSfpParameterTable.txPower1.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 100 divisor: 100
@ -226,7 +226,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.8.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.8.{{ $index }}'
descr: '{{ IF-MIB::ifName }} txPower2' descr: '{{ IF-MIB::ifName }} txPower2'
index: 'ifSfpParameterTable.txPower2.{{ $index }}' index: 'ifSfpParameterTable.txPower2.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 100 divisor: 100
@ -241,7 +241,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.11.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.11.{{ $index }}'
descr: '{{ IF-MIB::ifName }} txPower3' descr: '{{ IF-MIB::ifName }} txPower3'
index: 'ifSfpParameterTable.txPower3.{{ $index }}' index: 'ifSfpParameterTable.txPower3.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 100 divisor: 100
@ -256,7 +256,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.14.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.14.{{ $index }}'
descr: '{{ IF-MIB::ifName }} txPower4' descr: '{{ IF-MIB::ifName }} txPower4'
index: 'ifSfpParameterTable.txPower4.{{ $index }}' index: 'ifSfpParameterTable.txPower4.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
divisor: 100 divisor: 100
@ -295,7 +295,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.21.{{ $index }}' num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.21.{{ $index }}'
descr: '{{ IF-MIB::ifName }} LOS' descr: '{{ IF-MIB::ifName }} LOS'
index: 'ifSfpParameterTable.sfpLostStatus.{{ $index }}' index: 'ifSfpParameterTable.sfpLostStatus.{{ $index }}'
group: 'Transceiver: {{ IF-MIB::ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)' group: transceiver
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
states: states:

View file

@ -17,7 +17,7 @@ modules:
type: ironware-system type: ironware-system
- -
total: FOUNDRY-SN-AGENT-MIB::snAgentBrdMemoryTotal total: FOUNDRY-SN-AGENT-MIB::snAgentBrdMemoryTotal
percent_used: FOUNDRY-SN-AGENT-MIB::snAgentBrdMemoryUtil100thPercent free: FOUNDRY-SN-AGENT-MIB::snAgentBrdMemoryAvailable
type: ironware-dyn type: ironware-dyn
descr: '{{ FOUNDRY-SN-AGENT-MIB::snAgentBrdMainBrdDescription }}' descr: '{{ FOUNDRY-SN-AGENT-MIB::snAgentBrdMainBrdDescription }}'
os: os:

View file

@ -18,11 +18,21 @@ modules:
value: MIKROTIK-MIB::mtxrOpticalTemperature value: MIKROTIK-MIB::mtxrOpticalTemperature
num_oid: '.1.3.6.1.4.1.14988.1.1.19.1.1.6.{{ $index }}' num_oid: '.1.3.6.1.4.1.14988.1.1.19.1.1.6.{{ $index }}'
descr: MIKROTIK-MIB::mtxrOpticalName descr: MIKROTIK-MIB::mtxrOpticalName
unit: '°C'
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: 'ports' entPhysicalIndex_measured: 'ports'
group: transceiver group: transceiver
index: 'mtxrOpticalTemperature.{{ $index }}' index: 'mtxrOpticalTemperature.{{ $index }}'
-
oid: MIKROTIK-MIB::mtxrGaugeTable
value: MIKROTIK-MIB::mtxrGaugeValue
num_oid: '.1.3.6.1.4.1.14988.1.1.3.100.1.3.{{ $index }}'
descr: MIKROTIK-MIB::mtxrGaugeName
group: System
index: 'mtxrGaugeTemperature.{{ $index }}'
skip_values:
- oid: MIKROTIK-MIB::mtxrGaugeUnit
op: '!='
value: 1
voltage: voltage:
data: data:
- -
@ -30,7 +40,6 @@ modules:
value: MIKROTIK-MIB::mtxrOpticalSupplyVoltage value: MIKROTIK-MIB::mtxrOpticalSupplyVoltage
num_oid: '.1.3.6.1.4.1.14988.1.1.19.1.1.7.{{ $index }}' num_oid: '.1.3.6.1.4.1.14988.1.1.19.1.1.7.{{ $index }}'
divisor: 1000 divisor: 1000
unit: 'V'
descr: MIKROTIK-MIB::mtxrOpticalName descr: MIKROTIK-MIB::mtxrOpticalName
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: 'ports' entPhysicalIndex_measured: 'ports'
@ -41,15 +50,25 @@ modules:
value: MIKROTIK-MIB::mtxrPOEVoltage value: MIKROTIK-MIB::mtxrPOEVoltage
num_oid: '.1.3.6.1.4.1.14988.1.1.15.1.1.4.{{ $index }}' num_oid: '.1.3.6.1.4.1.14988.1.1.15.1.1.4.{{ $index }}'
divisor: 10 divisor: 10
unit: 'V'
descr: '{{ MIKROTIK-MIB::mtxrPOEName }} POE' descr: '{{ MIKROTIK-MIB::mtxrPOEName }} POE'
group: Ports group: Ports
index: 'mtxrPOEVoltage.{{ $index }}' index: 'mtxrPOEVoltage.{{ $index }}'
-
oid: MIKROTIK-MIB::mtxrGaugeTable
value: MIKROTIK-MIB::mtxrGaugeValue
num_oid: '.1.3.6.1.4.1.14988.1.1.3.100.1.3.{{ $index }}'
descr: MIKROTIK-MIB::mtxrGaugeName
group: System
divisor: 10
index: 'mtxrGaugeVoltage.{{ $index }}'
skip_values:
- oid: MIKROTIK-MIB::mtxrGaugeUnit
op: '!='
value: 3
- -
oid: MIKROTIK-MIB::mtxrHlVoltage oid: MIKROTIK-MIB::mtxrHlVoltage
num_oid: '.1.3.6.1.4.1.14988.1.1.3.8.{{ $index }}' num_oid: '.1.3.6.1.4.1.14988.1.1.3.8.{{ $index }}'
divisor: 10 divisor: 10
unit: 'V'
descr: 'Voltage {{ $index }}' descr: 'Voltage {{ $index }}'
current: current:
data: data:
@ -58,7 +77,6 @@ modules:
value: MIKROTIK-MIB::mtxrOpticalTxBiasCurrent value: MIKROTIK-MIB::mtxrOpticalTxBiasCurrent
num_oid: '.1.3.6.1.4.1.14988.1.1.19.1.1.8.{{ $index }}' num_oid: '.1.3.6.1.4.1.14988.1.1.19.1.1.8.{{ $index }}'
descr: '{{ MIKROTIK-MIB::mtxrOpticalName }} Tx Bias' descr: '{{ MIKROTIK-MIB::mtxrOpticalName }} Tx Bias'
unit: 'mA'
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: 'ports' entPhysicalIndex_measured: 'ports'
group: transceiver group: transceiver
@ -69,10 +87,21 @@ modules:
value: MIKROTIK-MIB::mtxrPOECurrent value: MIKROTIK-MIB::mtxrPOECurrent
num_oid: '.1.3.6.1.4.1.14988.1.1.15.1.1.5.{{ $index }}' num_oid: '.1.3.6.1.4.1.14988.1.1.15.1.1.5.{{ $index }}'
descr: '{{ MIKROTIK-MIB::mtxrPOEName }} POE' descr: '{{ MIKROTIK-MIB::mtxrPOEName }} POE'
unit: 'A'
group: Ports group: Ports
divisor: 1000 divisor: 1000
index: 'mtxrPOECurrent.{{ $index }}' index: 'mtxrPOECurrent.{{ $index }}'
-
oid: MIKROTIK-MIB::mtxrGaugeTable
value: MIKROTIK-MIB::mtxrGaugeValue
num_oid: '.1.3.6.1.4.1.14988.1.1.3.100.1.3.{{ $index }}'
descr: MIKROTIK-MIB::mtxrGaugeName
group: System
divisor: 10
index: 'mtxrGaugeCurrent.{{ $index }}'
skip_values:
- oid: MIKROTIK-MIB::mtxrGaugeUnit
op: '!='
value: 4
dbm: dbm:
data: data:
@ -135,6 +164,20 @@ modules:
- { descr: 'waitingForLoad', graph: 1, value: 2, generic: 3 } - { descr: 'waitingForLoad', graph: 1, value: 2, generic: 3 }
- { descr: 'poweredOn', graph: 1, value: 3, generic: 0 } - { descr: 'poweredOn', graph: 1, value: 3, generic: 0 }
- { descr: 'overload', graph: 1, value: 4, generic: 2 } - { descr: 'overload', graph: 1, value: 4, generic: 2 }
-
oid: MIKROTIK-MIB::mtxrGaugeTable
value: MIKROTIK-MIB::mtxrGaugeValue
num_oid: '.1.3.6.1.4.1.14988.1.1.3.100.1.3.{{ $index }}'
descr: MIKROTIK-MIB::mtxrGaugeName
group: System
state_name: mtxrGaugeStatus
skip_values:
- oid: MIKROTIK-MIB::mtxrGaugeUnit
op: '!='
value: 6
states:
- { value: 0, generic: 0, graph: 1, descr: 'ok' }
- { value: 1, generic: 2, graph: 1, descr: 'fail' }
- -
oid: MIKROTIK-MIB::mtxrWl60GConnected oid: MIKROTIK-MIB::mtxrWl60GConnected
num_oid: '.1.3.6.1.4.1.14988.1.1.1.8.1.4.{{ $index }}' num_oid: '.1.3.6.1.4.1.14988.1.1.1.8.1.4.{{ $index }}'
@ -164,12 +207,41 @@ modules:
value: MIKROTIK-MIB::mtxrPOEPower value: MIKROTIK-MIB::mtxrPOEPower
num_oid: '.1.3.6.1.4.1.14988.1.1.15.1.1.6.{{ $index }}' num_oid: '.1.3.6.1.4.1.14988.1.1.15.1.1.6.{{ $index }}'
descr: '{{ MIKROTIK-MIB::mtxrPOEName }} POE' descr: '{{ MIKROTIK-MIB::mtxrPOEName }} POE'
unit: 'W'
group: Ports group: Ports
divisor: 10 divisor: 10
index: 'mtxrPOEPower.{{ $index }}' index: 'mtxrPOEPower.{{ $index }}'
-
oid: MIKROTIK-MIB::mtxrGaugeTable
value: MIKROTIK-MIB::mtxrGaugeValue
num_oid: '.1.3.6.1.4.1.14988.1.1.3.100.1.3.{{ $index }}'
descr: MIKROTIK-MIB::mtxrGaugeName
group: System
divisor: 10
index: 'mtxrGaugePower.{{ $index }}'
skip_values:
- oid: MIKROTIK-MIB::mtxrGaugeUnit
op: '!='
value: 5
fanspeed:
data:
-
oid: MIKROTIK-MIB::mtxrGaugeTable
value: MIKROTIK-MIB::mtxrGaugeValue
num_oid: '.1.3.6.1.4.1.14988.1.1.3.100.1.3.{{ $index }}'
descr: MIKROTIK-MIB::mtxrGaugeName
group: System
index: 'mtxrGuageFanspeed.{{ $index }}'
skip_values:
- oid: MIKROTIK-MIB::mtxrGaugeUnit
op: '!='
value: 2
count: count:
data: data:
-
oid: MIKROTIK-MIB::mtxrDHCPLeaseCount
num_oid: '.1.3.6.1.4.1.14988.1.1.6.1.{{ $index }}'
descr: DHCP Lease Count
index: mtxrDHCPLeaseCount.{{ $index }}
- -
oid: MIKROTIK-MIB::mtxrCtTotalEntries oid: MIKROTIK-MIB::mtxrCtTotalEntries
num_oid: .1.3.6.1.4.1.14988.1.1.22.1.1.{{ $index }} num_oid: .1.3.6.1.4.1.14988.1.1.22.1.1.{{ $index }}

View file

@ -0,0 +1,20 @@
modules:
sensors:
voltage:
data:
-
oid: PACKETFLUX-SENSORS-MIB::voltageSensorTable
value: PACKETFLUX-SENSORS-MIB::voltageSensorValue
descr: PACKETFLUX-SENSORS-MIB::voltageSensorFunction
index: 'voltageSensorFunction.{{ $index }}'
num_oid: '.1.3.6.1.4.1.32050.3.2.1.1.4.{{ $index }}'
divisor: 1000000
temperature:
data:
-
oid: PACKETFLUX-SENSORS-MIB::temperatureSensorTable
value: PACKETFLUX-SENSORS-MIB::temperatureSensorValue
descr: PACKETFLUX-SENSORS-MIB::temperatureSensorFunction
index: 'temperatureSensorFunction.{{ $index }}'
num_oid: '.1.3.6.1.4.1.32050.3.2.3.1.4.{{ $index }}'
divisor: 100

View file

@ -150,6 +150,6 @@ modules:
group: transceiver group: transceiver
skip_values: skip_values:
- -
oid: opticalSupportDDM oid: NMS-OPTICAL-MIB::opticalSupportDDM
op: '!=' op: '!='
value: '1' value: '1'

View file

@ -2553,6 +2553,713 @@ modules:
- { value: 0, descr: "OK", graph: 1, generic: 0 } - { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 } - { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 } - { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS15-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS01-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS01-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.13{{ $noindex }}'
descr: 'BMS 01 Charge Discharge Current Alarm Status'
index: 'BMS01-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 01'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS01-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS02-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS02-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.26{{ $noindex }}'
descr: 'BMS 02 Charge Discharge Current Alarm Status'
index: 'BMS02-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 02'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS02-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS03-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS03-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.39{{ $noindex }}'
descr: 'BMS 03 Charge Discharge Current Alarm Status'
index: 'BMS03-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 03'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS03-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS04-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS04-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.52{{ $noindex }}'
descr: 'BMS 04 Charge Discharge Current Alarm Status'
index: 'BMS04-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 04'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS04-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS05-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS05-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.65{{ $noindex }}'
descr: 'BMS 05 Charge Discharge Current Alarm Status'
index: 'BMS05-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 05'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS05-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS06-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS06-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.78{{ $noindex }}'
descr: 'BMS 06 Charge Discharge Current Alarm Status'
index: 'BMS06-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 06'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS06-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS07-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS07-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.91{{ $noindex }}'
descr: 'BMS 07 Charge Discharge Current Alarm Status'
index: 'BMS07-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 07'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS07-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS08-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS08-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.104{{ $noindex }}'
descr: 'BMS 08 Charge Discharge Current Alarm Status'
index: 'BMS08-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 08'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS08-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS09-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS09-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.117{{ $noindex }}'
descr: 'BMS 09 Charge Discharge Current Alarm Status'
index: 'BMS09-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 09'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS09-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS10-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS10-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.130{{ $noindex }}'
descr: 'BMS 10 Charge Discharge Current Alarm Status'
index: 'BMS10-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 10'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS10-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS11-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS11-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.143{{ $noindex }}'
descr: 'BMS 11 Charge Discharge Current Alarm Status'
index: 'BMS11-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 11'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS11-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS12-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS12-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.156{{ $noindex }}'
descr: 'BMS 12 Charge Discharge Current Alarm Status'
index: 'BMS12-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 12'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS12-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS13-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS13-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.169{{ $noindex }}'
descr: 'BMS 13 Charge Discharge Current Alarm Status'
index: 'BMS13-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 13'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS13-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS14-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS14-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.182{{ $noindex }}'
descr: 'BMS 14 Charge Discharge Current Alarm Status'
index: 'BMS14-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 14'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS14-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS15-ChargeDischargeCurrentAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS15-ChargeDischargeCurrentAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.195{{ $noindex }}'
descr: 'BMS 15 Charge Discharge Current Alarm Status'
index: 'BMS15-ChargeDischargeCurrentAlarmStatus'
group: 'BMS 15'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS15-Current
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS01-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS01-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.14{{ $noindex }}'
descr: 'BMS 01 Battery Voltage Alarm Status'
index: 'BMS01-BatteryVoltageAlarmStatus'
group: 'BMS 01'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS01-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS02-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS02-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.27{{ $noindex }}'
descr: 'BMS 02 Battery Voltage Alarm Status'
index: 'BMS02-BatteryVoltageAlarmStatus'
group: 'BMS 02'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS02-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS03-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS03-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.40{{ $noindex }}'
descr: 'BMS 03 Battery Voltage Alarm Status'
index: 'BMS03-BatteryVoltageAlarmStatus'
group: 'BMS 03'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS03-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS04-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS04-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.53{{ $noindex }}'
descr: 'BMS 04 Battery Voltage Alarm Status'
index: 'BMS04-BatteryVoltageAlarmStatus'
group: 'BMS 04'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS04-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS05-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS05-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.66{{ $noindex }}'
descr: 'BMS 05 Battery Voltage Alarm Status'
index: 'BMS05-BatteryVoltageAlarmStatus'
group: 'BMS 05'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS05-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS06-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS06-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.79{{ $noindex }}'
descr: 'BMS 06 Battery Voltage Alarm Status'
index: 'BMS06-BatteryVoltageAlarmStatus'
group: 'BMS 06'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS06-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS07-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS07-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.92{{ $noindex }}'
descr: 'BMS 07 Battery Voltage Alarm Status'
index: 'BMS07-BatteryVoltageAlarmStatus'
group: 'BMS 07'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS07-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS08-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS08-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.105{{ $noindex }}'
descr: 'BMS 08 Battery Voltage Alarm Status'
index: 'BMS08-BatteryVoltageAlarmStatus'
group: 'BMS 08'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS08-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS09-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS09-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.118{{ $noindex }}'
descr: 'BMS 09 Battery Voltage Alarm Status'
index: 'BMS09-BatteryVoltageAlarmStatus'
group: 'BMS 09'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS09-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS10-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS10-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.131{{ $noindex }}'
descr: 'BMS 10 Battery Voltage Alarm Status'
index: 'BMS10-BatteryVoltageAlarmStatus'
group: 'BMS 10'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS10-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS11-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS11-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.144{{ $noindex }}'
descr: 'BMS 11 Battery Voltage Alarm Status'
index: 'BMS11-BatteryVoltageAlarmStatus'
group: 'BMS 11'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS11-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS12-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS12-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.157{{ $noindex }}'
descr: 'BMS 12 Battery Voltage Alarm Status'
index: 'BMS12-BatteryVoltageAlarmStatus'
group: 'BMS 12'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS12-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS13-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS13-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.170{{ $noindex }}'
descr: 'BMS 13 Battery Voltage Alarm Status'
index: 'BMS13-BatteryVoltageAlarmStatus'
group: 'BMS 13'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS13-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS14-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS14-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.183{{ $noindex }}'
descr: 'BMS 14 Battery Voltage Alarm Status'
index: 'BMS14-BatteryVoltageAlarmStatus'
group: 'BMS 14'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS14-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS15-BatteryVoltageAlarmStatus
value: SUPERCAPBATTERY-MIB::BMS15-BatteryVoltageAlarmStatus
num_oid: '.1.3.6.1.2.1.555.1.1.1.196{{ $noindex }}'
descr: 'BMS 15 Battery Voltage Alarm Status'
index: 'BMS15-BatteryVoltageAlarmStatus'
group: 'BMS 15'
state_name: supercapStatus
states:
- { value: 0, descr: "OK", graph: 1, generic: 0 }
- { value: 1, descr: "Warning", graph: 1, generic: 1 }
- { value: 2, descr: "Alarm", graph: 1, generic: 2 }
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS15-Voltage
op: '='
value: 0
voltage:
data:
-
oid: SUPERCAPBATTERY-MIB::BMS01-Voltage
value: SUPERCAPBATTERY-MIB::BMS01-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.5{{ $noindex }}'
descr: 'Total Voltage BMS 01'
index: 'BMS01-Voltage'
group: 'BMS 01'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS01-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS02-Voltage
value: SUPERCAPBATTERY-MIB::BMS02-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.18{{ $noindex }}'
descr: 'Total Voltage BMS 02'
index: 'BMS02-Voltage'
group: 'BMS 02'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS02-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS03-Voltage
value: SUPERCAPBATTERY-MIB::BMS03-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.31{{ $noindex }}'
descr: 'Total Voltage BMS 03'
index: 'BMS03-Voltage'
group: 'BMS 03'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS03-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS04-Voltage
value: SUPERCAPBATTERY-MIB::BMS04-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.44{{ $noindex }}'
descr: 'Total Voltage BMS 04'
index: 'BMS04-Voltage'
group: 'BMS 04'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS04-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS05-Voltage
value: SUPERCAPBATTERY-MIB::BMS05-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.57{{ $noindex }}'
descr: 'Total Voltage BMS 05'
index: 'BMS05-Voltage'
group: 'BMS 05'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS05-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS06-Voltage
value: SUPERCAPBATTERY-MIB::BMS06-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.70{{ $noindex }}'
descr: 'Total Voltage BMS 06'
index: 'BMS06-Voltage'
group: 'BMS 06'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS06-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS07-Voltage
value: SUPERCAPBATTERY-MIB::BMS07-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.83{{ $noindex }}'
descr: 'Total Voltage BMS 07'
index: 'BMS07-Voltage'
group: 'BMS 07'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS07-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS08-Voltage
value: SUPERCAPBATTERY-MIB::BMS08-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.96{{ $noindex }}'
descr: 'Total Voltage BMS 08'
index: 'BMS08-Voltage'
group: 'BMS 08'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS08-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS09-Voltage
value: SUPERCAPBATTERY-MIB::BMS09-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.109{{ $noindex }}'
descr: 'Total Voltage BMS 09'
index: 'BMS09-Voltage'
group: 'BMS 09'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS09-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS10-Voltage
value: SUPERCAPBATTERY-MIB::BMS10-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.122{{ $noindex }}'
descr: 'Total Voltage BMS 10'
index: 'BMS10-Voltage'
group: 'BMS 10'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS10-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS11-Voltage
value: SUPERCAPBATTERY-MIB::BMS11-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.135{{ $noindex }}'
descr: 'Total Voltage BMS 11'
index: 'BMS11-Voltage'
group: 'BMS 11'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS11-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS12-Voltage
value: SUPERCAPBATTERY-MIB::BMS12-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.148{{ $noindex }}'
descr: 'Total Voltage BMS 12'
index: 'BMS12-Voltage'
group: 'BMS 12'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS12-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS13-Voltage
value: SUPERCAPBATTERY-MIB::BMS13-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.161{{ $noindex }}'
descr: 'Total Voltage BMS 13'
index: 'BMS13-Voltage'
group: 'BMS 13'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS13-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS14-Voltage
value: SUPERCAPBATTERY-MIB::BMS14-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.174{{ $noindex }}'
descr: 'Total Voltage BMS 14'
index: 'BMS14-Voltage'
group: 'BMS 14'
divisor: 100
skip_values:
-
oid: SUPERCAPBATTERY-MIB::BMS14-Voltage
op: '='
value: 0
-
oid: SUPERCAPBATTERY-MIB::BMS15-Voltage
value: SUPERCAPBATTERY-MIB::BMS15-Voltage
num_oid: '.1.3.6.1.2.1.555.1.1.1.187{{ $noindex }}'
descr: 'Total Voltage BMS 15'
index: 'BMS15-Voltage'
group: 'BMS 15'
divisor: 100
skip_values: skip_values:
- -
oid: SUPERCAPBATTERY-MIB::BMS15-Voltage oid: SUPERCAPBATTERY-MIB::BMS15-Voltage

View file

@ -301,7 +301,7 @@ modules:
oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable
value: TIMETRA-NAT-MIB::tmnxNatIsaMemberMdaState value: TIMETRA-NAT-MIB::tmnxNatIsaMemberMdaState
num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.2.{{ $index }}' num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.2.{{ $index }}'
descr: 'NAT ISA Member {{ $index }} State' descr: 'NAT ISA {{ $index }} State'
index: 'tmnxNatIsaMemberMdaState.{{ $index }}' index: 'tmnxNatIsaMemberMdaState.{{ $index }}'
state_name: tmnxNatIsaMemberMdaState state_name: tmnxNatIsaMemberMdaState
group: 'NAT ISA Status' group: 'NAT ISA Status'
@ -320,7 +320,7 @@ modules:
oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable
value: TIMETRA-NAT-MIB::tmnxNatIsaMemberSessionUsageHi value: TIMETRA-NAT-MIB::tmnxNatIsaMemberSessionUsageHi
num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.9.{{ $index }}' num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.9.{{ $index }}'
descr: 'NAT ISA Member {{ $index }} Session High' descr: 'NAT ISA {{ $index }} Session High'
index: 'tmnxNatIsaMemberSessionUsageHi.{{ $index }}' index: 'tmnxNatIsaMemberSessionUsageHi.{{ $index }}'
state_name: tmnxNatIsaMemberSessionUsageHi state_name: tmnxNatIsaMemberSessionUsageHi
group: 'NAT ISA Status' group: 'NAT ISA Status'
@ -656,11 +656,12 @@ modules:
oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable
value: TIMETRA-NAT-MIB::tmnxNatIsaMemberSessionUsage value: TIMETRA-NAT-MIB::tmnxNatIsaMemberSessionUsage
num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.8.{{ $index }}' num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.8.{{ $index }}'
descr: 'NAT ISA Member {{ $index }} Session Usage' descr: 'NAT ISA {{ $index }} Session Usage'
index: 'tmnxNatIsaMemberSessionUsage.{{ $index }}' index: 'tmnxNatIsaMemberSessionUsage.{{ $index }}'
group: 'NAT ISA Usage' group: 'NAT ISA Usage'
high_limit: 95 high_limit: 95
warn_limit: 80 warn_limit: 80
# NAT Pool LSN Member Block Usage - moved to PHP for proper pool name parsing
count: count:
data: data:
- -
@ -785,21 +786,21 @@ modules:
oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable
value: TIMETRA-NAT-MIB::tmnxNatIsaMemberIpAddrReserved value: TIMETRA-NAT-MIB::tmnxNatIsaMemberIpAddrReserved
num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.6.{{ $index }}' num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.6.{{ $index }}'
descr: 'NAT ISA Member {{ $index }} IP Addresses Reserved' descr: 'NAT ISA {{ $index }} IP Addresses Reserved'
index: 'tmnxNatIsaMemberIpAddrReserved.{{ $index }}' index: 'tmnxNatIsaMemberIpAddrReserved.{{ $index }}'
group: 'NAT ISA Resources' group: 'NAT ISA Resources'
- -
oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable
value: TIMETRA-NAT-MIB::tmnxNatIsaMemberBlocksReserved value: TIMETRA-NAT-MIB::tmnxNatIsaMemberBlocksReserved
num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.7.{{ $index }}' num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.7.{{ $index }}'
descr: 'NAT ISA Member {{ $index }} Port Blocks Reserved' descr: 'NAT ISA {{ $index }} Port Blocks Reserved'
index: 'tmnxNatIsaMemberBlocksReserved.{{ $index }}' index: 'tmnxNatIsaMemberBlocksReserved.{{ $index }}'
group: 'NAT ISA Resources' group: 'NAT ISA Resources'
- -
oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable oid: TIMETRA-NAT-MIB::tmnxNatIsaMemberTable
value: TIMETRA-NAT-MIB::tmnxNatIsaMemberSessionsPrio value: TIMETRA-NAT-MIB::tmnxNatIsaMemberSessionsPrio
num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.10.{{ $index }}' num_oid: '.1.3.6.1.4.1.6527.3.1.2.65.1.1.3.2.1.10.{{ $index }}'
descr: 'NAT ISA Member {{ $index }} Prioritized Sessions' descr: 'NAT ISA {{ $index }} Prioritized Sessions'
index: 'tmnxNatIsaMemberSessionsPrio.{{ $index }}' index: 'tmnxNatIsaMemberSessionsPrio.{{ $index }}'
group: 'NAT ISA Resources' group: 'NAT ISA Resources'
frequency: frequency: