commit version 22.12.12447
This commit is contained in:
9912
mibs/acksys/ACKSYS-MIB
Normal file
9912
mibs/acksys/ACKSYS-MIB
Normal file
File diff suppressed because it is too large
Load Diff
2431
mibs/acksys/ACKSYS-WLG-MIB
Normal file
2431
mibs/acksys/ACKSYS-WLG-MIB
Normal file
File diff suppressed because it is too large
Load Diff
5025
mibs/allot/ALLOT-MIB
Normal file
5025
mibs/allot/ALLOT-MIB
Normal file
File diff suppressed because it is too large
Load Diff
257
mibs/allot/ALLOT-NX-MIB
Normal file
257
mibs/allot/ALLOT-NX-MIB
Normal file
@ -0,0 +1,257 @@
|
||||
ALLOT-NX-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
alRegMIB
|
||||
FROM ALLOT-MIB
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
NOTIFICATION-TYPE,
|
||||
Counter32,
|
||||
IpAddress,
|
||||
Counter64,
|
||||
Unsigned32
|
||||
FROM SNMPv2-SMI
|
||||
OBJECT-GROUP,
|
||||
NOTIFICATION-GROUP
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
alNXMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "200811090915Z" -- Nov 24, 2008 9:15:00 AM
|
||||
ORGANIZATION "Allot communication Ltd"
|
||||
CONTACT-INFO
|
||||
"support@allot.com"
|
||||
DESCRIPTION
|
||||
"Allot NetExplorer Mib"
|
||||
REVISION "200812101000Z" -- Dec 10, 2008 10:00:00 AM
|
||||
DESCRIPTION
|
||||
"NetXplorer version 8.3.0"
|
||||
-- 1.3.6.1.4.1.2603.10
|
||||
::= { alRegMIB 10 }
|
||||
|
||||
|
||||
-- Notification Types
|
||||
--
|
||||
|
||||
alEvents OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.2603.10.0
|
||||
::= { alNXMIB 0 }
|
||||
|
||||
-- Scalars and Tables
|
||||
--
|
||||
|
||||
alObjects OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.2603.10.2
|
||||
::= { alNXMIB 2 }
|
||||
|
||||
alAlarmTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AlEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alarm table"
|
||||
-- 1.3.6.1.4.1.2603.10.2.1
|
||||
::= { alObjects 1 }
|
||||
|
||||
|
||||
alEntry OBJECT-TYPE
|
||||
SYNTAX AlEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alarm table row entry"
|
||||
INDEX {
|
||||
alDeviceIp,
|
||||
alAlarmType,
|
||||
alCardId,
|
||||
alSourceId,
|
||||
alTcaId }
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1
|
||||
::= { alAlarmTable 1 }
|
||||
|
||||
|
||||
AlEntry ::= SEQUENCE {
|
||||
|
||||
alDeviceIp IpAddress,
|
||||
alAlarmType Unsigned32,
|
||||
alCardId Unsigned32,
|
||||
alSourceId Unsigned32,
|
||||
alTcaId Unsigned32,
|
||||
alSeverity INTEGER,
|
||||
alDescription OCTET STRING,
|
||||
alTimestamp Counter64,
|
||||
alIndex OCTET STRING }
|
||||
|
||||
|
||||
alDeviceIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Device IP address"
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1.1
|
||||
::= { alEntry 1 }
|
||||
|
||||
|
||||
alCardId OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Identifier of card in multicard device"
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1.3
|
||||
::= { alEntry 3 }
|
||||
|
||||
|
||||
alAlarmType OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alarm type id defined in system as unique key for each problem occurrence"
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1.2
|
||||
::= { alEntry 2 }
|
||||
|
||||
|
||||
alSourceId OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Id of alarm source.(In same card may be several subsystem of same type such as cpu, temperature sensors and etc)"
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1.4
|
||||
::= { alEntry 4 }
|
||||
|
||||
|
||||
alTcaId OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Several alarms may be defined for each subsystem."
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1.5
|
||||
::= { alEntry 5 }
|
||||
|
||||
|
||||
alSeverity OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
unknown(0),
|
||||
cleared(1),
|
||||
indeterminate(2),
|
||||
critical(3),
|
||||
major(4),
|
||||
minor(5),
|
||||
warning(6) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enumeration of possible alarm severities"
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1.6
|
||||
::= { alEntry 6 }
|
||||
|
||||
|
||||
alDescription OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Alarm description is compiled dynamically and has problem reference"
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1.7
|
||||
::= { alEntry 7 }
|
||||
|
||||
|
||||
alTimestamp OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Alarm timestamp in system - UTC format"
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1.8
|
||||
::= { alEntry 8 }
|
||||
|
||||
alIndex OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Alarm index in system"
|
||||
-- 1.3.6.1.4.1.2603.10.2.1.1.9
|
||||
::= { alEntry 9 }
|
||||
|
||||
|
||||
alTrapCounter OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Counter of sent trap"
|
||||
-- 1.3.6.1.4.1.2603.10.2.2
|
||||
::= { alObjects 2 }
|
||||
|
||||
|
||||
-- Conformance
|
||||
--
|
||||
|
||||
alConf OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.2603.10.3
|
||||
::= { alNXMIB 3 }
|
||||
|
||||
-- Groups
|
||||
--
|
||||
|
||||
alGroups OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.2603.10.3.1
|
||||
::= { alConf 1 }
|
||||
|
||||
-- Compliance
|
||||
--
|
||||
|
||||
alCompls OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.2603.10.3.2
|
||||
::= { alConf 2 }
|
||||
|
||||
|
||||
alAlarmRisingTrap NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alSeverity,
|
||||
alDescription,
|
||||
alTimestamp,
|
||||
alIndex }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trap shall be sent for alarm rising"
|
||||
-- 1.3.6.1.4.1.2603.10.0.1
|
||||
::= { alEvents 1 }
|
||||
|
||||
|
||||
alAlarmFallingTrap NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alSeverity,
|
||||
alDescription,
|
||||
alTimestamp,
|
||||
alIndex }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trap shall be sent for alarm clearing"
|
||||
-- 1.3.6.1.4.1.2603.10.0.2
|
||||
::= { alEvents 2 }
|
||||
|
||||
alBasicGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
alSeverity,
|
||||
alDescription,
|
||||
alTrapCounter,
|
||||
alTimestamp,
|
||||
alIndex }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Basic objects."
|
||||
-- 1.3.6.1.4.1.2603.10.3.1.1
|
||||
::= { alGroups 1 }
|
||||
|
||||
alBasicEvents NOTIFICATION-GROUP
|
||||
NOTIFICATIONS {
|
||||
alAlarmRisingTrap,
|
||||
alAlarmFallingTrap }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Basic notifications."
|
||||
-- 1.3.6.1.4.1.2603.10.3.1.2
|
||||
::= { alGroups 2 }
|
||||
|
||||
END
|
File diff suppressed because it is too large
Load Diff
233
mibs/arista/ARISTA-ASIC-COUNTERS-MIB
Normal file
233
mibs/arista/ARISTA-ASIC-COUNTERS-MIB
Normal file
@ -0,0 +1,233 @@
|
||||
-- ARISTA-ASIC-COUNTERS-MIB: Arista counters information
|
||||
-- Copyright (c) 2021 Arista Networks, Inc. All rights reserved.
|
||||
|
||||
ARISTA-ASIC-COUNTERS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
Counter64 FROM SNMPv2-SMI
|
||||
CounterBasedGauge64 FROM HCNUM-TC
|
||||
DisplayString, TimeStamp FROM SNMPv2-TC
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
|
||||
aristaMibs FROM ARISTA-SMI-MIB;
|
||||
|
||||
aristaAsicCountersMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "202102030000Z"
|
||||
ORGANIZATION "Arista Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Arista Networks, Inc.
|
||||
|
||||
Postal: 5453 Great America Parkway
|
||||
Santa Clara, CA 95054
|
||||
|
||||
Tel: +1 408 547-5500
|
||||
|
||||
E-mail: snmp@arista.com"
|
||||
DESCRIPTION
|
||||
"The MIB module for various counters on Arista devices."
|
||||
REVISION "202102030000Z"
|
||||
DESCRIPTION "Initial version."
|
||||
::= { aristaMibs 29 }
|
||||
|
||||
aristaAsicCountersMibNotifications OBJECT IDENTIFIER
|
||||
::= { aristaAsicCountersMIB 0 }
|
||||
|
||||
aristaAsicCountersMibObjects OBJECT IDENTIFIER
|
||||
::= { aristaAsicCountersMIB 1 }
|
||||
|
||||
aristaAsicCountersMibConformance OBJECT IDENTIFIER
|
||||
::= { aristaAsicCountersMIB 2 }
|
||||
|
||||
-- Notifications --
|
||||
|
||||
-- Objects --
|
||||
|
||||
-- Hardware drop counters --
|
||||
|
||||
aristaAsicInternalDropStatsRatesSupported OBJECT-TYPE
|
||||
SYNTAX BITS {
|
||||
last1Min(0),
|
||||
last10Min(1),
|
||||
last1Hr(2),
|
||||
last1Day(3),
|
||||
last1Week(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Bitmap representing which rate objects from the
|
||||
aristaAsicInternalDropStatsTable are supported. The values defined
|
||||
here correspond to the objects
|
||||
aristaAsicInternalDropStats{1Min,10Min,1Hr,1Day,1Week}
|
||||
respectively. For every value in the bitmap, if it is set, then the
|
||||
value of the corresponding object in the
|
||||
aristaAsicInternalDropStatsTable is valid; otherwise, the value of
|
||||
the object has no meaning and should be ignored."
|
||||
::= { aristaAsicCountersMibObjects 1 }
|
||||
|
||||
aristaAsicInternalDropStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AristaAsicInternalDropStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table contains statistics for internal drop events."
|
||||
::= { aristaAsicCountersMibObjects 2 }
|
||||
|
||||
aristaAsicInternalDropStatsEntry OBJECT-TYPE
|
||||
SYNTAX AristaAsicInternalDropStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A single conceptual row providing internal drop event
|
||||
statistics."
|
||||
INDEX { aristaAsicInternalDropStatsChipName,
|
||||
aristaAsicInternalDropStatsCounterName }
|
||||
::= { aristaAsicInternalDropStatsTable 1 }
|
||||
|
||||
AristaAsicInternalDropStatsEntry ::= SEQUENCE {
|
||||
aristaAsicInternalDropStatsChipName DisplayString,
|
||||
aristaAsicInternalDropStatsCounterName DisplayString,
|
||||
aristaAsicInternalDropStatsCount Counter64,
|
||||
aristaAsicInternalDropStats1Min CounterBasedGauge64,
|
||||
aristaAsicInternalDropStats10Min CounterBasedGauge64,
|
||||
aristaAsicInternalDropStats1Hr CounterBasedGauge64,
|
||||
aristaAsicInternalDropStats1Day CounterBasedGauge64,
|
||||
aristaAsicInternalDropStats1Week CounterBasedGauge64,
|
||||
aristaAsicInternalDropStatsFirstTime TimeStamp,
|
||||
aristaAsicInternalDropStatsLastTime TimeStamp
|
||||
}
|
||||
|
||||
aristaAsicInternalDropStatsChipName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Identifier that represents the chip associated with this drop
|
||||
event."
|
||||
::= { aristaAsicInternalDropStatsEntry 1 }
|
||||
|
||||
aristaAsicInternalDropStatsCounterName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..64))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Identifier that represents the name of this drop event."
|
||||
::= { aristaAsicInternalDropStatsEntry 2 }
|
||||
|
||||
aristaAsicInternalDropStatsCount OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The current count for this drop event."
|
||||
::= { aristaAsicInternalDropStatsEntry 3 }
|
||||
|
||||
aristaAsicInternalDropStats1Min OBJECT-TYPE
|
||||
SYNTAX CounterBasedGauge64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of drop events of this type that have happened within
|
||||
the last 1 minute."
|
||||
::= { aristaAsicInternalDropStatsEntry 4 }
|
||||
|
||||
aristaAsicInternalDropStats10Min OBJECT-TYPE
|
||||
SYNTAX CounterBasedGauge64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of drop events of this type that have happened within
|
||||
the last 10 minutes."
|
||||
::= { aristaAsicInternalDropStatsEntry 5 }
|
||||
|
||||
aristaAsicInternalDropStats1Hr OBJECT-TYPE
|
||||
SYNTAX CounterBasedGauge64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of drop events of this type that have happened within
|
||||
the last hour."
|
||||
::= { aristaAsicInternalDropStatsEntry 6 }
|
||||
|
||||
aristaAsicInternalDropStats1Day OBJECT-TYPE
|
||||
SYNTAX CounterBasedGauge64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of drop events of this type that have happened within
|
||||
the last day."
|
||||
::= { aristaAsicInternalDropStatsEntry 7 }
|
||||
|
||||
aristaAsicInternalDropStats1Week OBJECT-TYPE
|
||||
SYNTAX CounterBasedGauge64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of drop events of this type that have happened within
|
||||
the last week."
|
||||
::= { aristaAsicInternalDropStatsEntry 8 }
|
||||
|
||||
aristaAsicInternalDropStatsFirstTime OBJECT-TYPE
|
||||
SYNTAX TimeStamp
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The time of the first occurence of this drop event."
|
||||
::= { aristaAsicInternalDropStatsEntry 9 }
|
||||
|
||||
aristaAsicInternalDropStatsLastTime OBJECT-TYPE
|
||||
SYNTAX TimeStamp
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The time of the latest occurence of this drop event."
|
||||
::= { aristaAsicInternalDropStatsEntry 10 }
|
||||
|
||||
-- Conformance and Compliance --
|
||||
|
||||
aristaAsicCountersMibCompliances OBJECT IDENTIFIER
|
||||
::= { aristaAsicCountersMibConformance 1 }
|
||||
|
||||
aristaAsicCountersMibGroups OBJECT IDENTIFIER
|
||||
::= { aristaAsicCountersMibConformance 2 }
|
||||
|
||||
aristaAsicCountersMibCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for Arista switches that implement
|
||||
the ARISTA-ASIC-COUNTERS-MIB."
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS {
|
||||
aristaAsicCountersMibDropScalarGroup,
|
||||
aristaAsicCountersMibDropTableGroup
|
||||
}
|
||||
::= { aristaAsicCountersMibCompliances 1 }
|
||||
|
||||
aristaAsicCountersMibDropScalarGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
aristaAsicInternalDropStatsRatesSupported
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of scalar objects that provide internal drop
|
||||
statistics."
|
||||
::= { aristaAsicCountersMibGroups 1 }
|
||||
|
||||
aristaAsicCountersMibDropTableGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
aristaAsicInternalDropStatsCount,
|
||||
aristaAsicInternalDropStats1Min,
|
||||
aristaAsicInternalDropStats10Min,
|
||||
aristaAsicInternalDropStats1Hr,
|
||||
aristaAsicInternalDropStats1Day,
|
||||
aristaAsicInternalDropStats1Week,
|
||||
aristaAsicInternalDropStatsFirstTime,
|
||||
aristaAsicInternalDropStatsLastTime
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of tabular objects that provide internal drop
|
||||
statistics."
|
||||
::= { aristaAsicCountersMibGroups 2 }
|
||||
|
||||
END
|
@ -21,11 +21,12 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
FROM SNMP-FRAMEWORK-MIB
|
||||
aristaExperiment FROM ARISTA-SMI-MIB
|
||||
AristaBgp4V2IdentifierTC, AristaBgp4V2AddressFamilyIdentifierTC,
|
||||
AristaBgp4V2SubsequentAddressFamilyIdentifierTC
|
||||
AristaBgp4V2SubsequentAddressFamilyIdentifierTC,
|
||||
AristaBgp4V2EvpnNlriTC
|
||||
FROM ARISTA-BGP4V2-TC-MIB;
|
||||
|
||||
aristaBgp4V2 MODULE-IDENTITY
|
||||
LAST-UPDATED "201408150000Z"
|
||||
LAST-UPDATED "202102100000Z"
|
||||
ORGANIZATION "Arista Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Arista Networks, Inc.
|
||||
@ -41,14 +42,20 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
This version was published in
|
||||
draft-ietf-idr-bgp4-mibv2-13, and
|
||||
modified to be homed inside the Arista
|
||||
enterprise. There were no other
|
||||
modifications.
|
||||
enterprise.
|
||||
|
||||
Copyright (C) The IETF Trust (2012). This
|
||||
version of this MIB module is part of
|
||||
draft-ietf-idr-bgp4-mibv2-13.txt;
|
||||
see the draft itself for full legal notices."
|
||||
|
||||
REVISION "202102100000Z"
|
||||
DESCRIPTION
|
||||
"Updated aristaBgp4V2PeerTable to include
|
||||
aristaBgp4V2PeerPrevState."
|
||||
REVISION "202012290000Z"
|
||||
DESCRIPTION
|
||||
"Added aristaBgp4V2PrefixEvpnNlriGaugesTable."
|
||||
REVISION "201408150000Z"
|
||||
DESCRIPTION
|
||||
"Updated postal and e-mail addresses."
|
||||
@ -177,7 +184,9 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
aristaBgp4V2PeerState
|
||||
INTEGER,
|
||||
aristaBgp4V2PeerDescription
|
||||
SnmpAdminString
|
||||
SnmpAdminString,
|
||||
aristaBgp4V2PeerPrevState
|
||||
INTEGER
|
||||
}
|
||||
|
||||
aristaBgp4V2PeerInstance OBJECT-TYPE
|
||||
@ -359,7 +368,6 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
"RFC 4271, Section 8.2.2."
|
||||
::= { aristaBgp4V2PeerEntry 13 }
|
||||
|
||||
|
||||
aristaBgp4V2PeerDescription OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
@ -371,6 +379,20 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
instance for this peer."
|
||||
::= { aristaBgp4V2PeerEntry 14 }
|
||||
|
||||
aristaBgp4V2PeerPrevState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
idle(1),
|
||||
connect(2),
|
||||
active(3),
|
||||
opensent(4),
|
||||
openconfirm(5),
|
||||
established(6)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The BGP peer previous connection state."
|
||||
::= { aristaBgp4V2PeerEntry 15 }
|
||||
|
||||
--
|
||||
-- Per-peer error management information.
|
||||
@ -934,7 +956,7 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Entry containing information about a bgp-peers prefix
|
||||
"Entry containing information about a BGP peer's prefix
|
||||
counters."
|
||||
INDEX {
|
||||
aristaBgp4V2PeerInstance,
|
||||
@ -963,7 +985,7 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The AFI index of the per-peer, per prefix counters"
|
||||
"The AFI index of the per-peer, per-prefix counters"
|
||||
::= { aristaBgp4V2PrefixGaugesEntry 1 }
|
||||
|
||||
aristaBgp4V2PrefixGaugesSafi OBJECT-TYPE
|
||||
@ -971,7 +993,7 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The SAFI index of the per-peer, per prefix counters"
|
||||
"The SAFI index of the per-peer, per-prefix counters"
|
||||
::= { aristaBgp4V2PrefixGaugesEntry 2 }
|
||||
|
||||
aristaBgp4V2PrefixInPrefixes OBJECT-TYPE
|
||||
@ -1581,6 +1603,77 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
"RFC 4271, Section 9.2."
|
||||
::= { aristaBgp4V2AdjRibsOutEntry 2 }
|
||||
|
||||
--
|
||||
-- Per-Peer prefix EVPN-NLRI Gauges
|
||||
--
|
||||
|
||||
aristaBgp4V2PrefixEvpnNlriGaugesTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AristaBgp4V2PrefixEvpnNlriGaugesEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional per-peer, per-EVPN-NLRI counters for
|
||||
prefixes"
|
||||
::= { aristaBgp4V2Objects 11 }
|
||||
|
||||
aristaBgp4V2PrefixEvpnNlriGaugesEntry OBJECT-TYPE
|
||||
SYNTAX AristaBgp4V2PrefixEvpnNlriGaugesEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Entry containing information about a BGP peer's per-EVPN-NLRI
|
||||
prefix counters."
|
||||
INDEX {
|
||||
aristaBgp4V2PeerInstance,
|
||||
aristaBgp4V2PeerRemoteAddrType,
|
||||
aristaBgp4V2PeerRemoteAddr,
|
||||
aristaBgp4V2PrefixGaugesNlri
|
||||
}
|
||||
::= { aristaBgp4V2PrefixEvpnNlriGaugesTable 1 }
|
||||
|
||||
AristaBgp4V2PrefixEvpnNlriGaugesEntry ::= SEQUENCE {
|
||||
aristaBgp4V2PrefixGaugesNlri
|
||||
AristaBgp4V2EvpnNlriTC,
|
||||
aristaBgp4V2PrefixNlriInPrefixes
|
||||
Gauge32,
|
||||
aristaBgp4V2PrefixNlriInPrefixesAccepted
|
||||
Gauge32
|
||||
}
|
||||
|
||||
aristaBgp4V2PrefixGaugesNlri OBJECT-TYPE
|
||||
SYNTAX AristaBgp4V2EvpnNlriTC
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The EVPN-NLRI type index of the per-peer, per-prefix counters"
|
||||
::= { aristaBgp4V2PrefixEvpnNlriGaugesEntry 1 }
|
||||
|
||||
aristaBgp4V2PrefixNlriInPrefixes OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of prefixes received from a peer and that are
|
||||
stored in the Adj-Ribs-In for that peer.
|
||||
|
||||
Note that this number does not reflect prefixes that
|
||||
have been discarded due to policy."
|
||||
REFERENCE
|
||||
"RFC 4271, Sections 3.2 and 9."
|
||||
::= { aristaBgp4V2PrefixEvpnNlriGaugesEntry 2 }
|
||||
|
||||
aristaBgp4V2PrefixNlriInPrefixesAccepted OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of prefixes for a peer that are installed
|
||||
in the Adj-Ribs-In and are eligible to become active
|
||||
in the Loc-Rib."
|
||||
REFERENCE
|
||||
"RFC 4271, Sections 3.2 and 9."
|
||||
::= { aristaBgp4V2PrefixEvpnNlriGaugesEntry 3 }
|
||||
|
||||
--
|
||||
-- Notifications
|
||||
--
|
||||
@ -1698,7 +1791,9 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
aristaBgp4V2PeerFsmEstablishedTransitions,
|
||||
aristaBgp4V2PrefixInPrefixes,
|
||||
aristaBgp4V2PrefixInPrefixesAccepted,
|
||||
aristaBgp4V2PrefixOutPrefixes
|
||||
aristaBgp4V2PrefixOutPrefixes,
|
||||
aristaBgp4V2PrefixNlriInPrefixes,
|
||||
aristaBgp4V2PrefixNlriInPrefixesAccepted
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -1736,7 +1831,8 @@ ARISTA-BGP4V2-MIB DEFINITIONS ::= BEGIN
|
||||
aristaBgp4V2PeerRemoteAs,
|
||||
aristaBgp4V2PeerLocalIdentifier,
|
||||
aristaBgp4V2PeerRemoteIdentifier,
|
||||
aristaBgp4V2PeerDescription
|
||||
aristaBgp4V2PeerDescription,
|
||||
aristaBgp4V2PeerPrevState
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
@ -11,7 +11,7 @@
|
||||
TEXTUAL-CONVENTION FROM SNMPv2-TC;
|
||||
|
||||
aristaBgp4V2TC MODULE-IDENTITY
|
||||
LAST-UPDATED "201408150000Z"
|
||||
LAST-UPDATED "202012290000Z"
|
||||
ORGANIZATION "Arista Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Arista Networks, Inc.
|
||||
@ -27,15 +27,19 @@
|
||||
This version was published in
|
||||
draft-ietf-idr-bgp4-mibv2-13, and
|
||||
modified to be homed inside the Arista
|
||||
enterprise. There were no other
|
||||
modifications.
|
||||
|
||||
enterprise.
|
||||
|
||||
Copyright (C) The IETF Trust (2011). This
|
||||
version of this MIB module is part of
|
||||
draft-ietf-idr-bgp4-mibv2-13.txt;
|
||||
see the draft itself for full legal notices."
|
||||
|
||||
REVISION "202012290000Z"
|
||||
DESCRIPTION
|
||||
"Added AFI and SAFI for EVPN for use in
|
||||
aristaBgp4V2PrefixGaugesTable and
|
||||
AristaBgp4V2EvpnNlriTC for use in
|
||||
aristaBgp4V2PrefixEvpnNlriGaugesTable."
|
||||
REVISION "201408150000Z"
|
||||
DESCRIPTION
|
||||
"Updated postal and e-mail addresses."
|
||||
@ -74,20 +78,42 @@
|
||||
"RFC 4760, Section 3"
|
||||
SYNTAX INTEGER {
|
||||
ipv4(1),
|
||||
ipv6(2)
|
||||
ipv6(2),
|
||||
l2vpn(25)
|
||||
}
|
||||
|
||||
AristaBgp4V2SubsequentAddressFamilyIdentifierTC ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The representation of a BGP SAFI"
|
||||
"The representation of a BGP SAFI."
|
||||
REFERENCE
|
||||
"RFC 4760, Section 3. The value of this object should be
|
||||
restricted to be between the values of 0 and 255."
|
||||
SYNTAX INTEGER {
|
||||
unicast(1),
|
||||
multicast(2),
|
||||
mpls(4)
|
||||
mpls(4),
|
||||
evpn(70)
|
||||
}
|
||||
|
||||
AristaBgp4V2EvpnNlriTC ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The representation of an EVPN NLRI type."
|
||||
REFERENCE
|
||||
"RFC 4760, Section 3. For EVPN route types see
|
||||
https://www.iana.org/assignments/evpn/evpn.xhtml."
|
||||
SYNTAX INTEGER {
|
||||
autoDiscovery(1),
|
||||
macIp(2),
|
||||
imet(3),
|
||||
ethernetSegment(4),
|
||||
ipPrefixIpv4(5),
|
||||
ipPrefixIpv6(6),
|
||||
smet(7),
|
||||
joinSync(8),
|
||||
leaveSync(9),
|
||||
spmsi(10)
|
||||
}
|
||||
|
||||
END
|
||||
|
@ -7,12 +7,13 @@ IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
TimeTicks, Gauge32, Counter32 FROM SNMPv2-SMI
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
|
||||
DisplayString FROM SNMPv2-TC
|
||||
ifIndex FROM IF-MIB
|
||||
CounterBasedGauge64 FROM HCNUM-TC
|
||||
aristaMibs FROM ARISTA-SMI-MIB;
|
||||
|
||||
aristaIfMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "201410090000Z"
|
||||
LAST-UPDATED "202103100000Z"
|
||||
ORGANIZATION "Arista Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Arista Networks, Inc.
|
||||
@ -26,8 +27,15 @@ aristaIfMIB MODULE-IDENTITY
|
||||
DESCRIPTION
|
||||
"The MIB module for reporting additional interface statistics
|
||||
on Arista devices."
|
||||
REVISION "202103100000Z"
|
||||
DESCRIPTION
|
||||
"Added Dot1X dropped packet statistics to aristaIfTable."
|
||||
REVISION "202101210000Z"
|
||||
DESCRIPTION
|
||||
"Updated aristaIfTable to include interface error disabled state."
|
||||
REVISION "201410090000Z"
|
||||
DESCRIPTION "Initial version."
|
||||
DESCRIPTION
|
||||
"Initial version."
|
||||
::= { aristaMibs 15 }
|
||||
|
||||
|
||||
@ -60,7 +68,11 @@ AristaIfEntry ::= SEQUENCE {
|
||||
aristaIfOutOctetRate CounterBasedGauge64,
|
||||
aristaIfRatesLastUpdated TimeTicks,
|
||||
aristaIfOperStatusChanges Counter32,
|
||||
aristaIfInAclDrops Counter32
|
||||
aristaIfInAclDrops Counter32,
|
||||
aristaIfErrDisabledReason DisplayString,
|
||||
aristaIfDot1xEapolPortDrops Counter32,
|
||||
aristaIfDot1xEapolHostDrops Counter32,
|
||||
aristaIfDot1xMbaHostDrops Counter32
|
||||
}
|
||||
|
||||
aristaIfCounterLastUpdated OBJECT-TYPE
|
||||
@ -149,6 +161,63 @@ aristaIfInAclDrops OBJECT-TYPE
|
||||
ifCounterDiscontinuityTime."
|
||||
::= { aristaIfEntry 9 }
|
||||
|
||||
aristaIfErrDisabledReason OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"If the interface has been disabled due to an error, this object
|
||||
contains a textual string that represents the reason for being
|
||||
disabled. Otherwise, this object contains an empty string.
|
||||
|
||||
As an example: When a port-channel interface is administratively
|
||||
shut down, all member interfaces will be error-disabled. In this
|
||||
case, the reason string will be 'port-channel-shutdown'."
|
||||
::= { aristaIfEntry 10 }
|
||||
|
||||
aristaIfDot1xEapolPortDrops OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of inbound packets dropped because a 802.1X
|
||||
port configured for EAPoL is not authorized.
|
||||
|
||||
Discontinuities in the value of this counter can occur at
|
||||
re-initialization of the management system, and at other
|
||||
times as indicated by the value of
|
||||
ifCounterDiscontinuityTime."
|
||||
::= { aristaIfEntry 11 }
|
||||
|
||||
aristaIfDot1xEapolHostDrops OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of inbound packets dropped on a 802.1X port
|
||||
configured for EAPoL because the host is not
|
||||
authenticated.
|
||||
|
||||
Discontinuities in the value of this counter can occur at
|
||||
re-initialization of the management system, and at other
|
||||
times as indicated by the value of
|
||||
ifCounterDiscontinuityTime."
|
||||
::= { aristaIfEntry 12 }
|
||||
|
||||
aristaIfDot1xMbaHostDrops OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of inbound packets dropped on a 802.1X port
|
||||
configured for MBA because the host is not authenticated.
|
||||
|
||||
Discontinuities in the value of this counter can occur at
|
||||
re-initialization of the management system, and at other
|
||||
times as indicated by the value of
|
||||
ifCounterDiscontinuityTime."
|
||||
::= { aristaIfEntry 13 }
|
||||
|
||||
-- Conformance information
|
||||
aristaIfConformance OBJECT IDENTIFIER ::= { aristaIfMIB 2 }
|
||||
|
||||
@ -172,7 +241,9 @@ aristaIfAdditionalInformationGroup OBJECT-GROUP
|
||||
aristaIfInPktRate, aristaIfOutPktRate,
|
||||
aristaIfInOctetRate, aristaIfOutOctetRate,
|
||||
aristaIfRatesLastUpdated, aristaIfOperStatusChanges,
|
||||
aristaIfInAclDrops }
|
||||
aristaIfInAclDrops, aristaIfErrDisabledReason,
|
||||
aristaIfDot1xEapolPortDrops, aristaIfDot1xEapolHostDrops,
|
||||
aristaIfDot1xMbaHostDrops }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing additional information
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
-- ARISTA-PRODUCTS-MIB: Arista Networks product object identifier assignments
|
||||
-- Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Arista Networks, Inc. All rights reserved.
|
||||
-- Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Arista Networks, Inc. All rights reserved.
|
||||
|
||||
ARISTA-PRODUCTS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
@ -12,7 +12,7 @@ IMPORTS
|
||||
FROM ARISTA-SMI-MIB;
|
||||
|
||||
aristaProductsMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "202011180000Z"
|
||||
LAST-UPDATED "202106240000Z"
|
||||
ORGANIZATION "Arista Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Arista Networks, Inc.
|
||||
@ -26,6 +26,18 @@ aristaProductsMIB MODULE-IDENTITY
|
||||
DESCRIPTION
|
||||
"This module defines the object identifiers returned as values for
|
||||
sysObjectID or entPhysicalVendorType for Arista Networks hardware."
|
||||
REVISION "202106240000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include 7388"
|
||||
REVISION "202106170000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7816-CH"
|
||||
REVISION "202103250001Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7130LBR-48S6QD-MD."
|
||||
REVISION "202103250000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7130LBR-48S6QD."
|
||||
REVISION "202011180000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7060DX4-32-D"
|
||||
@ -35,12 +47,24 @@ aristaProductsMIB MODULE-IDENTITY
|
||||
REVISION "202010280000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7804-CH."
|
||||
REVISION "202010150000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7170B-64C and DCS-7170B-64C-M"
|
||||
REVISION "202008060000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include CCS-755-CH and CCS-758-CH."
|
||||
REVISION "202007140000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7280SR3-40YC6"
|
||||
REVISION "202006240000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7010TX-48-DC"
|
||||
REVISION "202004220001Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7280CR3K-36S"
|
||||
REVISION "202004220000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7280CR3-36S"
|
||||
REVISION "202004200000Z"
|
||||
DESCRIPTION
|
||||
"Revised to include DCS-7010TX-48"
|
||||
@ -948,18 +972,36 @@ aristaDCS7280CR3MK32P4S OBJECT IDENTIFIER ::= { aristaProducts 3011 7280 2727 3
|
||||
aristaDCS7280CR3MK32D4S OBJECT IDENTIFIER ::= { aristaProducts 3011 7280 2727 3 1810 32 1605 4 3282 }
|
||||
-- DCS-7010TX-48 48-port 1000BASE-T + 4-port SFP28 Switch
|
||||
aristaDCS7010TX48 OBJECT IDENTIFIER ::= { aristaProducts 3011 7010 1958 48 }
|
||||
-- DCS-7280CR3-36S 34x100GbE (QSFP100) & 2x400GbE (QSFP-DD) Ethernet Switch
|
||||
aristaDCS7280CR336S OBJECT IDENTIFIER ::= { aristaProducts 3011 7280 2727 3 36 3282 }
|
||||
-- DCS-7280CR3K-36S 34x100GbE (QSFP100) & 2x400GbE (QSFP-DD) Ethernet Switch with large routes
|
||||
aristaDCS7280CR3K36S OBJECT IDENTIFIER ::= { aristaProducts 3011 7280 2727 3 202 36 3282 }
|
||||
-- DCS-7010TX-48-DC 48-port 1000BASE-T + 4-port SFP28 Switch with DC Power Supply
|
||||
aristaDCS7010TX48DC OBJECT IDENTIFIER ::= { aristaProducts 3011 7010 1958 48 2957 }
|
||||
-- DCS-7280SR3-40YC6 40x25GbE (SFP) & 6x100GbE (QSFP) Ethernet Switch
|
||||
aristaDCS7280SR340YC6 OBJECT IDENTIFIER ::= { aristaProducts 3011 7280 3735 3 40 1654 6 }
|
||||
-- CCS-755-CH 755-CH Chassis
|
||||
aristaCCS755CH OBJECT IDENTIFIER ::= { aristaProducts 2546 755 2749 }
|
||||
-- CCS-758-CH 758-CH Chassis
|
||||
aristaCCS758CH OBJECT IDENTIFIER ::= { aristaProducts 2546 758 2749 }
|
||||
-- DCS-7170B-64C Programmable 64-port QSFP100 Ethernet Switch
|
||||
aristaDCS7170B64C OBJECT IDENTIFIER ::= { aristaProducts 3011 7170 3261 64 2878 }
|
||||
-- DCS-7170B-64C-M Programmable 64-port QSFP100 Ethernet Switch with SSD
|
||||
aristaDCS7170B64CM OBJECT IDENTIFIER ::= { aristaProducts 3011 7170 3261 64 2878 972 }
|
||||
-- DCS-7804-CH Switch Chassis. 2 Supervisor slots, 4 Linecard slots, 6 Fabric Module slots, with AC or DC Power Supply
|
||||
aristaDCS7804CH OBJECT IDENTIFIER ::= { aristaProducts 3011 7804 2749 }
|
||||
-- DCS-7808-CH Switch Chassis. 2 Supervisor slots, 8 Linecard slots, 6 Fabric Module slots, with AC or DC Power Supply
|
||||
aristaDCS7808CH OBJECT IDENTIFIER ::= { aristaProducts 3011 7808 2749 }
|
||||
-- DCS-7060DX4-32-D 32x400GbE QSFP-DD & 2xSFP+ Ethernet Switch
|
||||
aristaDCS7060DX432D OBJECT IDENTIFIER ::= { aristaProducts 3011 7060 2966 4 32 1605 }
|
||||
-- DCS-7130LBR-48S6QD 48x SFP & 6x QSFP-DD Ethernet Switch with 2x VU9P-3 application FPGAs
|
||||
aristaDCS7130LBR48S6QD OBJECT IDENTIFIER ::= { aristaProducts 3011 7130 1501 48 3282 6 3083 }
|
||||
-- DCS-7130LBR-48S6QD-MD 48x SFP & 6x QSFP-DD Ethernet Switch with 2x VU9P-3 application FPGAs and 2x NVMe drives
|
||||
aristaDCS7130LBR48S6QDMD OBJECT IDENTIFIER ::= { aristaProducts 3011 7130 1501 48 3282 6 3083 1823 }
|
||||
-- DCS-7816-CH Switch Chassis. 2 Supervisor slots, 16 Linecard slots, 6 Fabric Module slots, with AC or DC Power Supply
|
||||
aristaDCS7816CH OBJECT IDENTIFIER ::= { aristaProducts 3011 7816 2749 }
|
||||
-- 7388 7388 Chassis
|
||||
arista7388 OBJECT IDENTIFIER ::= { aristaProducts 7388 }
|
||||
|
||||
END
|
||||
|
||||
|
256
mibs/arista/ARISTA-TAPAGG-MIB
Normal file
256
mibs/arista/ARISTA-TAPAGG-MIB
Normal file
@ -0,0 +1,256 @@
|
||||
ARISTA-TAPAGG-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
Integer32, Counter64 FROM SNMPv2-SMI
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
|
||||
DisplayString FROM SNMPv2-TC
|
||||
AristaQosShortId FROM ARISTA-QOS-MIB
|
||||
aristaMibs FROM ARISTA-SMI-MIB;
|
||||
|
||||
aristaTapaggMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "202104230000Z"
|
||||
ORGANIZATION "Arista Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Arista Networks, Inc.
|
||||
|
||||
Postal: 5453 Great America Parkway
|
||||
Santa Clara, CA 95054
|
||||
|
||||
Tel: +1 408 547-5500
|
||||
|
||||
E-mail: snmp@arista.com"
|
||||
DESCRIPTION
|
||||
"This MIB contains information related to the tapagg feature
|
||||
that is implemented on specific Arista switches running EOS.
|
||||
|
||||
On specific Arista devices, EOS offers a powerful solution for
|
||||
network performance monitoring. These devices have significant
|
||||
bandwidth capacity and different port or interface speed options
|
||||
for a non-blocking monitoring solution. This specific EOS
|
||||
feature is called 'TAP aggregation' or 'tapagg'. These devices are
|
||||
typically capable of performing packet classification in
|
||||
hardware as well, and that can be used to steer the monitored
|
||||
traffic as desired, directly to the right set of external tools.
|
||||
|
||||
With the tapagg feature, the Arista switching device is first
|
||||
put into an exclusive mode to do the desired packet replication.
|
||||
In this mode, normal switching functions like bridging, routing
|
||||
etc. are disabled.
|
||||
|
||||
Interfaces are categorized into 'tap' (they receive the traffic
|
||||
that is required to be replicated) and 'tool' (they transmit the
|
||||
replicated packet out and are in the path towards the monitoring
|
||||
tool).
|
||||
|
||||
Furthermore, the tapagg feature allows users to configure
|
||||
classification rules via the policy-map construct so that the
|
||||
mirrored traffic can be steered appropriately.
|
||||
|
||||
Another layer of indirection that is provided is called
|
||||
aggregation-groups. Tap and tool interfaces can be part of a
|
||||
specific aggregation group, and that allows for a powerful way
|
||||
to express replication or mirroring rules. Policies can change
|
||||
the aggregation group for specific set of packets, and that can
|
||||
be used to steer traffic out of desired tool interfaces as
|
||||
appropriate.
|
||||
|
||||
This MIB provides information related to the tapagg feature."
|
||||
|
||||
REVISION "202104230000Z"
|
||||
DESCRIPTION
|
||||
"Initial revision of the MIB module."
|
||||
::= { aristaMibs 31 }
|
||||
|
||||
|
||||
aristaTapaggMibObjects OBJECT IDENTIFIER
|
||||
::= { aristaTapaggMIB 1 }
|
||||
|
||||
aristaTapaggMibConformance OBJECT IDENTIFIER
|
||||
::= { aristaTapaggMIB 2 }
|
||||
|
||||
|
||||
aristaTapaggPolicyTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AristaTapaggPolicyEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table contains information about the tapagg policies
|
||||
configured in the system.
|
||||
|
||||
The configuration construct 'policy-map type tapagg' is used
|
||||
to create and maintain these policies. Once a policy is defined it
|
||||
can be applied against the appropriate interfaces. The basic idea
|
||||
behind these policies is to classify packets (IP or IPv6 packet
|
||||
information or L2 packet information etc.) and on relevant matches
|
||||
take specific actions. One example of an action is to set
|
||||
the aggregation-group for the matched traffic.
|
||||
|
||||
This table provides a simple list of tapagg policies, and a
|
||||
subsequent table provides additional details for each policy."
|
||||
|
||||
::= { aristaTapaggMibObjects 1 }
|
||||
|
||||
aristaTapaggPolicyEntry OBJECT-TYPE
|
||||
SYNTAX AristaTapaggPolicyEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A single conceptual row containing information about a tapagg
|
||||
policy.
|
||||
|
||||
A conceptual row is identified by a bounded-length identifier that
|
||||
corresponds to the name of the policy."
|
||||
INDEX { aristaTapaggPolicyId }
|
||||
::= { aristaTapaggPolicyTable 1 }
|
||||
|
||||
AristaTapaggPolicyEntry ::= SEQUENCE {
|
||||
aristaTapaggPolicyId AristaQosShortId,
|
||||
aristaTapaggPolicyName DisplayString
|
||||
}
|
||||
|
||||
aristaTapaggPolicyId OBJECT-TYPE
|
||||
SYNTAX AristaQosShortId
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A bounded-length identifier that is mapped from the
|
||||
tapagg policy name."
|
||||
::= { aristaTapaggPolicyEntry 1 }
|
||||
|
||||
aristaTapaggPolicyName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The full name of the tapagg policy-map."
|
||||
::= { aristaTapaggPolicyEntry 2 }
|
||||
|
||||
|
||||
aristaTapaggPolicyClassTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AristaTapaggPolicyClassEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table contains additional details about the tapagg policies
|
||||
configured in the system.
|
||||
|
||||
Within a policy the packet match criteria and set action are
|
||||
provided using 'class-maps'. Internally the device maintains
|
||||
useful state, including counters, for each class-map.
|
||||
|
||||
However, a simple match criteria along with a set
|
||||
action can be provided without the class-map construct as well. In
|
||||
this case, the device will automatically construct an internal/unique
|
||||
class-map for this specific match/set configuration.
|
||||
|
||||
As mentioned above, counters are maintained for matched packets.
|
||||
However, this requires explicit configuration so that the counter
|
||||
resources in the hardware can be enabled.
|
||||
|
||||
There will be a conceptual row in this table for every class-map
|
||||
configured inside a policy."
|
||||
::= { aristaTapaggMibObjects 2 }
|
||||
|
||||
aristaTapaggPolicyClassEntry OBJECT-TYPE
|
||||
SYNTAX AristaTapaggPolicyClassEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A single conceptual row containing information about a
|
||||
specific class-map within a policy.
|
||||
|
||||
A conceptual row is identified by the following components:
|
||||
1. A bounded-length identifier that corresponds to the name of
|
||||
the policy.
|
||||
2. An index that identifies the sequence in which match
|
||||
criteria are evaluated at run time. The index values may not be
|
||||
consecutive."
|
||||
INDEX { aristaTapaggPolicyId,
|
||||
aristaTapaggPolicyClassIndex
|
||||
}
|
||||
::= { aristaTapaggPolicyClassTable 1 }
|
||||
|
||||
AristaTapaggPolicyClassEntry ::= SEQUENCE {
|
||||
aristaTapaggPolicyClassIndex Integer32,
|
||||
aristaTapaggPolicyClassName DisplayString,
|
||||
aristaTapaggPolicyPktsMatched Counter64,
|
||||
aristaTapaggPolicyBytesMatched Counter64
|
||||
}
|
||||
|
||||
aristaTapaggPolicyClassIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..2147483647)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An index that identifies the sequence in which match criteria are
|
||||
evaluated in the device hardware. An index with a smaller value
|
||||
will be evaluated first. The index values themselves may not be
|
||||
consecutive."
|
||||
::= { aristaTapaggPolicyClassEntry 1 }
|
||||
|
||||
aristaTapaggPolicyClassName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the class-map within the policy that corresponds
|
||||
to this conceptual row.
|
||||
|
||||
As described earlier, a simple match/set configuration is possible
|
||||
without creating a class-map construct. In that the case, the
|
||||
device manages relevant state by maintaining an internal/unique
|
||||
class-map name."
|
||||
::= { aristaTapaggPolicyClassEntry 2 }
|
||||
|
||||
aristaTapaggPolicyPktsMatched OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of packets that matched the specific packet
|
||||
classification criteria that corresponds to this conceptual row."
|
||||
::= { aristaTapaggPolicyClassEntry 3 }
|
||||
|
||||
aristaTapaggPolicyBytesMatched OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of bytes that matched the specific packet
|
||||
classification criteria that corresponds to this conceptual row."
|
||||
::= { aristaTapaggPolicyClassEntry 4 }
|
||||
|
||||
-- Compliance and conformance
|
||||
|
||||
aristaTapaggMibCompliances OBJECT IDENTIFIER
|
||||
::= { aristaTapaggMibConformance 1 }
|
||||
|
||||
aristaTapaggMibGroups OBJECT IDENTIFIER
|
||||
::= { aristaTapaggMibConformance 2 }
|
||||
|
||||
aristaTapaggMibCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for Arista switches that implement
|
||||
the ARISTA-TAPAGG-MIB."
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS {
|
||||
aristaTapaggPolicyGroup
|
||||
}
|
||||
::= { aristaTapaggMibCompliances 1 }
|
||||
|
||||
aristaTapaggPolicyGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
aristaTapaggPolicyName,
|
||||
aristaTapaggPolicyClassName,
|
||||
aristaTapaggPolicyPktsMatched,
|
||||
aristaTapaggPolicyBytesMatched
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects that provide tapagg policy information
|
||||
in the system."
|
||||
::= { aristaTapaggMibGroups 1 }
|
||||
|
||||
END
|
319
mibs/avtech/ROOMALERT12S-MIB
Normal file
319
mibs/avtech/ROOMALERT12S-MIB
Normal file
@ -0,0 +1,319 @@
|
||||
--
|
||||
--defines ROOMALERT12S-MIB for SNMP agent extension of Room Alert 12S
|
||||
--Contents: Global Registration Module
|
||||
-- Room Alert OIDs - Enterprise 20916
|
||||
--Version: 1.0.0
|
||||
--Date: 22 November 2019
|
||||
--Developed By: AVTECH Software, Inc.
|
||||
|
||||
--
|
||||
--Copyright (c) 2019 AVTECH Software, Inc.
|
||||
--
|
||||
|
||||
ROOMALERT12S-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
enterprises
|
||||
FROM RFC1155-SMI
|
||||
OBJECT-TYPE
|
||||
FROM RFC-1212;
|
||||
|
||||
|
||||
avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
|
||||
products OBJECT IDENTIFIER ::= { avtech 1 }
|
||||
roomalert12S OBJECT IDENTIFIER ::= { products 12 }
|
||||
sensors OBJECT IDENTIFIER ::= { roomalert12S 1 }
|
||||
internal OBJECT IDENTIFIER ::= { sensors 1 }
|
||||
digital OBJECT IDENTIFIER ::= { sensors 2 }
|
||||
switch OBJECT IDENTIFIER ::= { sensors 3 }
|
||||
|
||||
temperature OBJECT IDENTIFIER ::= { internal 1 }
|
||||
analog OBJECT IDENTIFIER ::= { internal 2 }
|
||||
relay OBJECT IDENTIFIER ::= { internal 3 }
|
||||
|
||||
digital-sen1 OBJECT IDENTIFIER ::= { digital 1 }
|
||||
digital-sen2 OBJECT IDENTIFIER ::= { digital 2 }
|
||||
digital-sen3 OBJECT IDENTIFIER ::= { digital 3 }
|
||||
|
||||
traps OBJECT IDENTIFIER ::= { roomalert12S 2 }
|
||||
externalrelays OBJECT IDENTIFIER ::= { roomalert12S 3 }
|
||||
externalrelay1 OBJECT IDENTIFIER ::= { externalrelays 1 }
|
||||
|
||||
-- Room Alert 12S MIB
|
||||
-- Parameters
|
||||
|
||||
|
||||
internal-tempf OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The internal temperature reading in Fahrenheit."
|
||||
::= { temperature 1 }
|
||||
|
||||
internal-tempc OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The internal temperature reading in Celsius."
|
||||
::= { temperature 2 }
|
||||
|
||||
internal-analog1 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The current status of the Room Alert 12S analog input (0-5VDC)."
|
||||
::= { analog 1 }
|
||||
|
||||
internal-relay1 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The status of the on-board relay output"
|
||||
::= { relay 1 }
|
||||
|
||||
digital-sen1-1 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, Temp/Active Power, or Digital Extreme Temperature sensor, this value represents the current temperature in Celsius."
|
||||
::= { digital-sen1 1 }
|
||||
|
||||
digital-sen1-2 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, Temp/Active Power, or Digital Extreme Temperature sensor, this value represents the current temperature in Fahrenheit."
|
||||
::= { digital-sen1 2 }
|
||||
|
||||
digital-sen1-3 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected). If this is a Digital Extreme Temperature sensor, this value represents the current temperature from the thermocouple in Celsius."
|
||||
::= { digital-sen1 3 }
|
||||
|
||||
digital-sen1-4 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading. If this is a Digital Extreme Temperature sensor, this value represents the current temperature from the thermocouple in Fahrenheit."
|
||||
::= { digital-sen1 4 }
|
||||
|
||||
digital-sen1-5 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius. If this is a Digital Extreme Temperature Sensor, this value is a fault code. 0 = no fault."
|
||||
::= { digital-sen1 5 }
|
||||
|
||||
|
||||
digital-sen1-6 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
|
||||
::= { digital-sen1 6 }
|
||||
|
||||
digital-sen1-7 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
|
||||
::= { digital-sen1 7 }
|
||||
|
||||
digital-sen2-1 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, Temp/Active Power, or Digital Extreme Temperature sensor, this value represents the current temperature in Celsius."
|
||||
::= { digital-sen2 1 }
|
||||
|
||||
digital-sen2-2 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, Temp/Active Power, or Digital Extreme Temperature sensor, this value represents the current temperature in Fahrenheit."
|
||||
::= { digital-sen2 2 }
|
||||
|
||||
digital-sen2-3 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected). If this is a Digital Extreme Temperature sensor, this value represents the current temperature from the thermocouple in Celsius."
|
||||
::= { digital-sen2 3 }
|
||||
|
||||
digital-sen2-4 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading. If this is a Digital Extreme Temperature sensor, this value represents the current temperature from the thermocouple in Fahrenheit."
|
||||
::= { digital-sen2 4 }
|
||||
|
||||
digital-sen2-5 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius. If this is a Digital Extreme Temperature Sensor, this value is a fault code. 0 = no fault."
|
||||
::= { digital-sen2 5 }
|
||||
|
||||
|
||||
digital-sen2-6 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
|
||||
::= { digital-sen2 6 }
|
||||
|
||||
digital-sen2-7 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
|
||||
::= { digital-sen2 7 }
|
||||
|
||||
digital-sen3-1 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, Temp/Active Power, or Digital Extreme Temperature sensor, this value represents the current temperature in Celsius."
|
||||
::= { digital-sen3 1 }
|
||||
|
||||
digital-sen3-2 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, Temp/Active Power, or Digital Extreme Temperature sensor, this value represents the current temperature in Fahrenheit."
|
||||
::= { digital-sen3 2 }
|
||||
|
||||
digital-sen3-3 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected). If this is a Digital Extreme Temperature sensor, this value represents the current temperature from the thermocouple in Celsius."
|
||||
::= { digital-sen3 3 }
|
||||
|
||||
digital-sen3-4 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading. If this is a Digital Extreme Temperature sensor, this value represents the current temperature from the thermocouple in Fahrenheit."
|
||||
::= { digital-sen3 4 }
|
||||
|
||||
digital-sen3-5 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius. If this is a Digital Extreme Temperature Sensor, this value is a fault code. 0 = no fault."
|
||||
::= { digital-sen3 5 }
|
||||
|
||||
|
||||
digital-sen3-6 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
|
||||
::= { digital-sen3 6 }
|
||||
|
||||
digital-sen3-7 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..65535)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
|
||||
::= { digital-sen3 7 }
|
||||
|
||||
switch-sen1 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The reading for switch sensor 1 (0 = OPEN, 1 = CLOSED)."
|
||||
::= { switch 1 }
|
||||
|
||||
switch-sen2 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The reading for switch sensor 2 (0 = OPEN, 1 = CLOSED)."
|
||||
::= { switch 2 }
|
||||
|
||||
switch-sen3 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The reading for switch sensor 3 (0 = OPEN, 1 = CLOSED)."
|
||||
::= { switch 3 }
|
||||
|
||||
switch-sen4 OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The reading for switch sensor 4 (0 = OPEN, 1 = CLOSED)."
|
||||
::= { switch 4 }
|
||||
|
||||
alarmmessage OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION "Last Alarm Message"
|
||||
::= { traps 1 }
|
||||
|
||||
|
||||
-- externalrelay1
|
||||
|
||||
externalrelay1-element-one OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The status of the first element on external relay 1."
|
||||
::= { externalrelay1 1 }
|
||||
|
||||
externalrelay1-element-two OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The status of the second element on external relay 1."
|
||||
::= { externalrelay1 2 }
|
||||
|
||||
externalrelay1-element-three OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The status of the third element on external relay 1."
|
||||
::= { externalrelay1 3 }
|
||||
|
||||
externalrelay1-element-four OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The status of the fourth element on external relay 1."
|
||||
::= { externalrelay1 4 }
|
||||
|
||||
externalrelay1-element-five OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The status of the fifth element on external relay 1."
|
||||
::= { externalrelay1 5 }
|
||||
|
||||
externalrelay1-element-six OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The status of the sixth element on external relay 1."
|
||||
::= { externalrelay1 6 }
|
||||
|
||||
externalrelay1-element-seven OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The status of the seventh element on external relay 1."
|
||||
::= { externalrelay1 7 }
|
||||
|
||||
externalrelay1-element-eight OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION "The status of the eighth element on external relay 1"
|
||||
::= { externalrelay1 8 }
|
||||
|
||||
END
|
@ -1,456 +0,0 @@
|
||||
-- ********************************************************************
|
||||
-- Bachmann GmbH, Stuttgart
|
||||
-- BACHMANN-BLUENET2-MIB Version 1.x
|
||||
--
|
||||
-- Management Information Base for SNMP Network Management
|
||||
--
|
||||
-- Copyright 2013-2015 Bachmann GmbH.
|
||||
-- All Rights Reserved.
|
||||
--
|
||||
-- ********************************************************************
|
||||
-- File : $RCSfile: BACHMANN-BLUENET2-CAPABILITY-MIB.txt,v $
|
||||
-- Rev. : $Revision: 1.3 $
|
||||
-- Date : $Date: 2015/09/22 16:45:34 $
|
||||
-- Author : $Author: fis $
|
||||
-- Id : $Id: BACHMANN-BLUENET2-CAPABILITY-MIB.txt,v 1.3 2015/09/22 16:45:34 fis Exp $
|
||||
-- ********************************************************************
|
||||
|
||||
BACHMANN-BLUENET2-CAPABILITY-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
AGENT-CAPABILITIES
|
||||
FROM SNMPv2-CONF
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
icmpGroup,
|
||||
ipGroup,
|
||||
ipv4GeneralGroup
|
||||
FROM IP-MIB
|
||||
tcpBaseGroup,
|
||||
tcpGroup
|
||||
FROM TCP-MIB
|
||||
udpBaseGroup,
|
||||
udpGroup
|
||||
FROM UDP-MIB
|
||||
blueNet2Mib
|
||||
FROM BACHMANN-BLUENET2-MIB;
|
||||
|
||||
|
||||
blueNet2Capabilities MODULE-IDENTITY
|
||||
LAST-UPDATED "201506010000Z"
|
||||
ORGANIZATION "Bachmann GmbH"
|
||||
CONTACT-INFO "www.bachmann.com
|
||||
|
||||
Bachmann GmbH
|
||||
Ernsthaldenstrasse 33
|
||||
D-70565 Stuttgart
|
||||
Germany, Europe
|
||||
|
||||
Tel. +49 711 86602-0
|
||||
Fax +49 711 86602-34
|
||||
info@bachmann.com"
|
||||
DESCRIPTION "Private agent capabilitiy MIB of BlueNet2 PDU SNMP agent."
|
||||
REVISION "201506010000Z"
|
||||
DESCRIPTION "Added next version blueNet2CapsV10100."
|
||||
REVISION "201502010000Z"
|
||||
DESCRIPTION "The initial version."
|
||||
::= { blueNet2Mib 4 }
|
||||
|
||||
blueNet2CapsV10000 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "V2.2.0"
|
||||
STATUS current
|
||||
DESCRIPTION "Bachmann GmbH : BlueNet2 PDU built-in capabilities."
|
||||
|
||||
SUPPORTS BACHMANN-BLUENET2-MIB
|
||||
INCLUDES {
|
||||
blueNet2CircuitGroup,
|
||||
blueNet2ConfigurationGroup,
|
||||
blueNet2DeviceGroup,
|
||||
blueNet2IdentificationGroup,
|
||||
blueNet2InformationGroup,
|
||||
blueNet2ModbusGroup,
|
||||
blueNet2NotificationGroup,
|
||||
blueNet2NtpGroup,
|
||||
blueNet2PhaseGroup,
|
||||
blueNet2RcmGroup,
|
||||
blueNet2SensorGroup,
|
||||
blueNet2SmtpGroup,
|
||||
blueNet2SnmpGroup,
|
||||
blueNet2SocketGroupGroup,
|
||||
blueNet2SyslogGroup,
|
||||
blueNet2TrapGroup,
|
||||
blueNet2VariableGroup,
|
||||
blueNet2MPGroup,
|
||||
blueNet2SpdGroup
|
||||
}
|
||||
|
||||
VARIATION blueNet2ConfigurationGroup
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
VARIATION blueNet2ModbusGroup
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
VARIATION blueNet2NtpGroup
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
VARIATION blueNet2SmtpGroup
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
VARIATION blueNet2SnmpGroup
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
VARIATION blueNet2SyslogGroup
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
SUPPORTS ENTITY-MIB
|
||||
INCLUDES {
|
||||
entityGeneralGroup,
|
||||
entityLogical2Group,
|
||||
entityLogicalGroup,
|
||||
entityMappingGroup,
|
||||
entityNotificationsGroup,
|
||||
entityPhysical2Group,
|
||||
entityPhysical3Group,
|
||||
entityPhysicalGroup
|
||||
}
|
||||
|
||||
VARIATION entPhysicalSerialNum
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
VARIATION entPhysicalUris
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
SUPPORTS ENTITY-SENSOR-MIB
|
||||
INCLUDES {
|
||||
entitySensorValueGroup
|
||||
}
|
||||
|
||||
SUPPORTS ENTITY-STATE-MIB
|
||||
INCLUDES {
|
||||
entStateGroup,
|
||||
entStateNotificationsGroup
|
||||
}
|
||||
|
||||
SUPPORTS HOST-RESOURCES-MIB
|
||||
INCLUDES {
|
||||
hrDeviceGroup,
|
||||
hrSWRunGroup,
|
||||
hrSWRunPerfGroup,
|
||||
hrStorageGroup,
|
||||
hrSystemGroup
|
||||
}
|
||||
|
||||
SUPPORTS IF-MIB
|
||||
INCLUDES {
|
||||
ifCounterDiscontinuityGroup,
|
||||
ifFixedLengthGroup,
|
||||
ifGeneralGroup,
|
||||
ifGeneralInformationGroup,
|
||||
ifHCFixedLengthGroup,
|
||||
ifHCPacketGroup,
|
||||
ifOldObjectsGroup,
|
||||
ifPacketGroup,
|
||||
ifVHCPacketGroup
|
||||
}
|
||||
|
||||
SUPPORTS IP-FORWARD-MIB
|
||||
INCLUDES {
|
||||
inetForwardCidrRouteGroup,
|
||||
ipForwardCidrRouteGroup
|
||||
}
|
||||
|
||||
SUPPORTS IP-MIB
|
||||
INCLUDES {
|
||||
icmpStatsGroup,
|
||||
ipAddressGroup,
|
||||
ipAddressPrefixGroup,
|
||||
ipDefaultRouterGroup,
|
||||
ipIfStatsGroup,
|
||||
ipIfStatsHCOctetGroup,
|
||||
ipIfStatsHCPacketGroup,
|
||||
ipLastChangeGroup,
|
||||
ipNetToPhysicalGroup,
|
||||
ipSystemStatsGroup,
|
||||
ipSystemStatsHCOctetGroup,
|
||||
ipSystemStatsHCPacketGroup,
|
||||
ipv4SystemStatsGroup,
|
||||
ipv4SystemStatsHCPacketGroup,
|
||||
ipv6GeneralGroup2,
|
||||
ipv6ScopeGroup
|
||||
}
|
||||
|
||||
SUPPORTS IPV6-MIB
|
||||
INCLUDES {
|
||||
ipv6GeneralGroup
|
||||
}
|
||||
|
||||
SUPPORTS NOTIFICATION-LOG-MIB
|
||||
INCLUDES {
|
||||
notificationLogConfigGroup,
|
||||
notificationLogStatsGroup
|
||||
}
|
||||
|
||||
SUPPORTS PTOPO-MIB
|
||||
INCLUDES {
|
||||
ptopoConfigGroup,
|
||||
ptopoDataGroup,
|
||||
ptopoGeneralGroup
|
||||
}
|
||||
|
||||
SUPPORTS RFC1213-MIB
|
||||
INCLUDES {
|
||||
icmpGroup,
|
||||
ipGroup,
|
||||
ipv4GeneralGroup,
|
||||
tcpBaseGroup,
|
||||
tcpGroup,
|
||||
udpBaseGroup,
|
||||
udpGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-FRAMEWORK-MIB
|
||||
INCLUDES {
|
||||
snmpEngineGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-MPD-MIB
|
||||
INCLUDES {
|
||||
snmpMPDGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-TARGET-MIB
|
||||
INCLUDES {
|
||||
snmpTargetBasicGroup,
|
||||
snmpTargetCommandResponderGroup,
|
||||
snmpTargetResponseGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-USER-BASED-SM-MIB
|
||||
INCLUDES {
|
||||
usmMIBBasicGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-VIEW-BASED-ACM-MIB
|
||||
INCLUDES {
|
||||
vacmBasicGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMPv2-MIB
|
||||
INCLUDES {
|
||||
snmpCommunityGroup,
|
||||
snmpGroup,
|
||||
snmpObsoleteGroup,
|
||||
snmpSetGroup,
|
||||
systemGroup
|
||||
}
|
||||
|
||||
SUPPORTS TCP-MIB
|
||||
INCLUDES {
|
||||
tcpConnectionGroup,
|
||||
tcpListenerGroup
|
||||
}
|
||||
|
||||
SUPPORTS UDP-MIB
|
||||
INCLUDES {
|
||||
udpEndpointGroup
|
||||
}
|
||||
|
||||
::= { blueNet2Capabilities 10000 }
|
||||
|
||||
blueNet2CapsV10100 AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "V2.2.0"
|
||||
STATUS current
|
||||
DESCRIPTION "Bachmann GmbH : BlueNet2 PDU built-in capabilities."
|
||||
|
||||
SUPPORTS BACHMANN-BLUENET2-MIB
|
||||
INCLUDES {
|
||||
blueNet2CircuitGroup,
|
||||
blueNet2ConfigurationGroup,
|
||||
blueNet2DeviceGroup,
|
||||
blueNet2IdentificationGroup,
|
||||
blueNet2InformationGroup,
|
||||
blueNet2ModbusGroup,
|
||||
blueNet2NotificationGroup,
|
||||
blueNet2NtpGroup,
|
||||
blueNet2PhaseGroup,
|
||||
blueNet2RcmGroup,
|
||||
blueNet2SensorGroup,
|
||||
blueNet2SmtpGroup,
|
||||
blueNet2SnmpGroup,
|
||||
blueNet2SocketGroupGroup,
|
||||
blueNet2SyslogGroup,
|
||||
blueNet2TrapGroup,
|
||||
blueNet2VariableGroup,
|
||||
blueNet2MPGroup,
|
||||
blueNet2SpdGroup
|
||||
}
|
||||
|
||||
VARIATION blueNet2SnmpGroup
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
SUPPORTS ENTITY-MIB
|
||||
INCLUDES {
|
||||
entityGeneralGroup,
|
||||
entityLogical2Group,
|
||||
entityLogicalGroup,
|
||||
entityMappingGroup,
|
||||
entityNotificationsGroup,
|
||||
entityPhysical2Group,
|
||||
entityPhysical3Group,
|
||||
entityPhysicalGroup
|
||||
}
|
||||
|
||||
VARIATION entPhysicalSerialNum
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
VARIATION entPhysicalUris
|
||||
ACCESS read-only
|
||||
DESCRIPTION "implemented read only."
|
||||
|
||||
SUPPORTS ENTITY-SENSOR-MIB
|
||||
INCLUDES {
|
||||
entitySensorValueGroup
|
||||
}
|
||||
|
||||
SUPPORTS ENTITY-STATE-MIB
|
||||
INCLUDES {
|
||||
entStateGroup,
|
||||
entStateNotificationsGroup
|
||||
}
|
||||
|
||||
SUPPORTS HOST-RESOURCES-MIB
|
||||
INCLUDES {
|
||||
hrDeviceGroup,
|
||||
hrSWRunGroup,
|
||||
hrSWRunPerfGroup,
|
||||
hrStorageGroup,
|
||||
hrSystemGroup
|
||||
}
|
||||
|
||||
SUPPORTS IF-MIB
|
||||
INCLUDES {
|
||||
ifCounterDiscontinuityGroup,
|
||||
ifFixedLengthGroup,
|
||||
ifGeneralGroup,
|
||||
ifGeneralInformationGroup,
|
||||
ifHCFixedLengthGroup,
|
||||
ifHCPacketGroup,
|
||||
ifOldObjectsGroup,
|
||||
ifPacketGroup,
|
||||
ifVHCPacketGroup
|
||||
}
|
||||
|
||||
SUPPORTS IP-FORWARD-MIB
|
||||
INCLUDES {
|
||||
inetForwardCidrRouteGroup,
|
||||
ipForwardCidrRouteGroup
|
||||
}
|
||||
|
||||
SUPPORTS IP-MIB
|
||||
INCLUDES {
|
||||
icmpStatsGroup,
|
||||
ipAddressGroup,
|
||||
ipAddressPrefixGroup,
|
||||
ipDefaultRouterGroup,
|
||||
ipIfStatsGroup,
|
||||
ipIfStatsHCOctetGroup,
|
||||
ipIfStatsHCPacketGroup,
|
||||
ipLastChangeGroup,
|
||||
ipNetToPhysicalGroup,
|
||||
ipSystemStatsGroup,
|
||||
ipSystemStatsHCOctetGroup,
|
||||
ipSystemStatsHCPacketGroup,
|
||||
ipv4SystemStatsGroup,
|
||||
ipv4SystemStatsHCPacketGroup,
|
||||
ipv6GeneralGroup2,
|
||||
ipv6ScopeGroup
|
||||
}
|
||||
|
||||
SUPPORTS IPV6-MIB
|
||||
INCLUDES {
|
||||
ipv6GeneralGroup
|
||||
}
|
||||
|
||||
SUPPORTS NOTIFICATION-LOG-MIB
|
||||
INCLUDES {
|
||||
notificationLogConfigGroup,
|
||||
notificationLogStatsGroup
|
||||
}
|
||||
|
||||
SUPPORTS PTOPO-MIB
|
||||
INCLUDES {
|
||||
ptopoConfigGroup,
|
||||
ptopoDataGroup,
|
||||
ptopoGeneralGroup
|
||||
}
|
||||
|
||||
SUPPORTS RFC1213-MIB
|
||||
INCLUDES {
|
||||
icmpGroup,
|
||||
ipGroup,
|
||||
ipv4GeneralGroup,
|
||||
tcpBaseGroup,
|
||||
tcpGroup,
|
||||
udpBaseGroup,
|
||||
udpGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-FRAMEWORK-MIB
|
||||
INCLUDES {
|
||||
snmpEngineGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-MPD-MIB
|
||||
INCLUDES {
|
||||
snmpMPDGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-TARGET-MIB
|
||||
INCLUDES {
|
||||
snmpTargetBasicGroup,
|
||||
snmpTargetCommandResponderGroup,
|
||||
snmpTargetResponseGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-USER-BASED-SM-MIB
|
||||
INCLUDES {
|
||||
usmMIBBasicGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMP-VIEW-BASED-ACM-MIB
|
||||
INCLUDES {
|
||||
vacmBasicGroup
|
||||
}
|
||||
|
||||
SUPPORTS SNMPv2-MIB
|
||||
INCLUDES {
|
||||
snmpCommunityGroup,
|
||||
snmpGroup,
|
||||
snmpObsoleteGroup,
|
||||
snmpSetGroup,
|
||||
systemGroup
|
||||
}
|
||||
|
||||
SUPPORTS TCP-MIB
|
||||
INCLUDES {
|
||||
tcpConnectionGroup,
|
||||
tcpListenerGroup
|
||||
}
|
||||
|
||||
SUPPORTS UDP-MIB
|
||||
INCLUDES {
|
||||
udpEndpointGroup
|
||||
}
|
||||
|
||||
::= { blueNet2Capabilities 10100 }
|
||||
END
|
714
mibs/bachmann/RNX-UPDU-MIB
Normal file
714
mibs/bachmann/RNX-UPDU-MIB
Normal file
@ -0,0 +1,714 @@
|
||||
-- ===========================================================================
|
||||
-- Riedo Networks (RNX) UPDU MIB
|
||||
-- ===========================================================================
|
||||
|
||||
RNX-UPDU-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
Counter64,
|
||||
Integer32,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC
|
||||
MODULE-COMPLIANCE,
|
||||
OBJECT-GROUP
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
rnx MODULE-IDENTITY
|
||||
LAST-UPDATED "202207060000Z"
|
||||
ORGANIZATION "Riedo Networks Ltd."
|
||||
CONTACT-INFO "Riedo Networks Ltd."
|
||||
DESCRIPTION "UPDU MIB"
|
||||
|
||||
REVISION "202207060000Z"
|
||||
DESCRIPTION "Add upduMeterDescription."
|
||||
REVISION "202206220000Z"
|
||||
DESCRIPTION "Add upduMeterSystemName, upduMeterCustomName."
|
||||
REVISION "202012160000Z"
|
||||
DESCRIPTION "Add upduSensorTable."
|
||||
REVISION "202006180000Z"
|
||||
DESCRIPTION "Initial version."
|
||||
::= { enterprises 55108 }
|
||||
|
||||
upduMib OBJECT IDENTIFIER
|
||||
::= { rnx 1 }
|
||||
|
||||
-- ===========================================================================
|
||||
-- Textual conventions
|
||||
-- ===========================================================================
|
||||
|
||||
Watts ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Watts"
|
||||
SYNTAX Integer32
|
||||
|
||||
VoltAmpereReactives ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Volt-ampere reactives"
|
||||
SYNTAX Integer32
|
||||
|
||||
VoltAmperes ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Volt-amperes"
|
||||
SYNTAX Integer32
|
||||
|
||||
WattHours ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Watt hours"
|
||||
SYNTAX Counter64
|
||||
|
||||
VoltAmpereReactiveHours ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Volt-ampere reactive hours"
|
||||
SYNTAX Counter64
|
||||
|
||||
MilliAmperes ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Milli-amperes"
|
||||
SYNTAX Integer32
|
||||
|
||||
TenthMilliAmperes ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Tenth of Milli-amperes"
|
||||
SYNTAX Integer32
|
||||
|
||||
MilliVolts ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Milli-volts"
|
||||
SYNTAX Integer32
|
||||
|
||||
TenthDegreesCelsius ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Deci-degrees celsius"
|
||||
SYNTAX Integer32
|
||||
|
||||
Permil ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "d"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Per mil"
|
||||
SYNTAX Integer32
|
||||
|
||||
-- ===========================================================================
|
||||
-- Subtrees
|
||||
-- ===========================================================================
|
||||
|
||||
upduInfo OBJECT IDENTIFIER
|
||||
::= { upduMib 1 }
|
||||
|
||||
upduInventory OBJECT IDENTIFIER
|
||||
::= { upduMib 2 }
|
||||
|
||||
upduMeasurements OBJECT IDENTIFIER
|
||||
::= { upduMib 3 }
|
||||
|
||||
upduControl OBJECT IDENTIFIER
|
||||
::= { upduMib 4 }
|
||||
|
||||
upduConformance OBJECT IDENTIFIER
|
||||
::= { upduMib 5 }
|
||||
|
||||
-- ===========================================================================
|
||||
-- Info: UPDU information
|
||||
-- ===========================================================================
|
||||
|
||||
upduInfoPartNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Part number"
|
||||
::= { upduInfo 1 }
|
||||
|
||||
upduInfoSerialNumber OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Serial number"
|
||||
::= { upduInfo 2 }
|
||||
|
||||
upduInfoLotNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Lot number"
|
||||
::= { upduInfo 3 }
|
||||
|
||||
-- ===========================================================================
|
||||
-- Inventory: Per module information
|
||||
-- ===========================================================================
|
||||
|
||||
upduModuleTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UpduModuleEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of module entries."
|
||||
::= { upduInventory 1 }
|
||||
|
||||
upduModuleEntry OBJECT-TYPE
|
||||
SYNTAX UpduModuleEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry containing information for a particular module."
|
||||
INDEX { upduModuleIndex }
|
||||
::= { upduModuleTable 1 }
|
||||
|
||||
UpduModuleEntry ::= SEQUENCE {
|
||||
upduModuleIndex Integer32,
|
||||
upduModuleType INTEGER,
|
||||
upduModulePartNumber OCTET STRING,
|
||||
upduModuleSerialNumber Integer32,
|
||||
upduModuleLotNumber OCTET STRING
|
||||
}
|
||||
|
||||
upduModuleIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..8)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Module index."
|
||||
::= { upduModuleEntry 1 }
|
||||
|
||||
upduModuleType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
unknown (0),
|
||||
icm (1),
|
||||
meterModule (2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Module type: tells what type of module it is."
|
||||
::= { upduModuleEntry 2 }
|
||||
|
||||
upduModulePartNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Part number"
|
||||
::= { upduModuleEntry 3 }
|
||||
|
||||
upduModuleSerialNumber OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Module serial number."
|
||||
::= { upduModuleEntry 4 }
|
||||
|
||||
upduModuleLotNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Module lot number."
|
||||
::= { upduModuleEntry 5 }
|
||||
|
||||
-- ===========================================================================
|
||||
-- Measurements: Per meter data
|
||||
-- ===========================================================================
|
||||
|
||||
upduMeterTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UpduMeterEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Holds information about each Power module."
|
||||
::= { upduMeasurements 1 }
|
||||
|
||||
upduMeterEntry OBJECT-TYPE
|
||||
SYNTAX UpduMeterEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry provides a power data"
|
||||
INDEX {
|
||||
upduModuleIndex,
|
||||
upduMeterIndex
|
||||
}
|
||||
::= { upduMeterTable 1 }
|
||||
|
||||
UpduMeterEntry ::= SEQUENCE {
|
||||
upduMeterIndex Integer32,
|
||||
upduMeterName OCTET STRING,
|
||||
upduMeterType INTEGER,
|
||||
upduMeterEnergyP WattHours,
|
||||
upduMeterEnergyR1 VoltAmpereReactiveHours,
|
||||
upduMeterEnergyR4 VoltAmpereReactiveHours,
|
||||
upduMeterPowerP Watts,
|
||||
upduMeterPowerQ VoltAmpereReactives,
|
||||
upduMeterPowerS VoltAmperes,
|
||||
upduMeterUrms MilliVolts,
|
||||
upduMeterIrms MilliAmperes,
|
||||
upduMeterSystemName OCTET STRING,
|
||||
upduMeterCustomName OCTET STRING,
|
||||
upduMeterDescription OCTET STRING
|
||||
}
|
||||
|
||||
upduMeterIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..11)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of the meter on the Module."
|
||||
::= { upduMeterEntry 1 }
|
||||
|
||||
upduMeterName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..15))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Meter name."
|
||||
::= { upduMeterEntry 2 }
|
||||
|
||||
upduMeterType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
pduTotal (0),
|
||||
pduTotalCalc (1),
|
||||
phaseTotal (2),
|
||||
phaseTotalCalc (3),
|
||||
moduleTotal (4),
|
||||
moduleTotalCalc (5),
|
||||
outlet (6),
|
||||
outletGroup (7)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Meter type: Tell if the meter is per-phase, per PDU,
|
||||
per module or for a single outlet or outlet group. For
|
||||
pduTotalCalc, phaseTotalCalc, moduleTotalCalc, the
|
||||
total is calculated (sum of the measurements of the
|
||||
underlying objects). For the other totals, it is
|
||||
measured."
|
||||
::= { upduMeterEntry 3 }
|
||||
|
||||
upduMeterEnergyP OBJECT-TYPE
|
||||
SYNTAX WattHours
|
||||
UNITS "Wh"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Positive active energy in watt hours."
|
||||
::= { upduMeterEntry 4 }
|
||||
|
||||
upduMeterEnergyR1 OBJECT-TYPE
|
||||
SYNTAX VoltAmpereReactiveHours
|
||||
UNITS "varh"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Reactive energy from quadrant R1 in volt-ampere reactives hours."
|
||||
::= { upduMeterEntry 5 }
|
||||
|
||||
upduMeterEnergyR4 OBJECT-TYPE
|
||||
SYNTAX VoltAmpereReactiveHours
|
||||
UNITS "varh"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Reactive energy from quadrant R4 in volt-ampere reactives hours."
|
||||
::= { upduMeterEntry 6 }
|
||||
|
||||
upduMeterPowerP OBJECT-TYPE
|
||||
SYNTAX Watts
|
||||
UNITS "W"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Active power at a given instant."
|
||||
::= { upduMeterEntry 7 }
|
||||
|
||||
upduMeterPowerQ OBJECT-TYPE
|
||||
SYNTAX VoltAmpereReactives
|
||||
UNITS "var"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Reactive power at a given instant."
|
||||
::= { upduMeterEntry 8 }
|
||||
|
||||
upduMeterPowerS OBJECT-TYPE
|
||||
SYNTAX VoltAmperes
|
||||
UNITS "VA"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Apparent power at a given instant."
|
||||
::= { upduMeterEntry 9 }
|
||||
|
||||
upduMeterUrms OBJECT-TYPE
|
||||
SYNTAX MilliVolts
|
||||
UNITS "mV"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"RMS voltage at a given instant."
|
||||
::= { upduMeterEntry 10 }
|
||||
|
||||
upduMeterIrms OBJECT-TYPE
|
||||
SYNTAX MilliAmperes
|
||||
UNITS "mA"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"RMS current at a given instant."
|
||||
::= { upduMeterEntry 11 }
|
||||
|
||||
upduMeterSystemName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"System-defined object name."
|
||||
::= { upduMeterEntry 12 }
|
||||
|
||||
upduMeterCustomName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..23))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"User-configured unique object name. Write access has to be
|
||||
explicitly enabled in the UPDU configuration (see SNMP
|
||||
options)."
|
||||
::= { upduMeterEntry 13 }
|
||||
|
||||
upduMeterDescription OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..127))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"User-configured description. Write access has to be
|
||||
explicitly enabled in the UPDU configuration (see SNMP
|
||||
options)."
|
||||
::= { upduMeterEntry 14 }
|
||||
|
||||
-- ===========================================================================
|
||||
-- Measurements: Per sensor data
|
||||
-- ===========================================================================
|
||||
|
||||
upduSensorTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UpduSensorEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Holds information about sensors connected to the PDU."
|
||||
::= { upduMeasurements 2 }
|
||||
|
||||
upduSensorEntry OBJECT-TYPE
|
||||
SYNTAX UpduSensorEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Holds the information related to one specific sensor."
|
||||
INDEX { upduSensorPort }
|
||||
::= { upduSensorTable 1 }
|
||||
|
||||
UpduSensorEntry ::= SEQUENCE {
|
||||
upduSensorPort Integer32,
|
||||
upduSensorPortName OCTET STRING,
|
||||
upduSensorType INTEGER,
|
||||
upduSensorTemperatureCelsius TenthDegreesCelsius,
|
||||
upduSensorHumidity Permil
|
||||
}
|
||||
|
||||
upduSensorPort OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..3)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Sensor port number."
|
||||
::= { upduSensorEntry 1 }
|
||||
|
||||
upduSensorPortName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Sensor port name as printed on the front plate."
|
||||
::= { upduSensorEntry 2 }
|
||||
|
||||
upduSensorType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
none (0),
|
||||
temp (1),
|
||||
tempHumidity (2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Sensor type."
|
||||
::= { upduSensorEntry 3 }
|
||||
|
||||
upduSensorTemperatureCelsius OBJECT-TYPE
|
||||
SYNTAX TenthDegreesCelsius
|
||||
UNITS "deg-C/10"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Temperature in tenth degrees."
|
||||
::= { upduSensorEntry 4 }
|
||||
|
||||
upduSensorHumidity OBJECT-TYPE
|
||||
SYNTAX Permil
|
||||
UNITS "/1000"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Relative humidity in per mil. Set to 0 for temperature only sensor."
|
||||
::= { upduSensorEntry 5 }
|
||||
|
||||
|
||||
-- ===========================================================================
|
||||
-- Measurements: Per RCM data
|
||||
-- ===========================================================================
|
||||
|
||||
upduRcmTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UpduRcmEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Holds information about embedded residual current monitors."
|
||||
::= { upduMeasurements 3 }
|
||||
|
||||
upduRcmEntry OBJECT-TYPE
|
||||
SYNTAX UpduRcmEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry provides Residual current data"
|
||||
INDEX {
|
||||
upduModuleIndex,
|
||||
upduRcmIndex
|
||||
}
|
||||
::= { upduRcmTable 1 }
|
||||
|
||||
UpduRcmEntry ::= SEQUENCE {
|
||||
upduRcmIndex Integer32,
|
||||
upduRcmName OCTET STRING,
|
||||
upduRcmCurrentRms TenthMilliAmperes,
|
||||
upduRcmCurrentDc TenthMilliAmperes,
|
||||
upduRcmSensorQuality INTEGER
|
||||
}
|
||||
|
||||
upduRcmIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..11)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"RCM index."
|
||||
::= { upduRcmEntry 1 }
|
||||
|
||||
upduRcmName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..15))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"RCM name."
|
||||
::= { upduRcmEntry 2 }
|
||||
|
||||
upduRcmCurrentRms OBJECT-TYPE
|
||||
SYNTAX TenthMilliAmperes
|
||||
UNITS "mA/10"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"RMS residual current."
|
||||
::= { upduRcmEntry 3 }
|
||||
|
||||
upduRcmCurrentDc OBJECT-TYPE
|
||||
SYNTAX TenthMilliAmperes
|
||||
UNITS "mA/10"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"DC residual current."
|
||||
::= { upduRcmEntry 4 }
|
||||
|
||||
upduRcmSensorQuality OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
ok (0),
|
||||
nodata (1),
|
||||
timeout (2),
|
||||
internalerror (3),
|
||||
selftestfailed (4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"RCM sensor health"
|
||||
::= { upduRcmEntry 5 }
|
||||
|
||||
-- ===========================================================================
|
||||
-- Control: Relay status
|
||||
-- ===========================================================================
|
||||
|
||||
upduRelayTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UpduRelayEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Holds Relay state."
|
||||
::= { upduControl 1 }
|
||||
|
||||
upduRelayEntry OBJECT-TYPE
|
||||
SYNTAX UpduRelayEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry provides the status for a relay."
|
||||
INDEX {
|
||||
upduModuleIndex,
|
||||
upduRelayIndex
|
||||
}
|
||||
::= { upduRelayTable 1 }
|
||||
|
||||
UpduRelayEntry ::= SEQUENCE {
|
||||
upduRelayIndex Integer32,
|
||||
upduRelayMeterNames OCTET STRING,
|
||||
upduRelayAdminStatus INTEGER,
|
||||
upduRelayOperStatus INTEGER,
|
||||
upduRelayCondition INTEGER
|
||||
}
|
||||
|
||||
upduRelayIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..12)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Relay index."
|
||||
::= { upduRelayEntry 1 }
|
||||
|
||||
upduRelayMeterNames OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Comma-separated list of meter names this relay controls."
|
||||
::= { upduRelayEntry 2 }
|
||||
|
||||
upduRelayAdminStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
off (0),
|
||||
on (1),
|
||||
unknown(2)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines the desired state of the relay."
|
||||
::= { upduRelayEntry 3 }
|
||||
|
||||
upduRelayOperStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
off (0),
|
||||
on (1),
|
||||
unknown(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines the operational state of the relay."
|
||||
::= { upduRelayEntry 4 }
|
||||
|
||||
upduRelayCondition OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
ok (0),
|
||||
failed (1),
|
||||
unknown(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Gives the relay condition. Ok if the desired state
|
||||
corresponds to the operational state, failed if it
|
||||
differs and unknown if the operational state is not
|
||||
known."
|
||||
::= { upduRelayEntry 5 }
|
||||
|
||||
-- ===========================================================================
|
||||
-- Compliance groups
|
||||
-- ===========================================================================
|
||||
|
||||
upduMibCompliances OBJECT IDENTIFIER ::= { upduConformance 1 }
|
||||
|
||||
upduMibGroups OBJECT IDENTIFIER ::= { upduConformance 2 }
|
||||
|
||||
upduMibCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for SNMP entities which
|
||||
implement the RNX-UPDU-MIB."
|
||||
MODULE
|
||||
MANDATORY-GROUPS {
|
||||
upduMibGroupRev1
|
||||
}
|
||||
::= { upduMibCompliances 1 }
|
||||
|
||||
upduMibGroupRev1 OBJECT-GROUP
|
||||
OBJECTS {
|
||||
upduInfoPartNumber,
|
||||
upduInfoSerialNumber,
|
||||
upduInfoLotNumber,
|
||||
upduModuleType,
|
||||
upduModulePartNumber,
|
||||
upduModuleSerialNumber,
|
||||
upduModuleLotNumber,
|
||||
upduMeterName,
|
||||
upduMeterType,
|
||||
upduMeterEnergyP,
|
||||
upduMeterEnergyR1,
|
||||
upduMeterEnergyR4,
|
||||
upduMeterPowerP,
|
||||
upduMeterPowerQ,
|
||||
upduMeterPowerS,
|
||||
upduMeterUrms,
|
||||
upduMeterIrms,
|
||||
upduMeterSystemName,
|
||||
upduMeterCustomName,
|
||||
upduMeterDescription,
|
||||
upduRelayMeterNames,
|
||||
upduRelayAdminStatus,
|
||||
upduRelayOperStatus,
|
||||
upduRelayCondition,
|
||||
upduSensorPortName,
|
||||
upduSensorType,
|
||||
upduSensorTemperatureCelsius,
|
||||
upduSensorHumidity,
|
||||
upduRcmName,
|
||||
upduRcmCurrentRms,
|
||||
upduRcmCurrentDc,
|
||||
upduRcmSensorQuality
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"rev 1"
|
||||
::= { upduMibGroups 1 }
|
||||
|
||||
END
|
1663
mibs/buffalo/BUFFALO-NAS-MIB
Normal file
1663
mibs/buffalo/BUFFALO-NAS-MIB
Normal file
File diff suppressed because it is too large
Load Diff
60
mibs/buffalo/BUFFALO-ROOT-MIB
Normal file
60
mibs/buffalo/BUFFALO-ROOT-MIB
Normal file
@ -0,0 +1,60 @@
|
||||
|
||||
BUFFALO-ROOT-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS enterprises FROM RFC1155-SMI;
|
||||
|
||||
-- **************************************************************************
|
||||
--
|
||||
-- BUFFALO Inc. has the following enterprise object number that assigned
|
||||
-- from IANA. see http://www.iana.org/assignments/enterprise-numbers
|
||||
--
|
||||
-- **************************************************************************
|
||||
|
||||
buffalo MODULE-IDENTITY
|
||||
LAST-UPDATED "202003090000Z"
|
||||
ORGANIZATION "Buffalo Inc."
|
||||
CONTACT-INFO "URI: http://buffalo.jp/products/catalog/storage/hd_lan_business.html
|
||||
Contact: Network Business Unit
|
||||
Buffalo Inc.
|
||||
3-30-20 Osu, Naka-ku, Nagoya city, Aichi, JAPAN"
|
||||
DESCRIPTION
|
||||
"Management Information Base module for BUFFALO private defined
|
||||
objects.
|
||||
Copyright (c) 2012 Buffalo Inc."
|
||||
::= {enterprises 5227}
|
||||
|
||||
-- **************************************************************************
|
||||
-- Product definition: Buffalo supports (or used to be supported) enterprise
|
||||
-- defined MIB objects with the following products.
|
||||
-- - Derived from SNMP Private MIB operation standard, Mar. 19 2009.
|
||||
-- **************************************************************************
|
||||
|
||||
lsm-10-100-8 OBJECT IDENTIFIER ::= {buffalo 1} -- BUFFALO LSM10/100-8 Ethernet Switch
|
||||
lsm-10-100-24 OBJECT IDENTIFIER ::= {buffalo 2} -- BUFFALO LSM10/100-24
|
||||
lsm-l3-24 OBJECT IDENTIFIER ::= {buffalo 3} -- BUFFALO LSM-L3-24
|
||||
wlm-series OBJECT IDENTIFIER ::= {buffalo 4} -- BUFFALO AirStationPro WLM-SERIES - WLM-L11G/WLM2-SERIES
|
||||
vsm-p12tx2i OBJECT IDENTIFIER ::= {buffalo 5} -- BUFFALO VSM-P12TX2I
|
||||
lsm-10-100-16w OBJECT IDENTIFIER ::= {buffalo 6} -- BUFFALO LSM10/100-16W
|
||||
lsm-10-100-24w OBJECT IDENTIFIER ::= {buffalo 7} -- BUFFALO LSM10/100-24W
|
||||
lsm2-l3-24 OBJECT IDENTIFIER ::= {buffalo 8} -- BUFFALO LSM2-L3-24
|
||||
lsm-10-100-8w OBJECT IDENTIFIER ::= {buffalo 9} -- BUFFALO LSM10/100-8W
|
||||
lpv2-usb-tx1 OBJECT IDENTIFIER ::= {buffalo 10} -- BUFFALO LPV2-USB-TX1
|
||||
bs-2024-gm OBJECT IDENTIFIER ::= {buffalo 11} -- BUFFALO BS-2024GM
|
||||
bs-poe-2024gm OBJECT IDENTIFIER ::= {buffalo 12} -- BUFFALO BS-POE-2024GM
|
||||
lpv3-u2 OBJECT IDENTIFIER ::= {buffalo 13} -- BUFFALO LPV3-U2/LPV3-U2S
|
||||
bs-poe-2008m OBJECT IDENTIFIER ::= {buffalo 14} -- BUFFALO BS-POE-2008M
|
||||
bpv-pd-tx1 OBJECT IDENTIFIER ::= {buffalo 15} -- BUFFALO BPV-PD-TX1
|
||||
bs-2108m OBJECT IDENTIFIER ::= {buffalo 16} -- BUFFALO BS-2108M
|
||||
bs-2016m OBJECT IDENTIFIER ::= {buffalo 17} -- BUFFALO BS-2016M
|
||||
airstationPro OBJECT IDENTIFIER ::= {buffalo 18} -- BUFFALO AirStationPro - WAPM-HP-AM54G54/APG300N/AG300N
|
||||
lpv3-u2-g54 OBJECT IDENTIFIER ::= {buffalo 19} -- BUFFALO LPV3-U2-G54
|
||||
bs-g2016mr OBJECT IDENTIFIER ::= {buffalo 20} -- BUFFALO BS-G2016MR
|
||||
bs-g2024mr OBJECT IDENTIFIER ::= {buffalo 21} -- BUFFALO BS-G2024MR
|
||||
bs-g3024mr OBJECT IDENTIFIER ::= {buffalo 22} -- BUFFALO BS-G3024MR
|
||||
bs-g2008mr OBJECT IDENTIFIER ::= {buffalo 24} -- BUFFALO BS-G2008MR
|
||||
businessSwitch OBJECT IDENTIFIER ::= {buffalo 25} -- BS-G Series - BS-G2008/BS-G2016MR/BS-G3024MR)
|
||||
lpv3-tx1 OBJECT IDENTIFIER ::= {buffalo 26} -- BUFFALO LPV3-TX1
|
||||
teraStation OBJECT IDENTIFIER ::= {buffalo 27} -- BUFFALO TeraStation Series
|
||||
-- **************************************************************************
|
||||
|
||||
END
|
175
mibs/cdata/CDATA-COMMON-SMI
Normal file
175
mibs/cdata/CDATA-COMMON-SMI
Normal file
@ -0,0 +1,175 @@
|
||||
--
|
||||
-- CDATA-COMMON-SMI.my
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
|
||||
-- Wednesday, March 02, 2016 at 16:10:01
|
||||
--
|
||||
|
||||
CDATA-COMMON-SMI DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
|
||||
-- May 27, 2010 at 10:56 GMT
|
||||
vendor MODULE-IDENTITY
|
||||
LAST-UPDATED "201603021453Z" -- March 02, 2016 at 14:53 GMT
|
||||
ORGANIZATION
|
||||
"vendor"
|
||||
CONTACT-INFO
|
||||
"Contact info"
|
||||
DESCRIPTION
|
||||
"common mib smi"
|
||||
REVISION "201603021447Z" -- March 02, 2016 at 14:47 GMT
|
||||
DESCRIPTION
|
||||
"add gpon node"
|
||||
::= { enterprises 34592 }
|
||||
|
||||
|
||||
--
|
||||
-- Textual conventions
|
||||
--
|
||||
|
||||
DataDirection ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A data channel normally have two direction, up and down"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
upstream(1),
|
||||
downstream(2)
|
||||
}
|
||||
|
||||
DeviceOperation ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This type defines an operate action aggregate"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
reset(2),
|
||||
default(3),
|
||||
saveConfig(4),
|
||||
restore(5),
|
||||
delete(6)
|
||||
}
|
||||
|
||||
DeviceStatus ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device work status type. One device or dummy device may
|
||||
have following five work status:
|
||||
notPresent(1): the device is not present (not installed)
|
||||
offline(2):the device is present,but can not be communicated (or failed to get its info)
|
||||
online(3):the device is present and can be communicated
|
||||
normal(4):the device is online and work well
|
||||
abnormal(5): the device is online but work abnormal for some reason"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
notPresent(1),
|
||||
offline(2),
|
||||
online(3),
|
||||
normal(4),
|
||||
abnormal(5)
|
||||
}
|
||||
|
||||
DeviceType ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device type convention. Define all PBB device type value.
|
||||
|
||||
----------------------------------
|
||||
| family | series | class | type |
|
||||
----------------------------------
|
||||
8b 8b 8b 8b
|
||||
|
||||
refer to document <pducuct type defines>"
|
||||
SYNTAX INTEGER { fd1508gs(67174657) }
|
||||
|
||||
LedStatus ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Led status"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
on(1),
|
||||
off(2),
|
||||
blink(3)
|
||||
}
|
||||
|
||||
-- Textual conventions
|
||||
--
|
||||
OperSwitch ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device function operation switch type"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
enable(1),
|
||||
disable(2)
|
||||
}
|
||||
|
||||
|
||||
--
|
||||
-- Node definitions
|
||||
--
|
||||
|
||||
-- Node definitions
|
||||
--
|
||||
-- 1.3.6.1.4.1.34592.1
|
||||
-- 1.3.6.1.4.1.34592.1
|
||||
ipProduct OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ip products line.
|
||||
"
|
||||
::= { vendor 1 }
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.1
|
||||
-- 1.3.6.1.4.1.34592.1.1
|
||||
mediaConverter OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"supported by media converter line products.
|
||||
"
|
||||
::= { ipProduct 1 }
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.2
|
||||
-- 1.3.6.1.4.1.34592.1.2
|
||||
switch OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"supported by smartCPE Switch line products.
|
||||
"
|
||||
::= { ipProduct 2 }
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3
|
||||
-- 1.3.6.1.4.1.34592.1.3
|
||||
epon OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"supported by epon line products."
|
||||
::= { ipProduct 3 }
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.4
|
||||
-- 1.3.6.1.4.1.34592.1.4
|
||||
eoc OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"supported by eoc line products."
|
||||
::= { ipProduct 4 }
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5
|
||||
gpon OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"supported by gpon line products."
|
||||
::= { ipProduct 5 }
|
||||
|
||||
|
||||
END
|
||||
|
||||
--
|
||||
-- CDATA-COMMON-SMI.my
|
||||
--
|
2757
mibs/cdata/CDATA-EPON-MIB
Normal file
2757
mibs/cdata/CDATA-EPON-MIB
Normal file
File diff suppressed because it is too large
Load Diff
6182
mibs/cdata/CDATA-GPON-MIB
Normal file
6182
mibs/cdata/CDATA-GPON-MIB
Normal file
File diff suppressed because it is too large
Load Diff
5664
mibs/cdata/CDATA-GPON-MIB2
Normal file
5664
mibs/cdata/CDATA-GPON-MIB2
Normal file
File diff suppressed because it is too large
Load Diff
232
mibs/cdata/EDFA-oa-MIB
Normal file
232
mibs/cdata/EDFA-oa-MIB
Normal file
@ -0,0 +1,232 @@
|
||||
--
|
||||
-- EDFA-oa-MIB.mib
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
|
||||
-- Wednesday, November 08, 2017 at 10:55:00
|
||||
--
|
||||
|
||||
EDFA-oa-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
OBJECT-TYPE, enterprises
|
||||
FROM SNMPv2-SMI;
|
||||
|
||||
|
||||
--
|
||||
-- Node definitions
|
||||
--
|
||||
|
||||
-- 1.3.6.1.4.1.34592
|
||||
-- edfa OBJECT IDENTIFIER ::= { enterprises 34592 }
|
||||
eponeoc MODULE-IDENTITY
|
||||
LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
|
||||
ORGANIZATION
|
||||
"epon eoc factory."
|
||||
CONTACT-INFO
|
||||
" "
|
||||
DESCRIPTION
|
||||
"epon eoc common mib module"
|
||||
::= { enterprises 34592 }
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1
|
||||
ipProduct OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines the base identifier containing the definition of ip products line.
|
||||
"
|
||||
::= { eponeoc 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.1
|
||||
mediaConverter OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines the base identifier for the subtree
|
||||
supported by media converter line products.
|
||||
"
|
||||
::= { ipProduct 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5
|
||||
edfa OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines the base identifier for the subtree
|
||||
supported by smartCPE Switch line products.
|
||||
"
|
||||
::= { ipProduct 5 }
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1
|
||||
oaEDFAAlarmRangeTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF OaEDFAAlarmRangeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { edfa 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1
|
||||
oaEDFAAlarmRangeEntry OBJECT-TYPE
|
||||
SYNTAX OaEDFAAlarmRangeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
INDEX { oaEDFAAlarmRangeIndex }
|
||||
::= { oaEDFAAlarmRangeTable 1 }
|
||||
|
||||
|
||||
OaEDFAAlarmRangeEntry ::=
|
||||
SEQUENCE {
|
||||
oaEDFAAlarmRangeIndex
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeDecr
|
||||
OCTET STRING,
|
||||
oaEDFAAlarmRangeHIHItoHI
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeHIHItoLO
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeHItoHI
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeHItoLO
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeLOtoHI
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeLOtoLO
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeLOLOtoHI
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeLOLOtoLO
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeDDtoHI
|
||||
INTEGER,
|
||||
oaEDFAAlarmRangeDDtoLO
|
||||
INTEGER
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.1
|
||||
oaEDFAAlarmRangeIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..12)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.2
|
||||
oaEDFAAlarmRangeDecr OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.3
|
||||
oaEDFAAlarmRangeHIHItoHI OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.4
|
||||
oaEDFAAlarmRangeHIHItoLO OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 4 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.5
|
||||
oaEDFAAlarmRangeHItoHI OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 5 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.6
|
||||
oaEDFAAlarmRangeHItoLO OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 6 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.7
|
||||
oaEDFAAlarmRangeLOtoHI OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 7 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.8
|
||||
oaEDFAAlarmRangeLOtoLO OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 8 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.9
|
||||
oaEDFAAlarmRangeLOLOtoHI OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 9 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.10
|
||||
oaEDFAAlarmRangeLOLOtoLO OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 10 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.11
|
||||
oaEDFAAlarmRangeDDtoHI OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 11 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.5.1.1.12
|
||||
oaEDFAAlarmRangeDDtoLO OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { oaEDFAAlarmRangeEntry 12 }
|
||||
|
||||
|
||||
|
||||
END
|
||||
|
||||
--
|
||||
-- EDFA-oa-MIB.mib
|
||||
--
|
@ -104,44 +104,80 @@
|
||||
refer to document <pducuct type defines>"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
EPON(16842752),
|
||||
CHASSIS(16843009),
|
||||
SYSTEM(16842752),
|
||||
EPON-2U8P(16843009),
|
||||
OLT(16843265),
|
||||
PON(16843521),
|
||||
PON(16909057),
|
||||
EPON-1U(17105153),
|
||||
|
||||
EPON-1U2P(17105153),
|
||||
OLT(17105409),
|
||||
PON(17105665),
|
||||
|
||||
EPON-1U4P(17236225),
|
||||
OLT(17236481),
|
||||
PON(17236737),
|
||||
PON(17235968),
|
||||
|
||||
EPON-1U8P(17170689),
|
||||
OLT(17170945),
|
||||
PON(17171201),
|
||||
PON(17171202),
|
||||
|
||||
ONU4D-B(16974081),
|
||||
ONU4D-B(16974082),
|
||||
ONU4D-B(16974083),
|
||||
ONU8D-B(16974084),
|
||||
ONU4D(16974085),
|
||||
ONU1D(16974086),
|
||||
ONU1D-G(16974087),
|
||||
ONU2D-G(16974088),
|
||||
ONU2D-GM(16974095),
|
||||
ONU4D-GM(16974094),
|
||||
ONU4D-P(16974089),
|
||||
ONU3D-M(16974090),
|
||||
ONU4D(16974091),
|
||||
ONU2D-M(16974092),
|
||||
ONU4D2P(16974337),
|
||||
ONU4D2P-P(16974338),
|
||||
ONU4D1R(16974593),
|
||||
ONU4D1R-P(16974594),
|
||||
ONU4D2P1R(16974849),
|
||||
ONU4D2P1R(17040129),
|
||||
ONU4D2P1R-P(16974850),
|
||||
ONU24D(17039617),
|
||||
|
||||
ONU1FE(825241960),
|
||||
ONU1GE(825307496),
|
||||
ONU2GE(825307757),
|
||||
ONU4FE(825242728),
|
||||
ONU4GE(825308258),
|
||||
ONU4GEB(825308258),
|
||||
ONU4GE(825308269),
|
||||
ONU4FE1RF(858797160)
|
||||
ONU1GE1FE1P(825307464),
|
||||
ONU4FE1RF(858797160),
|
||||
|
||||
ONU1FE(16974086),
|
||||
ONU1FE1GE(16974088),
|
||||
ONU4FE(16974085),
|
||||
ONU4FE(16974091),
|
||||
ONU8FEB(16974084),
|
||||
ONU4FE1TV-WDM(16974593),
|
||||
|
||||
ONU1FEC(825241683),
|
||||
ONU1GEC(825241671),
|
||||
ONU4FEC(875573331),
|
||||
ONU4GEB(875573314),
|
||||
ONU2GEM(842018893),
|
||||
ONU4GEM(875573325),
|
||||
ONU4FEW(875573335),
|
||||
ONU4FE1TVC-WDM(875647827),
|
||||
ONU4FE1TVCA(875643987),
|
||||
ONU4FE1TVW-WDM(875647831),
|
||||
ONU4FE1TVW(875643991),
|
||||
|
||||
ONU4FE2P(1),
|
||||
ONU4FE2PA(16974337),
|
||||
ONU4FE2P1TV(2),
|
||||
ONU24FEB(3),
|
||||
ONU4FE2PW(4),
|
||||
ONU2FE1P(5),
|
||||
ONU1FECA(825241960),
|
||||
ONU1GECA(825307496),
|
||||
ONU4FECA(825242728),
|
||||
ONU1GEM (825241674),
|
||||
ONU16FEB(8),
|
||||
ONU4GE(16974097)
|
||||
}
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,20 @@
|
||||
--
|
||||
-- FD-TRAP-MIB.my
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
|
||||
-- Wednesday, June 15, 2011 at 18:07:48
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
|
||||
-- Wednesday, August 03, 2016 at 14:48:18
|
||||
--
|
||||
|
||||
-- FD-TRAP-MIB.mib
|
||||
-- FD-TRAP-MIB.my
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
|
||||
-- Tuesday, July 14, 2015 at 17:44:57
|
||||
--
|
||||
-- FD-TRAP-MIB.my
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
|
||||
-- Friday, May 15, 2015 at 11:41:26
|
||||
--
|
||||
-- FD-TRAP-MIB.txt
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
|
||||
-- Thursday, May 27, 2010 at 18:38:56
|
||||
-- Monday, April 27, 2015 at 16:05:50
|
||||
--
|
||||
|
||||
FD-TRAP-MIB DEFINITIONS ::= BEGIN
|
||||
@ -22,23 +30,31 @@
|
||||
FROM FD-PERFORMANCE-MIB
|
||||
sfpPlugStauts, swPortLinkState
|
||||
FROM FD-SWITCH-MIB
|
||||
powerStatusBit, fanStatusBit, ponCardRunningStatus, nonAuthOnuMac
|
||||
powerStatusBit, fanStatusBit, ponCardRunningStatus, nonAuthOnuMac, userId,
|
||||
userName, userPassword, userPermission, userAccessDeviceMap, loginTimeout,
|
||||
userEntryRowStatus
|
||||
FROM FD-SYSTEM-MIB
|
||||
alarmValue
|
||||
FROM RMON-MIB
|
||||
MODULE-COMPLIANCE, NOTIFICATION-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
MODULE-IDENTITY, NOTIFICATION-TYPE
|
||||
FROM SNMPv2-SMI;
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6
|
||||
-- May 27, 2010 at 10:56 GMT
|
||||
-- 1.3.6.1.4.1.34592.1.3.6
|
||||
eponTraps MODULE-IDENTITY
|
||||
LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
|
||||
ORGANIZATION
|
||||
"epon eoc factory."
|
||||
CONTACT-INFO
|
||||
""
|
||||
" "
|
||||
DESCRIPTION
|
||||
"Trap mib module"
|
||||
::= { epon 6 }
|
||||
|
||||
|
||||
|
||||
|
||||
@ -46,9 +62,12 @@
|
||||
-- Node definitions
|
||||
--
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0
|
||||
eponTrapsPrefix OBJECT IDENTIFIER ::= { eponTraps 0 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.1
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.1
|
||||
sniSFPStatusChange NOTIFICATION-TYPE
|
||||
OBJECTS { sfpPlugStauts }
|
||||
@ -56,7 +75,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.2
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.2
|
||||
sniPortLinkChange NOTIFICATION-TYPE
|
||||
OBJECTS { swPortLinkState }
|
||||
@ -64,7 +85,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.3
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.3
|
||||
powerStatusChange NOTIFICATION-TYPE
|
||||
OBJECTS { powerStatusBit }
|
||||
@ -72,7 +95,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.4
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.4
|
||||
fanStatusChange NOTIFICATION-TYPE
|
||||
OBJECTS { fanStatusBit }
|
||||
@ -80,7 +105,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 4 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.5
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.5
|
||||
ponRunningStatusChange NOTIFICATION-TYPE
|
||||
OBJECTS { ponCardRunningStatus }
|
||||
@ -88,7 +115,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 5 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.6
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.6
|
||||
onuLinkStatusChange NOTIFICATION-TYPE
|
||||
OBJECTS { linkOnLineStatus }
|
||||
@ -96,7 +125,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 6 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.7
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.7
|
||||
onuOnlineStatusChange NOTIFICATION-TYPE
|
||||
OBJECTS { onuOnLineStatus }
|
||||
@ -104,7 +135,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 7 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.8
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.8
|
||||
onuPortStatusChange NOTIFICATION-TYPE
|
||||
OBJECTS { uniPortLink }
|
||||
@ -112,7 +145,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 8 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.9
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.9
|
||||
swSniPortTrafficChange NOTIFICATION-TYPE
|
||||
OBJECTS { swSniPortTrafficChangeVal }
|
||||
@ -120,7 +155,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 9 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.10
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.10
|
||||
oltTrafficChange NOTIFICATION-TYPE
|
||||
OBJECTS { oltTrafficChangeVal }
|
||||
@ -128,7 +165,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 10 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.11
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.11
|
||||
onuTrafficChange NOTIFICATION-TYPE
|
||||
OBJECTS { onuTrafficChangeVal }
|
||||
@ -136,7 +175,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 11 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.12
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.12
|
||||
linkIdResourceExhaust NOTIFICATION-TYPE
|
||||
OBJECTS { linkIdExhaust }
|
||||
@ -144,7 +185,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 12 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.13
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.13
|
||||
onuIdResourceExhaust NOTIFICATION-TYPE
|
||||
OBJECTS { onuIdExhaust }
|
||||
@ -152,7 +195,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 13 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.14
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.14
|
||||
illegalRegisterAlarm NOTIFICATION-TYPE
|
||||
OBJECTS { nonAuthOnuMac }
|
||||
@ -160,7 +205,9 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 14 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.15
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.15
|
||||
onuPortRstpStateChange NOTIFICATION-TYPE
|
||||
OBJECTS { uniPortRstpState }
|
||||
@ -168,27 +215,78 @@
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 15 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.16
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.16
|
||||
rmonEventThreshold NOTIFICATION-TYPE
|
||||
OBJECTS { alarmValue }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 16 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.17
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.17
|
||||
onuDyingGasp NOTIFICATION-TYPE
|
||||
OBJECTS { onuOnLineStatus }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 17 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.18
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.18
|
||||
onuPortLoopBack NOTIFICATION-TYPE
|
||||
OBJECTS { uniPortLink }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 18 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.0.19
|
||||
oltSystemReboot NOTIFICATION-TYPE
|
||||
OBJECTS { userName }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { eponTrapsPrefix 19 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1
|
||||
fdTrapConformance OBJECT IDENTIFIER ::= { eponTraps 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1.1
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1.1
|
||||
fdTrapGroups OBJECT IDENTIFIER ::= { fdTrapConformance 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1.1.1
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1.1.1
|
||||
fdTrapGroup NOTIFICATION-GROUP
|
||||
NOTIFICATIONS { sniSFPStatusChange, sniPortLinkChange, powerStatusChange, fanStatusChange, ponRunningStatusChange,
|
||||
onuLinkStatusChange, onuOnlineStatusChange, onuPortStatusChange, swSniPortTrafficChange, oltTrafficChange,
|
||||
onuTrafficChange, onuPortRstpStateChange, illegalRegisterAlarm, linkIdResourceExhaust, onuIdResourceExhaust
|
||||
}
|
||||
onuTrafficChange, onuPortRstpStateChange, onuDyingGasp, rmonEventThreshold, onuPortLoopBack,
|
||||
oltSystemReboot, illegalRegisterAlarm, linkIdResourceExhaust, onuIdResourceExhaust }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing notification management"
|
||||
::= { fdTrapGroups 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1.2
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1.2
|
||||
fdTrapCompliances OBJECT IDENTIFIER ::= { fdTrapConformance 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1.2.1
|
||||
-- this module
|
||||
-- this module
|
||||
-- 1.3.6.1.4.1.34592.1.3.6.1.2.1
|
||||
fdTrapCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
@ -197,6 +295,7 @@
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS { fdTrapGroup }
|
||||
::= { fdTrapCompliances 1 }
|
||||
|
||||
|
||||
|
||||
END
|
||||
|
89
mibs/cdata/LTNET-COMMONINFO-MIB
Normal file
89
mibs/cdata/LTNET-COMMONINFO-MIB
Normal file
@ -0,0 +1,89 @@
|
||||
|
||||
|
||||
LTNET-COMMONINFO-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
|
||||
OBJECT-TYPE
|
||||
FROM RFC-1212
|
||||
DisplayString
|
||||
FROM RFC1213-MIB
|
||||
NetworkAddress FROM RFC1155-SMI
|
||||
ltnetRoot
|
||||
FROM LTNET-ROOT
|
||||
;
|
||||
|
||||
|
||||
ltnetCommonInfoGroup OBJECT IDENTIFIER ::= { ltnetRoot 3 }
|
||||
ltnetIpSimpleInfo OBJECT IDENTIFIER ::= { ltnetCommonInfoGroup 1 }
|
||||
ltnetSubJoinedInfo OBJECT IDENTIFIER ::= { ltnetCommonInfoGroup 4 }
|
||||
|
||||
ltnetIpNetAddress OBJECT-TYPE
|
||||
SYNTAX NetworkAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
" "
|
||||
::= { ltnetIpSimpleInfo 1 }
|
||||
|
||||
ltnetIpMask OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..31)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
" "
|
||||
::= { ltnetIpSimpleInfo 2 }
|
||||
|
||||
ltnetIpDefaultGateway OBJECT-TYPE
|
||||
SYNTAX NetworkAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
" "
|
||||
::= { ltnetIpSimpleInfo 3 }
|
||||
|
||||
ltnetIpDns OBJECT-TYPE
|
||||
SYNTAX NetworkAddress
|
||||
ACCESS read-write
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
" "
|
||||
::= { ltnetIpSimpleInfo 4 }
|
||||
|
||||
ltnetIpPhysicalAddress OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This variable reports the media dependant 'physical' address of
|
||||
the NE. This object was added to support the generation of traps."
|
||||
::= { ltnetIpSimpleInfo 5 }
|
||||
|
||||
-- *
|
||||
|
||||
ltnetCommIdentifyNum OBJECT-TYPE
|
||||
SYNTAX OCTET STRING ( SIZE(6 .. 10) )
|
||||
ACCESS read-write
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { ltnetSubJoinedInfo 1 }
|
||||
|
||||
ltnetCommonTime OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { ltnetSubJoinedInfo 2 }
|
||||
|
||||
ltnetAlarmDelayTime OBJECT-TYPE
|
||||
SYNTAX INTEGER ( 0..600 )
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { ltnetSubJoinedInfo 3 }
|
||||
|
||||
|
||||
END
|
21
mibs/cdata/LTNET-ROOT
Normal file
21
mibs/cdata/LTNET-ROOT
Normal file
@ -0,0 +1,21 @@
|
||||
LTNET-ROOT DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
enterprises
|
||||
FROM RFC1155-SMI
|
||||
;
|
||||
ltnetRoot OBJECT IDENTIFIER ::= { enterprises 33826 }
|
||||
|
||||
-- DESCRIPTION
|
||||
|
||||
ltnetHFCemsTree OBJECT IDENTIFIER ::= { ltnetRoot 1 }
|
||||
|
||||
-- DESCRIPTION
|
||||
|
||||
osIdent OBJECT IDENTIFIER ::= { ltnetHFCemsTree 1}
|
||||
|
||||
-- DESCRIPTION
|
||||
|
||||
ltnetSmartDeviceTree OBJECT IDENTIFIER ::= { ltnetRoot 2 }
|
||||
|
||||
END
|
7509
mibs/cdata/NSCRTV-PON-TREE-EXT-MIB
Normal file
7509
mibs/cdata/NSCRTV-PON-TREE-EXT-MIB
Normal file
File diff suppressed because it is too large
Load Diff
@ -753,8 +753,8 @@ SPC200 DEFINITIONS ::= BEGIN
|
||||
STATUS current
|
||||
DESCRIPTION "Minimum signal measured over several samples for the
|
||||
associated carrier wave entry. The value is expressed
|
||||
in Glomer<65> which can be converted in dBm/Hz using the
|
||||
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
|
||||
in Glomer<65> which can be converted in dBm/Hz using the
|
||||
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
|
||||
::= { plcSNAnalyserEntry 1 }
|
||||
|
||||
|
||||
@ -764,8 +764,8 @@ SPC200 DEFINITIONS ::= BEGIN
|
||||
STATUS current
|
||||
DESCRIPTION "Maximum signal measured on several samples for the
|
||||
associated carrier wave entry. The value is expressed
|
||||
in Glomer<65> which can be converted in dBm/Hz using the
|
||||
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
|
||||
in Glomer<65> which can be converted in dBm/Hz using the
|
||||
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
|
||||
::= { plcSNAnalyserEntry 2 }
|
||||
|
||||
|
||||
@ -775,8 +775,8 @@ SPC200 DEFINITIONS ::= BEGIN
|
||||
STATUS current
|
||||
DESCRIPTION "Average signal measured on several samples for the
|
||||
associated carrier wave entry. The value is expressed
|
||||
in Glomer<65> which can be converted in dBm/Hz using the
|
||||
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
|
||||
in Glomer<65> which can be converted in dBm/Hz using the
|
||||
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
|
||||
::= { plcSNAnalyserEntry 3 }
|
||||
|
||||
plcSNAnalyserLastSignal OBJECT-TYPE
|
||||
@ -785,8 +785,8 @@ SPC200 DEFINITIONS ::= BEGIN
|
||||
STATUS current
|
||||
DESCRIPTION "Signal measured for last sample on the associated
|
||||
carrier wave entry. The value is expressed
|
||||
in Glomer<65> which can be converted in dBm/Hz using the
|
||||
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
|
||||
in Glomer<65> which can be converted in dBm/Hz using the
|
||||
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
|
||||
::= { plcSNAnalyserEntry 4 }
|
||||
|
||||
plcSNAnalyserFFTDiv OBJECT-TYPE
|
||||
@ -2678,127 +2678,6 @@ plcStaticSpySynchBandNb OBJECT-TYPE
|
||||
spectrum analyser data"
|
||||
::= { plcGroups 7 }
|
||||
--PR01 END
|
||||
|
||||
agentCapabilities AGENT-CAPABILITIES
|
||||
PRODUCT-RELEASE "Product-Release"
|
||||
STATUS current
|
||||
DESCRIPTION "The SPC200 chip SNMP agent capabilities"
|
||||
|
||||
SUPPORTS SPC200
|
||||
INCLUDES { nodeGroup, inputNodeGroup,
|
||||
topologyGroup, inputTopologyGroup,
|
||||
statisticGroup, softwareGroup,
|
||||
analyserGroup } --PR01
|
||||
|
||||
--OK SUPPORTS IF-MIB
|
||||
--OK INCLUDES { ifGeneralInformationGroup, ifHCPacketGroup }
|
||||
--OK VARIATION ifAdminStatus
|
||||
--OK ACCESS read-only
|
||||
--OK DESCRIPTION "Forbid the update of the administrative status"
|
||||
--OK VARIATION ifLinkUpDownTrapEnable
|
||||
--OK ACCESS not-implemented
|
||||
--OK DESCRIPTION "No trap supported"
|
||||
--KO VARIATION ifAlias
|
||||
--KO ACCESS not-implemented
|
||||
--KO DESCRIPTION "The non volatile alias name
|
||||
--KO cannot be saved on the SPC200 chip"
|
||||
--KO VARIATION ifMtu
|
||||
--KO ACCESS not-implemented
|
||||
--KO DESCRIPTION "Information not available on SPC200 chip"
|
||||
|
||||
SUPPORTS MAU-MIB
|
||||
INCLUDES { mauIfGrpBasic }
|
||||
VARIATION ifMauIndex
|
||||
DESCRIPTION "Only one MAU. So the value is always 1"
|
||||
VARIATION ifMauMediaAvailable
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ifMauMediaAvailableStateExits
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ifMauJabberState
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ifMauJabberingStateEnters
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
|
||||
SUPPORTS IP-MIB
|
||||
INCLUDES { ipGroup }
|
||||
VARIATION ipForwarding
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipDefaultTTL
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipInHdrErrors
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipInAddrErrors
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipForwDatagrams
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipInUnknownProtos
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipInDiscards
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipInDelivers
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipOutDiscards
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipOutNoRoutes
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipReasmTimeout
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipReasmReqds
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipReasmOKs
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipReasmFails
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipFragOKs
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipFragFails
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipFragCreates
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipAdEntBcastAddr
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipAdEntReasmMaxSize
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
VARIATION ipRoutingDiscards
|
||||
ACCESS not-implemented
|
||||
DESCRIPTION "Information not available on SPC200 chip"
|
||||
|
||||
SUPPORTS SNMPv2-MIB
|
||||
INCLUDES { systemGroup }
|
||||
|
||||
--OK SUPPORTS BRIDGE-MIB
|
||||
--OK INCLUDES { dot1dBase }
|
||||
--KO VARIATION dot1dBasePortDelayExceededDiscards
|
||||
--KO ACCESS not-implemented
|
||||
--KO DESCRIPTION "Information not available on SPC200 chip"
|
||||
--KO VARIATION dot1dBasePortMtuExceededDiscards
|
||||
--KO ACCESS not-implemented
|
||||
--KO DESCRIPTION "Information not available on SPC200 chip"
|
||||
|
||||
::= { plcConformance 3 }
|
||||
|
||||
|
||||
-- ifTableExt data
|
||||
|
200
mibs/cdata/VENDOR-COMMON-MIB
Normal file
200
mibs/cdata/VENDOR-COMMON-MIB
Normal file
@ -0,0 +1,200 @@
|
||||
--
|
||||
-- VENDOR-COMMON-MIB.my
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
|
||||
-- Tuesday, Dec 25, 2017 at 15:03:49
|
||||
--
|
||||
|
||||
VENDOR-COMMON-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592
|
||||
vendor MODULE-IDENTITY
|
||||
LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
|
||||
ORGANIZATION
|
||||
"vendor."
|
||||
CONTACT-INFO
|
||||
" "
|
||||
DESCRIPTION
|
||||
"vendor common mib module"
|
||||
::= { enterprises 34592 }
|
||||
|
||||
|
||||
|
||||
--
|
||||
-- Textual conventions
|
||||
--
|
||||
|
||||
-- Textual conventions
|
||||
--
|
||||
-- Textual conventions
|
||||
--
|
||||
OperSwitch ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device function operation switch type"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
enable(1),
|
||||
disable(2)
|
||||
}
|
||||
|
||||
DeviceStatus ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device work status type. One device or dummy device may
|
||||
have following five work status:
|
||||
notPresent(1): the device is not present (not installed)
|
||||
offline(2):the device is present,but can not be communicated (or failed to get its info)
|
||||
online(3):the device is present and can be communicated
|
||||
normal(4):the device is online and work well
|
||||
abnormal(5): the device is online but work abnormal for some reason"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
notPresent(1),
|
||||
offline(2),
|
||||
online(3),
|
||||
normal(4),
|
||||
abnormal(5)
|
||||
}
|
||||
|
||||
DataDirection ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A data channel normally have two direction, up and down"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
upstream(1),
|
||||
downstream(2)
|
||||
}
|
||||
|
||||
DeviceOperation ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This type defines an operate action aggregate"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
reset(2),
|
||||
default(3),
|
||||
saveConfig(4),
|
||||
restore(5),
|
||||
delete(6)
|
||||
}
|
||||
|
||||
LedStatus ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Led status"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
on(1),
|
||||
off(2),
|
||||
blink(3)
|
||||
}
|
||||
|
||||
DeviceType ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device type convention. Define all PBB device type value.
|
||||
|
||||
----------------------------------
|
||||
| family | series | class | type |
|
||||
----------------------------------
|
||||
8b 8b 8b 8b
|
||||
|
||||
refer to document <pducuct type defines>"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
epon(16842752),
|
||||
chassis(16843009),
|
||||
olt(16843265),
|
||||
pon(16843521),
|
||||
pon1(16909057),
|
||||
epon1u(17105153),
|
||||
olt1(17105409),
|
||||
pon2(17105665),
|
||||
onu4db(16974081),
|
||||
onu4db1(16974082),
|
||||
onu4db2(16974083),
|
||||
onu8db(16974084),
|
||||
onu4d(16974085),
|
||||
onu1d(16974086),
|
||||
onu1dg(16974087),
|
||||
onu2dg(16974088),
|
||||
onu2dgm(16974095),
|
||||
onu4dgm(16974094),
|
||||
onu4dp(16974089),
|
||||
onu3dm(16974090),
|
||||
onu4d1(16974091),
|
||||
onu2dm(16974092),
|
||||
onu4d2p(16974337),
|
||||
onu4d2pp(16974338),
|
||||
onu4d1r(16974593),
|
||||
onu4d1rp(16974594),
|
||||
onu4d2p1r(16974849),
|
||||
onu4d2p1r1(17040129),
|
||||
onu4d2p1rp(16974850),
|
||||
onu24d(17039617)
|
||||
}
|
||||
|
||||
|
||||
--
|
||||
-- Node definitions
|
||||
--
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1
|
||||
ipProduct OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines the base identifier containing the definition of ip products line.
|
||||
"
|
||||
::= { vendor 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.1
|
||||
mediaConverter OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines the base identifier for the subtree
|
||||
supported by media converter line products.
|
||||
"
|
||||
::= { ipProduct 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.2
|
||||
switch OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines the base identifier for the subtree
|
||||
supported by smartCPE Switch line products.
|
||||
"
|
||||
::= { ipProduct 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.3
|
||||
pon OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" "
|
||||
::= { ipProduct 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.34592.1.4
|
||||
eoc OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" "
|
||||
::= { ipProduct 4 }
|
||||
|
||||
|
||||
|
||||
END
|
||||
|
||||
--
|
||||
-- EPON-EOC-MIB.my
|
||||
--
|
@ -206,7 +206,7 @@ rmtCardDesc OBJECT-TYPE
|
||||
-- [Card Objects] --
|
||||
cardObjects OBJECT IDENTIFIER ::= {systemMIB 4}
|
||||
|
||||
-- --[NMU Objects] --
|
||||
-- [NMU Objects] --
|
||||
nmuObjects OBJECT IDENTIFIER ::= {cardObjects 1}
|
||||
nmuConfig OBJECT IDENTIFIER ::= {nmuObjects 1}
|
||||
|
||||
@ -288,7 +288,7 @@ trapHost4 OBJECT-TYPE
|
||||
DESCRIPTION "The fourth host's IP address used to receive trap messages"
|
||||
::= { nmuConfig 11 }
|
||||
|
||||
-- --[MC Configuration table] --
|
||||
-- [MC Configuration table] --
|
||||
mcCmObjects OBJECT IDENTIFIER ::= {cardObjects 2}
|
||||
|
||||
mcCmTable OBJECT-TYPE
|
||||
@ -639,10 +639,10 @@ mcRmtUtility OBJECT-TYPE
|
||||
DESCRIPTION "Rmote cards's reset, default to factory, set to HW word, etc..."
|
||||
::= { mcCmEntry 35 }
|
||||
|
||||
-- --[MC 1G card Specific CM table] --
|
||||
-- [MC 1G card Specific CM table] --
|
||||
mcCm1gSpecificObjects OBJECT IDENTIFIER ::= {mcCmObjects 2}
|
||||
|
||||
-- -- --[MC 1G card IP table] --
|
||||
-- [MC 1G card IP table] --
|
||||
mcCm1gIpObjects OBJECT IDENTIFIER ::= {mcCm1gSpecificObjects 1}
|
||||
|
||||
mcCm1gIpTable OBJECT-TYPE
|
||||
@ -679,7 +679,7 @@ mcIpAddr OBJECT-TYPE
|
||||
DESCRIPTION "The Ip address of the node"
|
||||
::= { mcCm1gIpEntry 2 }
|
||||
|
||||
-- -- --[MC 1G card SFP table] --
|
||||
-- [MC 1G card SFP table] --
|
||||
mcCm1gSfpObjects OBJECT IDENTIFIER ::= {mcCm1gSpecificObjects 2}
|
||||
|
||||
mcCm1gSfpTable OBJECT-TYPE
|
||||
@ -819,7 +819,7 @@ sfpVoltage OBJECT-TYPE
|
||||
DESCRIPTION "SFP voltage, units of 0.1mV (one word)"
|
||||
::= { mcCm1gSfpEntry 13 }
|
||||
|
||||
-- --[MC Performance table] --
|
||||
-- [MC Performance table] --
|
||||
mcPmObjects OBJECT IDENTIFIER ::= {cardObjects 3}
|
||||
|
||||
mcPmTable OBJECT-TYPE
|
||||
@ -880,10 +880,10 @@ mcPmRest OBJECT-TYPE
|
||||
DESCRIPTION "reset counter"
|
||||
::= { mcPmEntry 5 }
|
||||
|
||||
-- ---------------------------------------------------------------------------------------------
|
||||
--
|
||||
-- [Trap definition] --
|
||||
|
||||
-- --[shelf alarm] -- (1~19)
|
||||
-- [shelf alarm] --
|
||||
shelf-Detected NOTIFICATION-TYPE
|
||||
OBJECTS { shelfIdx }
|
||||
STATUS current
|
||||
@ -932,7 +932,7 @@ shelf-fan-Off NOTIFICATION-TYPE
|
||||
DESCRIPTION "Fan A is lost"
|
||||
::= { alarmMIB 8}
|
||||
|
||||
-- --[card common alarm] -- (20~29)
|
||||
-- [card common alarm] --
|
||||
card-Detected NOTIFICATION-TYPE
|
||||
OBJECTS { shelfIdx, slotIdx }
|
||||
STATUS current
|
||||
@ -945,7 +945,7 @@ card-Lost NOTIFICATION-TYPE
|
||||
DESCRIPTION "A card is lost"
|
||||
::= { alarmMIB 21}
|
||||
|
||||
-- --[card specific (MC) alarm] -- (above 30)
|
||||
-- [card specific (MC) alarm] --
|
||||
card-MC-Co-Tx-Up NOTIFICATION-TYPE
|
||||
OBJECTS { shelfIdx, slotIdx }
|
||||
STATUS current
|
||||
|
@ -1445,6 +1445,7 @@ cevChassisAsa5506H OBJECT IDENTIFIER ::= { cevChassis 1663
|
||||
cevChassisAsa5516 OBJECT IDENTIFIER ::= { cevChassis 1664 } -- Cisco Adaptive Security Appliance (ASA) 5516 Chassis
|
||||
cevChassis819GWLTE OBJECT IDENTIFIER ::= { cevChassis 1665 } -- cisco819GWLTE router with 1 4G LTE interface, 4 Fast Ethernet LAN interfaces, 1GE WAN, 1 Serial(sync/async) interface, 2 terminal lines, 1 Virtual Private Network (VPN) Module, 1 cisco Embedded AP, 1 Console/Aux port, and 1GB FLASH
|
||||
cevChassisN3kC3548P10GX OBJECT IDENTIFIER ::= { cevChassis 1666 } -- Nexus 3500 Series 1 RU fixed chassis (Monticello-2) with 48 SFPs, 2 Power Supplies, 4 individual Fans
|
||||
cevChassisASR92016SZIM OBJECT IDENTIFIER ::= { cevChassis 1667 } -- Cisco ASR920 Series - 12GE and 4-10GE - Modular PSU and IM
|
||||
cevChassisciscoIR829GWLTEVZAK9 OBJECT IDENTIFIER ::= { cevChassis 1668 } -- IR829 Hardened WAN GE 4G LTE secure platform multi-mode Verizon LTE/DoRa with 802.11n, PoE, FCC compliant
|
||||
cevChassisciscoIR829GWLTENAAK9 OBJECT IDENTIFIER ::= { cevChassis 1669 } -- IR829 Hardened WAN GE 4G LTE secure platform multi-mode ATT and Canada LTE/HSPA+ with 802.11n, PoE, FCC compliant
|
||||
cevChassisciscoIR829GWLTEGAEK9 OBJECT IDENTIFIER ::= { cevChassis 1670 } -- IR829 Hardened WAN GE 4G LTE secure platform multi-mode Global (Europe) LTE/HSPA+ with 802.11n, PoE, ETSI Compliant
|
||||
@ -1592,6 +1593,7 @@ cevChassisUCSFI6454 OBJECT IDENTIFIER ::= { cevChassis 1828
|
||||
cevChassisISR4221 OBJECT IDENTIFIER ::= { cevChassis 1829 } -- Cisco ISR 4221 Router Chassis
|
||||
cevChassisISR4221B OBJECT IDENTIFIER ::= { cevChassis 1830 } -- Cisco ISR 4221 Router Boost Chassis
|
||||
cevChassisCSP2100 OBJECT IDENTIFIER ::= { cevChassis 1831 } -- Cloud Services Platform Model CSP-2100
|
||||
cevChassisNCS5516CHASSIS OBJECT IDENTIFIER ::= { cevChassis 1832 } -- NCS5500 16 Slot Single Chassis
|
||||
cevChassisMadeiraC480 OBJECT IDENTIFIER ::= { cevChassis 1833 } -- 4 socket C-series (rack) system
|
||||
cevChassisCDB8U OBJECT IDENTIFIER ::= { cevChassis 1834 } -- Catalyst Digital Building 8 Port UPoE
|
||||
cevChassisCDB8P OBJECT IDENTIFIER ::= { cevChassis 1835 } -- Catalyst Digital Building 8 Port PoE+
|
||||
@ -2079,16 +2081,24 @@ cevChassisN9KC9332DGX2B OBJECT IDENTIFIER ::= { cevChassis 2403 }
|
||||
cevChassisASR9903 OBJECT IDENTIFIER ::= { cevChassis 2404 } -- ASR 9903 Chassis
|
||||
cevChassisIR8140HK9 OBJECT IDENTIFIER ::= { cevChassis 2405 } -- Cisco Catalyst IR8140H Heavy Duty Series Router
|
||||
cevChassisIR8140HPK9 OBJECT IDENTIFIER ::= { cevChassis 2406 } -- Cisco Catalyst IR8140H Heavy Duty Series Router with PoE
|
||||
cevChassisIR8340K9 OBJECT IDENTIFIER ::= { cevChassis 2407 } -- Cisco Catalyst IR8340 Rugged Router System with 12 1G LAN ports and 2 1G WAN ports
|
||||
cevChassisC8500L8S4X OBJECT IDENTIFIER ::= { cevChassis 2408 } -- Cisco C8500L-8S4X chassis(4x10GE SFP+, 8x1GE SFP, 12Core, 16G FLASH, 16G DRAM)
|
||||
cevChassisC11138PLteEAWA OBJECT IDENTIFIER ::= { cevChassis 2412 } -- Cisco C1113-8PLTEEAWA Router Chassis
|
||||
cevChassisN9KC9336CFX2E OBJECT IDENTIFIER ::= { cevChassis 2413 } -- 1RU TOR fixed chassis with 36x40G/100G QSFP28 ports
|
||||
cevChassisC950056C16D OBJECT IDENTIFIER ::= { cevChassis 2414 } -- Cisco Catalyst 9500 series, fixed chassis with 56-port x 100G + 16-port x 400G
|
||||
cevChassisC950028C8D OBJECT IDENTIFIER ::= { cevChassis 2421 } -- Cisco Catalyst 9500 series, fixed chassis with 28-port x 100G + 8-port x 400G
|
||||
cevChassisC950056C16D OBJECT IDENTIFIER ::= { cevChassis 2414 } -- Cisco Catalyst 9500X series, fixed chassis with 56-port x 100G + 16-port x 400G
|
||||
cevChassisNCS57C3MODCHASSIS OBJECT IDENTIFIER ::= { cevChassis 2420 } -- Network Convergence System-57A3 Hybrid Chassis with one LC and 2 fruable RP's. LC is Non-SE variant so chassis is also Non-SE variant
|
||||
cevChassisC950028C8D OBJECT IDENTIFIER ::= { cevChassis 2421 } -- Cisco Catalyst 9500X series, fixed chassis with 28-port x 100G + 8-port x 400G
|
||||
cevChassisNCS540L24Q8L2DDSYS OBJECT IDENTIFIER ::= { cevChassis 2422 } -- NCS540L series - N540-24Q8L2DD-SYS
|
||||
cevChassis8608 OBJECT IDENTIFIER ::= { cevChassis 2424 } -- Cisco 8600 - 8 Slot Centralized Chassis
|
||||
cevChassisASR9902 OBJECT IDENTIFIER ::= { cevChassis 2432 } -- ASR 9902 Chassis
|
||||
cevChassis03FR027R16 OBJECT IDENTIFIER ::= { cevChassis 2433 } -- IBM SAN16C-R 8977-R16 16 Port PSI 32G SAN Extension Switch
|
||||
cevChassis03FR026R16 OBJECT IDENTIFIER ::= { cevChassis 2434 } -- IBM SAN16C-R 8977-R16 16 Port PSE 32G SAN Extension Switch
|
||||
cevChassisFpr3110td OBJECT IDENTIFIER ::= { cevChassis 2438 } -- Chassis for Cisco Firepower 3110 Security Appliance
|
||||
cevChassisFpr3120td OBJECT IDENTIFIER ::= { cevChassis 2439 } -- Chassis for Cisco Firepower 3120 Security Appliance
|
||||
cevChassisFpr3130td OBJECT IDENTIFIER ::= { cevChassis 2440 } -- Chassis for Cisco Firepower 3130 Security Appliance
|
||||
cevChassisFpr3140td OBJECT IDENTIFIER ::= { cevChassis 2441 } -- Chassis for Cisco Firepower 3140 Security Appliance
|
||||
cevChassisFPR3100DC OBJECT IDENTIFIER ::= { cevChassis 2442 } -- Firepower 3100 chassis with DC power
|
||||
cevChassisFPR3100AC OBJECT IDENTIFIER ::= { cevChassis 2443 } -- Firepower 3100 chassis with AC power
|
||||
cevChassis810132FH OBJECT IDENTIFIER ::= { cevChassis 2472 } -- Cisco 8100 32x400G QSFPDD 1RU Fixed System w/o HBM
|
||||
cevChassisN3KT48X OBJECT IDENTIFIER ::= { cevChassis 2474 } -- Nexus 3000 Series 1 RU fixed chassis with 48x10G Ethernet Module
|
||||
cevChassisNCS1010SA OBJECT IDENTIFIER ::= { cevChassis 2478 } -- Cisco Network Convergence System 1010 Shelf Assembly
|
||||
@ -2099,6 +2109,14 @@ cevChassisDSC9148VK9 OBJECT IDENTIFIER ::= { cevChassis 251
|
||||
cevChassisDSC9124VK9 OBJECT IDENTIFIER ::= { cevChassis 2514 } -- Chassis information for 24 port 8/16/32/64 Gbps FC/Sup-4 Switch
|
||||
cevChassisN9KC93180YCFX3H OBJECT IDENTIFIER ::= { cevChassis 2518 } -- Nexus 9300 series fixed chassis with 24x1/10/25G SFP+, 6*40/100G Ethernet
|
||||
cevChassisN9KC93108TCFX3H OBJECT IDENTIFIER ::= { cevChassis 2519 } -- Cisco 1RU N9K-C93108TC-FX3P TOR chassis with 32 UPOE 24 100M/1G/2.5G/5G/10G base T downlink and 6x40/100G (QSFP28) uplink Ethernet
|
||||
cevChassis03FR176 OBJECT IDENTIFIER ::= { cevChassis 2523 } -- IBM SAN48C-7 9024-V48 48x64G PSE SAN Switch
|
||||
cevChassis03FR180 OBJECT IDENTIFIER ::= { cevChassis 2524 } -- IBM SAN48C-7 9024-V48 48x64G PSI SAN Switch
|
||||
cevChassis03FR183 OBJECT IDENTIFIER ::= { cevChassis 2525 } -- IBM SAN24C-7 9024-V24 24x64G PSE SAN Switch
|
||||
cevChassis03FR186 OBJECT IDENTIFIER ::= { cevChassis 2526 } -- IBM SAN24C-7 9024-V24 24x64G PSI SAN Switch
|
||||
cevChassisIE31008T4S OBJECT IDENTIFIER ::= { cevChassis 2532 } -- Catalyst IE3100 with 8 GE Copper and 4 GE SFP Ports, Fixed system, Network Essentials
|
||||
cevChassisESR6300LICK9 OBJECT IDENTIFIER ::= { cevChassis 2533 } -- Cisco ESR6300 Embedded Services Router Software operating on authorized 3rd party hardware
|
||||
cevChassisC8500L8S2X2Y OBJECT IDENTIFIER ::= { cevChassis 2534 } -- Cisco Aggregation Services Router 1000 Series, C8500L-8S2X2Y Chassis
|
||||
cevChassisC8500L8S8X4Y OBJECT IDENTIFIER ::= { cevChassis 2535 } -- Cisco Aggregation Services Router 1000 Series, C8500L-8S8X4Y Chassis
|
||||
|
||||
|
||||
cevBackplane OBJECT IDENTIFIER ::= { cevMIBObjects 4 }
|
||||
@ -2547,14 +2565,16 @@ cevContainerASR907PowerSupplySlot OBJECT IDENTIFIER ::= { cevContainer 416
|
||||
cevContainerASR907RPSlot OBJECT IDENTIFIER ::= { cevContainer 417 } -- ASR 907 Route Processor Slot
|
||||
cevContainerASR907LineCardSlot OBJECT IDENTIFIER ::= { cevContainer 418 } -- ASR 907 IM Slot
|
||||
cevContainerNC55A2FANLFW OBJECT IDENTIFIER ::= { cevContainer 419 } -- PEYTO latch type fan tray NC55-A2-FAN-L-FW NCS: Network Convergence System
|
||||
cevContainerC9500RPSlot OBJECT IDENTIFIER ::= { cevContainer 420 } -- Cisco Catalyst 9500 Series Routing Processor Module Container
|
||||
cevContainerC9500RPSlot OBJECT IDENTIFIER ::= { cevContainer 420 } -- Cisco Catalyst 9500X Series Routing Processor Module Container
|
||||
cevContainerQSFPDD OBJECT IDENTIFIER ::= { cevContainer 423 } -- QSFP_DD module container
|
||||
cevContainerIR1800POEBay OBJECT IDENTIFIER ::= { cevContainer 426 } -- IR1800 Series Power Over Ethernet Bay
|
||||
cevContainerDSC9220IK9FANBay OBJECT IDENTIFIER ::= { cevContainer 427 } -- Container for Fan Bay of DS-C9220I-K9
|
||||
cevContainerDSC9220IK9PSU OBJECT IDENTIFIER ::= { cevContainer 428 } -- Container for Power Supply Unit of DS-C9220I-K9
|
||||
cevContainerDSC9220IAC1200W OBJECT IDENTIFIER ::= { cevContainer 429 } -- Container for 1200W AC Power Supply for MDS-9220I 32G x 12 FC ports fabric switch
|
||||
cevContainerC95001RUFanTrayBay OBJECT IDENTIFIER ::= { cevContainer 436 } -- Cisco Catalyst 9500 Series 1RU Fan Tray Bay Module Container
|
||||
cevContainerC95001RUPowerSupplyBay OBJECT IDENTIFIER ::= { cevContainer 437 } -- Cisco Catalyst 9500 Series 1RU Power Supply Bay Module Container
|
||||
cevContainerFPR3100FanBay OBJECT IDENTIFIER ::= { cevContainer 434 } -- FirePOWER 3100 Fan Bay
|
||||
cevContainerFPR3100PowerSupplyBay OBJECT IDENTIFIER ::= { cevContainer 435 } -- FirePOWER 3100 Power Supply Bay
|
||||
cevContainerC95001RUFanTrayBay OBJECT IDENTIFIER ::= { cevContainer 436 } -- Cisco Catalyst 9500X Series 1RU Fan Tray Bay Module Container
|
||||
cevContainerC95001RUPowerSupplyBay OBJECT IDENTIFIER ::= { cevContainer 437 } -- Cisco Catalyst 9500X Series 1RU Power Supply Bay Module Container
|
||||
cevContainerDSC9148VK9PSU OBJECT IDENTIFIER ::= { cevContainer 438 } -- "Power Supply Unit" information for 48 port 8/16/32/64 Gbps FC/Sup-4 Switch
|
||||
cevContainerDSC9148VK9FanBay OBJECT IDENTIFIER ::= { cevContainer 439 } -- Fan Bay information for 48 port 8/16/32/64 Gbps FC/Sup-4 Switch
|
||||
cevDSC9124VK9PSU OBJECT IDENTIFIER ::= { cevContainer 440 } -- "Power Supply Unit" information for 24 port 8/16/32/64 Gbps FC/Sup-4 Switch
|
||||
@ -2563,7 +2583,6 @@ cevContainerN9KC9808FANBAY OBJECT IDENTIFIER ::= { cevContainer 442
|
||||
cevContainerN9KC9808PSUBAY OBJECT IDENTIFIER ::= { cevContainer 443 } -- Container for Nexus9808 power supply
|
||||
|
||||
|
||||
|
||||
cevPowerSupply OBJECT IDENTIFIER ::= { cevMIBObjects 6 }
|
||||
cevPowerSupplyAC1360W OBJECT IDENTIFIER ::= { cevPowerSupply 1 }
|
||||
cevPowerSupplyDC1360W OBJECT IDENTIFIER ::= { cevPowerSupply 2 }
|
||||
@ -2978,6 +2997,7 @@ cevPowerSupplySCE10000AC1200W OBJECT IDENTIFIER ::= { cevPowerSupply 4
|
||||
cevPowerSupplySCE10000DC930W OBJECT IDENTIFIER ::= { cevPowerSupply 481 } -- SCE10000 PSU Direct Current, 930 Watts
|
||||
cevPowerSupplyDSCAC1200WE OBJECT IDENTIFIER ::= { cevPowerSupply 482 } -- 1200W AC Power Supply (port-side exhaust) for MDS-9396 16G x 96 FC ports fabric switch
|
||||
cevPowerSupplyDSCAC1200W OBJECT IDENTIFIER ::= { cevPowerSupply 483 } -- 1200W AC Power Supply (bi-directional/ VE PSU) for MDS-9396 16G x 96 FC ports fabric switch
|
||||
cevPowerSupplyA920PWR400A OBJECT IDENTIFIER ::= { cevPowerSupply 484 } -- Cisco ASR920 Series Crete AC, Non uPoE PS.
|
||||
cevPowerSupplyUCS6332AC OBJECT IDENTIFIER ::= { cevPowerSupply 487 } -- UCS 6332 Power Supply/100-240V AC
|
||||
cevPowerSupplyUCS6332DC OBJECT IDENTIFIER ::= { cevPowerSupply 488 } -- UCS 6332 DC Power Supply
|
||||
cevPowerSupplyASR9KACV2PWRTRAY OBJECT IDENTIFIER ::= { cevPowerSupply 492 } -- ASR9K AC Power Tray Version 2
|
||||
@ -3214,6 +3234,10 @@ cevPowerSupplyAC1600W OBJECT IDENTIFIER ::= { cevPowerSupply 7
|
||||
cevPowerSupplyDC1600W OBJECT IDENTIFIER ::= { cevPowerSupply 763 } -- 1.6kW DC Power Module
|
||||
cevPowerSupplyNXAPDC715WPE OBJECT IDENTIFIER ::= { cevPowerSupply 764 } -- DC PSU 715W
|
||||
cevPowerSupplyNXAPDC715WPI OBJECT IDENTIFIER ::= { cevPowerSupply 765 } -- DC PSU 715W
|
||||
cevPowerSupplyNC571600WACFW OBJECT IDENTIFIER ::= { cevPowerSupply 766 } -- 1600W PSU for Eyrie program from Belpower
|
||||
cevPowerSupplyNC571600WDCFW OBJECT IDENTIFIER ::= { cevPowerSupply 767 } -- New Dc power supply for Eyrie
|
||||
cevPowerSupplyPWRRGD150WACH OBJECT IDENTIFIER ::= { cevPowerSupply 768 } -- Sumatra 150W AC-DC High (H) Power Supply Module for Cisco IR8340-K9
|
||||
cevPowerSupplyPWRRGD150WDCL OBJECT IDENTIFIER ::= { cevPowerSupply 769 } -- Sumatra 150W DC Low (L) Power Supply Module for Cisco IR8340-K9
|
||||
cevPowerSupplyPSU60KWHV OBJECT IDENTIFIER ::= { cevPowerSupply 770 } -- 6.0KW AC/HVAC/HVDC Power Supply
|
||||
cevPowerSupplyDSCAC500WI OBJECT IDENTIFIER ::= { cevPowerSupply 771 } -- DS-CAC-500W-I, Port side intake, 500W AC Power Supply Unit for DS-C9220U-K9
|
||||
cevPowerSupplyDSCAC500WE OBJECT IDENTIFIER ::= { cevPowerSupply 772 } -- DS-CAC-500W-E, Port side exhaust, 500W AC Power Supply Unit for DS-C9220I-K9
|
||||
@ -3221,17 +3245,23 @@ cevPowerSupplyNXAPAC3KWPI OBJECT IDENTIFIER ::= { cevPowerSupply 7
|
||||
cevPowerSupplyNXAPAC3KWPE OBJECT IDENTIFIER ::= { cevPowerSupply 774 } -- 3KW AC Power Supply for TOR
|
||||
cevPowerSupplyNXAPDC3KWPI OBJECT IDENTIFIER ::= { cevPowerSupply 775 } -- 3KW AC Power Supply for TOR
|
||||
cevPowerSupplyNXAPDC3KWPE OBJECT IDENTIFIER ::= { cevPowerSupply 776 } -- 3KW AC Power Supply for TOR
|
||||
cevPowerSupplyC9500PSU1500WDCF OBJECT IDENTIFIER ::= { cevPowerSupply 777 } -- Cisco Catalyst 9500 Series 1500W Forward Airflow DC/DC Power Supply
|
||||
cevPowerSupplyC9500PSU1500WDCR OBJECT IDENTIFIER ::= { cevPowerSupply 778 } -- Cisco Catalyst 9500 Series 1500W Reverse Airflow DC/DC Power Supply
|
||||
cevPowerSupplyC9500PSU1500WACF OBJECT IDENTIFIER ::= { cevPowerSupply 779 } -- Cisco Catalyst 9500 Series 1500W Forward Airflow AC/DC Power Supply
|
||||
cevPowerSupplyC9500PSU1500WACR OBJECT IDENTIFIER ::= { cevPowerSupply 780 } -- Cisco Catalyst 9500 Series 1500W Reverse Airflow AC/DC Power Supply
|
||||
cevPowerSupplyC9500PSU1500WDCF OBJECT IDENTIFIER ::= { cevPowerSupply 777 } -- Cisco Catalyst 9500X Series 1500W Forward Airflow DC/DC Power Supply
|
||||
cevPowerSupplyC9500PSU1500WDCR OBJECT IDENTIFIER ::= { cevPowerSupply 778 } -- Cisco Catalyst 9500X Series 1500W Reverse Airflow DC/DC Power Supply
|
||||
cevPowerSupplyC9500PSU1500WACF OBJECT IDENTIFIER ::= { cevPowerSupply 779 } -- Cisco Catalyst 9500X Series 1500W Forward Airflow AC/DC Power Supply
|
||||
cevPowerSupplyC9500PSU1500WACR OBJECT IDENTIFIER ::= { cevPowerSupply 780 } -- Cisco Catalyst 9500X Series 1500W Reverse Airflow AC/DC Power Supply
|
||||
cevPowerSupplyPWRCC1HV400W OBJECT IDENTIFIER ::= { cevPowerSupply 781 } -- C8500L-8S4X 400 watt HV Power Supply
|
||||
cevPowerSupplyPSU650WACPI OBJECT IDENTIFIER ::= { cevPowerSupply 782 } -- 650W AC Port side intake supply
|
||||
cevPowerSupplyPSU650WACPE OBJECT IDENTIFIER ::= { cevPowerSupply 783 } -- 650W AC Port side exhaust supply
|
||||
cevPowerSupplyPSU930WDCPE OBJECT IDENTIFIER ::= { cevPowerSupply 784 } -- 930W DC Port side exhaust supply
|
||||
cevPowerSupplyPSU930WDCPI OBJECT IDENTIFIER ::= { cevPowerSupply 785 } -- 930W DC Port side Intake supply
|
||||
cevPowerSupplyPWRRGDACDC250W OBJECT IDENTIFIER ::= { cevPowerSupply 786 } -- Sumatra 250W AC-DC Power Supply Module for Cisco IR8340-K9
|
||||
cevPowerSupplyNCS1010ACPSU OBJECT IDENTIFIER ::= { cevPowerSupply 802 } -- Cisco Network Convergence System 1010 AC PSU
|
||||
cevPowerSupplyNCS1010DCPSU OBJECT IDENTIFIER ::= { cevPowerSupply 803 } -- Cisco Network Convergence System 1010 DC PSU
|
||||
cevPowerSupplyN9KPAC3200WPI OBJECT IDENTIFIER ::= { cevPowerSupply 805 } -- N9K 3200W AC/DC Power Supply, Port Intake
|
||||
cevPowerSupplyNXKHV6300W20A OBJECT IDENTIFIER ::= { cevPowerSupply 815 } -- 6.3KW20A Power Supply for Mando chassis
|
||||
cevPowerSupplyNXKHV6300W30A OBJECT IDENTIFIER ::= { cevPowerSupply 816 } -- 6.3KW30A Power Supply for Mando chassis
|
||||
cevPowerSupplyNXKDC4400W OBJECT IDENTIFIER ::= { cevPowerSupply 817 } -- 4.4KW DC Power Supply for Mando chassis
|
||||
cevPowerSupplyN9KPDC3200WPI OBJECT IDENTIFIER ::= { cevPowerSupply 824 } -- N9K 3200W DC Power Supply, Port Intake
|
||||
|
||||
|
||||
cevFan OBJECT IDENTIFIER ::= { cevMIBObjects 7 }
|
||||
@ -3466,6 +3496,7 @@ cevFanAsa5516ChassisFan OBJECT IDENTIFIER ::= { cevFan 264 } -- Chassis
|
||||
cevFanC6840XFAN OBJECT IDENTIFIER ::= { cevFan 265 } -- FRU type FAN support for Catalyst 68xx family
|
||||
cevFanASR1002HXFanTray OBJECT IDENTIFIER ::= { cevFan 266 } -- Cisco ASR1002-HX Fan Tray
|
||||
cevFanAsr9910Fan OBJECT IDENTIFIER ::= { cevFan 267 } -- ASR 9910 Fan Tray
|
||||
cevFanASR920FanTray2ru OBJECT IDENTIFIER ::= { cevFan 268 } -- Fan tray for Crete box. Total 2 fans in this model
|
||||
cevFanDSC9718FAN OBJECT IDENTIFIER ::= { cevFan 269 } -- Fan module for MDS 18-Slot Director Switch, DS-C9718
|
||||
cevFanT3R OBJECT IDENTIFIER ::= { cevFan 275 } -- Cisco 3850-XS FAN T3-R
|
||||
cevFanT3F OBJECT IDENTIFIER ::= { cevFan 276 } -- Cisco 3850-XS FAN T3-F
|
||||
@ -3603,15 +3634,19 @@ cevFanTray1RUC950056C16DF OBJECT IDENTIFIER ::= { cevFan 429 } -- Cisco Ca
|
||||
cevFanTray2RUC950056C16DF OBJECT IDENTIFIER ::= { cevFan 430 } -- Cisco Catalyst 9500 Series 2RU Fan Tray Forward
|
||||
cevFanTray1RUC950056C16DR OBJECT IDENTIFIER ::= { cevFan 431 } -- Cisco Catalyst 9500 Series 1RU Fan Tray Reverse
|
||||
cevFanTray2RUC950056C16DR OBJECT IDENTIFIER ::= { cevFan 432 } -- Cisco Catalyst 9500 Series 2RU Fan Tray Reverse
|
||||
cevFanTray1RUC9500F OBJECT IDENTIFIER ::= { cevFan 438 } -- Cisco Catalyst 9500 Series 1RU Fan Tray Forward
|
||||
cevFanTray1RUC9500R OBJECT IDENTIFIER ::= { cevFan 440} -- Cisco Catalyst 9500 Series 1RU Fan Tray Reverse
|
||||
cevFanNC57C3FAN1FW OBJECT IDENTIFIER ::= { cevFan 433 } -- Eyrie 40 mm fan tray
|
||||
cevFanNC57C3FAN2FW OBJECT IDENTIFIER ::= { cevFan 434 } -- Eyrie 60 mm fan tray
|
||||
cevFanTray1RUC9500F OBJECT IDENTIFIER ::= { cevFan 438 } -- Cisco Catalyst 9500X Series 1RU Fan Tray Forward
|
||||
cevFanTray1RUC9500R OBJECT IDENTIFIER ::= { cevFan 440} -- Cisco Catalyst 9500X Series 1RU Fan Tray Reverse
|
||||
cevFanTrayNCS1010 OBJECT IDENTIFIER ::= { cevFan 442} -- Cisco Network Convergence System 1010 Fan Tray
|
||||
cevFanN5604PWRFANR OBJECT IDENTIFIER ::= { cevFan 445 } -- Cisco NCS 560-4 High Speed Power Fan Tray(Reverse)
|
||||
cevFanN5604FANR OBJECT IDENTIFIER ::= { cevFan 446 } -- Cisco NCS 560-4 High Speed Fan Tray(Reverse)
|
||||
cevFanDSC9148VK9FANE OBJECT IDENTIFIER ::= { cevFan 448 } -- FAN information of 48 port 8/16/32/64Gbps FC/Sup-4 Switch
|
||||
cevFanDSC9124VK9FANE OBJECT IDENTIFIER ::= { cevFan 449 } -- FAN information of 24 port 8/16/32/64Gbps FC/Sup-4 Switch
|
||||
cevFanN9KC9808FANTRAY OBJECT IDENTIFIER ::= { cevFan 450 } -- N9K-C9808-FAN-A fan tray for Nexus9808 chassis
|
||||
|
||||
cevFanN9KC9400FANPI OBJECT IDENTIFIER ::= { cevFan 453 } -- N9K-C9400-FAN-PI Nexus Fan, C9400, port side intake airflow
|
||||
cevFanNC57D2FANFW OBJECT IDENTIFIER ::= { cevFan 454 } -- NCS 5700 Fan Tray 2RU Chassis Port-S Intake / Front-to-back
|
||||
cevFanNC57D2FANRV OBJECT IDENTIFIER ::= { cevFan 455 } -- NCS 5700 Fan Tray 2RU Chassis Port-S Exhaust / Back-to-Front
|
||||
|
||||
cevSensor OBJECT IDENTIFIER ::= { cevMIBObjects 8 }
|
||||
cevSensorMGX8800Temp OBJECT IDENTIFIER ::= { cevSensor 11 } -- Cabinet Temperature sensor device in MGX8800 Universal Chassis
|
||||
@ -3773,6 +3808,7 @@ cevFanFPR2KPSTempSensor OBJECT IDENTIFIER ::= { cevSensor 229 }
|
||||
|
||||
|
||||
|
||||
|
||||
cevModule OBJECT IDENTIFIER ::= { cevMIBObjects 9 }
|
||||
|
||||
-- cevModule is subdivided into sections like
|
||||
@ -4264,6 +4300,7 @@ cevModuleFprUS23071 OBJECT IDENTIFIER ::= { cevModuleCommonC
|
||||
cevModuleNCS4K4HOPWQC2 OBJECT IDENTIFIER ::= { cevModuleCommonCards 614 } -- NCS 4000 400G Packet/OTN/WDM - QSFP28/CFP2 - Line Card
|
||||
cevModuleNCS4K4HOPWLP OBJECT IDENTIFIER ::= { cevModuleCommonCards 615 } -- NCS 4000 400G Packet/OTN/WDM - QSFP28/CFP2 - Lic. 100G Packet
|
||||
cevModuleNCS4K4HOPWL OBJECT IDENTIFIER ::= { cevModuleCommonCards 616 } -- NCS 4000 400G Packet/OTN/WDM - QSFP28/CFP2 - Lic. 100G OTN
|
||||
cevModuleNC55RPE OBJECT IDENTIFIER ::= { cevModuleCommonCards 617 } -- NCS 5500 Route Processor with SyncE
|
||||
cevModuleN9KX9636CR OBJECT IDENTIFIER ::= { cevModuleCommonCards 619 } -- Nexus 9000 series module with 36x100G ports
|
||||
cevModuleN9KX9636QR OBJECT IDENTIFIER ::= { cevModuleCommonCards 620 } -- Nexus 9000 series module with 36x40G ports
|
||||
cevModuleN9KC9508FMR OBJECT IDENTIFIER ::= { cevModuleCommonCards 621 } -- Nexus 9000 series fabric module for 8-slot chassis
|
||||
@ -4294,6 +4331,7 @@ cevModuleNC55MODASM OBJECT IDENTIFIER ::= { cevModuleCommonC
|
||||
cevModuleSPAETHER4xGE4x10GEDUAL OBJECT IDENTIFIER ::= { cevModuleCommonCards 653 } -- 4-port Gig & 4-port Ten Gig Dual Ethernet Interface Module
|
||||
cevModuleSPAETHER20xGE4x10GEDUAL OBJECT IDENTIFIER ::= { cevModuleCommonCards 654 } -- 20-port Gig & 4-port Ten Gig Dual Ethernet Interface Module
|
||||
cevModuleNC6FC2TMCRIGEL OBJECT IDENTIFIER ::= { cevModuleCommonCards 655 } -- NCS 6000 2T MC Rigel Fabric Card. NCS: Network Convergence System MC: Multi-Chassis
|
||||
cevModuleNC5516FC2 OBJECT IDENTIFIER ::= { cevModuleCommonCards 656 } -- NCS 5516 Fabric Card 2 NCS: Network Convergence System Fretta Fabric Card version 2
|
||||
cevModule8800LC36H4 OBJECT IDENTIFIER ::= { cevModuleCommonCards 657 } -- Cisco 8800 L36x400GE QSFP56-DD Line Card
|
||||
cevModule8800LC48H OBJECT IDENTIFIER ::= { cevModuleCommonCards 658 } -- Cisco 8800 48x100GE QSFP28 Line Card
|
||||
cevModule8818FC OBJECT IDENTIFIER ::= { cevModuleCommonCards 659 } -- Cisco 8818 Fabric Card
|
||||
@ -4326,6 +4364,7 @@ cevModuleNC55MPA2THHXS OBJECT IDENTIFIER ::= { cevModuleCommonC
|
||||
cevModuleNC55MPA4HHXS OBJECT IDENTIFIER ::= { cevModuleCommonCards 688 } -- NC55-MPA-4H-HX-S Columbia Itemp CC MPA Board NCS-Network Convergence System
|
||||
cevModuleNC55RPFIXED OBJECT IDENTIFIER ::= { cevModuleCommonCards 690 } -- NCS5500 Route Processor Card for Fixed fretta router , contact team-padbalas
|
||||
cevA900IMA1Z8SCXMS OBJECT IDENTIFIER ::= { cevModuleCommonCards 692 } -- ASR 900 8-port OCx48/1xGE and 1-port OCx192/10GE IM card
|
||||
cevMpa1X200GE OBJECT IDENTIFIER ::= { cevModuleCommonCards 693 } -- ASR 9000 1-port 200-Gigabit Ethernet Modular
|
||||
cevNCS1K4OTNXPL OBJECT IDENTIFIER ::= { cevModuleCommonCards 694 } -- NCS1004 OTN Xponder Licensed - 100G Client bandwidth
|
||||
cevNCS1K4OTNXP OBJECT IDENTIFIER ::= { cevModuleCommonCards 695 } -- NCS1004 4xQSFPDD ,6xQSFP28, 2xCFP DCO OTN Xponder
|
||||
cevModuleA900IMA8S1ZCC OBJECT IDENTIFIER ::= { cevModuleCommonCards 696 } -- 8-port Gigabit Ethernet & 1-port Ten Gigabit Ethernet SFP Interface Module, Conformal Coated
|
||||
@ -4356,19 +4395,23 @@ cevModule88LC036FH OBJECT IDENTIFIER ::= { cevModuleCommonC
|
||||
cevNCS10041200GLCDRLineCard OBJECT IDENTIFIER ::= { cevModuleCommonCards 725 } -- Cisco NCS1004 1200G L-band CDR Line Card
|
||||
cevModuleIR1100SSD OBJECT IDENTIFIER ::= { cevModuleCommonCards 726 } -- IR mSATA SSD
|
||||
cevModuleIRMSSDMSATA100G OBJECT IDENTIFIER ::= { cevModuleCommonCards 727 } -- 100GB MSATA SSD Module
|
||||
cevModuleNC57MODRP2E OBJECT IDENTIFIER ::= { cevModuleCommonCards 728 } -- cevModuleNC57MODRP2E Network Convergence System-57A3 Route Processor
|
||||
cevModuleN560IMA8Q4L OBJECT IDENTIFIER ::= { cevModuleCommonCards 729 } -- Introducing new multirate 10G/25G IM for NCS560
|
||||
cevModuleC9KF1SSD960G OBJECT IDENTIFIER ::= { cevModuleCommonCards 731 } -- This is 960GB SSD used in starfleet c9500-H. this is fru'able ssd accessed through SATA
|
||||
cevModuleC9KF1SSD480G OBJECT IDENTIFIER ::= { cevModuleCommonCards 732 } -- This is 480GB SSD used in starfleet c9500-H. this is fru'able ssd accessed through SATA
|
||||
cevModuleC9KF1SSD240G OBJECT IDENTIFIER ::= { cevModuleCommonCards 733 } -- This is 240GB SSD used in starfleet c9500-H. this is fru'able ssd accessed through SATA
|
||||
cevModuleNCS1K4OTNXP OBJECT IDENTIFIER ::= { cevModuleCommonCards 734 } -- NCS1K4 4xDD,8xQSFP28,2xCFP2 DCO OTNXponder
|
||||
cevModuleNCS1K4OTNXPL OBJECT IDENTIFIER ::= { cevModuleCommonCards 735 } -- NCS1K4 4xDD,8xQSFP28,2xCFP2 DCO OTNXponder Licensed card
|
||||
cevModuleC950056C16D OBJECT IDENTIFIER ::= { cevModuleCommonCards 737 } -- Module for Cisco Catalyst 9500 with 56-port x 100G + 16-port x 400G
|
||||
cevModuleC950028C8D OBJECT IDENTIFIER ::= { cevModuleCommonCards 740 } -- Module for Cisco Catalyst 9500 with 28-port x 100G + 8-port x 400G
|
||||
cevModuleC950056C16D OBJECT IDENTIFIER ::= { cevModuleCommonCards 737 } -- Module for Cisco Catalyst 9500X with 56-port x 100G + 16-port x 400G
|
||||
cevModuleC950028C8D OBJECT IDENTIFIER ::= { cevModuleCommonCards 740 } -- Module for Cisco Catalyst 9500X with 28-port x 100G + 8-port x 400G
|
||||
cevModuleNC57MPA2D4HS OBJECT IDENTIFIER ::= { cevModuleCommonCards 741 } -- 2X400G or 4X200/100G QSFP-DD MPA
|
||||
cevModule810264H OBJECT IDENTIFIER ::= { cevModuleCommonCards 742 } -- Cisco 8100 64x100G QSFP28 2RU Fixed System w/o HBM
|
||||
cevModule810232H OBJECT IDENTIFIER ::= { cevModuleCommonCards 743 } -- Cisco 8100 32x100G QSFP28 1RU Fixed System w/o HBM
|
||||
cevModule8818FC0 OBJECT IDENTIFIER ::= { cevModuleCommonCards 744 } -- 8818-FC0 Fabric Card
|
||||
cevModuleNC57MODS OBJECT IDENTIFIER ::= { cevModuleCommonCards 745 } -- Vigor-Mod-LC - NC57-MOD-S (NCS 5700 8X50, 2X400 & 2XMPA Line Card Base)
|
||||
cevModuleNC57MPA12LS OBJECT IDENTIFIER ::= { cevModuleCommonCards 748 } -- NCS 5500 12x10/25/50GE MPA
|
||||
cevModuleIDPROM OBJECT IDENTIFIER ::= { cevModuleCommonCards 749 } -- identification Programmable Read-Only Memory (IDPROM) information for field-replaceable units (FRUs)
|
||||
cevModule88LC034H14FH OBJECT IDENTIFIER ::= { cevModuleCommonCards 750 } -- Cisco 8800 48x100G or 34x100GE + 14x400GE QSFP28/DD LC
|
||||
cevModuleNCS1010ILAC OBJECT IDENTIFIER ::= { cevModuleCommonCards 755 } -- Cisco Network Convergence System 1010 In-Line Amplifier - C-band
|
||||
cevModuleNCS1010ILARC OBJECT IDENTIFIER ::= { cevModuleCommonCards 756 } -- Cisco Network Convergence System 1010 In-Line Amplifier with 1x Raman - C-band
|
||||
cevModuleNCS1010ILA2RC OBJECT IDENTIFIER ::= { cevModuleCommonCards 757 } -- Cisco Network Convergence System 1010 In-Line Amplifier with 2x Raman - C-band
|
||||
@ -4380,7 +4423,10 @@ cevModuleNCS1KQXPK9 OBJECT IDENTIFIER ::= { cevModuleCommonC
|
||||
cevModuleNCS1KQXPLK9 OBJECT IDENTIFIER ::= { cevModuleCommonCards 772 } -- NCS1004 Skinny BO 3.2T QSFP-DD DCO Transponder Licensed Linecard
|
||||
cevModuleNCS1K4QXPK9 OBJECT IDENTIFIER ::= { cevModuleCommonCards 775 } -- NCS1004 Skinny BO 3.2T QSFP-DD DCO Transponder Linecard
|
||||
cevModuleNCS1K4QXPLK9 OBJECT IDENTIFIER ::= { cevModuleCommonCards 776 } -- NCS1004 Skinny BO 3.2T QSFP-DD DCO Transponder Licensed Linecard
|
||||
cevModule8800RP2 OBJECT IDENTIFIER ::= { cevModuleCommonCards 777 } -- Route Processor Card (RP2) for spitfire modular chassis
|
||||
cevModule8800RP2E OBJECT IDENTIFIER ::= { cevModuleCommonCards 778 } -- Cisco 8800 Route Processor V2 Edge
|
||||
cevModuleA900IMA8ZLCC OBJECT IDENTIFIER ::= { cevModuleCommonCards 779 } -- ASR 900 8 port 10GE SFP+ Lite Interface Module, Conformal Coated
|
||||
cevModuleNC55OIP02 OBJECT IDENTIFIER ::= { cevModuleCommonCards 785 } -- NCS 5500, 8 ports OTU2/2e/OC192/OC48/FC MPA
|
||||
|
||||
|
||||
--cevModuleC36xxType cards are slot-cards specific to the c36xx platforms
|
||||
@ -4955,6 +5001,10 @@ cevCpuFPR2120N OBJECT IDENTIFIER ::= { cevModuleCpuType
|
||||
cevCpuFPR2110N OBJECT IDENTIFIER ::= { cevModuleCpuType 364 } -- Network Processing Unit for Cisco Firepower 2110 Security Appliance
|
||||
cevCpuFPR2130N OBJECT IDENTIFIER ::= { cevModuleCpuType 365 } -- Network Processing Unit for Cisco Firepower 2130 Security Appliance
|
||||
cevCpuFPR1150 OBJECT IDENTIFIER ::= { cevModuleCpuType 366 } -- Central Processing Unit for Cisco Firepower 1150 Security Appliance
|
||||
cevCpuFPR3110 OBJECT IDENTIFIER ::= { cevModuleCpuType 370 } -- Central Processing Unit for Cisco Firepower 3110 Security Appliance
|
||||
cevCpuFPR3120 OBJECT IDENTIFIER ::= { cevModuleCpuType 371 } -- Central Processing Unit for Cisco Firepower 3120 Security Appliance
|
||||
cevCpuFPR3130 OBJECT IDENTIFIER ::= { cevModuleCpuType 372 } -- Central Processing Unit for Cisco Firepower 3130 Security Appliance
|
||||
cevCpuFPR3140 OBJECT IDENTIFIER ::= { cevModuleCpuType 373 } -- Central Processing Unit for Cisco Firepower 3140 Security Appliance
|
||||
|
||||
cevModuleCscType OBJECT IDENTIFIER ::= { cevModule 6 }
|
||||
|
||||
@ -7663,9 +7713,8 @@ cevModuleC8500L8S4X8x1GeSfp OBJECT IDENTIFIER ::= { cevModuleASR1000Type 111
|
||||
cevModuleC8500L8S4XRP OBJECT IDENTIFIER ::= { cevModuleASR1000Type 112 } -- C8500L-8S4X Routing Processor Module
|
||||
cevModuleC8500L8S4XESP OBJECT IDENTIFIER ::= { cevModuleASR1000Type 113 } -- C8500L-8S4X Embedded Services Processor Module
|
||||
cevModuleC8500L8S4XSIP OBJECT IDENTIFIER ::= { cevModuleASR1000Type 114 } -- C8500L-8S4X SPA Interface Processor Module
|
||||
|
||||
|
||||
|
||||
cevModuleC8500L8S2X2Y OBJECT IDENTIFIER ::= { cevModuleASR1000Type 121 } -- Cisco C8500L-8S2X2Y Routing Processor Module
|
||||
cevModuleC8500L8S8X4Y OBJECT IDENTIFIER ::= { cevModuleASR1000Type 122 } -- Cisco C8500L-8S8X4Y Routing Processor Module
|
||||
|
||||
|
||||
cevModuleCatRfgwType OBJECT IDENTIFIER ::= { cevModule 69 } -- Cards that go into Rfgw chassis
|
||||
@ -7864,7 +7913,11 @@ cevModuleIE33008T2X OBJECT IDENTIFIER ::= { cevModuleIEType 198 } -
|
||||
cevModuleIE33008U2X OBJECT IDENTIFIER ::= { cevModuleIEType 199 } -- Cisco Catalyst IE3300 Rugged Series Expandable System with 8GE Copper (4PPoE) & 2 10G SFP
|
||||
cevModuleIEM33004MU OBJECT IDENTIFIER ::= { cevModuleIEType 200 } -- Cisco Catalyst IE3300 Rugged Series Expansion Module with 4 2.5G Copper (4PPoE)
|
||||
cevModuleESS930010XE OBJECT IDENTIFIER ::= { cevModuleIEType 201 } -- Catalyst ESS9300 Embedded Series switch - 10p 10G, NE
|
||||
|
||||
cevModuleIR8340K9MB OBJECT IDENTIFIER ::= { cevModuleIEType 202 } -- Cisco Catalyst IR8340 Rugged Router System with 12 1G LAN ports and 2 1G WAN ports
|
||||
cevModuleIRMTIMINGMOD OBJECT IDENTIFIER ::= { cevModuleIEType 203 } -- Timing module with PLL and IRIG-B, GPS, TOD timing ports
|
||||
cevModuleIR8340K92x1GC OBJECT IDENTIFIER ::= { cevModuleIEType 204 } -- Cisco IR8340-K9 Built-In Front Panel 2x1GC Module with 2 RJ45/SFP combo ports
|
||||
cevModuleIR8340ESL4T4C4P OBJECT IDENTIFIER ::= { cevModuleIEType 205 } -- Cisco IR8340-K9 Built-In Front Panel 12 ports 4 RJ45, 4 combo and 4 SFP ports
|
||||
cevModuleIE31008T4S OBJECT IDENTIFIER ::= { cevModuleIEType 227 } -- Catalyst IE3100 with 8 GE Copper and 4 GE SFP Ports, Fixed system, Network Essentials
|
||||
|
||||
cevModuleN5KType OBJECT IDENTIFIER ::= { cevModule 72 } -- Group for the Nexus 5000 N5K Type of cards
|
||||
cevN5kM1008 OBJECT IDENTIFIER ::= { cevModuleN5KType 1 } -- Expansion Module, 8 port FC 1/2/4G (requires SFP)
|
||||
@ -8607,6 +8660,7 @@ cevModuleASR9204SZA OBJECT IDENTIFIER ::= { cevModuleASR900Type 11 } -
|
||||
cevModuleASR9204SZD OBJECT IDENTIFIER ::= { cevModuleASR900Type 12 } -- ASR 920 Route Switch Processor, Base Scale, 64Gbps
|
||||
cevModuleASR92010SZPA OBJECT IDENTIFIER ::= { cevModuleASR900Type 13 } -- ASR 920 Route Switch Processor, Base Scale, 64Gbps
|
||||
cevModuleASR92010SZPD OBJECT IDENTIFIER ::= { cevModuleASR900Type 14 } -- ASR 920 Route Switch Processor, Base Scale, 64Gbps
|
||||
cevModuleASR92016SZIM OBJECT IDENTIFIER ::= { cevModuleASR900Type 18 } -- ASR 920 Route Switch Processor, Base Scale, 64Gbps
|
||||
cevModuleASR92012SZIMCC OBJECT IDENTIFIER ::= { cevModuleASR900Type 19 } -- ASR 920 Route Switch Processor, Base Scale, 64Gbps conformal coated Crete
|
||||
cevModuleASR900RSP3C200CC OBJECT IDENTIFIER ::= { cevModuleASR900Type 20 } -- ASR 900 Route Switch Processor 3 FOR CONFORMAL COATING, 200G, XL Scale
|
||||
cevModuleASR920U16SZIM OBJECT IDENTIFIER ::= { cevModuleASR900Type 21 } -- ASR 920 Route Switch Processor, BaseScale, 64Gbps
|
||||
@ -8795,6 +8849,8 @@ cevQSFP100GLR4 OBJECT IDENTIFIER ::= { cevModuleQSFPPlusS 40 } --
|
||||
cevQSFP100GSR4 OBJECT IDENTIFIER ::= { cevModuleQSFPPlusS 41 } -- 100G-SR4 QSFP+ Module for MMF
|
||||
cevQSFP40GCSRS OBJECT IDENTIFIER ::= { cevModuleQSFPPlusS 42 } -- 40G-CSR4 QSFP+ Module for MMF, MPO
|
||||
cevONSQSFP4X10MER OBJECT IDENTIFIER ::= { cevModuleQSFPPlusS 43 } -- QSFP 4x10G Transceiver Module
|
||||
cevQSFP4X10GSRS OBJECT IDENTIFIER ::= { cevModuleQSFPPlusS 44 } -- QSFP 4x10G Transceiver Module, LC, Enterprise-Class
|
||||
cevQSFP4X10GLR4S OBJECT IDENTIFIER ::= { cevModuleQSFPPlusS 45 } -- QSFP 4x10G Transceiver Module, LC, 10KM, Enterprise-Class
|
||||
|
||||
|
||||
|
||||
@ -9329,6 +9385,9 @@ cevModuleNIMPVDM32 OBJECT IDENTIFIER ::= { cevModuleNIMType
|
||||
cevModuleNIMPVDM64 OBJECT IDENTIFIER ::= { cevModuleNIMType 41 } -- NIM PVDM Carrier for PVDM4-64
|
||||
cevModuleNIMPVDM128 OBJECT IDENTIFIER ::= { cevModuleNIMType 42 } -- NIM PVDM Carrier for PVDM4-128
|
||||
cevModuleNIMPVDM256 OBJECT IDENTIFIER ::= { cevModuleNIMType 43 } -- NIM PVDM Carrier for PVDM4-256
|
||||
cevModuleIRMNIM1T1E1 OBJECT IDENTIFIER ::= { cevModuleNIMType 44 } -- 1-Port RJ-48 channelized -T1/E1 Network Interface (JAWA) Module
|
||||
cevModuleIRMNIM2T1E1 OBJECT IDENTIFIER ::= { cevModuleNIMType 45 } -- 2-Port RJ-48 channelized -T1/E1 Network Interface (JAWA) Module
|
||||
cevModuleIRMNIMRS232 OBJECT IDENTIFIER ::= { cevModuleNIMType 46 } -- 8-Port synchronous and asynchronous serial network interface (malaya) Module
|
||||
|
||||
|
||||
|
||||
@ -9420,6 +9479,14 @@ cevFPR4125SUPFixedModule OBJECT IDENTIFIER ::= { cevModuleFPRType
|
||||
cevFPR4145SUPFixedModule OBJECT IDENTIFIER ::= { cevModuleFPRType 25 } -- FirePOWER 4145 Supervisor Module
|
||||
cevFPR4115SUPFixedModule OBJECT IDENTIFIER ::= { cevModuleFPRType 26 } -- FirePOWER 4115 Supervisor Module
|
||||
cevFPR4112SUPFixedModule OBJECT IDENTIFIER ::= { cevModuleFPRType 27 } -- FirePOWER 4112 Supervisor Module
|
||||
cevFPRNM6X25SRF OBJECT IDENTIFIER ::= { cevModuleFPRType 35 } -- Cisco FirePower 6-port 25G SR SFP Fail-to-Wire Network Module
|
||||
cevFPRNM6X25LRF OBJECT IDENTIFIER ::= { cevModuleFPRType 36 } -- Cisco FirePower 6-port 25G LR SFP Fail-to-Wire Network Module
|
||||
cevFPRNM8x1GF OBJECT IDENTIFIER ::= { cevModuleFPRType 37 } -- Cisco FirePower 8-port 1G RJ45 Copper Fail-to-Wire Network Module
|
||||
cevChassisFanFPR3100 OBJECT IDENTIFIER ::= { cevModuleFPRType 39 } -- Cisco Firepower 3100 cooling Fan
|
||||
cevModuleFPR3100SSD900 OBJECT IDENTIFIER ::= { cevModuleFPRType 40 } -- Cisco Firepower 3100 SSD 900GB
|
||||
cevModuleFPR3KNM8X10G OBJECT IDENTIFIER ::= { cevModuleFPRType 41 } -- Firepower Network Module 8x10G SFP+ for FPR3K
|
||||
cevModuleFPR3KNM8X25G OBJECT IDENTIFIER ::= { cevModuleFPRType 42 } -- Firepower Network Module 8x25G SFP+ for FPR3K
|
||||
cevModuleFPR3KNM4X40G OBJECT IDENTIFIER ::= { cevModuleFPRType 43 } -- Firepower Network Module 4x40G QSFP+ for FPR3K
|
||||
|
||||
cevModuleQSFP28 OBJECT IDENTIFIER ::= { cevModule 117 } -- QSFP28 group of Optics
|
||||
cevQSFP100GELR4 OBJECT IDENTIFIER ::= { cevModuleQSFP28 1 } -- 100GE-LR4 QSFP Module
|
||||
@ -9469,6 +9536,7 @@ cevQSFP100GER4LS OBJECT IDENTIFIER ::= { cevModuleQSFP28S
|
||||
cevQSFP100GFRS OBJECT IDENTIFIER ::= { cevModuleQSFP28S 35 } -- QSFP28 100GBase-FR module, 2km SMF
|
||||
cevQSFP40100SRBD OBJECT IDENTIFIER ::= { cevModuleQSFP28S 36 } -- QSFP28 dual rate 40/100G SRBD module, PID = QSFP-40/100-SRBD
|
||||
cevQSFP40100GSR4 OBJECT IDENTIFIER ::= { cevModuleQSFP28S 37 } -- QSFP28 dual rate 40/100G SR4 module, PID = QSFP-40/100G-SR4
|
||||
cevQSFP100GLRS OBJECT IDENTIFIER ::= { cevModuleQSFP28S 38 } -- QSFP28 100GBase-LR module
|
||||
cevQSFP100GLR4I OBJECT IDENTIFIER ::= { cevModuleQSFP28S 39 } -- QSFP28 100GBase module 10km, I-Temp
|
||||
cevQSFP100G4W40I OBJECT IDENTIFIER ::= { cevModuleQSFP28S 40 } -- QSFP28 100GBase module, 40km, I-Temp
|
||||
cevQSFP100GDRS OBJECT IDENTIFIER ::= { cevModuleQSFP28S 41 } -- QSFP28 100GBase-DR module, 500m SMF
|
||||
@ -9483,6 +9551,8 @@ cevQ4SFP25GCU2DOT5M OBJECT IDENTIFIER ::= { cevModuleQSFP
|
||||
cevQSFP100GZR4S OBJECT IDENTIFIER ::= { cevModuleQSFP28S 50 } -- QSFP28, 100GBase module, 80km SMF, C-Temp
|
||||
cevQSFP100GZR4I OBJECT IDENTIFIER ::= { cevModuleQSFP28S 51 } -- QSFP28, 100GBase module, 80km SMF, I-Temp
|
||||
cevQSFP100GSL4 OBJECT IDENTIFIER ::= { cevModuleQSFP28S 52 } -- QSFP28, 100GBase module, 30m, MMF
|
||||
cevQSFP100GERLS OBJECT IDENTIFIER ::= { cevModuleQSFP28S 53 } -- QSFP 100GBase-ELR-S module
|
||||
cevQSFP1004W40I OBJECT IDENTIFIER ::= { cevModuleQSFP28S 54 } -- QSFP 100GBase-4W40-I module
|
||||
|
||||
|
||||
|
||||
@ -9599,7 +9669,10 @@ cevModuleC9400SUP1XLY OBJECT IDENTIFIER ::= { cevModule94xxTyp
|
||||
cevModuleC9400LC48H OBJECT IDENTIFIER ::= { cevModule94xxType 11 } -- Cisco Catalyst 9400 Series 48-Port UPOE 10/100/1000 (RJ-45) Line Card with 90W
|
||||
cevModuleC9400LC48HN OBJECT IDENTIFIER ::= { cevModule94xxType 14 } -- Cisco Catalyst 9400 Series 48-Port 5Gig/mGig 90W BT (RJ-45) Line card
|
||||
cevModuleC9400XSUP2XL OBJECT IDENTIFIER ::= { cevModule94xxType 15 } -- Cisco Catalyst 9400 Series Supervisor 2XL Module
|
||||
cevModuleC9400LC48HX OBJECT IDENTIFIER ::= { cevModule94xxType 16 } -- Cisco Catalyst 9400 Series 48-Port UPOE+ mGig (RJ-45)
|
||||
cevModuleC9400LC48X OBJECT IDENTIFIER ::= { cevModule94xxType 17 } -- Cisco Catalyst 9400 Series 48-Port mGig (RJ-45)
|
||||
cevModuleC9400XSUP2 OBJECT IDENTIFIER ::= { cevModule94xxType 18 } -- Cisco Catalyst 9400 Series Supervisor 2 Module
|
||||
cevModuleC9400LC48XS OBJECT IDENTIFIER ::= { cevModule94xxType 19 } -- Cisco Catalyst 9400 Series 48-Port 10 Gigabit Ethernet (SFP+)
|
||||
|
||||
cevModuleNCS1000Type OBJECT IDENTIFIER ::= { cevModule 129 } -- Modules for NCS1K Platforms
|
||||
cevModuleNCS1000RP0 OBJECT IDENTIFIER ::= { cevModuleNCS1000Type 1 } -- Route Processor 0 for NCS1K Platforms (NCS1001/NCS1002)
|
||||
@ -9721,6 +9794,7 @@ cevQDD2x100SR4S OBJECT IDENTIFIER ::= { cevModuleQSFPDD 32 } -- 2x1
|
||||
cevQDD2x100PSM4S OBJECT IDENTIFIER ::= { cevModuleQSFPDD 33 } -- 2x100G-PSM4-S QDD Module
|
||||
cevQDD2x100CWDM4-S OBJECT IDENTIFIER ::= { cevModuleQSFPDD 34 } -- 2x100G-CWDM4-S QDD Module
|
||||
cevQDD2x100LR4-S OBJECT IDENTIFIER ::= { cevModuleQSFPDD 35 } -- 2x100G-LR4-S QDD Module
|
||||
cevQDD400GZRS OBJECT IDENTIFIER ::= { cevModuleQSFPDD 36 } -- 400G-ZR-S QSFPDD Module
|
||||
cevQSFP400GLR4S OBJECT IDENTIFIER ::= { cevModuleQSFPDD 39 } -- 400GE-LR4 QSFP Module
|
||||
cevQDD400AOC1M OBJECT IDENTIFIER ::= { cevModuleQSFPDD 40 } -- QDD 400G Active Optical Cable, 1m
|
||||
cevQDD400AOC2M OBJECT IDENTIFIER ::= { cevModuleQSFPDD 41 } -- QDD 400G Active Optical Cable, 2m
|
||||
|
@ -20,7 +20,7 @@ IMPORTS
|
||||
FROM CISCO-SMI;
|
||||
|
||||
ciscoProductsMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "202204110000Z"
|
||||
LAST-UPDATED "202209110000Z"
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
" Cisco Systems
|
||||
@ -2064,6 +2064,7 @@ ciscoASA5506Hsc OBJECT IDENTIFIER ::= { ciscoProducts 2243 }
|
||||
ciscoASA5516sc OBJECT IDENTIFIER ::= { ciscoProducts 2244 } -- ASA 5516 Adaptive Security Appliance Security Context
|
||||
ciscoASA5506Hsy OBJECT IDENTIFIER ::= { ciscoProducts 2245 } -- ASA 5506H Adaptive Security Appliance System Context
|
||||
ciscoASA5516sy OBJECT IDENTIFIER ::= { ciscoProducts 2246 } -- ASA 5516 Adaptive Security Appliance System Context
|
||||
ciscoASR92016SZIM OBJECT IDENTIFIER ::= { ciscoProducts 2247 } -- Cisco ASR920 Series - 12GE and 4-10GE - Modular PSU and IM
|
||||
ciscoIR829GWLTEMAAK9 OBJECT IDENTIFIER ::= { ciscoProducts 2248 } -- IR829 Hardened WAN GE 4G LTE secure platform multi-mode Sprint LTE/DoRa with 802.11n, PoE, FCC compliant
|
||||
ciscoPwsX474812X48uE OBJECT IDENTIFIER ::= { ciscoProducts 2249 } -- Switch 4500E 100/1000/2500/5000/10GBaseT (RJ45)+V E Series with 48 10GbaseT
|
||||
ciscoASR1002HX OBJECT IDENTIFIER ::= { ciscoProducts 2252 } -- Cisco Aggregation Services Router 1000 Series, ASR1002-HX Chassis
|
||||
@ -2208,6 +2209,7 @@ ciscoFpr2130td OBJECT IDENTIFIER ::= { ciscoProducts 2406 }
|
||||
ciscoFpr2140td OBJECT IDENTIFIER ::= { ciscoProducts 2407 } -- Cisco FirePOWER 2140 Security Appliance, 1U with embedded security module
|
||||
ciscoFpr9000SM44 OBJECT IDENTIFIER ::= { ciscoProducts 2409 } -- Cisco FirePOWER 9000 Security Module 44
|
||||
ciscoNCS5011 OBJECT IDENTIFIER ::= { ciscoProducts 2411 } -- Cisco NCS 5011 Series Router
|
||||
ciscoNCS5516 OBJECT IDENTIFIER ::= { ciscoProducts 2412 } -- Network Convergence Services NCS5500 16 Slot Single Chassis
|
||||
ciscoNCS5504 OBJECT IDENTIFIER ::= { ciscoProducts 2413 } -- Network Convergence Services NCS5500 4 Slot Single Chassis
|
||||
ciscoUCSE160S OBJECT IDENTIFIER ::= { ciscoProducts 2415 } -- UCS-E,SingleWide generation 3, 6 Core 1.9 GHzCPU,2x7.5G eMMC,2x8G RDIMM,1-2 HDD
|
||||
ciscoUCSE180DM3 OBJECT IDENTIFIER ::= { ciscoProducts 2416 } -- UCS-E , DoubleWide Generation 3, 8 Core 2.0G CPU, eMMC, 16GB RDIMM , 1-4HDD
|
||||
@ -2724,6 +2726,11 @@ ciscoIR8140HK9 OBJECT IDENTIFIER ::= { ciscoProducts 3048 }
|
||||
ciscoIR8140HPK9 OBJECT IDENTIFIER ::= { ciscoProducts 3049 } -- Catalyst IR8140H Heavy Duty Series Router with POE
|
||||
ciscoC9115AXEME OBJECT IDENTIFIER ::= { ciscoProducts 3050 } -- 4x4 11ax Access Point - Mobility Express edition
|
||||
ciscoC9120AXPME OBJECT IDENTIFIER ::= { ciscoProducts 3051 } -- 4x4 Wi-fi 6 Catalyst 9120AX Series Access Points- Mobility Express edition
|
||||
ciscoIR8340K9 OBJECT IDENTIFIER ::= { ciscoProducts 3052 } -- Cisco Catalyst IR8340 Rugged Router System with 12 1G LAN ports and 2 1G WAN ports
|
||||
ciscoFpr3110K9 OBJECT IDENTIFIER ::= { ciscoProducts 3053 } -- Cisco Firepower 3110 Security Appliance
|
||||
ciscoFpr3120K9 OBJECT IDENTIFIER ::= { ciscoProducts 3054 } -- Cisco Firepower 3120 Security Appliance
|
||||
ciscoFpr3130K9 OBJECT IDENTIFIER ::= { ciscoProducts 3055 } -- Cisco Firepower 3130 Security Appliance
|
||||
ciscoFpr3140K9 OBJECT IDENTIFIER ::= { ciscoProducts 3056 } -- Cisco Firepower 3140 Security Appliance
|
||||
ciscoC9KF1SSD960G OBJECT IDENTIFIER ::= { ciscoProducts 3062 } -- this is 960GB SSD used in starfleet c9500-H. this is fru'able ssd accessed through SATA
|
||||
ciscoC9KF1SSD480G OBJECT IDENTIFIER ::= { ciscoProducts 3063 } -- this is 480GB SSD used in starfleet c9500-H. this is fru'able ssd accessed through SATA
|
||||
ciscoC9KF1SSD240G OBJECT IDENTIFIER ::= { ciscoProducts 3064 } -- this is 240GB SSD used in starfleet c9500-H. this is fru'able ssd accessed through SATA
|
||||
@ -2731,6 +2738,7 @@ ciscoC8500L8S4X OBJECT IDENTIFIER ::= { ciscoProducts 3069 }
|
||||
ciscoC11138PLteEAWA OBJECT IDENTIFIER ::= { ciscoProducts 3070 } -- Cisco C1113-8PLTEEAWA Router
|
||||
ciscoASR9903 OBJECT IDENTIFIER ::= { ciscoProducts 3075 } -- Cisco Aggregation Services Router (ASR) 9903 Chassis
|
||||
ciscoCat9500X28C8D OBJECT IDENTIFIER ::= { ciscoProducts 3084 } -- Cisco Catalyst 9500X Series, Fixed Chassis with 28-port x 100G + 8-port 400G
|
||||
ciscoXRdControlPlaneC1 OBJECT IDENTIFIER ::= { ciscoProducts 3089 } -- Cisco XRd Control Plane Container
|
||||
ciscoASR9902 OBJECT IDENTIFIER ::= { ciscoProducts 3090 } -- Cisco Aggregation Services Router (ASR) 9902 Chassis
|
||||
ciscoUCSC220M6 OBJECT IDENTIFIER ::= { ciscoProducts 3100 } -- Cisco UCS C220 M6 Rack server
|
||||
ciscoUCSC240M6 OBJECT IDENTIFIER ::= { ciscoProducts 3101 } -- Cisco UCS C240 M6 Rack server
|
||||
@ -2738,6 +2746,7 @@ ciscoUCSB200M5 OBJECT IDENTIFIER ::= { ciscoProducts 3103 }
|
||||
ciscoUCSB480M5 OBJECT IDENTIFIER ::= { ciscoProducts 3104 } -- Cisco UCS B480 M5 Blade Server
|
||||
ciscoIE931026S2C OBJECT IDENTIFIER ::= { ciscoProducts 3129 } -- Cisco Catalyst IE9300 Series Switch with 22 Ports GE SFP and 2 Ports GE Combo Downlinks and 4 Ports GE SFP Uplinks
|
||||
ciscoIE9320stack OBJECT IDENTIFIER ::= { ciscoProducts 3130 } -- A stack of any Cisco Catalyst IE9320 stackable Ethernet switches with unified identity (as a single unified switch), control and management
|
||||
ciscoIC30002C2FK9 OBJECT IDENTIFIER ::= { ciscoProducts 3135 } -- Cisco IC3000 Industrial Compute Gateway with 2 GE, 2 SFP
|
||||
ciscoUCSIOM2208 OBJECT IDENTIFIER ::= { ciscoProducts 3138 } -- Cisco UCS-IOM-2208 IOM
|
||||
ciscoUCSIOM2304 OBJECT IDENTIFIER ::= { ciscoProducts 3139 } -- Cisco UCS-IOM-2304 IOM
|
||||
ciscoUCSIOM2408 OBJECT IDENTIFIER ::= { ciscoProducts 3140 } -- Cisco UCS-IOM-2408 IOM
|
||||
@ -2757,7 +2766,57 @@ ciscoIE932026S2C OBJECT IDENTIFIER ::= { ciscoProducts 3165 }
|
||||
ciscoUCSC225M6 OBJECT IDENTIFIER ::= { ciscoProducts 3168 } -- Cisco UCS C225 M6 Rack server
|
||||
|
||||
|
||||
|
||||
|
||||
ciscoXRdvRouterC1 OBJECT IDENTIFIER ::= { ciscoProducts 3191 } -- Cisco XRd vRouter Container
|
||||
cisco810132H OBJECT IDENTIFIER ::= { ciscoProducts 3192 } -- Cisco 8100 32x100G QSFP28 1RU Fixed System w/o HBM
|
||||
cisco810264H OBJECT IDENTIFIER ::= { ciscoProducts 3193 } -- Cisco 8100 64x100G QSFP28 2RU Fixed System w/o HBM
|
||||
ciscoESR6300LICK9 OBJECT IDENTIFIER ::= { ciscoProducts 3197 } -- Cisco ESR6300 Embedded Services Router Software operating on authorized 3rd party hardware
|
||||
ciscoDP01QSDDZF1 OBJECT IDENTIFIER ::= { ciscoProducts 3198 } -- 100G ZR optics with fixed wavelength
|
||||
ciscoIE31008T4S OBJECT IDENTIFIER ::= { ciscoProducts 3204 } -- Catalyst IE3100 with 8 GE Copper and 4 GE SFP Ports, Fixed system, Network Essentials
|
||||
ciscoC8500L8S2X2Y OBJECT IDENTIFIER ::= { ciscoProducts 3205 } -- Cisco Aggregation Services Router 1000 Series, C8500L-8S2X2Y Chassis
|
||||
ciscoC8500L8S8X4Y OBJECT IDENTIFIER ::= { ciscoProducts 3206 } -- Cisco Aggregation Services Router 1000 Series, C8500L-8S8X4Y Chassis
|
||||
ciscoC12008TD OBJECT IDENTIFIER ::= { ciscoProducts 3210 } -- Catalyst 1200 Series Smart Switch, 8-port GE, Desktop, Ext PS, PoE Input (C1200-8T-D)
|
||||
ciscoC12008TE2G OBJECT IDENTIFIER ::= { ciscoProducts 3211 } -- Catalyst 1200 Series Smart Switch, 8-port GE, Ext PS, 2x1G Combo (C1200-8T-E-2G)
|
||||
ciscoC12008PE2G OBJECT IDENTIFIER ::= { ciscoProducts 3212 } -- Catalyst 1200 Series Smart Switch, 8-port GE, PoE, Ext PS, 2x1G Combo (C1200-8P-E-2G)
|
||||
ciscoC12008FP2G OBJECT IDENTIFIER ::= { ciscoProducts 3213 } -- Catalyst 1200 Series Smart Switch, 8-port GE, Full PoE, 2x1G Combo (C1200-8FP-2G)
|
||||
ciscoC120016T2G OBJECT IDENTIFIER ::= { ciscoProducts 3214 } -- Catalyst 1200 Series Smart Switch, 16-port GE, 2x1G SFP (C1200-16T-2G)
|
||||
ciscoC120016P2G OBJECT IDENTIFIER ::= { ciscoProducts 3215 } -- Catalyst 1200 Series Smart Switch, 16-port GE, PoE, 2x1G SFP (C1200-16P-2G)
|
||||
ciscoC120024T4G OBJECT IDENTIFIER ::= { ciscoProducts 3216 } -- Catalyst 1200 Series Smart Switch, 24-port GE, 4x1G SFP (C1200-24T-4G)
|
||||
ciscoC120024P4G OBJECT IDENTIFIER ::= { ciscoProducts 3217 } -- Catalyst 1200 Series Smart Switch, 24-port GE, PoE, 4x1G SFP (C1200-24P-4G)
|
||||
ciscoC120024FP4G OBJECT IDENTIFIER ::= { ciscoProducts 3218 } -- Catalyst 1200 Series Smart Switch, 24-port GE, Full PoE, 4x1G SFP (C1200-24FP-4G)
|
||||
ciscoC120048T4G OBJECT IDENTIFIER ::= { ciscoProducts 3219 } -- Catalyst 1200 Series Smart Switch, 48-port GE, 4x1G SFP (C1200-48T-4G)
|
||||
ciscoC120048P4G OBJECT IDENTIFIER ::= { ciscoProducts 3220 } -- Catalyst 1200 Series Smart Switch, 48-port GE, PoE, 4x1G SFP (C1200-48P-4G)
|
||||
ciscoC120024T4X OBJECT IDENTIFIER ::= { ciscoProducts 3221 } -- Catalyst 1200 Series Smart Switch, 24-port GE, 4x10G SFP+ (C1200-24T-4X)
|
||||
ciscoC120024P4X OBJECT IDENTIFIER ::= { ciscoProducts 3222 } -- Catalyst 1200 Series Smart Switch, 24-port GE, PoE, 4x10G SFP+ (C1200-24P-4X)
|
||||
ciscoC120024FP4X OBJECT IDENTIFIER ::= { ciscoProducts 3223 } -- Catalyst 1200 Series Smart Switch, 24-port GE, Full PoE, 4x10G SFP+ (C1200-24FP-4X)
|
||||
ciscoC120048T4X OBJECT IDENTIFIER ::= { ciscoProducts 3224 } -- Catalyst 1200 Series Smart Switch, 48-port GE, 4x10G SFP+ (C1200-48T-4X)
|
||||
ciscoC120048P4X OBJECT IDENTIFIER ::= { ciscoProducts 3225 } -- Catalyst 1200 Series Smart Switch, 48-port GE, PoE, 4x10G SFP+ (C1200-48P-4X)
|
||||
ciscoC13008TE2G OBJECT IDENTIFIER ::= { ciscoProducts 3226 } -- Catalyst 1300 Series Managed Switch, 8-port GE, Ext PS, 2x1G Combo (C1300-8T-E-2G)
|
||||
ciscoC13008PE2G OBJECT IDENTIFIER ::= { ciscoProducts 3227 } -- Catalyst 1300 Series Managed Switch, 8-port GE, PoE, Ext PS, 2x1G Combo (C1300-8P-E-2G)
|
||||
ciscoC13008FP2G OBJECT IDENTIFIER ::= { ciscoProducts 3228 } -- Catalyst 1300 Series Managed Switch, 8-port GE, Full PoE, 2x1G Combo (C1300-8FP-2G)
|
||||
ciscoC130016T2G OBJECT IDENTIFIER ::= { ciscoProducts 3229 } -- Catalyst 1300 Series Managed Switch, 16-port GE, 2x1G SFP (C1300-16T-2G)
|
||||
ciscoC130016P2G OBJECT IDENTIFIER ::= { ciscoProducts 3230 } -- Catalyst 1300 Series Managed Switch, 16-port GE, PoE, 2x1G SFP (C1300-16P-2G)
|
||||
ciscoC130016FP2G OBJECT IDENTIFIER ::= { ciscoProducts 3231 } -- Catalyst 1300 Series Managed Switch, 16-port GE, Full PoE, 2x1G SFP (C1300-16FP-2G)
|
||||
ciscoC130024T4G OBJECT IDENTIFIER ::= { ciscoProducts 3232 } -- Catalyst 1300 Series Managed Switch, 24-port GE, 4x1G SFP (C1300-24T-4G)
|
||||
ciscoC130024P4G OBJECT IDENTIFIER ::= { ciscoProducts 3233 } -- Catalyst 1300 Series Managed Switch, 24-port GE, PoE, 4x1G SFP (C1300-24P-4G)
|
||||
ciscoC130024FP4G OBJECT IDENTIFIER ::= { ciscoProducts 3234 } -- Catalyst 1300 Series Managed Switch, 24-port GE, Full PoE, 4x1G SFP (C1300-24FP-4G)
|
||||
ciscoC130048T4G OBJECT IDENTIFIER ::= { ciscoProducts 3235 } -- Catalyst 1300 Series Managed Switch, 48-port GE, 4x1G SFP (C1300-48T-4G)
|
||||
ciscoC130048P4G OBJECT IDENTIFIER ::= { ciscoProducts 3236 } -- Catalyst 1300 Series Managed Switch, 48-port GE, PoE, 4x1G SFP (C1300-48P-4G)
|
||||
ciscoC130048FP4G OBJECT IDENTIFIER ::= { ciscoProducts 3237 } -- Catalyst 1300 Series Managed Switch, 48-port GE, Full PoE, 4x1G SFP (C1300-48FP-4G)
|
||||
ciscoC130016P4X OBJECT IDENTIFIER ::= { ciscoProducts 3238 } -- Catalyst 1300 Series Managed Switch, 16-port GE, PoE, 4x10G SFP+ (C1300-16P-4X)
|
||||
ciscoC130024T4X OBJECT IDENTIFIER ::= { ciscoProducts 3239 } -- Catalyst 1300 Series Managed Switch, 24-port GE, 4x10G SFP+ (C1300-24T-4X)
|
||||
ciscoC130024P4X OBJECT IDENTIFIER ::= { ciscoProducts 3240 } -- Catalyst 1300 Series Managed Switch, 24-port GE, PoE, 4x10G SFP+ (C1300-24P-4X)
|
||||
ciscoC130024FP4X OBJECT IDENTIFIER ::= { ciscoProducts 3241 } -- Catalyst 1300 Series Managed Switch, 24-port GE, Full PoE, 4x10G SFP+ (C1300-24FP-4X)
|
||||
ciscoC130048T4X OBJECT IDENTIFIER ::= { ciscoProducts 3242 } -- Catalyst 1300 Series Managed Switch, 48-port GE, 4x10G SFP+ (C1300-48T-4X)
|
||||
ciscoC130048P4X OBJECT IDENTIFIER ::= { ciscoProducts 3243 } -- Catalyst 1300 Series Managed Switch, 48-port GE, PoE, 4x10G SFP+ (C1300-48P-4X)
|
||||
ciscoC130048FP4X OBJECT IDENTIFIER ::= { ciscoProducts 3244 } -- Catalyst 1300 Series Managed Switch, 48-port GE, Full PoE, 4x10G SFP+ (C1300-48FP-4X)
|
||||
ciscoC13008MGP2X OBJECT IDENTIFIER ::= { ciscoProducts 3245 } -- Catalyst 1300 Series Managed Switch, 4-port 2.5GE, 4-port GE, PoE, 2x10G SFP+ (C1300-8MGP-2X)
|
||||
ciscoC130024MGP4X OBJECT IDENTIFIER ::= { ciscoProducts 3246 } -- Catalyst 1300 Series Managed Switch, 8-port 2.5GE, 16-port GE, PoE, 4x10G SFP+ (C1300-24MGP-4X)
|
||||
ciscoC130048MGP4X OBJECT IDENTIFIER ::= { ciscoProducts 3247 } -- Catalyst 1300 Series Managed Switch, 16-port 2.5GE, 32-port GE, PoE, 4x10G SFP+ (C1300-48MGP-4X)
|
||||
ciscoC130012XT2X OBJECT IDENTIFIER ::= { ciscoProducts 3248 } -- Catalyst 1300 Series Managed Switch, 12-port 10GE, 2x10G SFP+ (C1300-12XT-2X)
|
||||
ciscoC130012XS OBJECT IDENTIFIER ::= { ciscoProducts 3249 } -- Catalyst 1300 Series Managed Switch, 12-port SFP+, 2x10GE Shared (C1300-12XS)
|
||||
ciscoC130024XT OBJECT IDENTIFIER ::= { ciscoProducts 3250 } -- Catalyst 1300 Series Managed Switch, 24-port 10GE, 4x10G SFP+ Shared (C1300-24XT)
|
||||
ciscoC130024XS OBJECT IDENTIFIER ::= { ciscoProducts 3251 } -- Catalyst 1300 Series Managed Switch, 24-port SFP+, 4x10GE Shared (C1300-24XS)
|
||||
ciscoC130016XTS OBJECT IDENTIFIER ::= { ciscoProducts 3252 } -- Catalyst 1300 Series Managed Switch, 8-port 10GE, 8-port SFP+ (C1300-16XTS)
|
||||
ciscoC130024XTS OBJECT IDENTIFIER ::= { ciscoProducts 3253 } -- Catalyst 1300 Series Managed Switch, 12-port 10GE, 12-port SFP+ (C1300-24XTS)
|
||||
END
|
||||
|
||||
|
@ -11143,23 +11143,4 @@ ciscoStatsGroupRev10 OBJECT-GROUP
|
||||
|
||||
END
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
165
mibs/cisco/CISCO-TEMPERATURE-MIB
Normal file
165
mibs/cisco/CISCO-TEMPERATURE-MIB
Normal file
@ -0,0 +1,165 @@
|
||||
-- *******************************************************************
|
||||
-- CISCO-TEMPERATURE-MIB.my
|
||||
-- Cisco Temperature MIB
|
||||
--
|
||||
-- Copyright (c) 2020 by cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
-- *******************************************************************
|
||||
--
|
||||
CISCO-TEMPERATURE-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
Integer32, Unsigned32
|
||||
FROM SNMPv2-SMI
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
ciscoMgmt
|
||||
FROM CISCO-SMI;
|
||||
|
||||
--********************************************************************
|
||||
--* MODULE IDENTITY
|
||||
--********************************************************************
|
||||
|
||||
ciscoTempMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "202005280000Z"
|
||||
ORGANIZATION "Cisco Systems, Inc."
|
||||
CONTACT-INFO
|
||||
" Cisco Systems
|
||||
Customer Service
|
||||
|
||||
Postal: 170 W Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1 800 553-NETS
|
||||
|
||||
E-mail: cs-snmp@cisco.com"
|
||||
DESCRIPTION
|
||||
"This MIB is intended for collecting
|
||||
telementry data such as temperature details."
|
||||
REVISION "202005280000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module. "
|
||||
::= { ciscoMgmt 870 }
|
||||
|
||||
ciscoTempMIBInformation OBJECT IDENTIFIER
|
||||
::= { ciscoTempMIB 1 }
|
||||
|
||||
--********************************************************************
|
||||
--* Configurations and Information
|
||||
--********************************************************************
|
||||
|
||||
ciscoTempTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF CiscoTempEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Entry in the information table,
|
||||
that gives temperature value."
|
||||
::= { ciscoTempMIBInformation 1 }
|
||||
|
||||
ciscoTempEntry OBJECT-TYPE
|
||||
SYNTAX CiscoTempEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each entry shows details realted to temperature."
|
||||
INDEX { ciscoTempIndex }
|
||||
::= { ciscoTempTable 1 }
|
||||
|
||||
CiscoTempEntry ::=
|
||||
SEQUENCE {
|
||||
ciscoTempIndex Integer32,
|
||||
ciscoTempValue Unsigned32,
|
||||
ciscoTempHyst Unsigned32,
|
||||
ciscoTempOs Unsigned32
|
||||
}
|
||||
|
||||
ciscoTempIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..2147483647)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Unique index for the temperature being instrumented.
|
||||
This index is for SNMP purposes only, and has no
|
||||
intrinsic meaning."
|
||||
::= { ciscoTempEntry 1 }
|
||||
|
||||
ciscoTempValue OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
UNITS "degrees Celsius"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The current temperature measurement value of AP."
|
||||
::= { ciscoTempEntry 2 }
|
||||
|
||||
ciscoTempHyst OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
UNITS "degrees Celsius"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The current T-Hyst measurement value of AP."
|
||||
::= { ciscoTempEntry 3 }
|
||||
|
||||
ciscoTempOs OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
UNITS "degrees Celsius"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The current T-OS measurement value of AP."
|
||||
::= { ciscoTempEntry 4 }
|
||||
|
||||
--********************************************************************
|
||||
-- Conformance information
|
||||
--********************************************************************
|
||||
|
||||
ciscoTempMIBConform OBJECT IDENTIFIER
|
||||
::= { ciscoTempMIB 2 }
|
||||
ciscoTempMIBCompliances OBJECT IDENTIFIER
|
||||
::= { ciscoTempMIBConform 1 }
|
||||
ciscoTempMIBConformGroups OBJECT IDENTIFIER
|
||||
::= { ciscoTempMIBConform 2 }
|
||||
|
||||
|
||||
--********************************************************************
|
||||
--* Compliance statements
|
||||
--********************************************************************
|
||||
|
||||
ciscoTempMIBCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for the SNMP entities that
|
||||
implement the ciscoTempMIB module."
|
||||
MODULE MANDATORY-GROUPS {
|
||||
ciscoTempMIBGlobalGroup
|
||||
}
|
||||
::= { ciscoTempMIBCompliances 1 }
|
||||
|
||||
|
||||
--********************************************************************
|
||||
--* Units of conformance
|
||||
--********************************************************************
|
||||
|
||||
ciscoTempMIBGlobalGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
ciscoTempValue,
|
||||
ciscoTempHyst,
|
||||
ciscoTempOs
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This collection of objects provide information about
|
||||
the temperature details of Access Point."
|
||||
::= { ciscoTempMIBConformGroups 1 }
|
||||
|
||||
--********************************************************************
|
||||
--* End of units of conformance
|
||||
--********************************************************************
|
||||
|
||||
END
|
||||
|
||||
|
703
mibs/cisco/CISCO-URWB-MIB
Normal file
703
mibs/cisco/CISCO-URWB-MIB
Normal file
@ -0,0 +1,703 @@
|
||||
-- *------------------------------------------------------------------
|
||||
-- * CISCO-URWB-MIB.my: Cisco URWB MIB.
|
||||
-- *
|
||||
-- * September 2022, ask-wireless@cisco.com
|
||||
-- *
|
||||
-- * Copyright (c) 2022 by cisco Systems, Inc.
|
||||
-- * All rights reserved.
|
||||
-- *
|
||||
-- *------------------------------------------------------------------
|
||||
|
||||
CISCO-URWB-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
NOTIFICATION-TYPE, MODULE-IDENTITY, Integer32,
|
||||
Counter32, IpAddress, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
|
||||
ifNumber, ifTable
|
||||
FROM IF-MIB
|
||||
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
|
||||
ciscoMgmt
|
||||
FROM CISCO-SMI;
|
||||
|
||||
ciscoUrwb MODULE-IDENTITY
|
||||
LAST-UPDATED "202205100000Z"
|
||||
ORGANIZATION "Cisco Systems"
|
||||
CONTACT-INFO
|
||||
" Cisco Systems
|
||||
Customer Service
|
||||
|
||||
Postal: 170 W Tasman Drive
|
||||
San Jose, CA 95134
|
||||
USA
|
||||
|
||||
Tel: +1-800-553-2447
|
||||
|
||||
E-mail: ask-wireless@cisco.com"
|
||||
|
||||
DESCRIPTION "This MIB module defines objects to manage the
|
||||
Cisco Ultra Reliable Wireless backhaul device"
|
||||
REVISION "202205260000Z"
|
||||
DESCRIPTION "Initial version of this module"
|
||||
::= { ciscoMgmt 1056 }
|
||||
|
||||
ciscoUrwbInfo OBJECT IDENTIFIER ::= { ciscoUrwb 11 }
|
||||
ciscoUrwbTraps OBJECT IDENTIFIER ::= { ciscoUrwb 12 }
|
||||
ciscoUrwbExperimental OBJECT IDENTIFIER ::= { ciscoUrwb 13 }
|
||||
ciscoUrwbMobilityInfo OBJECT IDENTIFIER ::= { ciscoUrwb 14 }
|
||||
ciscoUrwbFailInfo OBJECT IDENTIFIER ::= { ciscoUrwb 15 }
|
||||
ciscoUrwbFailSshLoginInfo OBJECT IDENTIFIER ::= { ciscoUrwb 16 }
|
||||
ciscoUrwbFailWebLoginInfo OBJECT IDENTIFIER ::= { ciscoUrwb 17 }
|
||||
ciscoUrwbHeadInfo OBJECT IDENTIFIER ::= { ciscoUrwb 18 }
|
||||
|
||||
ciscoUrwbNotif NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
ciscoUrwbOperMode,
|
||||
ciscoUrwbModel,
|
||||
ciscoUrwbFwVersion,
|
||||
ciscoUrwbWs1,
|
||||
ciscoUrwbWs2,
|
||||
ciscoUrwbFreq1,
|
||||
ciscoUrwbChanWidth1,
|
||||
ciscoUrwbFreq2,
|
||||
ciscoUrwbChanWidth2,
|
||||
ciscoUrwbName,
|
||||
ciscoUrwbMid,
|
||||
ciscoUrwbUptime,
|
||||
ciscoUrwbSerial,
|
||||
ciscoUrwbDate,
|
||||
ciscoUrwbStaNum,
|
||||
ciscoUrwbStaIndex,
|
||||
ciscoUrwbLocalMacAddress,
|
||||
ciscoUrwbStaMacAddress,
|
||||
ciscoUrwbStaMid,
|
||||
ciscoUrwbStaSignal,
|
||||
ciscoUrwbStaRxBytes,
|
||||
ciscoUrwbStaRxPackets,
|
||||
ciscoUrwbStaRxRate,
|
||||
ciscoUrwbStaRxMcs,
|
||||
ciscoUrwbStaRxMcsFlag,
|
||||
ciscoUrwbStaTxBytes,
|
||||
ciscoUrwbStaTxPkts,
|
||||
ciscoUrwbStaTxFail,
|
||||
ciscoUrwbStaTxRetry,
|
||||
ciscoUrwbStaTxRate,
|
||||
ciscoUrwbStaTxMcs,
|
||||
ciscoUrwbStaTxMcsFlag,
|
||||
ciscoUrwbTputNum,
|
||||
ciscoUrwbTputIndex,
|
||||
ciscoUrwbTputIface,
|
||||
ciscoUrwbTputRx,
|
||||
ciscoUrwbTputTx,
|
||||
ciscoUrwbLoad1,
|
||||
ciscoUrwbLoad5,
|
||||
ciscoUrwbLoad15
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "CURWB periodic notification"
|
||||
::= { ciscoUrwbTraps 1 }
|
||||
|
||||
ciscoUrwbHandoff NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
ciscoUrwbMobileIp,
|
||||
ciscoUrwbStaticIp,
|
||||
ciscoUrwbMobileMid,
|
||||
ciscoUrwbStaticMid,
|
||||
ciscoUrwbHandoffSeq
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "CURWB Handoff event"
|
||||
::= { ciscoUrwbTraps 2 }
|
||||
|
||||
ciscoUrwbFail NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
ciscoUrwbMeshId,
|
||||
ciscoUrwbTimestamp,
|
||||
ciscoUrwbErrorCode,
|
||||
ciscoUrwbAdditionalInfo
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "CURWB fail event trap"
|
||||
::= { ciscoUrwbTraps 3 }
|
||||
|
||||
ciscoUrwbFailSshLogin NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
ciscoUrwbFailSshLoginFlag,
|
||||
ciscoUrwbFailSshLoginUser
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "CURWB SSH failed login event trap"
|
||||
::= { ciscoUrwbTraps 4 }
|
||||
|
||||
ciscoUrwbWebSshLogin NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
ciscoUrwbFailWebLoginUser
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "CURWB WEB failed login event trap"
|
||||
::= { ciscoUrwbTraps 5 }
|
||||
|
||||
ciscoUrwbHeadDetect NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
ciscoUrwbHeadMid,
|
||||
ciscoUrwbTailMid
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "CURWB Train head/tail car detection event"
|
||||
::= { ciscoUrwbTraps 6 }
|
||||
|
||||
ciscoUrwbOperMode OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The device operating mode"
|
||||
::= { ciscoUrwbInfo 1 }
|
||||
|
||||
ciscoUrwbModel OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The device model"
|
||||
::= { ciscoUrwbInfo 2 }
|
||||
|
||||
ciscoUrwbFwVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The device firmware version"
|
||||
::= { ciscoUrwbInfo 3 }
|
||||
|
||||
ciscoUrwbWs1 OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The radio 1 working state"
|
||||
::= { ciscoUrwbInfo 4 }
|
||||
|
||||
ciscoUrwbWs2 OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The radio 2 working state"
|
||||
::= { ciscoUrwbInfo 5 }
|
||||
|
||||
ciscoUrwbFreq1 OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Radio 1 frequency in MHz"
|
||||
::= { ciscoUrwbInfo 6 }
|
||||
|
||||
ciscoUrwbChanWidth1 OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Radio 1 Channel width in MHz"
|
||||
::= { ciscoUrwbInfo 7 }
|
||||
|
||||
ciscoUrwbFreq2 OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Radio 2 frequency in MHz"
|
||||
::= { ciscoUrwbInfo 8 }
|
||||
|
||||
ciscoUrwbChanWidth2 OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Radio 2 Channel width in MHz"
|
||||
::= { ciscoUrwbInfo 9 }
|
||||
|
||||
ciscoUrwbName OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Name of the device"
|
||||
::= { ciscoUrwbInfo 10 }
|
||||
|
||||
ciscoUrwbMid OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Mesh-ID of the device"
|
||||
::= { ciscoUrwbInfo 11 }
|
||||
|
||||
ciscoUrwbUptime OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Device uptime"
|
||||
::= { ciscoUrwbInfo 12 }
|
||||
|
||||
ciscoUrwbSerial OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Device serial number"
|
||||
::= { ciscoUrwbInfo 13 }
|
||||
|
||||
ciscoUrwbDate OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "System date"
|
||||
::= { ciscoUrwbInfo 14 }
|
||||
|
||||
ciscoUrwbStaNum OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The number of connected stations"
|
||||
::= { ciscoUrwbInfo 20 }
|
||||
|
||||
ciscoUrwbStaTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ciscoUrwbStaEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "The list of connected stations. The number of entries is
|
||||
given by the ciscoUrwbStaNum value"
|
||||
::= { ciscoUrwbInfo 21 }
|
||||
|
||||
ciscoUrwbStaEntry OBJECT-TYPE
|
||||
SYNTAX ciscoUrwbStaEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "An entry containing one Station"
|
||||
INDEX { ciscoUrwbStaIndex }
|
||||
::= { ciscoUrwbStaTable 1 }
|
||||
|
||||
ciscoUrwbStaEntry ::=
|
||||
SEQUENCE {
|
||||
ciscoUrwbStaIndex INTEGER,
|
||||
ciscoUrwbLocalMacAddress DisplayString,
|
||||
ciscoUrwbStaMacAddress DisplayString,
|
||||
ciscoUrwbStaMid IpAddress,
|
||||
ciscoUrwbStaSignal INTEGER,
|
||||
ciscoUrwbStaRxBytes Counter32,
|
||||
ciscoUrwbStaRxPkts Counter32,
|
||||
ciscoUrwbStaRxRate INTEGER,
|
||||
ciscoUrwbStaRxMcs DisplayString,
|
||||
ciscoUrwbStaRxMcsFlag DisplayString,
|
||||
ciscoUrwbStaTxBytes Counter32,
|
||||
ciscoUrwbStaTxPkts Counter32,
|
||||
ciscoUrwbStaTxFail Counter32,
|
||||
ciscoUrwbStaTxRetry Counter32,
|
||||
ciscoUrwbStaTxRate INTEGER,
|
||||
ciscoUrwbStaTxMcs DisplayString,
|
||||
ciscoUrwbStaTxMcsFlag DisplayString
|
||||
}
|
||||
|
||||
ciscoUrwbStaIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..1024)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The index of the Station"
|
||||
::= { ciscoUrwbStaEntry 1 }
|
||||
|
||||
ciscoUrwbLocalMacAddress OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "MAC address of the local wireless interface relative to this Station info"
|
||||
::= { ciscoUrwbStaEntry 2 }
|
||||
|
||||
ciscoUrwbStaMacAddress OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The mac address of the station"
|
||||
::= { ciscoUrwbStaEntry 3 }
|
||||
|
||||
ciscoUrwbStaMid OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The mesh-id of the station"
|
||||
::= { ciscoUrwbStaEntry 4 }
|
||||
|
||||
ciscoUrwbStaSignal OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The signal strength of the Station in dBm"
|
||||
::= { ciscoUrwbStaEntry 5 }
|
||||
|
||||
ciscoUrwbStaRxBytes OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The bytes received from the Station"
|
||||
::= { ciscoUrwbStaEntry 6 }
|
||||
|
||||
ciscoUrwbStaRxPkts OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The packets received from the Station"
|
||||
::= { ciscoUrwbStaEntry 7 }
|
||||
|
||||
ciscoUrwbStaRxRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "IEEE802.11 RX rate in Mbit/s"
|
||||
::= { ciscoUrwbStaEntry 8 }
|
||||
|
||||
ciscoUrwbStaRxMcs OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Index of the current RX MCS (for VHT/HE channels it shows <MCS/NSS>)"
|
||||
::= { ciscoUrwbStaEntry 9 }
|
||||
|
||||
ciscoUrwbStaRxMcsFlag OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Channel RX flags: NO-HT or HT/VHT/HE mode plus BW and GI info."
|
||||
::= { ciscoUrwbStaEntry 10 }
|
||||
|
||||
ciscoUrwbStaTxBytes OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The bytes transmitted to the Station"
|
||||
::= { ciscoUrwbStaEntry 11 }
|
||||
|
||||
ciscoUrwbStaTxPkts OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The packets transmitted to the Station"
|
||||
::= { ciscoUrwbStaEntry 12 }
|
||||
|
||||
ciscoUrwbStaTxFail OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The number of packet transmission failures to the Station"
|
||||
::= { ciscoUrwbStaEntry 13 }
|
||||
|
||||
ciscoUrwbStaTxRetry OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The number of packet retransmissions to the Station"
|
||||
::= { ciscoUrwbStaEntry 14 }
|
||||
|
||||
ciscoUrwbStaTxRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "IEEE802.11 TX rate in Mbit/s"
|
||||
::= { ciscoUrwbStaEntry 15 }
|
||||
|
||||
ciscoUrwbStaTxMcs OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Index of the current TX MCS (for VHT/HE channels it shows <MCS/NSS>)"
|
||||
::= { ciscoUrwbStaEntry 16 }
|
||||
|
||||
ciscoUrwbStaTxMcsFlag OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Channel TX flags: NO-HT or HT/VHT/HE mode plus BW and GI info"
|
||||
::= { ciscoUrwbStaEntry 17 }
|
||||
|
||||
ciscoUrwbTputNum OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The number of entries in the Throughput table"
|
||||
::= { ciscoUrwbInfo 22 }
|
||||
|
||||
ciscoUrwbTputTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ciscoUrwbTputEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Throughput table"
|
||||
::= { ciscoUrwbInfo 23 }
|
||||
|
||||
ciscoUrwbTputEntry OBJECT-TYPE
|
||||
SYNTAX ciscoUrwbTputEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "An Throughput entry"
|
||||
INDEX { ciscoUrwbTputIndex }
|
||||
::= { ciscoUrwbTputTable 1 }
|
||||
|
||||
ciscoUrwbTputEntry ::=
|
||||
SEQUENCE {
|
||||
ciscoUrwbTputIndex INTEGER,
|
||||
ciscoUrwbTputIface INTEGER,
|
||||
ciscoUrwbTputRx Counter32,
|
||||
ciscoUrwbTputTx Counter32
|
||||
}
|
||||
|
||||
ciscoUrwbTputIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..16)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The index of the entry in the table"
|
||||
::= { ciscoUrwbTputEntry 1 }
|
||||
|
||||
ciscoUrwbTputIface OBJECT-TYPE
|
||||
SYNTAX INTEGER { wired(1), wireless1(2), wireless2(3) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The type of interface"
|
||||
::= { ciscoUrwbTputEntry 2 }
|
||||
|
||||
ciscoUrwbTputTx OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The outgoing throughput in Kbit/s"
|
||||
::= { ciscoUrwbTputEntry 3 }
|
||||
|
||||
ciscoUrwbTputRx OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The incoming throughput in Kbit/s"
|
||||
::= { ciscoUrwbTputEntry 4 }
|
||||
|
||||
ciscoUrwbLoad1 OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU average load in the last minute"
|
||||
::= { ciscoUrwbInfo 25 }
|
||||
|
||||
ciscoUrwbLoad5 OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU average load in the last 5 minutes"
|
||||
::= { ciscoUrwbInfo 26 }
|
||||
|
||||
ciscoUrwbLoad15 OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU average load in the last 15 minutes"
|
||||
::= { ciscoUrwbInfo 27 }
|
||||
|
||||
ciscoUrwbTemperature OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Device temperature"
|
||||
::= { ciscoUrwbInfo 28 }
|
||||
|
||||
ciscoUrwbSoftwareStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER { fault(0), normal(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Device software status"
|
||||
::= { ciscoUrwbInfo 29 }
|
||||
|
||||
ciscoUrwbGenericHwFail OBJECT IDENTIFIER ::= { ciscoUrwbInfo 30 }
|
||||
|
||||
ciscoUrwbGenericHwFailTime OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Error code for last generic hardware failure: Failure Error Timestamp"
|
||||
::= { ciscoUrwbGenericHwFail 1 }
|
||||
|
||||
ciscoUrwbGenericHwFailCode OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Error code for last generic hardware failure: Error Code Identifier"
|
||||
::= { ciscoUrwbGenericHwFail 2 }
|
||||
|
||||
ciscoUrwbGenericHwFailInfo OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Error code for last generic hardware failure: Error type additional info"
|
||||
::= { ciscoUrwbGenericHwFail 3 }
|
||||
|
||||
ciscoUrwbDetectedRadars OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Number of detected Radars"
|
||||
::= { ciscoUrwbInfo 31 }
|
||||
|
||||
ciscoUrwbLastConfId OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Last condifuration ID (Racer file)"
|
||||
::= { ciscoUrwbInfo 32 }
|
||||
|
||||
ciscoUrwbGenericHwFailLogFile OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Generic hardware failure log file stored"
|
||||
::= { ciscoUrwbInfo 33 }
|
||||
|
||||
ciscoUrwbTracksideConn OBJECT IDENTIFIER ::= { ciscoUrwbInfo 40 }
|
||||
|
||||
ciscoUrwbTracksideConnStatic OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Mesh-ID of trackside device connected to mobile device"
|
||||
::= { ciscoUrwbTracksideConn 1 }
|
||||
|
||||
ciscoUrwbTracksideConnMobile OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Mesh-ID of mobile device connected to trackside device"
|
||||
::= { ciscoUrwbTracksideConn 2 }
|
||||
|
||||
ciscoUrwbTracksideConnMobilePrimary OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Mesh-ID of mobile primary device"
|
||||
::= { ciscoUrwbTracksideConn 3 }
|
||||
|
||||
ciscoUrwbTracksideConnRssi OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Mobile device vs trackside device RSSI value"
|
||||
::= { ciscoUrwbTracksideConn 4 }
|
||||
|
||||
ciscoUrwbVehicleInfo OBJECT IDENTIFIER ::= { ciscoUrwbInfo 41 }
|
||||
|
||||
ciscoUrwbTrainHead OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Mesh-ID of the mobile device located in the head car"
|
||||
::= { ciscoUrwbVehicleInfo 1 }
|
||||
|
||||
ciscoUrwbTrainTail OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Mesh-ID of the mobile device located in the tail car"
|
||||
::= { ciscoUrwbVehicleInfo 2 }
|
||||
|
||||
ciscoUrwbOnboardMobiles OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Number of on-board mobile devices "
|
||||
::= { ciscoUrwbVehicleInfo 3 }
|
||||
|
||||
|
||||
ciscoUrwbMobileIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Mobile Ip address"
|
||||
::= { ciscoUrwbMobilityInfo 1 }
|
||||
|
||||
ciscoUrwbStaticIp OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Static Ip address"
|
||||
::= { ciscoUrwbMobilityInfo 2 }
|
||||
|
||||
ciscoUrwbMobileMid OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Mobile Mesh-ID"
|
||||
::= { ciscoUrwbMobilityInfo 3 }
|
||||
|
||||
ciscoUrwbStaticMid OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Static Mesh-ID"
|
||||
::= { ciscoUrwbMobilityInfo 4 }
|
||||
|
||||
ciscoUrwbHandoffSeq OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Handoff sequence number"
|
||||
::= { ciscoUrwbMobilityInfo 7 }
|
||||
|
||||
ciscoUrwbMeshId OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Device Mesh-ID"
|
||||
::= { ciscoUrwbFailInfo 1 }
|
||||
|
||||
ciscoUrwbTimestamp OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Failure Error Timestamp"
|
||||
::= { ciscoUrwbFailInfo 2 }
|
||||
|
||||
ciscoUrwbErrorCode OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Error Code Identifier"
|
||||
::= { ciscoUrwbFailInfo 3 }
|
||||
|
||||
ciscoUrwbAdditionalInfo OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Error type additional info"
|
||||
::= { ciscoUrwbFailInfo 4 }
|
||||
|
||||
ciscoUrwbFailSshLoginFlag OBJECT-TYPE
|
||||
SYNTAX INTEGER { invalid-username(1), invalid-passwd(2) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Flag identifying type of failed SSH login attempt"
|
||||
::= { ciscoUrwbFailSshLoginInfo 1 }
|
||||
|
||||
ciscoUrwbFailSshLoginUser OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Username used for failed SSH login attempt"
|
||||
::= { ciscoUrwbFailSshLoginInfo 2 }
|
||||
|
||||
ciscoUrwbFailWebLoginUser OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Username used for failed WEB login attempt"
|
||||
::= { ciscoUrwbFailWebLoginInfo 1 }
|
||||
|
||||
ciscoUrwbHeadMid OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Train Head car Mesh-ID"
|
||||
::= { ciscoUrwbHeadInfo 1 }
|
||||
|
||||
ciscoUrwbTailMid OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Train Tail car Mesh-ID"
|
||||
::= { ciscoUrwbHeadInfo 2 }
|
||||
|
||||
END
|
956
mibs/cisco/EXALINK-FUSION-MIB
Normal file
956
mibs/cisco/EXALINK-FUSION-MIB
Normal file
@ -0,0 +1,956 @@
|
||||
EXALINK-FUSION-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Integer32,
|
||||
Counter64, NOTIFICATION-TYPE, enterprises FROM SNMPv2-SMI
|
||||
TruthValue FROM SNMPv2-TC
|
||||
SnmpAdminString FROM SNMP-FRAMEWORK-MIB
|
||||
;
|
||||
|
||||
exaFusion MODULE-IDENTITY
|
||||
LAST-UPDATED "201912040000Z"
|
||||
ORGANIZATION "Exablaze"
|
||||
CONTACT-INFO
|
||||
"email: info@exablaze.com"
|
||||
DESCRIPTION
|
||||
"MIB for the ExaLINK Fusion"
|
||||
REVISION "201912040000Z"
|
||||
DESCRIPTION
|
||||
"Updated line-card range to reflect new port index numbering"
|
||||
REVISION "201907160000Z"
|
||||
DESCRIPTION
|
||||
"Updated port index range to reflect new port index numbering"
|
||||
REVISION "201907020000Z"
|
||||
DESCRIPTION
|
||||
"Added Counter64 definition, updated previous release date, fixed syntax error"
|
||||
REVISION "201808060000Z"
|
||||
DESCRIPTION
|
||||
"Added rx and tx port CDR details"
|
||||
REVISION "201703160001Z"
|
||||
DESCRIPTION
|
||||
"Added rx dropped and link statistics"
|
||||
REVISION "201703160000Z"
|
||||
DESCRIPTION
|
||||
"Added port statistics"
|
||||
REVISION "201510200000Z"
|
||||
DESCRIPTION
|
||||
"Added fusion sysinfo"
|
||||
REVISION "201507300000Z"
|
||||
DESCRIPTION
|
||||
"Added initial traps."
|
||||
REVISION "201504130000Z"
|
||||
DESCRIPTION
|
||||
"Initial version."
|
||||
::= { enterprises 43296 3 }
|
||||
|
||||
--
|
||||
-- MIB is based on tables, defined as "SEQUENCE of"
|
||||
-- see RFC2578. This should allow some extensibility
|
||||
-- in terms of adding features to the data without
|
||||
-- invalidating existing usage of the MIB.
|
||||
-- (i.e. avoid hardcoded indicies in the names of objects).
|
||||
--
|
||||
|
||||
fusionInfo OBJECT IDENTIFIER ::= { exaFusion 1 }
|
||||
|
||||
fusionInfoSerial OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Serial number"
|
||||
::= { fusionInfo 1 }
|
||||
|
||||
fusionInfoVersion OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Software version number"
|
||||
::= { fusionInfo 2 }
|
||||
|
||||
fusionInfoBoard OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Hardware type"
|
||||
::= { fusionInfo 3 }
|
||||
|
||||
fusionInfoSoftware OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Software date stamp"
|
||||
::= { fusionInfo 4 }
|
||||
|
||||
fusionLineCardTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FusionLineCard
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Table of line card information"
|
||||
::= { fusionInfo 5 }
|
||||
|
||||
fusionLineCard OBJECT-TYPE
|
||||
SYNTAX FusionLineCard
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Line card information"
|
||||
INDEX { fusionLineCardIndex }
|
||||
::= { fusionLineCardTable 1 }
|
||||
|
||||
FusionLineCard ::=
|
||||
SEQUENCE {
|
||||
fusionLineCardIndex Integer32,
|
||||
fusionLineCardName SnmpAdminString,
|
||||
fusionLineCardBoard SnmpAdminString
|
||||
}
|
||||
|
||||
fusionLineCardIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Line card index"
|
||||
::= { fusionLineCard 1 }
|
||||
|
||||
fusionLineCardName OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Line card name"
|
||||
::= { fusionLineCard 2 }
|
||||
|
||||
fusionLineCardBoard OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Line card hardware type"
|
||||
::= { fusionLineCard 3 }
|
||||
|
||||
fusionModuleTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FusionModule
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Table of internal modules"
|
||||
::= { fusionInfo 6 }
|
||||
|
||||
fusionModule OBJECT-TYPE
|
||||
SYNTAX FusionModule
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Internal module information"
|
||||
INDEX { fusionModuleIndex }
|
||||
::= { fusionModuleTable 1 }
|
||||
|
||||
FusionModule ::=
|
||||
SEQUENCE {
|
||||
fusionModuleIndex Integer32,
|
||||
fusionModuleName SnmpAdminString,
|
||||
fusionModuleBoard SnmpAdminString,
|
||||
fusionModuleFunction SnmpAdminString
|
||||
}
|
||||
|
||||
fusionModuleIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Internal module index"
|
||||
::= { fusionModule 1 }
|
||||
|
||||
fusionModuleName OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Internal module name"
|
||||
::= { fusionModule 2 }
|
||||
|
||||
fusionModuleBoard OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Internal module hardware type"
|
||||
::= { fusionModule 3 }
|
||||
|
||||
fusionModuleFunction OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Current internal module firmware"
|
||||
::= { fusionModule 4 }
|
||||
|
||||
fusionSysInfo OBJECT IDENTIFIER ::= { fusionInfo 7 }
|
||||
|
||||
fusionSysInfoLoadAverage OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The 1, 5 and 15 minute load averages multipled by 100"
|
||||
::= { fusionSysInfo 1 }
|
||||
|
||||
fusionSysInfoAvailMem OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"System available memory in bytes"
|
||||
::= { fusionSysInfo 2 }
|
||||
|
||||
fusionSysInfoNumProcesses OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of current processes"
|
||||
::= { fusionSysInfo 3 }
|
||||
|
||||
fusionSensor OBJECT IDENTIFIER ::= { exaFusion 2 }
|
||||
|
||||
fusionTempSensorTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FusionTempSensor
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Table of temperature sensors"
|
||||
::= { fusionSensor 1 }
|
||||
|
||||
fusionTempSensor OBJECT-TYPE
|
||||
SYNTAX FusionTempSensor
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Temperature sensor"
|
||||
INDEX { fusionTempSensorIndex }
|
||||
::= { fusionTempSensorTable 1 }
|
||||
|
||||
FusionTempSensor ::=
|
||||
SEQUENCE {
|
||||
fusionTempSensorIndex Integer32,
|
||||
fusionTempSensorName SnmpAdminString,
|
||||
fusionTempSensorValue Integer32
|
||||
}
|
||||
|
||||
fusionTempSensorIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Temperature sensor index"
|
||||
::= { fusionTempSensor 1 }
|
||||
|
||||
fusionTempSensorName OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Temperature sensor name"
|
||||
::= { fusionTempSensor 2 }
|
||||
|
||||
fusionTempSensorValue OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "Celsius"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Current reading of temperature sensor"
|
||||
::= { fusionTempSensor 3 }
|
||||
|
||||
fusionFanSensorTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FusionFanSensor
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Table of fan sensors"
|
||||
::= { fusionSensor 2 }
|
||||
|
||||
fusionFanSensor OBJECT-TYPE
|
||||
SYNTAX FusionFanSensor
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Fan sensor"
|
||||
INDEX { fusionFanSensorIndex }
|
||||
::= { fusionFanSensorTable 1 }
|
||||
|
||||
FusionFanSensor ::=
|
||||
SEQUENCE {
|
||||
fusionFanSensorIndex Integer32,
|
||||
fusionFanSensorName SnmpAdminString,
|
||||
fusionFanSensorValue Integer32
|
||||
}
|
||||
|
||||
fusionFanSensorIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Fan sensor index"
|
||||
::= { fusionFanSensor 1 }
|
||||
|
||||
fusionFanSensorName OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Fan sensor name"
|
||||
::= { fusionFanSensor 2 }
|
||||
|
||||
fusionFanSensorValue OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Current reading of fan sensor"
|
||||
::= { fusionFanSensor 3 }
|
||||
|
||||
fusionPsuTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FusionPsu
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Table of power supplies"
|
||||
::= { exaFusion 3 }
|
||||
|
||||
fusionPsu OBJECT-TYPE
|
||||
SYNTAX FusionPsu
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Power supply information"
|
||||
INDEX { fusionPsuIndex }
|
||||
::= { fusionPsuTable 1 }
|
||||
|
||||
FusionPsu ::=
|
||||
SEQUENCE {
|
||||
fusionPsuIndex Integer32,
|
||||
fusionPsuType SnmpAdminString,
|
||||
fusionPsuPresent Integer32,
|
||||
fusionPsuTemperature Integer32,
|
||||
fusionPsuPowerIn Integer32,
|
||||
fusionPsuPowerOut Integer32
|
||||
}
|
||||
|
||||
fusionPsuIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Power supply index"
|
||||
::= { fusionPsu 1 }
|
||||
|
||||
fusionPsuType OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Power supply manufacturer and model number"
|
||||
::= { fusionPsu 2 }
|
||||
|
||||
fusionPsuPresent OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if power supply is present"
|
||||
::= { fusionPsu 3 }
|
||||
|
||||
fusionPsuTemperature OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "Celsius"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Average of current power supply temperature readings"
|
||||
::= { fusionPsu 4 }
|
||||
|
||||
fusionPsuPowerIn OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "Watts"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Current power supply input power"
|
||||
::= { fusionPsu 5 }
|
||||
|
||||
fusionPsuPowerOut OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "Watts"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Current power supply output power"
|
||||
::= { fusionPsu 6 }
|
||||
|
||||
fusionPortTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FusionPort
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Table of ports"
|
||||
::= { exaFusion 4 }
|
||||
|
||||
fusionPort OBJECT-TYPE
|
||||
SYNTAX FusionPort
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port information"
|
||||
INDEX { fusionPortLineCard, fusionPortIndex }
|
||||
::= { fusionPortTable 1 }
|
||||
|
||||
FusionPort ::=
|
||||
SEQUENCE {
|
||||
fusionPortLineCard Integer32,
|
||||
fusionPortIndex Integer32,
|
||||
fusionPortName SnmpAdminString,
|
||||
fusionPortPresent Integer32,
|
||||
fusionPortHasSignal Integer32,
|
||||
fusionPortEnabled Integer32,
|
||||
fusionPortAlias SnmpAdminString,
|
||||
fusionPortSpeed Integer32,
|
||||
fusionPortRXPackets Counter64,
|
||||
fusionPortRXBytes Counter64,
|
||||
fusionPortRXErrors Counter64,
|
||||
fusionPortTXPackets Counter64,
|
||||
fusionPortTXBytes Counter64,
|
||||
fusionPortRXLink Integer32,
|
||||
fusionPortRXLinkChanges Counter64,
|
||||
fusionPortRXDropped Counter64,
|
||||
|
||||
fusionPortRXUnicast Counter64,
|
||||
fusionPortRXMulticast Counter64,
|
||||
fusionPortRXBroadcast Counter64,
|
||||
fusionPortRXRunt Counter64,
|
||||
fusionPortRXPause Counter64,
|
||||
fusionPortRX64b Counter64,
|
||||
fusionPortRX65to127b Counter64,
|
||||
fusionPortRX128to255b Counter64,
|
||||
fusionPortRX256to511b Counter64,
|
||||
fusionPortRX512to1023b Counter64,
|
||||
fusionPortRX1024to1518b Counter64,
|
||||
fusionPortRX1519to1522b Counter64,
|
||||
|
||||
fusionPortTXUnicast Counter64,
|
||||
fusionPortTXMulticast Counter64,
|
||||
fusionPortTXBroadcast Counter64,
|
||||
fusionPortTX64b Counter64,
|
||||
fusionPortTX65to127b Counter64,
|
||||
fusionPortTX128to255b Counter64,
|
||||
fusionPortTX256to511b Counter64,
|
||||
fusionPortTX512to1023b Counter64,
|
||||
fusionPortTX1024to1518b Counter64,
|
||||
fusionPortTX1519to1522b Counter64,
|
||||
|
||||
fusionPortL1Source SnmpAdminString
|
||||
}
|
||||
|
||||
fusionPortLineCard OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Line card index"
|
||||
::= { fusionPort 1 }
|
||||
|
||||
fusionPortIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port index"
|
||||
::= { fusionPort 2 }
|
||||
|
||||
fusionPortName OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port name"
|
||||
::= { fusionPort 3 }
|
||||
|
||||
fusionPortPresent OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if a SFP is present in the port"
|
||||
::= { fusionPort 4 }
|
||||
|
||||
fusionPortHasSignal OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if signal has been detected on the port"
|
||||
::= { fusionPort 5 }
|
||||
|
||||
fusionPortEnabled OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if the port is currently enabled"
|
||||
::= { fusionPort 6 }
|
||||
|
||||
fusionPortAlias OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port alias"
|
||||
::= { fusionPort 7 }
|
||||
|
||||
fusionPortSpeed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "Mbps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Currently configured port speed"
|
||||
::= { fusionPort 8 }
|
||||
|
||||
fusionPortRXPackets OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames received"
|
||||
::= { fusionPort 9 }
|
||||
|
||||
fusionPortRXBytes OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "B"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet bytes received"
|
||||
::= { fusionPort 10 }
|
||||
|
||||
fusionPortRXErrors OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames received with checksum mismatch"
|
||||
::= { fusionPort 11 }
|
||||
|
||||
fusionPortTXPackets OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames transmitted"
|
||||
::= { fusionPort 12 }
|
||||
|
||||
fusionPortTXBytes OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "B"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet bytes transmitted"
|
||||
::= { fusionPort 13 }
|
||||
|
||||
fusionPortRXLink OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if link is detected on the port"
|
||||
::= { fusionPort 14 }
|
||||
|
||||
fusionPortRXLinkChanges OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "State changes"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Link up/down count"
|
||||
::= { fusionPort 15 }
|
||||
|
||||
fusionPortRXDropped OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of received packets dropped"
|
||||
::= { fusionPort 16 }
|
||||
|
||||
fusionPortRXUnicast OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of unicast Ethernet frames received"
|
||||
::= { fusionPort 17 }
|
||||
|
||||
fusionPortRXMulticast OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of multicast Ethernet frames received"
|
||||
::= { fusionPort 18 }
|
||||
|
||||
fusionPortRXBroadcast OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of broadcast Ethernet frames received"
|
||||
::= { fusionPort 19 }
|
||||
|
||||
fusionPortRXRunt OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of runt Ethernet frames received"
|
||||
::= { fusionPort 20 }
|
||||
|
||||
fusionPortRXPause OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of pause Ethernet frames received"
|
||||
::= { fusionPort 21 }
|
||||
|
||||
fusionPortRX64b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames received 64 bytes in length"
|
||||
::= { fusionPort 22 }
|
||||
|
||||
fusionPortRX65to127b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames received 65 - 127 bytes in length"
|
||||
::= { fusionPort 23 }
|
||||
|
||||
fusionPortRX128to255b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames received 128 - 255 bytes in length"
|
||||
::= { fusionPort 24 }
|
||||
|
||||
fusionPortRX256to511b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames received 256 - 511 bytes in length"
|
||||
::= { fusionPort 25 }
|
||||
|
||||
fusionPortRX512to1023b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames received 512 - 1023 bytes in length"
|
||||
::= { fusionPort 26 }
|
||||
|
||||
fusionPortRX1024to1518b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames received 1024 - 1518 bytes in length"
|
||||
::= { fusionPort 27 }
|
||||
|
||||
fusionPortRX1519to1522b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames received 1519 - 1522 bytes in length"
|
||||
::= { fusionPort 28 }
|
||||
|
||||
fusionPortTXUnicast OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of unicast Ethernet frames transmitted"
|
||||
::= { fusionPort 29 }
|
||||
|
||||
fusionPortTXMulticast OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of multicast Ethernet frames transmitted"
|
||||
::= { fusionPort 30 }
|
||||
|
||||
fusionPortTXBroadcast OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of broadcast Ethernet frames transmitted"
|
||||
::= { fusionPort 31 }
|
||||
|
||||
fusionPortTX64b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames transmitted 64 bytes in length"
|
||||
::= { fusionPort 32 }
|
||||
|
||||
fusionPortTX65to127b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames transmitted 65 - 127 bytes in length"
|
||||
::= { fusionPort 33 }
|
||||
|
||||
fusionPortTX128to255b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames transmitted 128 - 255 bytes in length"
|
||||
::= { fusionPort 34 }
|
||||
|
||||
fusionPortTX256to511b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames transmitted 256 - 511 bytes in length"
|
||||
::= { fusionPort 35 }
|
||||
|
||||
fusionPortTX512to1023b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames transmitted 512 - 1023 bytes in length"
|
||||
::= { fusionPort 36 }
|
||||
|
||||
fusionPortTX1024to1518b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames transmitted 1024 - 1518 bytes in length"
|
||||
::= { fusionPort 37 }
|
||||
|
||||
fusionPortTX1519to1522b OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "Packets"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Ethernet frames transmitted 1519 - 1522 bytes in length"
|
||||
::= { fusionPort 38 }
|
||||
|
||||
fusionPortL1Source OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"L1 source port name, if the port has a source of data that is a L1 path e.g. a tap or patch."
|
||||
::= { fusionPort 39 }
|
||||
|
||||
|
||||
--
|
||||
-- Values passed in Traps
|
||||
--
|
||||
|
||||
fusionTrapValues OBJECT IDENTIFIER ::= { exaFusion 5 }
|
||||
|
||||
fusionLidOpenStatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if the lid is currently open"
|
||||
::= { fusionTrapValues 1 }
|
||||
|
||||
fusionFanFaultStatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if there is a fan fault"
|
||||
::= { fusionTrapValues 2 }
|
||||
|
||||
fusionHighTempStatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if there is a fan fault"
|
||||
::= { fusionTrapValues 3 }
|
||||
|
||||
fusionPortUsageStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
off(0),
|
||||
error(1),
|
||||
unused(2),
|
||||
ok(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port usage status, corresponds to right hand LED for port"
|
||||
::= { fusionTrapValues 4 }
|
||||
|
||||
fusionPortLinkStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
off(0),
|
||||
error(1),
|
||||
unused(2),
|
||||
ok(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port link status, corresponds to left hand LED for port"
|
||||
::= { fusionTrapValues 5 }
|
||||
|
||||
fusionPsuFaultStatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if there is a PSU fault"
|
||||
::= { fusionTrapValues 6 }
|
||||
|
||||
fusionTimeSourceStatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True if a time synchronisation source is available"
|
||||
::= { fusionTrapValues 7 }
|
||||
|
||||
--
|
||||
-- SNMP Trap alerts
|
||||
--
|
||||
|
||||
fusionTraps OBJECT IDENTIFIER ::= { exaFusion 6 }
|
||||
|
||||
fusionPowerFail NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"System is shutting down because of power loss"
|
||||
::= { fusionTraps 1 }
|
||||
|
||||
fusionTamperAlert NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
fusionLidOpenStatus
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The lid of the device has been opened or closed"
|
||||
::= { fusionTraps 2 }
|
||||
|
||||
fusionTempAlert NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
fusionTempSensorName,
|
||||
fusionHighTempStatus
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Temperature has gone above or below a threshold"
|
||||
::= { fusionTraps 3 }
|
||||
|
||||
fusionPsuAlert NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
fusionPsuFaultStatus
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Power supply has been added or removed, become faulty or returned to normal"
|
||||
::= { fusionTraps 4 }
|
||||
|
||||
fusionSystemAlert NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The system service has restarted"
|
||||
::= { fusionTraps 5 }
|
||||
|
||||
fusionFanAlert NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
fusionFanFaultStatus
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A fan has become faulty or returned to normal"
|
||||
::= { fusionTraps 6 }
|
||||
|
||||
fusionPortAlert NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
fusionPortName,
|
||||
fusionPortLinkStatus,
|
||||
fusionPortUsageStatus
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port link status or usage has changed, corresponds to changes in LEDs"
|
||||
::= { fusionTraps 7 }
|
||||
|
||||
fusionConfigUpdateAlert NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The device's configuration has been changed"
|
||||
::= { fusionTraps 8 }
|
||||
|
||||
fusionTimeAlert NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
fusionTimeSourceStatus
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A time synchronisation source has been gained or lost"
|
||||
::= { fusionTraps 9 }
|
||||
|
||||
END
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
119
mibs/dell/DELLTRAPS-MIB
Normal file
119
mibs/dell/DELLTRAPS-MIB
Normal file
@ -0,0 +1,119 @@
|
||||
-- ------------------------------------------------------
|
||||
-- Dell Storage Array MIB for SNMP Traps
|
||||
--
|
||||
--
|
||||
-- Copyright 2018 Dell
|
||||
-- All rights reserved. Use is subject to license terms.
|
||||
--
|
||||
-- ------------------------------------------------------
|
||||
|
||||
DELLTRAPS-MIB
|
||||
-- Last edit date: May 1st, 2018
|
||||
DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
enterprises
|
||||
FROM RFC1155-SMI
|
||||
TRAP-TYPE
|
||||
FROM RFC-1215
|
||||
connUnitEventId, connUnitEventType, connUnitEventDescr
|
||||
FROM FCMGMT-MIB;
|
||||
|
||||
|
||||
--Textual conventions for this MIB
|
||||
|
||||
----------------------------------------------------------------------
|
||||
dell OBJECT IDENTIFIER ::= { enterprises 674 }
|
||||
|
||||
|
||||
-- Related traps
|
||||
|
||||
dellEventInfoTrap TRAP-TYPE
|
||||
ENTERPRISE dell
|
||||
VARIABLES { connUnitEventId,
|
||||
connUnitEventType,
|
||||
connUnitEventDescr }
|
||||
DESCRIPTION
|
||||
"An event has been generated by the storage array.
|
||||
Recommended severity level (for filtering): info"
|
||||
|
||||
-- Trap annotations are as follows:
|
||||
--#TYPE "Informational storage event"
|
||||
--#SUMMARY "Informational storage event # %d, type %d, description: %s"
|
||||
--#ARGUMENTS {0,1,2}
|
||||
--#SEVERITY INFORMATIONAL
|
||||
--#TIMEINDEX 6
|
||||
::= 1
|
||||
|
||||
dellEventWarningTrap TRAP-TYPE
|
||||
ENTERPRISE dell
|
||||
VARIABLES { connUnitEventId,
|
||||
connUnitEventType,
|
||||
connUnitEventDescr }
|
||||
DESCRIPTION
|
||||
"An event has been generated by the storage array.
|
||||
Recommended severity level (for filtering): warning"
|
||||
|
||||
-- Trap annotations are as follows:
|
||||
--#TYPE "Warning storage event"
|
||||
--#SUMMARY "Warning storage event # %d, type %d, description: %s"
|
||||
--#ARGUMENTS {0,1,2}
|
||||
--#SEVERITY MINOR
|
||||
--#TIMEINDEX 6
|
||||
::= 2
|
||||
|
||||
dellEventErrorTrap TRAP-TYPE
|
||||
ENTERPRISE dell
|
||||
VARIABLES { connUnitEventId,
|
||||
connUnitEventType,
|
||||
connUnitEventDescr }
|
||||
DESCRIPTION
|
||||
"An event has been generated by the storage array.
|
||||
Recommended severity level (for filtering): error"
|
||||
|
||||
-- Trap annotations are as follows:
|
||||
--#TYPE "Error storage event"
|
||||
--#SUMMARY "Error storage event # %d, type %d, description: %s"
|
||||
--#ARGUMENTS {0,1,2}
|
||||
--#SEVERITY MAJOR
|
||||
--#TIMEINDEX 6
|
||||
::= 3
|
||||
|
||||
dellEventCriticalTrap TRAP-TYPE
|
||||
ENTERPRISE dell
|
||||
VARIABLES { connUnitEventId,
|
||||
connUnitEventType,
|
||||
connUnitEventDescr }
|
||||
DESCRIPTION
|
||||
"An event has been generated by the storage array.
|
||||
Recommended severity level (for filtering): critical"
|
||||
|
||||
-- Trap annotations are as follows:
|
||||
--#TYPE "Critical storage event"
|
||||
--#SUMMARY "Critical storage event # %d, type %d, description: %s"
|
||||
--#ARGUMENTS {0,1,2}
|
||||
--#SEVERITY CRITICAL
|
||||
--#TIMEINDEX 6
|
||||
::= 4
|
||||
|
||||
dellEventResolvedTrap TRAP-TYPE
|
||||
ENTERPRISE dell
|
||||
VARIABLES { connUnitEventId,
|
||||
connUnitEventType,
|
||||
connUnitEventDescr }
|
||||
DESCRIPTION
|
||||
"An issue has been resolved on the array.
|
||||
Recommended severity level (for filtering): resolved"
|
||||
|
||||
-- Trap annotations are as follows:
|
||||
--#TYPE "Informational storage event"
|
||||
--#SUMMARY "Informational storage event # %d, type %d, description: %s"
|
||||
--#ARGUMENTS {0,1,2}
|
||||
--#SEVERITY INFORMATIONAL
|
||||
--#TIMEINDEX 6
|
||||
::= 5
|
||||
|
||||
END
|
||||
|
||||
|
||||
|
||||
|
3464
mibs/eltek/SP2-MIB
3464
mibs/eltek/SP2-MIB
File diff suppressed because it is too large
Load Diff
1969
mibs/eltex/EMUX-MIB
Normal file
1969
mibs/eltex/EMUX-MIB
Normal file
File diff suppressed because it is too large
Load Diff
43
mibs/eltex/EMUX-TRAPS-V1-MIB
Normal file
43
mibs/eltex/EMUX-TRAPS-V1-MIB
Normal file
@ -0,0 +1,43 @@
|
||||
EMUX-TRAPS-V1-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
e1RecvStatus,
|
||||
e1SendStatus,
|
||||
tdmAdminStatus,
|
||||
tdmLinkStatus,
|
||||
emux FROM EMUX-MIB
|
||||
TRAP-TYPE FROM RFC-1215;
|
||||
|
||||
e1LinkChangeV1 TRAP-TYPE
|
||||
ENTERPRISE emux
|
||||
-- VARIABLES { e1ChIndex, e1RecvStatus, e1SendStatus}
|
||||
VARIABLES { e1RecvStatus, e1SendStatus}
|
||||
DESCRIPTION
|
||||
"A e1linkChange signifies that the SNMP entity, acting in
|
||||
an agent role, has detected that the send or recv status changed"
|
||||
::= 1
|
||||
|
||||
tdmLinkDownV1 TRAP-TYPE
|
||||
ENTERPRISE emux
|
||||
-- VARIABLES { tdmChIndex, tdmAdminStatus, tdmLinkStatus }
|
||||
VARIABLES { tdmAdminStatus, tdmLinkStatus }
|
||||
DESCRIPTION
|
||||
"A tdmlinkDown signifies that the SNMP entity, acting in
|
||||
an agent role, has detected a link down"
|
||||
::= 2
|
||||
|
||||
tdmLinkUpV1 TRAP-TYPE
|
||||
ENTERPRISE emux
|
||||
-- VARIABLES { tdmChIndex, tdmAdminStatus, tdmLinkStatus }
|
||||
VARIABLES { tdmAdminStatus, tdmLinkStatus }
|
||||
DESCRIPTION
|
||||
" tdmlinkDown signifies that the SNMP entity, acting in
|
||||
an agent role, has detected a link up"
|
||||
::= 3
|
||||
|
||||
trapDyingGasp TRAP-TYPE
|
||||
ENTERPRISE emux
|
||||
VARIABLES { sysObjectID }
|
||||
DESCRIPTION "Device is going to die"
|
||||
::= 6
|
||||
|
||||
END
|
181
mibs/firebrick/FIREBRICK-BGP-MIB
Normal file
181
mibs/firebrick/FIREBRICK-BGP-MIB
Normal file
@ -0,0 +1,181 @@
|
||||
-- *------------------------------------------------
|
||||
-- * Firebrick 2900 BGP MIB
|
||||
-- *
|
||||
-- * April 2020, C Malton
|
||||
-- *
|
||||
-- * Copyright (c) 2020 by Andrews & Arnold
|
||||
-- *
|
||||
-- * See the Firebrick Manuals for more information
|
||||
-- *------------------------------------------------
|
||||
|
||||
FIREBRICK-BGP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
enterprises,
|
||||
Integer32
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
InetAddressType,
|
||||
InetAddress
|
||||
FROM INET-ADDRESS-MIB
|
||||
firebrickNewStyle
|
||||
FROM FIREBRICK-MIB
|
||||
;
|
||||
|
||||
fbBgpMib MODULE-IDENTITY
|
||||
LAST-UPDATED "202004060000Z"
|
||||
ORGANIZATION "Andrews & Arnold Limited"
|
||||
CONTACT-INFO
|
||||
"Andrews & Arnold
|
||||
Unit 1&2, Enterprise Court
|
||||
Bracknell, Berkshire, RG12 1QS
|
||||
United Kingdom
|
||||
|
||||
Tel: +44 3333 400 999
|
||||
Email: support@aa.net.uk"
|
||||
DESCRIPTION
|
||||
"This is a MIB Module for monitoring the Firebrick-specific structures
|
||||
for general system features."
|
||||
REVISION "202004060000Z"
|
||||
DESCRIPTION "Initial version of this MIB module"
|
||||
::= { firebrickNewStyle 179 }
|
||||
|
||||
fbBgpPeerTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FbBgpPeerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The list of BGP peers for this Firebrick"
|
||||
::= { fbBgpMib 1 }
|
||||
|
||||
fbBgpPeerEntry OBJECT-TYPE
|
||||
SYNTAX FbBgpPeerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the BGP Peer Names Table"
|
||||
INDEX { fbBgpPeerAddressType, fbBgpPeerAddress }
|
||||
::= { fbBgpPeerTable 1 }
|
||||
|
||||
FbBgpPeerEntry ::= SEQUENCE {
|
||||
fbBgpPeerAddressType InetAddressType,
|
||||
fbBgpPeerAddress InetAddress,
|
||||
fbBgpPeerName DisplayString,
|
||||
fbBgpPeerState Integer32,
|
||||
fbBgpPeerRemoteAS Integer32,
|
||||
fbBgpPeerReceivedIpv4Prefixes Integer32,
|
||||
fbBgpPeerSecondsSinceLastChange Integer32,
|
||||
fbBgpPeerReceivedIpv6Prefixes Integer32
|
||||
}
|
||||
|
||||
fbBgpPeerAddressType OBJECT-TYPE
|
||||
SYNTAX InetAddressType
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The address type of fbBgpPeerAddressAddr."
|
||||
::= { fbBgpPeerEntry 1 }
|
||||
|
||||
fbBgpPeerAddress OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The internet address for the peer. The type of the address is
|
||||
determined by the value of the fbBgpPeerAddressType object."
|
||||
::= { fbBgpPeerEntry 2 }
|
||||
|
||||
fbBgpPeerName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the BGP Peer"
|
||||
::= { fbBgpPeerEntry 3 }
|
||||
|
||||
fbBgpPeerState OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The current state of the BGP Peer"
|
||||
::= { fbBgpPeerEntry 4 }
|
||||
|
||||
fbBgpPeerRemoteAS OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The remote AS of the BGP Peer"
|
||||
::= { fbBgpPeerEntry 5 }
|
||||
|
||||
fbBgpPeerReceivedIpv4Prefixes OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of IPv4 prefixes received from the BGP Peer"
|
||||
::= { fbBgpPeerEntry 6 }
|
||||
|
||||
fbBgpPeerSecondsSinceLastChange OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of seconds since the last state change for the BGP Peer"
|
||||
::= { fbBgpPeerEntry 7 }
|
||||
|
||||
fbBgpPeerReceivedIpv6Prefixes OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of IPv6 prefixes received from the BGP Peer"
|
||||
::= { fbBgpPeerEntry 8 }
|
||||
|
||||
fbBgpPeerExported OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of prefixes exported to the BGP Peer"
|
||||
::= { fbBgpPeerEntry 9 }
|
||||
|
||||
fbBgpPeerLocalAddressType OBJECT-TYPE
|
||||
SYNTAX InetAddressType
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The address type of fbBgpPeerLocalAddress."
|
||||
::= { fbBgpPeerEntry 10 }
|
||||
|
||||
fbBgpPeerLocalAddress OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The local internet address used for this peer. The type of the
|
||||
address is determined by the value of the fbBgpPeerAddressType
|
||||
object."
|
||||
::= { fbBgpPeerEntry 11 }
|
||||
|
||||
fbBgpPeerLocalAS OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The local AS number for the BGP Peer"
|
||||
::= { fbBgpPeerEntry 12 }
|
||||
|
||||
fbBgpPeerTableId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The routing table number for this BGP Peer."
|
||||
::= { fbBgpPeerEntry 13 }
|
||||
|
||||
END
|
130
mibs/firebrick/FIREBRICK-CPU-MIB
Normal file
130
mibs/firebrick/FIREBRICK-CPU-MIB
Normal file
@ -0,0 +1,130 @@
|
||||
-- *------------------------------------------------
|
||||
-- * Firebrick CPU MIB
|
||||
-- *
|
||||
-- * June 2020, Cliff Hones
|
||||
-- *
|
||||
-- * Copyright (c) 2020 by Andrews & Arnold
|
||||
-- *
|
||||
-- * See the Firebrick Manuals for more information
|
||||
-- *------------------------------------------------
|
||||
|
||||
FIREBRICK-CPU-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
Integer32,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
InetAddressType,
|
||||
InetAddress
|
||||
FROM INET-ADDRESS-MIB
|
||||
OBJECT-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
firebrickNewStyle
|
||||
FROM FIREBRICK-MIB
|
||||
;
|
||||
|
||||
fbCpuMib MODULE-IDENTITY
|
||||
LAST-UPDATED "202006170000Z"
|
||||
ORGANIZATION "Andrews & Arnold Limited"
|
||||
CONTACT-INFO
|
||||
"Andrews & Arnold
|
||||
Unit 1&2, Enterprise Court
|
||||
Bracknell, Berkshire, RG12 1QS
|
||||
United Kingdom
|
||||
|
||||
Tel: +44 3333 400 999
|
||||
Email: support@aa.net.uk"
|
||||
DESCRIPTION
|
||||
"This is a MIB Module for monitoring Firebrick CPU usage."
|
||||
REVISION "202006170000Z"
|
||||
DESCRIPTION "Initial version of this MIB module"
|
||||
::= { firebrickNewStyle 2 }
|
||||
|
||||
fbCpuUsageTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FbCpuUsageEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The table of CPU usage for this Firebrick"
|
||||
::= { fbCpuMib 1 }
|
||||
|
||||
fbCpuUsageEntry OBJECT-TYPE
|
||||
SYNTAX FbCpuUsageEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the CPU usage table"
|
||||
INDEX { fbCpuPeriod, fbCpuCore }
|
||||
::= { fbCpuUsageTable 1 }
|
||||
|
||||
FbCpuUsageEntry ::= SEQUENCE {
|
||||
fbCpuIRQ Gauge32,
|
||||
fbCpuAll Gauge32,
|
||||
fbCpuIRQPeak Gauge32,
|
||||
fbCpuAllPeak Gauge32,
|
||||
fbCpuPeriod Integer32,
|
||||
fbCpuCore Integer32
|
||||
}
|
||||
|
||||
fbCpuPeriod OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The period in minutes covered by this table entry.
|
||||
Zero indicates that an instantaneous value is required."
|
||||
::= { fbCpuUsageEntry 5 }
|
||||
|
||||
fbCpuCore OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The CPU core number covered by this table entry.
|
||||
The numbering starts at 1, so CPU0 (CORE) is 1 and CPU1 (NET) is 2."
|
||||
::= { fbCpuUsageEntry 6 }
|
||||
|
||||
fbCpuIRQ OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The percentage of CPU time spent in interrupt processing for this period.
|
||||
If period is 0 the instantaneous usage in the last second is used.
|
||||
Units are 100ths of a percent, so 10000 indicates 100%."
|
||||
::= { fbCpuUsageEntry 1 }
|
||||
|
||||
fbCpuAll OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total percentage of CPU time spent non-idle for this period.
|
||||
If period is 0 the instantaneous usage in the last second is used.
|
||||
Units are 100ths of a percent, so 10000 indicates 100%."
|
||||
::= { fbCpuUsageEntry 2 }
|
||||
|
||||
fbCpuIRQPeak OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The peak percentage of CPU time in interrupt processing during this period.
|
||||
If period is 0 the peak usage in the current minute is used.
|
||||
Units are 100ths of a percent, so 10000 indicates 100%."
|
||||
::= { fbCpuUsageEntry 3 }
|
||||
|
||||
fbCpuAllPeak OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The peak percentage of CPU time non-idle during this period.
|
||||
If period is 0 the peak usage in the current minute is used.
|
||||
Units are 100ths of a percent, so 10000 indicates 100%."
|
||||
::= { fbCpuUsageEntry 4 }
|
||||
END
|
146
mibs/firebrick/FIREBRICK-IPSEC-MIB
Normal file
146
mibs/firebrick/FIREBRICK-IPSEC-MIB
Normal file
@ -0,0 +1,146 @@
|
||||
-- *------------------------------------------------
|
||||
-- * Firebrick IPsec MIB
|
||||
-- *
|
||||
-- * June 2020, Cliff Hones
|
||||
-- *
|
||||
-- * Copyright (c) 2020 by Andrews & Arnold
|
||||
-- *
|
||||
-- * See the Firebrick Manuals for more information
|
||||
-- *------------------------------------------------
|
||||
|
||||
FIREBRICK-IPSEC-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
InetAddressType,
|
||||
InetAddress
|
||||
FROM INET-ADDRESS-MIB
|
||||
firebrickNewStyle
|
||||
FROM FIREBRICK-MIB
|
||||
;
|
||||
|
||||
fbIPsecMib MODULE-IDENTITY
|
||||
LAST-UPDATED "202006160000Z"
|
||||
ORGANIZATION "Andrews & Arnold Limited"
|
||||
CONTACT-INFO
|
||||
"Andrews & Arnold
|
||||
Unit 1&2, Enterprise Court
|
||||
Bracknell, Berkshire, RG12 1QS
|
||||
United Kingdom
|
||||
|
||||
Tel: +44 3333 400 999
|
||||
Email: support@aa.net.uk"
|
||||
DESCRIPTION
|
||||
"This is a MIB Module for monitoring the Firebrick-specific structures
|
||||
for IPSec."
|
||||
REVISION "202006160000Z"
|
||||
DESCRIPTION "Initial version of this MIB module"
|
||||
::= { firebrickNewStyle 500 }
|
||||
|
||||
fbIPsecGeneral OBJECT IDENTIFIER ::= { fbIPsecMib 1 }
|
||||
|
||||
fbIPsecEstablished OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The count of currently established IKE connections."
|
||||
::= { fbIPsecGeneral 1 }
|
||||
|
||||
fbIPsecHalfOpen OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The count of incoming IKE connections which have not yet authorized."
|
||||
::= { fbIPsecGeneral 2 }
|
||||
|
||||
fbIPsecConnectionTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FbIPsecConnectionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The list of IPsec connections for this Firebrick"
|
||||
::= { fbIPsecMib 2 }
|
||||
|
||||
fbIPsecConnectionEntry OBJECT-TYPE
|
||||
SYNTAX FbIPsecConnectionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the IPsec connection table"
|
||||
INDEX { fbIPsecConnectionIndex }
|
||||
::= { fbIPsecConnectionTable 1 }
|
||||
|
||||
FbIPsecConnectionEntry ::= SEQUENCE {
|
||||
fbIPsecConnectionIndex Integer32,
|
||||
fbIPsecConnectionName DisplayString,
|
||||
fbIPsecConnectionState Integer32,
|
||||
fbIPsecConnectionUptime TimeTicks,
|
||||
fbIPsecConnectionLocalId DisplayString,
|
||||
fbIPsecConnectionPeerId DisplayString,
|
||||
fbIPsecConnectionPeerAddress DisplayString
|
||||
}
|
||||
|
||||
fbIPsecConnectionIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The index for the connection table"
|
||||
::= { fbIPsecConnectionEntry 1 }
|
||||
|
||||
fbIPsecConnectionName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The config name for this connection"
|
||||
::= { fbIPsecConnectionEntry 2 }
|
||||
|
||||
fbIPsecConnectionState OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The current state for this connection"
|
||||
::= { fbIPsecConnectionEntry 3 }
|
||||
|
||||
fbIPsecConnectionUptime OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The uptime for this connection"
|
||||
::= { fbIPsecConnectionEntry 4 }
|
||||
|
||||
fbIPsecConnectionLocalID OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The local IKE ID for this connection"
|
||||
::= { fbIPsecConnectionEntry 5 }
|
||||
|
||||
fbIPsecConnectionPeerID OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The peer IKE ID for this connection"
|
||||
::= { fbIPsecConnectionEntry 6 }
|
||||
|
||||
fbIPsecConnectionPeerAddress OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The peer's IP address for this connection"
|
||||
::= { fbIPsecConnectionEntry 7 }
|
||||
|
||||
END
|
308
mibs/firebrick/FIREBRICK-L2TP-MIB
Normal file
308
mibs/firebrick/FIREBRICK-L2TP-MIB
Normal file
@ -0,0 +1,308 @@
|
||||
-- *------------------------------------------------
|
||||
-- * Firebrick 2900 L2TP MIB
|
||||
-- *
|
||||
-- * April 2020, C Malton
|
||||
-- *
|
||||
-- * Copyright (c) 2020 by Andrews & Arnold
|
||||
-- *
|
||||
-- * See the Firebrick Manuals for more information
|
||||
-- *------------------------------------------------
|
||||
|
||||
FIREBRICK-L2TP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
Integer32,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
InetAddressType,
|
||||
InetAddress
|
||||
FROM INET-ADDRESS-MIB
|
||||
OBJECT-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
firebrickNewStyle
|
||||
FROM FIREBRICK-MIB
|
||||
;
|
||||
|
||||
fbL2tpMib MODULE-IDENTITY
|
||||
LAST-UPDATED "202004060000Z"
|
||||
ORGANIZATION "Andrews & Arnold Limited"
|
||||
CONTACT-INFO
|
||||
"Andrews & Arnold
|
||||
Unit 1&2, Enterprise Court
|
||||
Bracknell, Berkshire, RG12 1QS
|
||||
United Kingdom
|
||||
|
||||
Tel: +44 3333 400 999
|
||||
Email: support@aa.net.uk"
|
||||
DESCRIPTION
|
||||
"This is a MIB Module for monitoring the Firebrick-specific structures
|
||||
for L2tp."
|
||||
REVISION "202004060000Z"
|
||||
DESCRIPTION "Initial version of this MIB module"
|
||||
::= { firebrickNewStyle 1701 }
|
||||
|
||||
|
||||
fbL2tpGeneral OBJECT IDENTIFIER ::= { fbL2tpMib 0 }
|
||||
fbL2tpGeneralTunnels OBJECT IDENTIFIER ::= { fbL2tpGeneral 1 }
|
||||
fbL2tpGeneralSessions OBJECT IDENTIFIER ::= { fbL2tpGeneral 2 }
|
||||
|
||||
fbL2tpFreeTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of tunnels in FREE state"
|
||||
::= { fbL2tpGeneralTunnels 0 }
|
||||
|
||||
fbL2tpOpeningTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of tunnels in OPENING state"
|
||||
::= { fbL2tpGeneralTunnels 1 }
|
||||
|
||||
fbL2tpLiveIncomingTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of tunnels in LIVE (Incoming) state"
|
||||
::= { fbL2tpGeneralTunnels 2 }
|
||||
|
||||
fbL2tpLiveOutgoingTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of tunnels in LIVE (Outgoing) state"
|
||||
::= { fbL2tpGeneralTunnels 3 }
|
||||
|
||||
fbL2tpClosingTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of tunnels in CLOSING state"
|
||||
::= { fbL2tpGeneralTunnels 4 }
|
||||
|
||||
fbL2tpFailedTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of tunnels in FAILED state"
|
||||
::= { fbL2tpGeneralTunnels 5 }
|
||||
|
||||
fbL2tpClosedTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of tunnels in CLOSED state"
|
||||
::= { fbL2tpGeneralTunnels 6 }
|
||||
|
||||
fbL2tpFreeSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in FREE state"
|
||||
::= { fbL2tpGeneralSessions 0 }
|
||||
|
||||
fbL2tpWaitingSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in WAITING state"
|
||||
::= { fbL2tpGeneralSessions 1 }
|
||||
|
||||
fbL2tpOpeningSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in OPENING state"
|
||||
::= { fbL2tpGeneralSessions 2 }
|
||||
|
||||
fbL2tpNegotiatingSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in NEGOTIATING state"
|
||||
::= { fbL2tpGeneralSessions 3 }
|
||||
|
||||
fbL2tpAuthPendingSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in AUTH-PENDING state"
|
||||
::= { fbL2tpGeneralSessions 4 }
|
||||
|
||||
fbL2tpStartedSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in STARTED state"
|
||||
::= { fbL2tpGeneralSessions 5 }
|
||||
|
||||
fbL2tpLiveSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in LIVE state"
|
||||
::= { fbL2tpGeneralSessions 6 }
|
||||
|
||||
fbL2tpAcctPendingSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in ACCT-PENDING state"
|
||||
::= { fbL2tpGeneralSessions 7 }
|
||||
|
||||
fbL2tpClosingSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in CLOSING state"
|
||||
::= { fbL2tpGeneralSessions 8 }
|
||||
|
||||
fbL2tpClosedSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sessions in CLOSED state"
|
||||
::= { fbL2tpGeneralSessions 9 }
|
||||
|
||||
fbL2tpSessionNegotiationSlotsFree OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of session negotiation slots free"
|
||||
::= { fbL2tpGeneralSessions 10 }
|
||||
|
||||
|
||||
|
||||
-- * Peers Table
|
||||
|
||||
fbL2tpPeerTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FbL2tpPeerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The list of L2TP peers for this Firebrick"
|
||||
::= { fbL2tpMib 1 }
|
||||
|
||||
fbL2tpPeerEntry OBJECT-TYPE
|
||||
SYNTAX FbL2tpPeerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the IPv4 BGP Peer Names Table"
|
||||
INDEX { fbL2tpPeerAddressType, fbL2tpPeerAddress }
|
||||
::= { fbL2tpPeerTable 1 }
|
||||
|
||||
FbL2tpPeerEntry ::= SEQUENCE {
|
||||
fbL2tpPeerAddressType InetAddressType,
|
||||
fbL2tpPeerAddress InetAddress,
|
||||
fbL2tpPeerLoginName DisplayString,
|
||||
fbL2tpPeerHostName DisplayString,
|
||||
fbL2tpPeerInTunnels Integer32,
|
||||
fbL2tpPeerOutTunnels Integer32,
|
||||
fbL2tpPeerOldestUptime Integer32,
|
||||
fbL2tpPeerLiveTunnels Integer32,
|
||||
fbL2tpPeerSessions Integer32
|
||||
}
|
||||
|
||||
fbL2tpPeerAddressType OBJECT-TYPE
|
||||
SYNTAX InetAddressType
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The internet address for the peer. The type of the address is
|
||||
determined by the value of the fbL2tpAddressType object."
|
||||
::= { fbL2tpPeerEntry 1 }
|
||||
|
||||
fbL2tpPeerAddress OBJECT-TYPE
|
||||
SYNTAX InetAddress (SIZE (4..20))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The internet address for the peer. The type of the address is
|
||||
determined by the value of the fbL2tpAddressType object."
|
||||
::= { fbL2tpPeerEntry 2 }
|
||||
|
||||
fbL2tpPeerLoginName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The login name of the L2TP Peer"
|
||||
::= { fbL2tpPeerEntry 3 }
|
||||
|
||||
fbL2tpPeerHostName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The host name of the L2TP Peer"
|
||||
::= { fbL2tpPeerEntry 4 }
|
||||
|
||||
fbL2tpPeerInTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of inbound tunnels from the L2TP peer"
|
||||
::= { fbL2tpPeerEntry 5 }
|
||||
|
||||
fbL2tpPeerOutTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of outbound tunnels from the L2TP peer"
|
||||
::= { fbL2tpPeerEntry 6 }
|
||||
|
||||
fbL2tpPeerOldestUptime OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The uptime of the oldest tunnel from the L2TP peer"
|
||||
::= { fbL2tpPeerEntry 7 }
|
||||
|
||||
|
||||
fbL2tpPeerLiveTunnels OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of live tunnels from the L2TP peer"
|
||||
::= { fbL2tpPeerEntry 8 }
|
||||
|
||||
|
||||
fbL2tpPeerSessions OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of sessions from the L2TP peer"
|
||||
::= { fbL2tpPeerEntry 9 }
|
||||
|
||||
|
||||
|
||||
END
|
@ -16,7 +16,7 @@ IMPORTS
|
||||
;
|
||||
|
||||
firebrick MODULE-IDENTITY
|
||||
LAST-UPDATED "201507102033Z"
|
||||
LAST-UPDATED "202210081200Z"
|
||||
ORGANIZATION "Observium Limited"
|
||||
CONTACT-INFO
|
||||
"Adam Armstrong
|
||||
@ -26,6 +26,7 @@ firebrick MODULE-IDENTITY
|
||||
::= { enterprises 24693 }
|
||||
|
||||
fbSensorObjects OBJECT IDENTIFIER ::= { firebrick 1 }
|
||||
firebrickNewStyle OBJECT IDENTIFIER ::= { firebrick 100 }
|
||||
fbL2tpObjects OBJECT IDENTIFIER ::= { firebrick 1701 }
|
||||
fbBgpObjects OBJECT IDENTIFIER ::= { firebrick 179 }
|
||||
|
||||
|
113
mibs/firebrick/FIREBRICK-MONITORING
Normal file
113
mibs/firebrick/FIREBRICK-MONITORING
Normal file
@ -0,0 +1,113 @@
|
||||
-- *------------------------------------------------
|
||||
-- * Firebrick Monitoring MIB
|
||||
-- *
|
||||
-- * June 2020, Cliff Hones
|
||||
-- *
|
||||
-- * Copyright (c) 2020 by Andrews & Arnold
|
||||
-- *
|
||||
-- * See the Firebrick Manuals for more information
|
||||
-- *------------------------------------------------
|
||||
|
||||
FIREBRICK-MONITORING DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
NOTIFICATION-TYPE,
|
||||
Counter32,
|
||||
Counter64,
|
||||
Gauge32,
|
||||
Integer32,
|
||||
Integer32
|
||||
FROM SNMPv2-SMI
|
||||
MODULE-COMPLIANCE,
|
||||
OBJECT-GROUP,
|
||||
NOTIFICATION-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
TEXTUAL-CONVENTION,
|
||||
DisplayString,
|
||||
TimeStamp,
|
||||
TimeInterval,
|
||||
TruthValue
|
||||
FROM SNMPv2-TC
|
||||
enterprises
|
||||
FROM RFC1155-SMI
|
||||
firebrickNewStyle
|
||||
FROM FIREBRICK-MIB
|
||||
;
|
||||
|
||||
fbMonitoringMib MODULE-IDENTITY
|
||||
LAST-UPDATED "202006170000Z"
|
||||
ORGANIZATION "Andrews & Arnold Limited"
|
||||
CONTACT-INFO
|
||||
"Andrews & Arnold
|
||||
Unit 1&2, Enterprise Court
|
||||
Bracknell, Berkshire, RG12 1QS
|
||||
United Kingdom
|
||||
|
||||
Tel: +44 3333 400 999
|
||||
Email: support@aa.net.uk"
|
||||
DESCRIPTION
|
||||
"This is a MIB Module for monitoring the Firebrick-specific structures
|
||||
for general system features."
|
||||
REVISION "202006170000Z"
|
||||
DESCRIPTION "Initial version of this MIB module"
|
||||
::= { firebrickNewStyle 1 }
|
||||
|
||||
fbMonReadingTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FbMonReadingEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The list of readings for this Firebrick"
|
||||
::= { fbMonitoringMib 1 }
|
||||
|
||||
fbMonReadingEntry OBJECT-TYPE
|
||||
SYNTAX FbMonReadingEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the FB readings table"
|
||||
INDEX { fbMonReadingIndex }
|
||||
::= { fbMonReadingTable 1 }
|
||||
|
||||
FbMonReadingEntry ::= SEQUENCE {
|
||||
fbMonReadingIndex Integer32,
|
||||
fbMonReadingType DisplayString,
|
||||
fbMonReadingName DisplayString,
|
||||
fbMonReadingValue Integer32
|
||||
}
|
||||
|
||||
fbMonReadingIndex OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The index for the readings table"
|
||||
::= { fbMonReadingEntry 1 }
|
||||
|
||||
fbMonReadingType OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The type of this reading"
|
||||
::= { fbMonReadingEntry 2 }
|
||||
|
||||
fbMonReadingName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of this reading"
|
||||
::= { fbMonReadingEntry 3 }
|
||||
|
||||
fbMonReadingValue OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of this reading"
|
||||
::= { fbMonReadingEntry 4 }
|
||||
|
||||
END
|
86
mibs/firebrick/FIREBRICK-RUNSTATS-MIB
Normal file
86
mibs/firebrick/FIREBRICK-RUNSTATS-MIB
Normal file
@ -0,0 +1,86 @@
|
||||
-- *------------------------------------------------
|
||||
-- * Firebrick Running Statistics MIB
|
||||
-- *
|
||||
-- * June 2020, Cliff Hones
|
||||
-- *
|
||||
-- * Copyright (c) 2020 by Andrews & Arnold
|
||||
-- *
|
||||
-- * See the Firebrick Manuals for more information
|
||||
-- *------------------------------------------------
|
||||
|
||||
FIREBRICK-RUNSTATS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
Integer32,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
InetAddressType,
|
||||
InetAddress
|
||||
FROM INET-ADDRESS-MIB
|
||||
OBJECT-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
firebrickNewStyle
|
||||
FROM FIREBRICK-MIB
|
||||
;
|
||||
|
||||
fbRunMib MODULE-IDENTITY
|
||||
LAST-UPDATED "202006170000Z"
|
||||
ORGANIZATION "Andrews & Arnold Limited"
|
||||
CONTACT-INFO
|
||||
"Andrews & Arnold
|
||||
Unit 1&2, Enterprise Court
|
||||
Bracknell, Berkshire, RG12 1QS
|
||||
United Kingdom
|
||||
|
||||
Tel: +44 3333 400 999
|
||||
Email: support@aa.net.uk"
|
||||
DESCRIPTION
|
||||
"This is a MIB Module for monitoring Firebrick CPU usage."
|
||||
REVISION "202006170000Z"
|
||||
DESCRIPTION "Initial version of this MIB module"
|
||||
::= { firebrickNewStyle 3 }
|
||||
|
||||
fbRunStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FbRunStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The table of runtime stats for this Firebrick"
|
||||
::= { fbRunMib 1 }
|
||||
|
||||
fbRunStatsEntry OBJECT-TYPE
|
||||
SYNTAX FbRunStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the CPU usage table"
|
||||
INDEX { fbRunCore }
|
||||
::= { fbRunStatsTable 1 }
|
||||
|
||||
FbRunStatsEntry ::= SEQUENCE {
|
||||
fbRunBuffers Gauge32,
|
||||
fbRunCore Integer32
|
||||
}
|
||||
|
||||
fbRunCore OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The CPU core number covered by this table entry.
|
||||
The numbering starts at 1, so CPU0 (CORE) is 1 and CPU1 (NET) is 2."
|
||||
::= { fbRunStatsEntry 2 }
|
||||
|
||||
fbRunBuffers OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The count of buffers which are currently free on this CPU core."
|
||||
::= { fbRunStatsEntry 1 }
|
||||
|
||||
END
|
182
mibs/firebrick/FIREBRICK-VOIP-MIB
Normal file
182
mibs/firebrick/FIREBRICK-VOIP-MIB
Normal file
@ -0,0 +1,182 @@
|
||||
-- *------------------------------------------------
|
||||
-- * Firebrick 2900 VOIP MIB
|
||||
-- *
|
||||
-- * June 2020, Cliff Hones
|
||||
-- *
|
||||
-- * Copyright (c) 2020 by Andrews & Arnold
|
||||
-- *
|
||||
-- * See the Firebrick Manuals for more information
|
||||
-- *------------------------------------------------
|
||||
|
||||
FIREBRICK-VOIP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
Integer32,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
InetAddressType,
|
||||
InetAddress
|
||||
FROM INET-ADDRESS-MIB
|
||||
OBJECT-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
firebrickNewStyle
|
||||
FROM FIREBRICK-MIB
|
||||
;
|
||||
|
||||
fbSipMib MODULE-IDENTITY
|
||||
LAST-UPDATED "202006180000Z"
|
||||
ORGANIZATION "Andrews & Arnold Limited"
|
||||
CONTACT-INFO
|
||||
"Andrews & Arnold
|
||||
Unit 1&2, Enterprise Court
|
||||
Bracknell, Berkshire, RG12 1QS
|
||||
United Kingdom
|
||||
|
||||
Tel: +44 3333 400 999
|
||||
Email: support@aa.net.uk"
|
||||
DESCRIPTION
|
||||
"This is a MIB Module for monitoring the Firebrick-specific structures
|
||||
for VoIP/SIP."
|
||||
REVISION "202006180000Z"
|
||||
DESCRIPTION "Initial version of this MIB module"
|
||||
::= { firebrickNewStyle 5060 }
|
||||
|
||||
-- * Global items
|
||||
|
||||
fbSipActiveLegs OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of active call legs on this Firebrick"
|
||||
::= { fbSipMib 1 }
|
||||
|
||||
fbSipRadiusRegs OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of RADIUS-based incoming registrations on this Firebrick"
|
||||
::= { fbSipMib 2 }
|
||||
|
||||
-- * Carriers Table
|
||||
|
||||
fbSipCarrierTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FbSipCarrierEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The list of VoIP carriers for this Firebrick"
|
||||
::= { fbSipMib 3 }
|
||||
|
||||
fbSipCarrierEntry OBJECT-TYPE
|
||||
SYNTAX FbSipCarrierEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the Carriers table"
|
||||
INDEX { fbSipCarrierIndex }
|
||||
::= { fbSipCarrierTable 1 }
|
||||
|
||||
FbSipCarrierEntry ::= SEQUENCE {
|
||||
fbSipCarrierIndex Integer32,
|
||||
fbSipCarrierName DisplayString,
|
||||
fbSipCarrierTotalLegs Integer32,
|
||||
fbSipCarrierConnectedLegs Integer32
|
||||
}
|
||||
|
||||
fbSipCarrierName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The config name of this carrier"
|
||||
::= { fbSipCarrierEntry 1 }
|
||||
|
||||
fbSipCarrierIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..255)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The index of the SIP carrier in the carriers table"
|
||||
::= { fbSipCarrierEntry 4 }
|
||||
|
||||
fbSipCarrierTotalLegs OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of call legs for this carrier"
|
||||
::= { fbSipCarrierEntry 2 }
|
||||
|
||||
fbSipCarrierConnectedLegs OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of connected call legs for this carrier"
|
||||
::= { fbSipCarrierEntry 3 }
|
||||
|
||||
-- * Telephone Table
|
||||
|
||||
fbSipPhoneTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FbSipPhoneEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The list of telephones on this Firebrick"
|
||||
::= { fbSipMib 4 }
|
||||
|
||||
fbSipPhoneEntry OBJECT-TYPE
|
||||
SYNTAX FbSipPhoneEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the telephone table"
|
||||
INDEX { fbSipPhoneIndex }
|
||||
::= { fbSipPhoneTable 1 }
|
||||
|
||||
FbSipPhoneEntry ::= SEQUENCE {
|
||||
fbSipPhoneIndex Integer32,
|
||||
fbSipPhoneName DisplayString,
|
||||
fbSipPhoneTotalLegs Integer32,
|
||||
fbSipPhoneConnectedLegs Integer32
|
||||
}
|
||||
|
||||
fbSipPhoneName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of this telephone"
|
||||
::= { fbSipPhoneEntry 1 }
|
||||
|
||||
fbSipCarrierIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..255)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The index of the phone in the telephone table"
|
||||
::= { fbSipPhoneEntry 4 }
|
||||
|
||||
fbSipPhoneTotalLegs OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of call legs for this telephone"
|
||||
::= { fbSipCarrierEntry 2 }
|
||||
|
||||
fbSipPhoneConnectedLegs OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of connected call legs for this telephone"
|
||||
::= { fbSipPhoneEntry 3 }
|
||||
|
||||
END
|
@ -29,7 +29,7 @@ IMPORTS
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
fortinet MODULE-IDENTITY
|
||||
LAST-UPDATED "202001300000Z"
|
||||
LAST-UPDATED "202111150000Z"
|
||||
ORGANIZATION
|
||||
"Fortinet Technologies, Inc."
|
||||
CONTACT-INFO
|
||||
@ -39,6 +39,9 @@ fortinet MODULE-IDENTITY
|
||||
"
|
||||
DESCRIPTION
|
||||
"MIB module for Fortinet network devices."
|
||||
REVISION "202111150000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiNACMib OIDs"
|
||||
REVISION "202001300000Z"
|
||||
DESCRIPTION
|
||||
"Registered FortiExtenderMib OIDs"
|
||||
@ -193,6 +196,7 @@ fnCoreMib OBJECT IDENTIFIER ::= { fortinet 100 }
|
||||
-- fnFortiDDoSCMMib OBJECT IDENTIFIER ::= { fortinet 119 }
|
||||
-- fnFortiAPMib OBJECT IDENTIFIER ::= { fortinet 120 }
|
||||
-- fnFortiExtenderMib OBJECT IDENTIFIER ::= { fortinet 121 }
|
||||
-- fnFortiNACMib OBJECT IDENTIFIER ::= { fortinet 122 }
|
||||
--
|
||||
|
||||
--
|
||||
|
@ -722,18 +722,6 @@ fgt5001E1 OBJECT IDENTIFIER ::= { fgModel 50017 }
|
||||
fsw5203B OBJECT IDENTIFIER ::= { fgModel 50023 }
|
||||
fgt5005FA2 OBJECT IDENTIFIER ::= { fgModel 50051 }
|
||||
fgt5101C OBJECT IDENTIFIER ::= { fgModel 51010 }
|
||||
fosVM64 OBJECT IDENTIFIER ::= { fgModel 90000 }
|
||||
fgtARM64AWS OBJECT IDENTIFIER ::= { fgModel 90007 }
|
||||
fgtARM64XEN OBJECT IDENTIFIER ::= { fgModel 90008 }
|
||||
fgtVM64AZUREONDEMAND OBJECT IDENTIFIER ::= { fgModel 90010 }
|
||||
fgtVM64GCPONDEMAND OBJECT IDENTIFIER ::= { fgModel 90018 }
|
||||
fgtVM64ALI OBJECT IDENTIFIER ::= { fgModel 90019 }
|
||||
fgtVM64ALIONDEMAND OBJECT IDENTIFIER ::= { fgModel 90020 }
|
||||
fgtVM64RAXONDEMAND OBJECT IDENTIFIER ::= { fgModel 90021 }
|
||||
fgtVM64IBM OBJECT IDENTIFIER ::= { fgModel 90022 }
|
||||
fosVM64KVM OBJECT IDENTIFIER ::= { fgModel 90060 }
|
||||
fosVM64HV OBJECT IDENTIFIER ::= { fgModel 90061 }
|
||||
fgtVM64AZURE OBJECT IDENTIFIER ::= { fgModel 90081 }
|
||||
|
||||
fgvmev OBJECT IDENTIFIER ::= { fgModel 80001 }
|
||||
fgvmxx OBJECT IDENTIFIER ::= { fgModel 80002 }
|
||||
@ -758,6 +746,18 @@ fgvmsb OBJECT IDENTIFIER ::= { fgModel 80022 }
|
||||
fgvmel OBJECT IDENTIFIER ::= { fgModel 80023 }
|
||||
fgvmml OBJECT IDENTIFIER ::= { fgModel 80024 }
|
||||
fgvmpg OBJECT IDENTIFIER ::= { fgModel 80030 }
|
||||
fosVM64 OBJECT IDENTIFIER ::= { fgModel 90000 }
|
||||
fgtARM64AWS OBJECT IDENTIFIER ::= { fgModel 90007 }
|
||||
fgtARM64XEN OBJECT IDENTIFIER ::= { fgModel 90008 }
|
||||
fgtVM64AZUREONDEMAND OBJECT IDENTIFIER ::= { fgModel 90010 }
|
||||
fgtVM64GCPONDEMAND OBJECT IDENTIFIER ::= { fgModel 90018 }
|
||||
fgtVM64ALI OBJECT IDENTIFIER ::= { fgModel 90019 }
|
||||
fgtVM64ALIONDEMAND OBJECT IDENTIFIER ::= { fgModel 90020 }
|
||||
fgtVM64RAXONDEMAND OBJECT IDENTIFIER ::= { fgModel 90021 }
|
||||
fgtVM64IBM OBJECT IDENTIFIER ::= { fgModel 90022 }
|
||||
fosVM64KVM OBJECT IDENTIFIER ::= { fgModel 90060 }
|
||||
fosVM64HV OBJECT IDENTIFIER ::= { fgModel 90061 }
|
||||
fgtVM64AZURE OBJECT IDENTIFIER ::= { fgModel 90081 }
|
||||
|
||||
|
||||
-- fgModel end
|
||||
|
@ -18,13 +18,16 @@ IMPORTS
|
||||
|
||||
|
||||
fnFortiManagerMib MODULE-IDENTITY
|
||||
LAST-UPDATED "202002120000Z"
|
||||
LAST-UPDATED "202105130000Z"
|
||||
ORGANIZATION
|
||||
"Fortinet Technologies, Inc."
|
||||
CONTACT-INFO
|
||||
"Technical Support
|
||||
email: support@fortinet.com
|
||||
http://www.fortinet.com"
|
||||
DESCRIPTION
|
||||
"Add support for UM (FDS/FGD service)."
|
||||
REVISION "202105130000Z"
|
||||
DESCRIPTION
|
||||
"Change fmDeviceEntPolicyPackageState syntax."
|
||||
REVISION "202002120000Z"
|
||||
@ -253,6 +256,9 @@ fmg200E OBJECT IDENTIFIER
|
||||
fmg200F OBJECT IDENTIFIER
|
||||
::= { fmModel 2006 }
|
||||
|
||||
fmg200G OBJECT IDENTIFIER
|
||||
::= { fmModel 2007 }
|
||||
|
||||
fmg300D OBJECT IDENTIFIER
|
||||
::= { fmModel 3004 }
|
||||
|
||||
@ -277,6 +283,9 @@ fmg400C OBJECT IDENTIFIER
|
||||
fmg400E OBJECT IDENTIFIER
|
||||
::= { fmModel 4005 }
|
||||
|
||||
fmg400G OBJECT IDENTIFIER
|
||||
::= { fmModel 4007 }
|
||||
|
||||
fmg1000C OBJECT IDENTIFIER
|
||||
::= { fmModel 10003 }
|
||||
|
||||
@ -307,6 +316,11 @@ fmg3000F OBJECT IDENTIFIER
|
||||
fmg3000G OBJECT IDENTIFIER
|
||||
::= { fmModel 30007 }
|
||||
|
||||
fmg3700F OBJECT IDENTIFIER
|
||||
::= { fmModel 37006 }
|
||||
fmg3700G OBJECT IDENTIFIER
|
||||
::= { fmModel 37007 }
|
||||
|
||||
fmg3900E OBJECT IDENTIFIER
|
||||
::= { fmModel 39005 }
|
||||
|
||||
@ -519,6 +533,9 @@ faz100B OBJECT IDENTIFIER
|
||||
faz100C OBJECT IDENTIFIER
|
||||
::= { faModel 1003 }
|
||||
|
||||
faz150G OBJECT IDENTIFIER
|
||||
::= {faModel 1507 }
|
||||
|
||||
faz200D OBJECT IDENTIFIER
|
||||
::= { faModel 2004 }
|
||||
|
||||
@ -534,6 +551,9 @@ faz300D OBJECT IDENTIFIER
|
||||
faz300F OBJECT IDENTIFIER
|
||||
::= { faModel 3006 }
|
||||
|
||||
faz300G OBJECT IDENTIFIER
|
||||
::= { faModel 3007 }
|
||||
|
||||
faz400E OBJECT IDENTIFIER
|
||||
::= { faModel 4005 }
|
||||
|
||||
@ -555,6 +575,9 @@ faz800B OBJECT IDENTIFIER
|
||||
faz800F OBJECT IDENTIFIER
|
||||
::= { faModel 8006 }
|
||||
|
||||
faz800G OBJECT IDENTIFIER
|
||||
::= { faModel 8007 }
|
||||
|
||||
faz1000B OBJECT IDENTIFIER
|
||||
::= { faModel 10002 }
|
||||
|
||||
@ -606,6 +629,9 @@ faz3500G OBJECT IDENTIFIER
|
||||
faz3700F OBJECT IDENTIFIER
|
||||
::= { faModel 37006 }
|
||||
|
||||
faz3700G OBJECT IDENTIFIER
|
||||
::= { faModel 37007 }
|
||||
|
||||
faz3900E OBJECT IDENTIFIER
|
||||
::= { faModel 39005 }
|
||||
|
||||
@ -1667,4 +1693,878 @@ fmMIBCompliance MODULE-COMPLIANCE
|
||||
|
||||
::= { fmMIBConformance 100 }
|
||||
|
||||
--
|
||||
-- fortinet.fnFortiManagerMib.fmUm
|
||||
--
|
||||
|
||||
fmUm OBJECT IDENTIFIER
|
||||
::= { fnFortiManagerMib 11 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmContract
|
||||
fmUmContract OBJECT IDENTIFIER
|
||||
::= { fmUm 1 }
|
||||
|
||||
fmUmContractTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmContractEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of Contract"
|
||||
::= { fmUmContract 1 }
|
||||
|
||||
fmUmContractEntry OBJECT-TYPE
|
||||
SYNTAX FmUmContractEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Contarct entry"
|
||||
INDEX { fmUmContractEntryIndex }
|
||||
::= { fmUmContractTable 1 }
|
||||
|
||||
FmUmContractEntry ::= SEQUENCE {
|
||||
fmUmContractEntryIndex FnIndex,
|
||||
fmUmContractEntrySerial DisplayString,
|
||||
fmUmContractEntryData DisplayString
|
||||
}
|
||||
|
||||
fmUmContractEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An index value that uniquely identifies within the fmUmContractTable"
|
||||
::= { fmUmContractEntry 1 }
|
||||
|
||||
fmUmContractEntrySerial OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device Serial Number"
|
||||
::= { fmUmContractEntry 2 }
|
||||
|
||||
fmUmContractEntryData OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..512))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Contract Raw Data"
|
||||
::= { fmUmContractEntry 3 }
|
||||
|
||||
------------------------------------------------------------
|
||||
FmUmServiceStatus ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Service Status"
|
||||
SYNTAX INTEGER {
|
||||
unknown (0),
|
||||
up (1),
|
||||
down (2)
|
||||
}
|
||||
|
||||
FmUmBoolState ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Boolean state"
|
||||
SYNTAX INTEGER {
|
||||
unknown (0),
|
||||
yes (1),
|
||||
no (2)
|
||||
}
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFds
|
||||
fmUmFds OBJECT IDENTIFIER
|
||||
::= { fmUm 2 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFds.fmUmFdsServiceFds
|
||||
fmUmFdsServiceFds OBJECT IDENTIFIER
|
||||
::= { fmUmFds 1 }
|
||||
|
||||
fmUmFdsServiceFdsStatus OBJECT-TYPE
|
||||
SYNTAX FmUmServiceStatus
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"FDS Service Status"
|
||||
::= { fmUmFdsServiceFds 1 }
|
||||
|
||||
fmUmFdsServiceFdsServerTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmFdsServiceFdsServerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of server list for FDS service"
|
||||
::= { fmUmFdsServiceFds 2 }
|
||||
|
||||
fmUmFdsServiceFdsServerEntry OBJECT-TYPE
|
||||
SYNTAX FmUmFdsServiceFdsServerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"server info for FDS service"
|
||||
INDEX { fmUmFdsServiceFdsServerEntryIndex }
|
||||
::= { fmUmFdsServiceFdsServerTable 1 }
|
||||
|
||||
FmUmFdsServiceFdsServerEntry ::= SEQUENCE {
|
||||
fmUmFdsServiceFdsServerEntryIndex FnIndex,
|
||||
fmUmFdsServiceFdsServerAddr InetAddress,
|
||||
fmUmFdsServiceFdsServerPort InetPortNumber,
|
||||
fmUmFdsServiceFdsServerTimeZone Integer32,
|
||||
fmUmFdsServiceFdsServerCurrent FmUmBoolState
|
||||
}
|
||||
|
||||
fmUmFdsServiceFdsServerEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An index value that uniquely identifies within the fmUmFdsServiceFdsServerTable"
|
||||
::= { fmUmFdsServiceFdsServerEntry 1 }
|
||||
|
||||
fmUmFdsServiceFdsServerAddr OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Address"
|
||||
::= { fmUmFdsServiceFdsServerEntry 2 }
|
||||
|
||||
fmUmFdsServiceFdsServerPort OBJECT-TYPE
|
||||
SYNTAX InetPortNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Port"
|
||||
::= { fmUmFdsServiceFdsServerEntry 3 }
|
||||
|
||||
fmUmFdsServiceFdsServerTimeZone OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Time Zone"
|
||||
::= { fmUmFdsServiceFdsServerEntry 4 }
|
||||
|
||||
fmUmFdsServiceFdsServerCurrent OBJECT-TYPE
|
||||
SYNTAX FmUmBoolState
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Current Server"
|
||||
::= { fmUmFdsServiceFdsServerEntry 5 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFds.fmUmFdsServiceFct
|
||||
fmUmFdsServiceFct OBJECT IDENTIFIER
|
||||
::= { fmUmFds 2 }
|
||||
|
||||
fmUmFdsServiceFctStatus OBJECT-TYPE
|
||||
SYNTAX FmUmServiceStatus
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"FDS Service Status"
|
||||
::= { fmUmFdsServiceFct 1 }
|
||||
|
||||
fmUmFdsServiceFctServerTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmFdsServiceFctServerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of server list for FDS service"
|
||||
::= { fmUmFdsServiceFct 2 }
|
||||
|
||||
fmUmFdsServiceFctServerEntry OBJECT-TYPE
|
||||
SYNTAX FmUmFdsServiceFctServerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"server info for FDS service"
|
||||
INDEX { fmUmFdsServiceFctServerEntryIndex }
|
||||
::= { fmUmFdsServiceFctServerTable 1 }
|
||||
|
||||
FmUmFdsServiceFctServerEntry ::= SEQUENCE {
|
||||
fmUmFdsServiceFctServerEntryIndex FnIndex,
|
||||
fmUmFdsServiceFctServerAddr InetAddress,
|
||||
fmUmFdsServiceFctServerPort InetPortNumber,
|
||||
fmUmFdsServiceFctServerTimeZone Integer32,
|
||||
fmUmFdsServiceFctServerCurrent FmUmBoolState
|
||||
}
|
||||
|
||||
fmUmFdsServiceFctServerEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An index value that uniquely identifies within the fmUmFdsServiceFctServerTable"
|
||||
::= { fmUmFdsServiceFctServerEntry 1 }
|
||||
|
||||
fmUmFdsServiceFctServerAddr OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Address"
|
||||
::= { fmUmFdsServiceFctServerEntry 2 }
|
||||
|
||||
fmUmFdsServiceFctServerPort OBJECT-TYPE
|
||||
SYNTAX InetPortNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Port"
|
||||
::= { fmUmFdsServiceFctServerEntry 3 }
|
||||
|
||||
fmUmFdsServiceFctServerTimeZone OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Time Zone"
|
||||
::= { fmUmFdsServiceFctServerEntry 4 }
|
||||
|
||||
fmUmFdsServiceFctServerCurrent OBJECT-TYPE
|
||||
SYNTAX FmUmBoolState
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Current Server"
|
||||
::= { fmUmFdsServiceFctServerEntry 5 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFds.fmUmPackage
|
||||
fmUmFdsPackage OBJECT IDENTIFIER
|
||||
::= { fmUmFds 3 }
|
||||
|
||||
fmUmFdsObjectTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmFdsObjectEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of server list for FDS object"
|
||||
::= { fmUmFdsPackage 1 }
|
||||
|
||||
fmUmFdsObjectEntry OBJECT-TYPE
|
||||
SYNTAX FmUmFdsObjectEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"FDS object"
|
||||
INDEX { fmUmFdsObjectEntryIndex }
|
||||
::= { fmUmFdsObjectTable 1 }
|
||||
|
||||
FmUmFdsObjectEntry::= SEQUENCE {
|
||||
fmUmFdsObjectEntryIndex FnIndex,
|
||||
fmUmFdsObjectEntryObjid DisplayString,
|
||||
fmUmFdsObjectEntryVersion DisplayString,
|
||||
fmUmFdsObjectEntryDate DisplayString,
|
||||
fmUmFdsObjectEntrySize Counter64,
|
||||
fmUmFdsObjectEntryDesc DisplayString,
|
||||
fmUmFdsObjectEntryProduct DisplayString
|
||||
}
|
||||
|
||||
fmUmFdsObjectEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"index of fmUmFdsObjectTable"
|
||||
::= { fmUmFdsObjectEntry 1 }
|
||||
|
||||
fmUmFdsObjectEntryObjid OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(17))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"object id"
|
||||
::= { fmUmFdsObjectEntry 2 }
|
||||
|
||||
fmUmFdsObjectEntryVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"object version"
|
||||
::= { fmUmFdsObjectEntry 3 }
|
||||
|
||||
fmUmFdsObjectEntryDate OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"object date"
|
||||
::= { fmUmFdsObjectEntry 4 }
|
||||
|
||||
fmUmFdsObjectEntrySize OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"object size"
|
||||
::= { fmUmFdsObjectEntry 5 }
|
||||
|
||||
fmUmFdsObjectEntryDesc OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..256))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"object description"
|
||||
::= { fmUmFdsObjectEntry 6 }
|
||||
|
||||
fmUmFdsObjectEntryProduct OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"proudct"
|
||||
::= { fmUmFdsObjectEntry 7 }
|
||||
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFds.fmUmDevice.fmUmDeviceStatus
|
||||
fmUmDevice OBJECT IDENTIFIER
|
||||
::= { fmUmFds 4 }
|
||||
|
||||
fmUmDeviceStatusTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmDeviceStatusEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"table of device status"
|
||||
::= { fmUmDevice 1 }
|
||||
|
||||
fmUmDeviceStatusEntry OBJECT-TYPE
|
||||
SYNTAX FmUmDeviceStatusEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"FDS object"
|
||||
INDEX { fmUmDeviceStatusEntryIndex }
|
||||
::= { fmUmDeviceStatusTable 1 }
|
||||
|
||||
FmUmDeviceStatusEntry::= SEQUENCE {
|
||||
fmUmDeviceStatusEntryIndex FnIndex,
|
||||
fmUmDeviceStatusEntrySerial DisplayString,
|
||||
fmUmDeviceStatusEntryStatus DisplayString,
|
||||
fmUmDeviceStatusEntryUpdateTime Counter64
|
||||
}
|
||||
|
||||
fmUmDeviceStatusEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"index of fmUmDeviceStatusTable"
|
||||
::= { fmUmDeviceStatusEntry 1 }
|
||||
|
||||
fmUmDeviceStatusEntrySerial OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device Serial Number"
|
||||
::= { fmUmDeviceStatusEntry 2 }
|
||||
|
||||
fmUmDeviceStatusEntryStatus OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device update status"
|
||||
::= { fmUmDeviceStatusEntry 3 }
|
||||
|
||||
fmUmDeviceStatusEntryUpdateTime OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device update time"
|
||||
::= { fmUmDeviceStatusEntry 4 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFds.fmUmDevice.fmUmDeviceObject
|
||||
|
||||
fmUmDeviceObjectTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmDeviceObjectEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"table of device status"
|
||||
::= { fmUmDevice 2 }
|
||||
|
||||
fmUmDeviceObjectEntry OBJECT-TYPE
|
||||
SYNTAX FmUmDeviceObjectEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"FDS object"
|
||||
INDEX { fmUmDeviceObjectEntryIndex }
|
||||
::= { fmUmDeviceObjectTable 1 }
|
||||
|
||||
FmUmDeviceObjectEntry::= SEQUENCE {
|
||||
fmUmDeviceObjectEntryIndex FnIndex,
|
||||
fmUmDeviceObjectEntrySerial DisplayString,
|
||||
fmUmDeviceObjectEntryObjid DisplayString,
|
||||
fmUmDeviceObjectEntryDeviceVersion DisplayString,
|
||||
fmUmDeviceObjectEntryServerVersion DisplayString,
|
||||
fmUmDeviceObjectEntryPreferVersion DisplayString
|
||||
}
|
||||
|
||||
fmUmDeviceObjectEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"index of fmUmDeviceObjectTable"
|
||||
::= { fmUmDeviceObjectEntry 1 }
|
||||
|
||||
fmUmDeviceObjectEntrySerial OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device Serial Number"
|
||||
::= { fmUmDeviceObjectEntry 2 }
|
||||
|
||||
fmUmDeviceObjectEntryObjid OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(17))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"object id"
|
||||
::= { fmUmDeviceObjectEntry 3 }
|
||||
|
||||
fmUmDeviceObjectEntryDeviceVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"object version"
|
||||
::= { fmUmDeviceObjectEntry 4 }
|
||||
|
||||
fmUmDeviceObjectEntryServerVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"object version"
|
||||
::= { fmUmDeviceObjectEntry 5 }
|
||||
|
||||
fmUmDeviceObjectEntryPreferVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"object version"
|
||||
::= { fmUmDeviceObjectEntry 6 }
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFgd
|
||||
fmUmFgd OBJECT IDENTIFIER
|
||||
::= { fmUm 3 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFgd.fmUmFgdServiceFgd
|
||||
fmUmFgdServiceFgd OBJECT IDENTIFIER
|
||||
::= { fmUmFgd 1 }
|
||||
|
||||
fmUmFgdServiceFgdStatus OBJECT-TYPE
|
||||
SYNTAX FmUmServiceStatus
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"FGD Service Status"
|
||||
::= { fmUmFgdServiceFgd 1 }
|
||||
|
||||
fmUmFgdServiceFgdServerTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmFgdServiceFgdServerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of server list for FDS service"
|
||||
::= { fmUmFgdServiceFgd 2 }
|
||||
|
||||
fmUmFgdServiceFgdServerEntry OBJECT-TYPE
|
||||
SYNTAX FmUmFgdServiceFgdServerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"server info for FDS service"
|
||||
INDEX { fmUmFgdServiceFgdServerEntryIndex }
|
||||
::= { fmUmFgdServiceFgdServerTable 1 }
|
||||
|
||||
FmUmFgdServiceFgdServerEntry ::= SEQUENCE {
|
||||
fmUmFgdServiceFgdServerEntryIndex FnIndex,
|
||||
fmUmFgdServiceFgdServerAddr InetAddress,
|
||||
fmUmFgdServiceFgdServerPort InetPortNumber,
|
||||
fmUmFgdServiceFgdServerTimeZone Integer32,
|
||||
fmUmFgdServiceFgdServerCurrent FmUmBoolState
|
||||
}
|
||||
|
||||
fmUmFgdServiceFgdServerEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An index value that uniquely identifies within the fmUmFgdServiceFgdServerTable"
|
||||
::= { fmUmFgdServiceFgdServerEntry 1 }
|
||||
|
||||
fmUmFgdServiceFgdServerAddr OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Address"
|
||||
::= { fmUmFgdServiceFgdServerEntry 2 }
|
||||
|
||||
fmUmFgdServiceFgdServerPort OBJECT-TYPE
|
||||
SYNTAX InetPortNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Port"
|
||||
::= { fmUmFgdServiceFgdServerEntry 3 }
|
||||
|
||||
fmUmFgdServiceFgdServerTimeZone OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Time Zone"
|
||||
::= { fmUmFgdServiceFgdServerEntry 4 }
|
||||
|
||||
fmUmFgdServiceFgdServerCurrent OBJECT-TYPE
|
||||
SYNTAX FmUmBoolState
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Current Server"
|
||||
::= { fmUmFgdServiceFgdServerEntry 5 }
|
||||
|
||||
fmUmFgdServiceFgfq OBJECT IDENTIFIER
|
||||
::= { fmUmFgd 2 }
|
||||
|
||||
fmUmFgdServiceFgfqStatus OBJECT-TYPE
|
||||
SYNTAX FmUmServiceStatus
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"FGD Service Status"
|
||||
::= { fmUmFgdServiceFgfq 1 }
|
||||
|
||||
fmUmFgdServiceFgfqServerTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmFgdServiceFgfqServerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of server list for FDS service"
|
||||
::= { fmUmFgdServiceFgfq 2 }
|
||||
|
||||
fmUmFgdServiceFgfqServerEntry OBJECT-TYPE
|
||||
SYNTAX FmUmFgdServiceFgfqServerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"server info for FDS service"
|
||||
INDEX { fmUmFgdServiceFgfqServerEntryIndex }
|
||||
::= { fmUmFgdServiceFgfqServerTable 1 }
|
||||
|
||||
FmUmFgdServiceFgfqServerEntry ::= SEQUENCE {
|
||||
fmUmFgdServiceFgfqServerEntryIndex FnIndex,
|
||||
fmUmFgdServiceFgfqServerAddr InetAddress,
|
||||
fmUmFgdServiceFgfqServerPort InetPortNumber,
|
||||
fmUmFgdServiceFgfqServerTimeZone Integer32,
|
||||
fmUmFgdServiceFgfqServerCurrent FmUmBoolState
|
||||
}
|
||||
|
||||
fmUmFgdServiceFgfqServerEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An index value that uniquely identifies within the fmUmFgdServiceFgfqServerTable"
|
||||
::= { fmUmFgdServiceFgfqServerEntry 1 }
|
||||
|
||||
fmUmFgdServiceFgfqServerAddr OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Address"
|
||||
::= { fmUmFgdServiceFgfqServerEntry 2 }
|
||||
|
||||
fmUmFgdServiceFgfqServerPort OBJECT-TYPE
|
||||
SYNTAX InetPortNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Port"
|
||||
::= { fmUmFgdServiceFgfqServerEntry 3 }
|
||||
|
||||
fmUmFgdServiceFgfqServerTimeZone OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Server's Time Zone"
|
||||
::= { fmUmFgdServiceFgfqServerEntry 4 }
|
||||
|
||||
fmUmFgdServiceFgfqServerCurrent OBJECT-TYPE
|
||||
SYNTAX FmUmBoolState
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Current Server"
|
||||
::= { fmUmFgdServiceFgfqServerEntry 5 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFgd.fmUmFgdPackage
|
||||
fmUmFgdPackage OBJECT IDENTIFIER
|
||||
::= { fmUmFgd 3 }
|
||||
|
||||
fmUmFgdDBVersionTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmFgdDBVersionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of server list for fgd db version object"
|
||||
::= { fmUmFgdPackage 1 }
|
||||
|
||||
fmUmFgdDBVersionEntry OBJECT-TYPE
|
||||
SYNTAX FmUmFgdDBVersionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"fgd db version"
|
||||
INDEX { fmUmFgdDBVersionEntryIndex }
|
||||
::= { fmUmFgdDBVersionTable 1 }
|
||||
|
||||
FmUmFgdDBVersionEntry::= SEQUENCE {
|
||||
fmUmFgdDBVersionEntryIndex FnIndex,
|
||||
fmUmFgdDBVersionEntryCategory DisplayString,
|
||||
fmUmFgdDBVersionEntryVersion DisplayString,
|
||||
fmUmFgdDBVersionEntrySize Counter64,
|
||||
fmUmFgdDBVersionEntryDate Counter64,
|
||||
fmUmFgdDBVersionEntryDesc DisplayString
|
||||
}
|
||||
|
||||
fmUmFgdDBVersionEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"index of fmUmFgdDBVersionTable"
|
||||
::= { fmUmFgdDBVersionEntry 1 }
|
||||
|
||||
fmUmFgdDBVersionEntryCategory OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"category"
|
||||
::= { fmUmFgdDBVersionEntry 2 }
|
||||
|
||||
fmUmFgdDBVersionEntryVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"version"
|
||||
::= { fmUmFgdDBVersionEntry 3 }
|
||||
|
||||
fmUmFgdDBVersionEntrySize OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"size"
|
||||
::= { fmUmFgdDBVersionEntry 4 }
|
||||
|
||||
fmUmFgdDBVersionEntryDate OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"date"
|
||||
::= { fmUmFgdDBVersionEntry 5 }
|
||||
|
||||
fmUmFgdDBVersionEntryDesc OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"descriptions"
|
||||
::= { fmUmFgdDBVersionEntry 6 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFgd.fmUmFgdQueryStatistic
|
||||
fmUmFgdQueryStatistic OBJECT IDENTIFIER
|
||||
::= { fmUmFgd 4 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFgd.fmUmFgdQueryStatistic.fmUmFgdQueryStatisticTop10SitesTable
|
||||
fmUmFgdQueryStatisticTop10SitesTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmFgdQueryStatisticTop10SitesEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Top 10 sites table"
|
||||
::= { fmUmFgdQueryStatistic 1 }
|
||||
|
||||
fmUmFgdQueryStatisticTop10SitesEntry OBJECT-TYPE
|
||||
SYNTAX FmUmFgdQueryStatisticTop10SitesEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index of top 10 sites table"
|
||||
INDEX { fmUmFgdQueryStatisticTop10SitesEntryIndex }
|
||||
::= { fmUmFgdQueryStatisticTop10SitesTable 1 }
|
||||
|
||||
FmUmFgdQueryStatisticTop10SitesEntry::= SEQUENCE {
|
||||
fmUmFgdQueryStatisticTop10SitesEntryIndex FnIndex,
|
||||
fmUmFgdQueryStatisticTop10SitesEntryAddress InetAddress,
|
||||
fmUmFgdQueryStatisticTop10SitesEntryVisits Counter64
|
||||
}
|
||||
|
||||
fmUmFgdQueryStatisticTop10SitesEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index"
|
||||
::= { fmUmFgdQueryStatisticTop10SitesEntry 1 }
|
||||
|
||||
fmUmFgdQueryStatisticTop10SitesEntryAddress OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Site Address"
|
||||
::= { fmUmFgdQueryStatisticTop10SitesEntry 2 }
|
||||
|
||||
fmUmFgdQueryStatisticTop10SitesEntryVisits OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Site Address"
|
||||
::= { fmUmFgdQueryStatisticTop10SitesEntry 3 }
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFgd.fmUmFgdQueryStatistic.fmUmFgdQueryStatisticTop10DevicesTable
|
||||
fmUmFgdQueryStatisticTop10DevicesTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmFgdQueryStatisticTop10DevicesEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Top 10 devices table"
|
||||
::= { fmUmFgdQueryStatistic 2 }
|
||||
|
||||
fmUmFgdQueryStatisticTop10DevicesEntry OBJECT-TYPE
|
||||
SYNTAX FmUmFgdQueryStatisticTop10DevicesEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index of top 10 devicess table"
|
||||
INDEX { fmUmFgdQueryStatisticTop10DevicesEntryIndex }
|
||||
::= { fmUmFgdQueryStatisticTop10DevicesTable 1 }
|
||||
|
||||
FmUmFgdQueryStatisticTop10DevicesEntry::= SEQUENCE {
|
||||
fmUmFgdQueryStatisticTop10DevicesEntryIndex FnIndex,
|
||||
fmUmFgdQueryStatisticTop10DevicesEntryName DisplayString,
|
||||
fmUmFgdQueryStatisticTop10DevicesEntryQueries Counter64
|
||||
}
|
||||
|
||||
fmUmFgdQueryStatisticTop10DevicesEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index"
|
||||
::= { fmUmFgdQueryStatisticTop10DevicesEntry 1 }
|
||||
|
||||
fmUmFgdQueryStatisticTop10DevicesEntryName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..512))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Device name"
|
||||
::= { fmUmFgdQueryStatisticTop10DevicesEntry 2 }
|
||||
|
||||
fmUmFgdQueryStatisticTop10DevicesEntryQueries OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Query number of the device"
|
||||
::= { fmUmFgdQueryStatisticTop10DevicesEntry 3 }
|
||||
|
||||
|
||||
-- fortinet.fnFortiManagerMib.fmUm.fmUmFgd.fmUmFgdQueryStatistic.fmUmFgdQueryStatisticQueryHistoryTable
|
||||
fmUmFgdQueryStatisticQueryHistoryTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FmUmFgdQueryStatisticQueryHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Query history table"
|
||||
::= { fmUmFgdQueryStatistic 3 }
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntry OBJECT-TYPE
|
||||
SYNTAX FmUmFgdQueryStatisticQueryHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index of Query history table"
|
||||
INDEX { fmUmFgdQueryStatisticQueryHistoryEntryIndex }
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryTable 1 }
|
||||
|
||||
FmUmFgdQueryStatisticQueryHistoryEntry::= SEQUENCE {
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryIndex FnIndex,
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryBeginTime Counter64,
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryEndTime Counter64,
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryDeviceName DisplayString,
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryDeviceAddress InetAddress,
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryQueries Counter64,
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryHits Counter64,
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryMisses Counter64,
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryBandWidth DisplayString
|
||||
}
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryIndex OBJECT-TYPE
|
||||
SYNTAX FnIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Index"
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryEntry 1 }
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryBeginTime OBJECT-TYPE
|
||||
SYNTAX Couter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryEntry 2 }
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryEndTime OBJECT-TYPE
|
||||
SYNTAX Couter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryEntry 3 }
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryDeviceName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..512))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Device name"
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryEntry 4 }
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryDeviceAddress OBJECT-TYPE
|
||||
SYNTAX InetAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Device address"
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryEntry 5 }
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryQueries OBJECT-TYPE
|
||||
SYNTAX Couter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryEntry 6 }
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryHits OBJECT-TYPE
|
||||
SYNTAX Couter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryEntry 7 }
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryMisses OBJECT-TYPE
|
||||
SYNTAX Couter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryEntry 8 }
|
||||
|
||||
fmUmFgdQueryStatisticQueryHistoryEntryBandWidth OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Device name"
|
||||
::= { fmUmFgdQueryStatisticQueryHistoryEntry 9 }
|
||||
|
||||
END -- end of module FORTINET-FORTIMANAGER-FORTIANALYZER-MIB.
|
||||
|
@ -10,8 +10,8 @@
|
||||
-- *****************************************************************
|
||||
--
|
||||
|
||||
|
||||
FS-AG-MIB DEFINITIONS ::= BEGIN
|
||||
-- MIB broken. Changed by Observium developers
|
||||
-- FS-AG-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
DisplayString,TEXTUAL-CONVENTION,TimeStamp
|
||||
|
@ -913,177 +913,5 @@ fsClusterMemberMaximumAllowedTrap NOTIFICATION-TYPE
|
||||
then this trap will be sent."
|
||||
::= { fsClusterTraps 4}
|
||||
|
||||
-- Conformance Information
|
||||
|
||||
fsClusterMIBConformance OBJECT IDENTIFIER ::= { fsClusterMIB 3 }
|
||||
fsClusterMIBCompliances OBJECT IDENTIFIER
|
||||
::= { fsClusterMIBConformance 1 }
|
||||
fsClusterMIBGroups OBJECT IDENTIFIER
|
||||
::= { fsClusterMIBConformance 2 }
|
||||
|
||||
-- Compliance statements
|
||||
|
||||
fsClusterCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for the CLUSTER MIB."
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS { fsClusterStatusGroup,
|
||||
fsClusterMemberStatusGroup,
|
||||
fsClusterMemberGroup,
|
||||
fsClusterCandidateGroup,
|
||||
fsClusterMemberAddGroup,
|
||||
fsClusterBlackListGroup,
|
||||
uijieClusterPasswordAuthPoolGroup,
|
||||
fsDeviceAuthPasswordGroup,
|
||||
fsClusterCandidateStatusGroup
|
||||
}
|
||||
::= { fsClusterMIBCompliances 1 }
|
||||
|
||||
-- MIB groupings
|
||||
|
||||
fsClusterStatusGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
fsClusterName,
|
||||
fsClusterCmdMacAddress,
|
||||
fsClusterIpPool,
|
||||
fsClusterIpMask,
|
||||
fsClusterVlan,
|
||||
fsClusterHopsLimit,
|
||||
fsClusterHopsLimit,
|
||||
fsClusterTimerTopo,
|
||||
fsClusterTimerHello,
|
||||
fsClusterTimerHold,
|
||||
fsClusterTftpServer,
|
||||
fsClusterNumberOfMembers,
|
||||
fsClusterMaxNumberOfMembers,
|
||||
fsClusterDevMaxCapicity
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects which are used to represent
|
||||
the status of the cluster."
|
||||
::= { fsClusterMIBGroups 1 }
|
||||
|
||||
fsClusterMemberStatusGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
fsClusterName,
|
||||
fsClusterDeviceEnable,
|
||||
fsClusterDeviceRole,
|
||||
fsClusterDeviceIP,
|
||||
fsClusterDeviceSn
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects which are used to represent
|
||||
the status of the cluster member. These objects are accessible
|
||||
on the cluster members and the manager device."
|
||||
::= { fsClusterMIBGroups 2 }
|
||||
|
||||
fsClusterCandidateStatusGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
fsClusterName,
|
||||
fsClusterDeviceRole,
|
||||
fsClusterDeviceEnable
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects which are used to represent
|
||||
the status of single devices which are not in any cluster.
|
||||
These objects are accessible on any single device."
|
||||
::= { fsClusterMIBGroups 3 }
|
||||
|
||||
fsClusterMemberGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
fsClusterMemberSn,
|
||||
fsClusterMemberMacAddress,
|
||||
fsClusterMemberLcIfx ,
|
||||
fsClusterMemberUpIfx ,
|
||||
fsClusterMemberLcPort,
|
||||
fsClusterMemberUpPort,
|
||||
fsClusterMemberName,
|
||||
fsClusterMemberIp,
|
||||
fsClusterMemberHops,
|
||||
fsClusterMemberState,
|
||||
fsClusterMemberUpSn,
|
||||
fsClusterMemberUpMAC,
|
||||
fsClusterMemberLastTopoUpdateTime,
|
||||
fsClusterMemberLastUdpUpdateTime,
|
||||
fsClusterMemberNoRecvTopoRspCount,
|
||||
fsClusterMemberNoRecvUdpRspCount,
|
||||
fsClusterMemberReload
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects which are used to represent
|
||||
the members of a cluster."
|
||||
::= { fsClusterMIBGroups 4 }
|
||||
|
||||
fsClusterCandidateGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
fsClusterCandidateMacAddress,
|
||||
fsClusterCandidateUpMAC,
|
||||
fsClusterCandidateLcIfx,
|
||||
fsClusterCandidateUpIfx,
|
||||
fsClusterCandidateLcPort,
|
||||
fsClusterCandidateUpPort,
|
||||
fsClusterCandidateHops,
|
||||
fsClusterCandidateUpSn,
|
||||
fsClusterCandidateState
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects which are used to represent
|
||||
cluster candidates. These objects are accessible
|
||||
on the manager device only."
|
||||
::= { fsClusterMIBGroups 5 }
|
||||
|
||||
fsClusterMemberAddGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
fsClusterMemberAddMacAddress,
|
||||
fsClusterMemberAddSn,
|
||||
fsClusterMemberAddRowStatus
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects which are used to represent
|
||||
cluster Member add operate. These objects are accessible
|
||||
on the manager device only."
|
||||
::= { fsClusterMIBGroups 6 }
|
||||
|
||||
fsClusterBlackListGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
fsClusterBlacklistMacAddress
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects which are used to represent
|
||||
cluster blackList. These objects are accessible
|
||||
on the manager device only."
|
||||
::= { fsClusterMIBGroups 7 }
|
||||
|
||||
fsClusterPasswordAuthPoolGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
fsClusterPasswordSn,
|
||||
fsClusterPassword
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects which are used to represent
|
||||
cluster auth password pool. These objects are accessible
|
||||
on the manager device only."
|
||||
::= { fsClusterMIBGroups 8 }
|
||||
|
||||
fsClsuterDeviceAuthPasswordGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
fsClusterDeviceMacAddress,
|
||||
fsClusterDevicePassword
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The collection of objects which are used to represent
|
||||
cluster device auth Password. These objects are accessible
|
||||
on the manager device only."
|
||||
::= { fsClusterMIBGroups 9 }
|
||||
|
||||
END
|
||||
|
@ -56,7 +56,7 @@ ctStandardCompliances OBJECT IDENTIFIER ::= { ctStandardmibmodule 3 }
|
||||
ctStandardGroup OBJECT IDENTIFIER ::= { ctStandardmibmodule 4 }
|
||||
|
||||
--**************************************************
|
||||
--* ctStandardSystemConfigTable begins * --index needs change.
|
||||
--* ctStandardSystemConfigTable begins *
|
||||
--**************************************************
|
||||
|
||||
ctStandardSystemConfigTable OBJECT-TYPE
|
||||
|
@ -182,14 +182,14 @@ fsIPPrivateMIBGroups OBJECT IDENTIFIER ::= { fsIPPrivateMIBConformance 2 }
|
||||
-- compliance statements **
|
||||
-- **
|
||||
--********************************************************************
|
||||
fsIPPrivateMIBCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for entities which implement
|
||||
the FS Ac Manager Ac"
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS { fsAcIPPrivateMIBGroup, fsAcIPPrivateTrapGroup }
|
||||
::= { fsIPPrivateMIBCompliances 1 }
|
||||
-- fsIPPrivateMIBCompliance MODULE-COMPLIANCE
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The compliance statement for entities which implement
|
||||
-- the FS Ac Manager Ac"
|
||||
-- MODULE
|
||||
-- MANDATORY-GROUPS { fsAcIPPrivateMIBGroup, fsAcIPPrivateTrapGroup }
|
||||
-- ::= { fsIPPrivateMIBCompliances 1 }
|
||||
|
||||
|
||||
--********************************************************************
|
||||
|
@ -57,7 +57,7 @@ fsMapinfoMngMIB MODULE-IDENTITY
|
||||
E-mail: https://www.fs.com/live_chat_service_mail.html"
|
||||
DESCRIPTION
|
||||
"This module defines fs Mapinf Mng mibs."
|
||||
REVISION "2016073200000Z"
|
||||
REVISION "201607032000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
::= { fsMgmt 150}
|
||||
|
@ -28,8 +28,8 @@ IMPORTS
|
||||
fsEntityStateChgDesc,
|
||||
fsTemperatureWarningDesc
|
||||
FROM FS-ENTITY-MIB
|
||||
scMemberOperStatus
|
||||
FROM FS-CLUSTER-MIB
|
||||
-- scMemberOperStatus
|
||||
-- FROM FS-CLUSTER-MIB
|
||||
fsSMPSwitchIP,
|
||||
fsSMPSwitchInterfaceID,
|
||||
fsSMPSwitchInterfaceVLANID,
|
||||
@ -49,8 +49,8 @@ IMPORTS
|
||||
lineDetectStatus,
|
||||
lineDetectPosition
|
||||
FROM FS-INTERFACE-MIB
|
||||
userIpaddr
|
||||
FROM FS-AUTH-GATEWAY-MIB
|
||||
-- userIpaddr
|
||||
-- FROM FS-AUTH-GATEWAY-MIB
|
||||
fsUrpfIfDropRate
|
||||
FROM FS-URPF-MIB
|
||||
TRAP-TYPE
|
||||
@ -159,14 +159,14 @@ pimNeighborLoss TRAP-TYPE
|
||||
"while the state of entity changed or some failure happened, this trap will be sent."
|
||||
::= 10
|
||||
|
||||
clusterMemberStateChange TRAP-TYPE
|
||||
ENTERPRISE switch
|
||||
VARIABLES {scMemberOperStatus}
|
||||
DESCRIPTION
|
||||
"while the state of member switch changed, then this trap will be sent.
|
||||
either state of member switch change from active to inactive or from
|
||||
inactive to active."
|
||||
::= 11
|
||||
-- clusterMemberStateChange TRAP-TYPE
|
||||
-- ENTERPRISE switch
|
||||
-- VARIABLES {scMemberOperStatus}
|
||||
-- DESCRIPTION
|
||||
-- "while the state of member switch changed, then this trap will be sent.
|
||||
-- either state of member switch change from active to inactive or from
|
||||
-- inactive to active."
|
||||
-- ::= 11
|
||||
|
||||
temperatureWarning TRAP-TYPE
|
||||
ENTERPRISE switch
|
||||
@ -206,12 +206,12 @@ pimNeighborLoss TRAP-TYPE
|
||||
::= 15
|
||||
|
||||
|
||||
authGatewayUserLeave TRAP-TYPE
|
||||
ENTERPRISE switch
|
||||
VARIABLES {userIpaddr}
|
||||
DESCRIPTION
|
||||
"Sending Trap when the user is offline."
|
||||
::= 16
|
||||
-- authGatewayUserLeave TRAP-TYPE
|
||||
-- ENTERPRISE switch
|
||||
-- VARIABLES {userIpaddr}
|
||||
-- DESCRIPTION
|
||||
-- "Sending Trap when the user is offline."
|
||||
-- ::= 16
|
||||
|
||||
|
||||
urpfIfDropRateNotify TRAP-TYPE
|
||||
|
@ -55,9 +55,9 @@ fsVMMIB MODULE-IDENTITY
|
||||
|
||||
fsVMMIBObjects OBJECT IDENTIFIER ::= { fsVMMIB 1 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- Scalar of configuring VM support.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMFuncVMSupport OBJECT-TYPE
|
||||
SYNTAX ConfigStatus
|
||||
MAX-ACCESS read-write
|
||||
@ -122,9 +122,9 @@ fsVMBurstMax OBJECT-TYPE
|
||||
Burst Size: The maximum number of byte to allow in a burst."
|
||||
::= { fsVMMIBObjects 15 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM information.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -176,9 +176,9 @@ fsVMInfoRowStatus OBJECT-TYPE
|
||||
Set this object to ROW_ACTIVE, add VM to VM Group."
|
||||
::= { fsVMInfoEntry 3 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM Group.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMGroupInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMGroupInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -245,9 +245,9 @@ fsVMGroupInfoRowStatus OBJECT-TYPE
|
||||
associate with this profile"
|
||||
::= { fsVMGroupInfoEntry 4 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM Profile.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMProfileTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMProfileEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -393,9 +393,9 @@ fsVMProfileQosRxPolicyMap OBJECT-TYPE
|
||||
"Police map name of ServerPort ingress match about VM."
|
||||
::= { fsVMProfileEntry 11 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM location.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMLocInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMLocInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -456,9 +456,9 @@ fsVMLocInfoRowStatus OBJECT-TYPE
|
||||
Set this object to ROW_ACTIVE, add the location of VM."
|
||||
::= { fsVMLocInfoEntry 4 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM support ServerPort and ReflectPort.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMPortInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMPortInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -511,9 +511,9 @@ fsVMPortInfoReflectStatus OBJECT-TYPE
|
||||
set its value to valid(1) and this port reflectrelay function enable."
|
||||
::= { fsVMPortInfoEntry 3 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for VM support SNMP trap interface configuration.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMPortTrapCfgTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMPortTrapCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -555,9 +555,9 @@ fsVMPortTrapCfgNotifyStatus OBJECT-TYPE
|
||||
set its value to valid(1) and VM notification will be enabled on this port."
|
||||
::= { fsVMPortTrapCfgEntry 2 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for VM support trap information.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMInfoChgTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMInfoChgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -626,9 +626,9 @@ fsVMInfoChgDate OBJECT-TYPE
|
||||
"The date and time when this VM is discovered or deleted."
|
||||
::= { fsVMInfoChgEntry 5 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM OUI.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMOuiInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMOuiInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -671,9 +671,9 @@ fsVMOuiInfoRowStatus OBJECT-TYPE
|
||||
Set this object to ROW_DESTORY, delete the VM OUI.
|
||||
Set this object to ROW_ACTIVE, add the VM OUI"
|
||||
::= { fsVMOuiInfoEntry 2 }
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- Notification of VM support.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMMIBTraps OBJECT IDENTIFIER ::= { fsVMMIB 2 }
|
||||
|
||||
fsVMsupMIBTrap NOTIFICATION-TYPE
|
||||
|
@ -239,7 +239,7 @@ FS-VPLS-BGP-MIB DEFINITIONS ::= BEGIN
|
||||
MODULE -- this module
|
||||
|
||||
MANDATORY-GROUPS {
|
||||
fsvplsBgpConfigGroup,
|
||||
-- fsvplsBgpConfigGroup,
|
||||
fsvplsBgpVEGroup,
|
||||
fsvplsBgpPwBindGroup
|
||||
}
|
||||
@ -257,25 +257,25 @@ FS-VPLS-BGP-MIB DEFINITIONS ::= BEGIN
|
||||
MODULE -- this module
|
||||
|
||||
MANDATORY-GROUPS {
|
||||
fsvplsBgpConfigGroup,
|
||||
-- fsvplsBgpConfigGroup,
|
||||
fsvplsBgpVEGroup,
|
||||
fsvplsBgpPwBindGroup
|
||||
}
|
||||
|
||||
OBJECT fsvplsBgpConfigRouteDistinguisher
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
-- OBJECT fsvplsBgpConfigRouteDistinguisher
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
|
||||
OBJECT fsvplsBgpConfigRouteTarget
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
-- OBJECT fsvplsBgpConfigRouteTarget
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
|
||||
OBJECT fsvplsBgpVEName
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
-- OBJECT fsvplsBgpVEName
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
|
||||
::= { fsvplsBgpCompliances 2 }
|
||||
|
||||
|
@ -193,57 +193,57 @@ FS-VPLS-LDP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- Compliance requirement for read-only implementations.
|
||||
|
||||
fsvplsLdpCompliances
|
||||
OBJECT IDENTIFIER ::= { fsvplsLdpConformance 1 }
|
||||
|
||||
fsvplsLdpModuleFullCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Compliance requirement for implementations that
|
||||
provide full support for VPLS-LDP-DRAFT-01-MIB.
|
||||
Such devices can then be monitored and configured using
|
||||
this MIB module."
|
||||
|
||||
MODULE -- this module
|
||||
|
||||
MANDATORY-GROUPS {
|
||||
fsvplsLdpGroup,
|
||||
fsvplsLdpNotificationGroup
|
||||
}
|
||||
|
||||
::= { fsvplsLdpCompliances 1 }
|
||||
|
||||
|
||||
fsvplsLdpModuleReadOnlyCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Compliance requirement for implementations that only
|
||||
provide read-only support for VPLS-LDP-DRAFT-01-MIB.
|
||||
Such devices can then be monitored but cannot be
|
||||
configured using this MIB modules."
|
||||
|
||||
MODULE -- this module
|
||||
|
||||
MANDATORY-GROUPS {
|
||||
fsvplsLdpGroup,
|
||||
fsvplsLdpNotificationGroup
|
||||
}
|
||||
|
||||
OBJECT fsvplsLdpConfigMacAddrWithdraw
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
|
||||
OBJECT fsvplsLdpPwBindMacAddressLimit
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
|
||||
::= { fsvplsLdpCompliances 2 }
|
||||
-- fsvplsLdpCompliances
|
||||
-- OBJECT IDENTIFIER ::= { fsvplsLdpConformance 1 }
|
||||
--
|
||||
-- fsvplsLdpModuleFullCompliance MODULE-COMPLIANCE
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Compliance requirement for implementations that
|
||||
-- provide full support for VPLS-LDP-DRAFT-01-MIB.
|
||||
-- Such devices can then be monitored and configured using
|
||||
-- this MIB module."
|
||||
--
|
||||
-- MODULE
|
||||
--
|
||||
-- MANDATORY-GROUPS {
|
||||
-- fsvplsLdpGroup,
|
||||
-- fsvplsLdpNotificationGroup
|
||||
-- }
|
||||
--
|
||||
-- ::= { fsvplsLdpCompliances 1 }
|
||||
--
|
||||
--
|
||||
-- fsvplsLdpModuleReadOnlyCompliance MODULE-COMPLIANCE
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Compliance requirement for implementations that only
|
||||
-- provide read-only support for VPLS-LDP-DRAFT-01-MIB.
|
||||
-- Such devices can then be monitored but cannot be
|
||||
-- configured using this MIB modules."
|
||||
--
|
||||
-- MODULE
|
||||
--
|
||||
-- MANDATORY-GROUPS {
|
||||
-- fsvplsLdpGroup,
|
||||
-- fsvplsLdpNotificationGroup
|
||||
-- }
|
||||
--
|
||||
-- OBJECT fsvplsLdpConfigMacAddrWithdraw
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
--
|
||||
-- OBJECT fsvplsLdpPwBindMacAddressLimit
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
--
|
||||
-- ::= { fsvplsLdpCompliances 2 }
|
||||
|
||||
-- Units of conformance.
|
||||
|
||||
fsvplsLdpGroups
|
||||
OBJECT IDENTIFIER ::= { fsvplsLdpConformance 2 }
|
||||
-- fsvplsLdpGroups
|
||||
-- OBJECT IDENTIFIER ::= { fsvplsLdpConformance 2 }
|
||||
|
||||
END
|
||||
|
@ -7395,8 +7395,8 @@ apBaseAvgTransSpeed OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"AP QOS average TX speed."
|
||||
::= { apQOSBaseStatisticsTableEntry 3 }
|
||||
---------------------------------------------------
|
||||
---------------------------------------------------
|
||||
--
|
||||
--
|
||||
apQOSBackgroundStatisticsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ApQOSBackgroundStatisticsTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -7462,8 +7462,8 @@ apQOSBgSvcLoss OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"AP QOS Background rob loss ratio.s"
|
||||
::= { apQOSBackgroundStatisticsTableEntry 5 }
|
||||
-------------------------------------------------
|
||||
-------------------------------------------------
|
||||
|
||||
|
||||
apQOSBestEffortStatisticsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ApQOSBestEffortStatisticsTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -7529,8 +7529,8 @@ apQOSBeSvcLoss OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"AP QOS BestEffort rob loss ratio."
|
||||
::= { apQOSBestEffortStatisticsTableEntry 5 }
|
||||
-------------------------------------------------
|
||||
-------------------------------------------------
|
||||
|
||||
|
||||
apQOSVoiceStatisticsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ApQOSVoiceStatisticsTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -7623,8 +7623,8 @@ apQOSVoiceExceedMaxUsersRequest OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"AP QOS decline counts of Voice user Exceed Max Users"
|
||||
::= { apQOSVoiceStatisticsTableEntry 8 }
|
||||
--------------------------------------------------
|
||||
--------------------------------------------------
|
||||
|
||||
|
||||
apQOSVideoStatisticsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ApQOSVideoStatisticsTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -8761,6 +8761,6 @@ apStationAssoRxSignalStrength15 OBJECT-TYPE
|
||||
--**************************************************
|
||||
--* Ap Sta Trans Speed info get ends *
|
||||
--**************************************************
|
||||
-------------------------------------------------
|
||||
-------------------------------------------------
|
||||
|
||||
|
||||
END
|
||||
|
@ -587,8 +587,8 @@ fsRESUtilization OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"ap Resource Utilization."
|
||||
::= { fsAirIfInfoStatisticsTableEntry 9 }
|
||||
---------------------------------------------------------
|
||||
---------------------------------------------------------
|
||||
|
||||
|
||||
--**************************************************
|
||||
--* apAirIfInfoStatisticsTable starts *
|
||||
--**************************************************
|
||||
|
@ -3149,7 +3149,7 @@ sMIBCompliances OBJECT IDENTIFIER ::= { sMIBConformance 2 }
|
||||
|
||||
sMIBMauGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
sIfMauSwitchIndex,
|
||||
-- sIfMauSwitchIndex,
|
||||
sIfMauIndex,
|
||||
sIfMauType,
|
||||
sIfMauMediaAvailable,
|
||||
@ -3249,7 +3249,7 @@ sMIBCompliances OBJECT IDENTIFIER ::= { sMIBConformance 2 }
|
||||
"The compliance statement for s module."
|
||||
MODULE
|
||||
MANDATORY-GROUPS {
|
||||
sMIBBaseGroup,
|
||||
-- sMIBBaseGroup,
|
||||
sMIBDot1dGroup,
|
||||
sMIBRMONGroup,
|
||||
sMIBMauGroup,
|
||||
|
@ -328,6 +328,7 @@ MirrorMacType ::= TEXTUAL-CONVENTION
|
||||
l3NextHopMacAddress MacAddress,
|
||||
l3Vlan VlanIndex,
|
||||
l3Port INTEGER,
|
||||
l3VPTag INTEGER,
|
||||
l3CreateTime DateAndTime,
|
||||
l3UpdateTime DateAndTime
|
||||
}
|
||||
@ -360,19 +361,26 @@ MirrorMacType ::= TEXTUAL-CONVENTION
|
||||
DESCRIPTION "<22><><EFBFBD>ĵij<C4B5><C4B3>˿ڡ<CBBF>"
|
||||
::= { l3Entry 4 }
|
||||
|
||||
l3VPTag OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "<22><><EFBFBD>ĵ<EFBFBD>VPTag<61><67>"
|
||||
::= { l3Entry 5 }
|
||||
|
||||
l3CreateTime OBJECT-TYPE
|
||||
SYNTAX DateAndTime
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Create Time,such as 2004-07-29,13:30:15.0"
|
||||
::= { l3Entry 5 }
|
||||
::= { l3Entry 6 }
|
||||
|
||||
l3UpdateTime OBJECT-TYPE
|
||||
SYNTAX DateAndTime
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Update Time,such as 2004-07-29,13:30:15.0"
|
||||
::= { l3Entry 6 }
|
||||
::= { l3Entry 7 }
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
|
@ -39,13 +39,155 @@
|
||||
pppoeplusType OBJECT-TYPE
|
||||
SYNTAX INTEGER{
|
||||
standard(0),
|
||||
huawei(1)
|
||||
huawei(1),
|
||||
self-defined(2)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ppoeplus type."
|
||||
"pppoeplus type. standard:0;huawei:1;self-defined:2. Default is 0."
|
||||
--pppoeplus <20><><EFBFBD>ͣ<EFBFBD>Ĭ<EFBFBD><C4AC>Ϊstandard.
|
||||
::= { gbnL2PppoePlus 2 }
|
||||
|
||||
pppoeplusFormat OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus format. binary:0;ascii:1. Default is 0."
|
||||
::= { gbnL2PppoePlus 3 }
|
||||
|
||||
pppoeplusDelimiter OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..3)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus delimiter. space:0;dot:1;slash:2;colon:3. Default is 0."
|
||||
::= { gbnL2PppoePlus 4 }
|
||||
|
||||
pppoeplusCircuitidOrder OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus circuit id in global. When pppoe+ type set to self-defined, use it to set circuit id in order.
|
||||
The string is take a few numbers from 1-9, then join them in any order, separated by commas.
|
||||
0-9 means: null,vlan,port,switch mac,client mac,switch hostname,string,ont mac,ont id,ont sn.
|
||||
it is order sensitive. For example, '1,2' means first vlan then port, while '2,1' means first port then vlan."
|
||||
::= { gbnL2PppoePlus 5 }
|
||||
|
||||
pppoeplusCircuitidString OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus circuit id user defined string in global. When pppoe+ type set to self-defined, use it to set circuit id.
|
||||
The range of the string length is 1-128. "
|
||||
::= { gbnL2PppoePlus 6 }
|
||||
|
||||
pppoeplusRemoteidOrder OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus remote id in global. When pppoe+ type set to self-defined, use it to set remote id in order.
|
||||
The string is take a few numbers from 3-6, then join them in any order, separated by commas.
|
||||
0,3-6 means: null,switch mac,client mac,switch hostname,string. It is order sensitive. "
|
||||
::= { gbnL2PppoePlus 7 }
|
||||
|
||||
pppoeplusRemoteidString OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus remote id user defined string in global. When pppoe+ type set to self-defined, use it to set remote id.
|
||||
The range of the string length is 1-128. "
|
||||
::= { gbnL2PppoePlus 8 }
|
||||
|
||||
pppoeplusPortsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF pppoeplusPortsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports configuration table. "
|
||||
::= { gbnL2PppoePlus 9 }
|
||||
|
||||
pppoeplusPortsEntry OBJECT-TYPE
|
||||
SYNTAX pppoeplusPortsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"entry of pppoeplus ports configuration table. "
|
||||
INDEX { pppoeplusPortsIndex }
|
||||
::= { pppoeplusPortsTable 1 }
|
||||
|
||||
pppoeplusPortsEntry ::=
|
||||
SEQUENCE
|
||||
{
|
||||
pppoeplusPortsIndex INTEGER(1..255),
|
||||
pppoeplusPortsOnOff INTEGER(0..1),
|
||||
pppoeplusPortsTrust INTEGER(0..1),
|
||||
pppoeplusPortsDropPadi INTEGER(0..1),
|
||||
pppoeplusPortsDropPado INTEGER(0..1),
|
||||
pppoeplusPortsStrategy INTEGER(0..2),
|
||||
pppoeplusPortsCircuit OCTET STRING (SIZE(0..255))
|
||||
}
|
||||
|
||||
pppoeplusPortsIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER(1..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports index."
|
||||
::= { pppoeplusPortsEntry 1 }
|
||||
|
||||
pppoeplusPortsOnOff OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports on off."
|
||||
::= { pppoeplusPortsEntry 2 }
|
||||
|
||||
pppoeplusPortsTrust OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports trust."
|
||||
::= { pppoeplusPortsEntry 3 }
|
||||
|
||||
pppoeplusPortsDropPadi OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports drop padi and padr packet."
|
||||
::= { pppoeplusPortsEntry 4 }
|
||||
|
||||
pppoeplusPortsDropPado OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports drop pado and pads packet."
|
||||
::= { pppoeplusPortsEntry 5 }
|
||||
|
||||
pppoeplusPortsStrategy OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..2)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"strategy of pppoeplus ports. Replace:0;keep:1;drop:2. Default:0."
|
||||
::= { pppoeplusPortsEntry 6 }
|
||||
|
||||
|
||||
pppoeplusPortsCircuit OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus circuit id user defined string in ports. The range of the string length is 1-63."
|
||||
::= { pppoeplusPortsEntry 7 }
|
||||
|
||||
END
|
||||
|
@ -866,7 +866,7 @@
|
||||
"A list of the Lacp channel group parameters. This is indexed
|
||||
by the group index."
|
||||
--ϵͳ<CFB5><CDB3>lacp<63><70><EFBFBD><EFBFBD><EFBFBD>ľ<EFBFBD><C4BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊͨ<CEAA><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
INDEX { ChannelGroupIndex }
|
||||
INDEX { channelGroupIndex }
|
||||
::= { channelGroupTable 1 }
|
||||
|
||||
ChannelGroupEntry ::=
|
||||
@ -942,7 +942,7 @@
|
||||
|
||||
|
||||
channelGroupRowstatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -975,37 +975,38 @@
|
||||
"The port mode of lacp. This is indexed
|
||||
by the port number."
|
||||
--<2D>˿<EFBFBD>lacpģʽ<C4A3><CABD><EFBFBD><EFBFBD><EFBFBD>Զ˿ں<CBBF>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>
|
||||
INDEX { portIndex }
|
||||
INDEX { lacpPortIndex }
|
||||
::= { lacpPortModeTable 1 }
|
||||
|
||||
LacpPortModeEntry ::=
|
||||
SEQUENCE {
|
||||
portIndex
|
||||
lacpPortIndex
|
||||
INTEGER,
|
||||
portLacpMode
|
||||
lacpPortMode
|
||||
INTEGER,
|
||||
portLacpRowstatus
|
||||
RowStatus
|
||||
lacpPortRowstatus
|
||||
RowStatus,
|
||||
lacpPortGroupIndex
|
||||
INTEGER,
|
||||
lacpPortState
|
||||
INTEGER
|
||||
}
|
||||
--portIndex:<3A>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD>
|
||||
--portLacpMode:<3A>˿<EFBFBD>lacpģʽ
|
||||
--portLacpRowstatus<75><73><EFBFBD>˿<EFBFBD><CBBF><EFBFBD>״̬<D7B4><CCAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>д
|
||||
|
||||
portIndex OBJECT-TYPE
|
||||
lacpPortIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Index of the port."
|
||||
"The Index of the lacp port."
|
||||
--<2D>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҳ<EFBFBD><D2B2><EFBFBD>Ƕ˿ں<CBBF>
|
||||
::= { lacpPortModeEntry 1 }
|
||||
|
||||
portLacpMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
static(1),
|
||||
active(2),
|
||||
passive(3)
|
||||
}
|
||||
lacpPortMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
static(1),
|
||||
active(2),
|
||||
passive(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -1018,14 +1019,48 @@
|
||||
--passiveΪ<65><CEAA><EFBFBD><EFBFBD>lacpģʽ<C4A3><CABD><EFBFBD>˿<EFBFBD>ֻ<EFBFBD><D6BB>ӦlacpЭ<70>̣<EFBFBD><CCA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͱ<EFBFBD><CDB1>ġ<EFBFBD>
|
||||
::= { lacpPortModeEntry 2 }
|
||||
|
||||
portLacpRowstatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
lacpPortRowstatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"rowstatus of port."
|
||||
"rowstatus of lacp port."
|
||||
--<2D>˿<EFBFBD><CBBF><EFBFBD>״̬
|
||||
::= { lacpPortModeEntry 3 }
|
||||
::= { lacpPortModeEntry 3 }
|
||||
|
||||
lacpPortGroupIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"channel group index of port."
|
||||
::= { lacpPortModeEntry 4 }
|
||||
|
||||
lacpPortState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
down(1),
|
||||
nobndl(2),
|
||||
bndl(3),
|
||||
standby(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"lacp selected state of channel group member:
|
||||
down(1) means the port is link down member of channel group.
|
||||
nobndl(2) means the port is unselected member of channel group.
|
||||
bndl(3) means the port is selected as active member of channel group.
|
||||
standby(4) means the port is selected as standby member of channel group."
|
||||
::= { lacpPortModeEntry 5 }
|
||||
|
||||
lacpPortStateChangeTrap NOTIFICATION-TYPE
|
||||
OBJECTS { lacpPortIndex, lacpPortGroupIndex, lacpPortState }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A trap is sent to the management entity when the lacp selected state of
|
||||
channel group member is changed."
|
||||
::= { gbnL2SwitchLacpPort 2 }
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
-- gbnL2SwitchMLD - MLD Group
|
||||
|
@ -144,6 +144,7 @@
|
||||
arpIfIndex INTEGER,
|
||||
arpVlan INTEGER,
|
||||
arpPort INTEGER,
|
||||
arpVPTag INTEGER,
|
||||
arpType INTEGER,
|
||||
arpRowStatus RowStatus
|
||||
}
|
||||
@ -182,7 +183,14 @@
|
||||
STATUS current
|
||||
DESCRIPTION "ѧϰ<D1A7><CFB0>IP<49><50>ַ<EFBFBD>Ľ<EFBFBD><C4BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿ںš<DABA>"
|
||||
::= { arpEntry 5 }
|
||||
|
||||
|
||||
arpVPTag OBJECT-TYPE
|
||||
SYNTAX INTEGER (256..4095)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "VPTag"
|
||||
::= { arpEntry 6 }
|
||||
|
||||
arpType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
other(1),
|
||||
@ -193,7 +201,7 @@
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "<22><>ARP<52><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͡<EFBFBD>"
|
||||
::= { arpEntry 6 }
|
||||
::= { arpEntry 7 }
|
||||
|
||||
arpRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
@ -201,7 +209,7 @@
|
||||
STATUS current
|
||||
DESCRIPTION "<22><>ARP<52><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬<D7B4><CCAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/ɾ<><C9BE><EFBFBD><EFBFBD>̬ARP<52><50><EFBFBD>ativeΪ<65><CEAA><EFBFBD>ӣ<EFBFBD>destroyΪɾ<CEAA><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>
|
||||
<20><><EFBFBD><EFBFBD>mac<61><63>ַ<EFBFBD><D6B7>ֻ<EFBFBD><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>VLAN<41>Ͷ˿ں<CBBF>active<76>ſ<EFBFBD><C5BF>Է<EFBFBD><D4B7>سɹ<D8B3><C9B9><EFBFBD>"
|
||||
::= { arpEntry 7 }
|
||||
::= { arpEntry 8 }
|
||||
|
||||
arpAging OBJECT-TYPE
|
||||
SYNTAX INTEGER(3..2880)
|
||||
|
@ -91,7 +91,7 @@
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"extern config option."
|
||||
INDEX { gbnL3RipIfConfAddress }
|
||||
INDEX { gbnL3RipIfConfAddress, gbnL3RipIfConfVrIndex }
|
||||
::= { gbnL3RipTable 1 }
|
||||
|
||||
gbnL3RipEntry ::=
|
||||
@ -107,8 +107,10 @@
|
||||
gbnL3RipPreIfSend
|
||||
INTEGER,
|
||||
gbnL3RipPreIfReceive
|
||||
INTEGER
|
||||
|
||||
INTEGER,
|
||||
gbnL3RipIfConfVrIndex
|
||||
ICounter32,
|
||||
|
||||
}
|
||||
|
||||
gbnL3RipIfConfAddress OBJECT-TYPE
|
||||
@ -185,6 +187,13 @@
|
||||
"store the pre rip interface receive status, no including the disable."
|
||||
DEFVAL { rip1OrRip2 }
|
||||
::= { gbnL3RipEntry 6}
|
||||
gbnL3RipIfConfVrIndex OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { gbnL3RipEntry 7}
|
||||
|
||||
gbnL3RipRedistributeTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF GbnL3RipRedistributeEntry
|
||||
|
@ -968,7 +968,8 @@ dramStatusTrap OBJECT IDENTIFIER ::= { gbnPlatformOAMSystem 29 }
|
||||
_10geponApplication(16),
|
||||
_10geponBootRom(17),
|
||||
gponApplication(18),
|
||||
gponBootRom(19)
|
||||
gponBootRom(19),
|
||||
edfaApplication(20)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -1100,6 +1101,62 @@ dramStatusTrap OBJECT IDENTIFIER ::= { gbnPlatformOAMSystem 29 }
|
||||
DESCRIPTION
|
||||
"Slot ID"
|
||||
::= { gbnPlatformOAMUpDownLoad 12 }
|
||||
|
||||
loadHistoryTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF LoadHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of load history table."
|
||||
::= { gbnPlatformOAMUpDownLoad 13 }
|
||||
|
||||
loadHistoryEntry OBJECT-TYPE
|
||||
SYNTAX LoadHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of load history parameters."
|
||||
INDEX { loadHistoryIndex }
|
||||
::= { loadHistoryTable 1 }
|
||||
|
||||
LoadHistoryEntry ::= SEQUENCE {
|
||||
loadHistoryIndex Integer32,
|
||||
loadHistoryFile DisplayString,
|
||||
loadHistoryTime DisplayString,
|
||||
loadHistoryStatus DisplayString,
|
||||
}
|
||||
|
||||
loadHistoryIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..16)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A simple index into 'loadHistoryTable'."
|
||||
::= { loadHistoryEntry 1 }
|
||||
|
||||
loadHistoryFile OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Load history file name."
|
||||
::= { loadHistoryEntry 2 }
|
||||
|
||||
loadHistoryTime OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Time of load history file."
|
||||
::= { loadHistoryEntry 3 }
|
||||
|
||||
loadHistoryStatus OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Status of load history file."
|
||||
::= { loadHistoryEntry 4 }
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
-- gbnPlatformOAMSnmp - Snmp Group
|
||||
@ -1453,6 +1510,62 @@ dramStatusTrap OBJECT IDENTIFIER ::= { gbnPlatformOAMSystem 29 }
|
||||
--CPU CAR<41><52>ֵ, <20><><EFBFBD><EFBFBD>Ϊ0ʱ, <20><><EFBFBD><EFBFBD>CPU-CARΪĬ<CEAA><C4AC>ֵ400/4000pps
|
||||
::= { gbnPlatformOAMPortCar 6 }
|
||||
|
||||
cpuLimitTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF CpuLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A Table of cpu limit."
|
||||
::= { gbnPlatformOAMPortCar 7 }
|
||||
|
||||
cpuLimitEntry OBJECT-TYPE
|
||||
SYNTAX CpuLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of cpu limit."
|
||||
INDEX { cpuLimitType }
|
||||
::= { cpuLimitTable 1 }
|
||||
|
||||
CpuLimitEntry ::= SEQUENCE {
|
||||
cpuLimitType Integer32,
|
||||
cpuLimitSpeed Integer32
|
||||
}
|
||||
|
||||
cpuLimitType OBJECT-TYPE
|
||||
SYNTAX Integer32 {
|
||||
other(0),
|
||||
broadcast(1),
|
||||
switch-dst-mac(2),
|
||||
pppoe(3),
|
||||
icmp(4),
|
||||
mld(5),
|
||||
igmp(6),
|
||||
ssh(7),
|
||||
dhcp(8),
|
||||
snmp(9),
|
||||
arp(10),
|
||||
pim(11),
|
||||
ospf(12),
|
||||
rip(13),
|
||||
bgp(14),
|
||||
telnet(15),
|
||||
errp(16),
|
||||
bpdu(17)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The cpu limit type."
|
||||
::= { cpuLimitEntry 1 }
|
||||
|
||||
cpuLimitSpeed OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..10000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The CPU limit packet receive rate. value 0 is default pps"
|
||||
::= { cpuLimitEntry 2 }
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
-- gbnPlatformOAMVctRun - Vct Run Group
|
||||
|
@ -67,7 +67,8 @@
|
||||
SYNTAX INTEGER {
|
||||
notime(1),
|
||||
uptime(2),
|
||||
datetime(3)
|
||||
datetime(3),
|
||||
rfc5424(4)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -75,11 +76,13 @@
|
||||
"set timestamp type shown in output messages.
|
||||
notime: not show timestamp;
|
||||
uptime: show elapse time as timestamp;
|
||||
datetime: show datetime as timestamp."
|
||||
datetime: show datetime as timestamp;
|
||||
rfc5424: show rfc5424 format timestamps."
|
||||
--<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͡<EFBFBD>
|
||||
--notime: <20><><EFBFBD><EFBFBD>ʾʱ<CABE><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
--uptime: <20><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>Ϊʱ<CEAA><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
--datetime: <20><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>Ϊʱ<CEAA><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
--rfc5424: <20><>ʾrfc5424<32><34>ʽʱ<CABD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
::= { gbnPlatformOAMSyslog 3 }
|
||||
|
||||
syslogLanguageType OBJECT-TYPE
|
||||
|
2974
mibs/fscom/GPON-MIB
Normal file
2974
mibs/fscom/GPON-MIB
Normal file
File diff suppressed because it is too large
Load Diff
583
mibs/fscom/IPPDU-MIB
Normal file
583
mibs/fscom/IPPDU-MIB
Normal file
@ -0,0 +1,583 @@
|
||||
IPPDU-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
enterprises, Counter,
|
||||
TimeTicks, Gauge FROM RFC1155-SMI
|
||||
OBJECT-TYPE FROM RFC-1212
|
||||
sysUpTime, DisplayString FROM RFC1213-MIB
|
||||
TRAP-TYPE FROM RFC-1215;
|
||||
|
||||
ip-pdu OBJECT IDENTIFIER ::= { enterprises 30966 }
|
||||
ip-PDU OBJECT IDENTIFIER ::= { ip-pdu 10 }
|
||||
ipPDU OBJECT IDENTIFIER ::= { ip-PDU 3 }
|
||||
deviceInfo OBJECT IDENTIFIER ::= { ipPDU 1 }
|
||||
statusInfo OBJECT IDENTIFIER ::= { ipPDU 2 }
|
||||
|
||||
DeviceName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (255))
|
||||
ACCESS read-write
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"device name."
|
||||
::= { deviceInfo 1 }
|
||||
|
||||
mVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 1 total votage."
|
||||
::= { statusInfo 1 }
|
||||
|
||||
mVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 2 total votage."
|
||||
::= { statusInfo 2 }
|
||||
|
||||
mVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 3 total votage."
|
||||
::= { statusInfo 3 }
|
||||
|
||||
mCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 4 }
|
||||
|
||||
mCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 5 }
|
||||
|
||||
mCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 6 }
|
||||
|
||||
mEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 7 }
|
||||
mEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 8 }
|
||||
mEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 9 }
|
||||
mTemperature OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Temperature"
|
||||
::= { statusInfo 10 }
|
||||
mHumidity OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Humidity"
|
||||
::= { statusInfo 11 }
|
||||
|
||||
|
||||
sOneVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 1 total votage."
|
||||
::= { statusInfo 12 }
|
||||
|
||||
sOneVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 2 total votage."
|
||||
::= { statusInfo 13 }
|
||||
|
||||
sOneVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 3 total votage."
|
||||
::= { statusInfo 14 }
|
||||
|
||||
sOneCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 15 }
|
||||
|
||||
sOneCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 16 }
|
||||
|
||||
sOneCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 17 }
|
||||
|
||||
sOneEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 18 }
|
||||
sOneEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 19 }
|
||||
sOneEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 20 }
|
||||
sOneTem OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Temperature"
|
||||
::= { statusInfo 21 }
|
||||
sOneHum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Humidity"
|
||||
::= { statusInfo 22 }
|
||||
|
||||
|
||||
sTwoVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 1 total votage."
|
||||
::= { statusInfo 23 }
|
||||
|
||||
sTwoVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 2 total votage."
|
||||
::= { statusInfo 24 }
|
||||
|
||||
sTwoVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 3 total votage."
|
||||
::= { statusInfo 25 }
|
||||
|
||||
sTwoCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 26 }
|
||||
|
||||
sTwoCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 27 }
|
||||
|
||||
sTwoCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 28 }
|
||||
|
||||
sTwoEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 29 }
|
||||
sTwoEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 30 }
|
||||
sTwoEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 31 }
|
||||
sTwoTem OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Temperature"
|
||||
::= { statusInfo 32 }
|
||||
sTwoHum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Humidity"
|
||||
::= { statusInfo 33 }
|
||||
|
||||
|
||||
|
||||
sThreeVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 1 total votage."
|
||||
::= { statusInfo 34 }
|
||||
|
||||
sThreeVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 2 total votage."
|
||||
::= { statusInfo 35 }
|
||||
|
||||
sThreeVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 3 total votage."
|
||||
::= { statusInfo 36 }
|
||||
|
||||
sThreeCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 37 }
|
||||
|
||||
sThreeCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 38 }
|
||||
|
||||
sThreeCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 39 }
|
||||
|
||||
sThreeEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 40 }
|
||||
sThreeEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 41 }
|
||||
sThreeEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 42 }
|
||||
sThreeTem OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Temperature"
|
||||
::= { statusInfo 43 }
|
||||
sThreeHum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Humidity"
|
||||
::= { statusInfo 44 }
|
||||
|
||||
|
||||
sFourVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 1 total votage."
|
||||
::= { statusInfo 45 }
|
||||
|
||||
sFourVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 2 total votage."
|
||||
::= { statusInfo 46 }
|
||||
|
||||
sFourVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 3 total votage."
|
||||
::= { statusInfo 47 }
|
||||
|
||||
sFourCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 48 }
|
||||
|
||||
sFourCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 49 }
|
||||
|
||||
sFourCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 50 }
|
||||
|
||||
sFourEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 51 }
|
||||
sFourEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 52 }
|
||||
sFourEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 53 }
|
||||
sFourTem OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Temperature"
|
||||
::= { statusInfo 54 }
|
||||
sFourHum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Humidity"
|
||||
::= { statusInfo 55 }
|
||||
|
||||
mActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 56 }
|
||||
mActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 57 }
|
||||
mActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 58 }
|
||||
sOneActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 59 }
|
||||
sOneActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 60 }
|
||||
sOneActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 61 }
|
||||
sTwoActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 62 }
|
||||
sTwoActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 63 }
|
||||
sTwoActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwoLine 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 64 }
|
||||
|
||||
sThreeActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 65 }
|
||||
sThreeActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 66 }
|
||||
sThreeActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 67 }
|
||||
sFourActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 68 }
|
||||
sFourActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 69 }
|
||||
sFourActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 70 }
|
||||
sOneOnline OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Slave 1 OneOnline"
|
||||
::= { statusInfo 71 }
|
||||
sTwoOnline OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Slave 2 Online."
|
||||
::= { statusInfo 72 }
|
||||
sThreeOnline OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Slave 3 Online"
|
||||
::= { statusInfo 73 }
|
||||
sFourOnline OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Slave 4 Online"
|
||||
::= { statusInfo 74 }
|
||||
END
|
774
mibs/fscom/MSTP-MIB
Normal file
774
mibs/fscom/MSTP-MIB
Normal file
@ -0,0 +1,774 @@
|
||||
MSTP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32
|
||||
FROM SNMPv2-SMI
|
||||
TruthValue, RowStatus, DisplayString
|
||||
FROM SNMPv2-TC
|
||||
TimeTicks
|
||||
FROM RFC1155-SMI
|
||||
BridgeId, Timeout, dot1dBridge
|
||||
FROM BRIDGE-MIB;
|
||||
--gbnL2 FROM ADMIN-MASTER-MIB;
|
||||
|
||||
mstpMib MODULE-IDENTITY
|
||||
LAST-UPDATED "0412050000Z"
|
||||
ORGANIZATION "IETF Bridge MIB Working Group"
|
||||
CONTACT-INFO
|
||||
"Email: Bridge-mib@ietf.org"
|
||||
DESCRIPTION
|
||||
" The Bridge MIB Extension module for managing Sdevices
|
||||
that support the Multiple Spanning Tree Protocol defined
|
||||
by IEEE 802.1s."
|
||||
REVISION "0412050000Z"
|
||||
DESCRIPTION
|
||||
"Draft 1"
|
||||
::= { dot1dBridge 8 }
|
||||
|
||||
mstpMIBObjects OBJECT IDENTIFIER ::= { mstpMib 1 }
|
||||
dot1sStp OBJECT IDENTIFIER ::= { mstpMIBObjects 1 }
|
||||
|
||||
dot1sStpName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configuration name that identifies the MST
|
||||
region and is used as one of the inputs in the
|
||||
computation of the MST Configuration Identifier.
|
||||
This object does not have any default value."
|
||||
REFERENCE
|
||||
"IEEE 802.1s clause 13.7"
|
||||
::= { dot1sStp 1 }
|
||||
|
||||
dot1sStpRevision OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..65535)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object identifies the MST revision that
|
||||
identifies the MST region and is used as one
|
||||
of the inputs in the computation of the MST
|
||||
configuration Identifier. This object does not
|
||||
have any default value."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.7"
|
||||
::= { dot1sStp 2 }
|
||||
|
||||
dot1sStpEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This parameter is used for enabling or disabling
|
||||
MST globally on all the bridging ports."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
DEFVAL { 2 }
|
||||
::= { dot1sStp 3 }
|
||||
|
||||
dot1sStpBridgeMaxAge OBJECT-TYPE
|
||||
SYNTAX Timeout (6..40)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value that all bridges use for MaxAge when
|
||||
this bridge is acting as the root. This parameter
|
||||
is applicable for all MST Instances including CIST."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.4, 13.23.10"
|
||||
DEFVAL { 20 }
|
||||
::= { dot1sStp 4 }
|
||||
|
||||
dot1sStpBridgeHelloTime OBJECT-TYPE
|
||||
SYNTAX Timeout (1..10)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value that all bridges use for HelloTime when
|
||||
this bridge is acting as the root. This parameter
|
||||
is applicable for all MST Instances including CIST."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.4, 13.23.10"
|
||||
DEFVAL { 2 }
|
||||
::= { dot1sStp 5 }
|
||||
|
||||
dot1sStpBridgeForwardDelay OBJECT-TYPE
|
||||
SYNTAX Timeout (4..30)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value that all bridges use for ForwardDelay
|
||||
when this bridge is acting as the root. This parameter
|
||||
is applicable for all MST Instances including CIST."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.4, 13.23.10"
|
||||
DEFVAL { 15 }
|
||||
::= { dot1sStp 6 }
|
||||
|
||||
dot1sStpBridgeMaxHops OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..255)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The maximum number of hops that the information for a
|
||||
particular Spanning Tree instance may traverse (via
|
||||
relay of BPDUs within the applicable MST region) before
|
||||
being discarded. This value is used only if this bridge
|
||||
is the CIST Regional Root and/or the MSTI Regional Root
|
||||
for one or more Multiple Spanning Tree instances."
|
||||
DEFVAL { 20 }
|
||||
::= { dot1sStp 7 }
|
||||
|
||||
dot1sStpTxHoldCount OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..15)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value used by the Port Transmit state machine to
|
||||
limit the maximum transmission rate of MST BPDUs within
|
||||
the hello interval."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.22"
|
||||
DEFVAL { 3 }
|
||||
::= { dot1sStp 8 }
|
||||
|
||||
dot1sStpProtocolSpecification OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
unknown(1),
|
||||
decLb100(2),
|
||||
ieee8021d(3),
|
||||
ieee8021w(4),
|
||||
ieee8021s(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An indication of what version of the Spanning
|
||||
Tree Protocol is being run. The value
|
||||
'decLb100(2)' indicates the DEC LANbridge 100
|
||||
Spanning Tree protocol. IEEE 802.1w
|
||||
implementations will return 'ieee8021w(4)'. IEEE
|
||||
802.1s implementations will return 'ieee8021s(5). If
|
||||
future versions of the IEEE Spanning Tree Protocol
|
||||
are released that are incompatible with the
|
||||
current version a new value will be defined."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.22"
|
||||
DEFVAL { 5 }
|
||||
::= { dot1sStp 9 }
|
||||
|
||||
dot1sStpInstTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF Dot1sStpInstEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table that contains MST instance-specific
|
||||
configuration and operational information."
|
||||
::= { dot1sStp 10 }
|
||||
|
||||
dot1sStpInstEntry OBJECT-TYPE
|
||||
SYNTAX Dot1sStpInstEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of information maintained by every mst instance
|
||||
about the STP topology for that instance."
|
||||
INDEX { dot1sStpInstId }
|
||||
::= { dot1sStpInstTable 1 }
|
||||
|
||||
Dot1sStpInstEntry ::=
|
||||
SEQUENCE {
|
||||
dot1sStpInstId
|
||||
Integer32,
|
||||
dot1sStpPriority
|
||||
Integer32,
|
||||
dot1sStpInstTimeSinceTopologyChange
|
||||
TimeTicks,
|
||||
dot1sStpInstTopChanges
|
||||
Counter32,
|
||||
dot1sStpInstDesignatedRoot
|
||||
BridgeId,
|
||||
dot1sStpInstRootCost
|
||||
Integer32,
|
||||
dot1sStpInstRootPort
|
||||
Integer32,
|
||||
dot1sStpInstMaxAge
|
||||
Timeout,
|
||||
dot1sStpInstHelloTime
|
||||
Timeout,
|
||||
dot1sStpInstForwardDelay
|
||||
Timeout,
|
||||
dot1sStpInstAdminEnable
|
||||
TruthValue,
|
||||
dot1sStpInstOperEnable
|
||||
TruthValue
|
||||
}
|
||||
|
||||
dot1sStpInstId OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..64)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Identifier of this MST Instance"
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
::= { dot1sStpInstEntry 1 }
|
||||
|
||||
dot1sStpPriority OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..61440)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of the write-able portion of the Bridge
|
||||
ID, i.e., the first two octets, out of which the
|
||||
priority is the most significant 4 bits of the first
|
||||
octet of the (8 octet long) Bridge ID. The other
|
||||
(last) 6 octets of the Bridge ID are given by the
|
||||
value of dot1dBaseBridgeAddress in the BRIDGE-MIB.
|
||||
The value of this object should always be a multiple
|
||||
of 4096."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.2"
|
||||
DEFVAL { 32768 }
|
||||
::= { dot1sStpInstEntry 2 }
|
||||
|
||||
dot1sStpInstTimeSinceTopologyChange OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The time (in hundredths of a second) since the
|
||||
last time a topology change was detected by the
|
||||
bridge entity running MSTP."
|
||||
REFERENCE
|
||||
" IEEE 802.1D-1990: Section 6.8.1.1.3"
|
||||
::= { dot1sStpInstEntry 3 }
|
||||
|
||||
dot1sStpInstTopChanges OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of topology changes detected by
|
||||
this bridge entity running MST since the management
|
||||
entity was last reset or initialized."
|
||||
REFERENCE
|
||||
" IEEE 802.1D-1990: Section 6.8.1.1.3"
|
||||
::= { dot1sStpInstEntry 4 }
|
||||
|
||||
dot1sStpInstDesignatedRoot OBJECT-TYPE
|
||||
SYNTAX BridgeId
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The bridge identifier of the root of the
|
||||
corresponding spanning tree instance as determined
|
||||
by the Spanning Tree Protocol for that instance.
|
||||
This value is used as the CIST Root Identifier or MSTI
|
||||
regional root identifier parameter in all MST BPDUs
|
||||
originated by this node."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.6, 13.23.12"
|
||||
::= { dot1sStpInstEntry 5 }
|
||||
|
||||
dot1sStpInstRootCost OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The cost of the path to the root as seen from
|
||||
this bridge for this instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.6, 13.23.12"
|
||||
::= { dot1sStpInstEntry 6 }
|
||||
|
||||
dot1sStpInstRootPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The port number of the port which offers the
|
||||
lowest cost path from this bridge to the root
|
||||
bridge for this instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.6, 13.23.12"
|
||||
::= { dot1sStpInstEntry 7 }
|
||||
|
||||
dot1sStpInstMaxAge OBJECT-TYPE
|
||||
SYNTAX Timeout
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The maximum age of Spanning Tree Protocol
|
||||
information learned from the network on any port
|
||||
before it is discarded, in units of hundredths of
|
||||
a second. This is the actual value, which is
|
||||
advertised by the Root bridge and is currently
|
||||
used for this MST Instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.7, 13.23.13"
|
||||
::= { dot1sStpInstEntry 8 }
|
||||
|
||||
dot1sStpInstHelloTime OBJECT-TYPE
|
||||
SYNTAX Timeout
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The period of time between the transmission of
|
||||
MST BPDUs by this node on any port when it is the
|
||||
root of the spanning tree or trying to become so,
|
||||
in units of hundredths of a second. This is the actual
|
||||
value, which is advertised by the Root bridge and is
|
||||
currently used for this MST Instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.7, 13.23.13"
|
||||
::= { dot1sStpInstEntry 9 }
|
||||
|
||||
dot1sStpInstForwardDelay OBJECT-TYPE
|
||||
SYNTAX Timeout
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This time value, measured in units of hundredths
|
||||
of a second, controls how fast a port changes its
|
||||
spanning state when moving towards the Forwarding
|
||||
state. The value determines how long the port
|
||||
stays in each of the Discarding and Learning
|
||||
states, which precede the Forwarding state. This
|
||||
value is also used, when a topology change has
|
||||
been detected and is underway, to age all dynamic
|
||||
entries in the Forwarding Database. [Note that
|
||||
this value is the one that this bridge is
|
||||
currently using, in contrast to
|
||||
dot1sStpBridgeForwardDelay which is the value that
|
||||
this bridge and all others would start using
|
||||
if/when this bridge were to become the root.]"
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.7, 13.23.13"
|
||||
::= { dot1sStpInstEntry 10 }
|
||||
|
||||
dot1sStpInstAdminEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The administrative enabled/disabled status of the
|
||||
instance"
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
DEFVAL { 2 }
|
||||
::= { dot1sStpInstEntry 11 }
|
||||
|
||||
dot1sStpInstOperEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The operational enabled/disabled status of the
|
||||
instance. An MST Instance may be administratively
|
||||
enabled but may not be operationally running, for
|
||||
example, when no VLAN is mapped to that MST Instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
DEFVAL { 2 }
|
||||
::= { dot1sStpInstEntry 12 }
|
||||
|
||||
dot1sStpPortTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF Dot1sStpPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table that contains MSTP ports' information."
|
||||
::= { dot1sStp 11 }
|
||||
|
||||
dot1sStpPortEntry OBJECT-TYPE
|
||||
SYNTAX Dot1sStpPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of information maintained by every MST port
|
||||
about the Spanning Tree Protocol state for that port."
|
||||
INDEX { dot1sStpPort }
|
||||
::= { dot1sStpPortTable 1 }
|
||||
|
||||
Dot1sStpPortEntry ::=
|
||||
SEQUENCE {
|
||||
dot1sStpPort
|
||||
Integer32,
|
||||
dot1sStpPortAdminEdgePort
|
||||
TruthValue,
|
||||
dot1sStpPortAdminPointToPoint
|
||||
INTEGER,
|
||||
dot1sStpPortOperEdgePort
|
||||
TruthValue,
|
||||
dot1sStpPortOperPointToPoint
|
||||
TruthValue,
|
||||
dot1sStpPortExterPathCost
|
||||
Integer32,
|
||||
dot1sStpVersion
|
||||
INTEGER,
|
||||
dot1sStpPortSnoopingEnable
|
||||
TruthValue
|
||||
}
|
||||
|
||||
dot1sStpPort OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..65535)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The port number of the port for which this entry
|
||||
contains Spanning Tree Protocol management
|
||||
information."
|
||||
REFERENCE
|
||||
" IEEE 802.1s: Section 13.24.21"
|
||||
::= { dot1sStpPortEntry 1 }
|
||||
|
||||
|
||||
dot1sStpPortAdminEdgePort OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The administrative value of the Edge Port parameter. A
|
||||
value of TRUE(1) indicates that this port should be
|
||||
assumed as an edge-port and a value of FALSE(2) indicates
|
||||
that this port should be assumed as a non-edge-port."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 12.8.2.1.3"
|
||||
::= { dot1sStpPortEntry 2 }
|
||||
|
||||
dot1sStpPortAdminPointToPoint OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
forceTrue(1),
|
||||
forceFalse(2),
|
||||
auto(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The administrative point-to-point status of the LAN segment
|
||||
attached to this port. A value of forceTrue(1) indicates that
|
||||
this port should always be treated as if it is connected to
|
||||
a point-to-point link. A value of forceFalse(2) indicates
|
||||
that this port should be treated as having a shared media
|
||||
connection. A value of auto(3) indicates that this port is
|
||||
considered to have a point-to-point link if it is an Aggregator
|
||||
and all of its members are aggregatable, or if the MAC entity
|
||||
is configured for full duplex operation, either through
|
||||
auto-negotiation or by management means."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.18"
|
||||
::= { dot1sStpPortEntry 3 }
|
||||
|
||||
dot1sStpPortOperEdgePort OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The operational value of the Edge Port parameter. A
|
||||
value of TRUE(1) indicates that this port should be
|
||||
assumed as an edge-port and a value of FALSE(2) indicates
|
||||
that this port should be assumed as a non-edge-port."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 12.8.2.1.3"
|
||||
::= { dot1sStpPortEntry 4 }
|
||||
|
||||
dot1sStpPortOperPointToPoint OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The operational point-to-point status of the LAN segment
|
||||
attached to this port. It indicates whether a port is
|
||||
considered to have a point-to-point connection or not.
|
||||
The value is determined by management or by auto-detection,
|
||||
as described in the dot1dStpPortAdminPointToPoint object."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.18"
|
||||
::= { dot1sStpPortEntry 5 }
|
||||
|
||||
dot1sStpPortExterPathCost OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..200000000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The contribution of this port to the path cost of
|
||||
paths towards the spanning tree root which include
|
||||
this port. 802.1D-1990 recommends that the
|
||||
default value of this parameter be in inverse
|
||||
proportion to the speed of the attached LAN."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.8, 13.24.17"
|
||||
::= { dot1sStpPortEntry 6 }
|
||||
|
||||
dot1sStpVersion OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
stpCompatible(0),
|
||||
rstp-mstp(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The version of Spanning Tree Protocol the bridge is
|
||||
currently running. The value 'stpCompatible(0)'
|
||||
indicates the Spanning Tree Protocol specified in
|
||||
IEEE 802.1D and 'rstp/mstp(2)' indicates the Rapid
|
||||
Spanning Tree Protocol specified in IEEE 802.1w and
|
||||
Multiple Spanning Tree Protocol specified in IEEE
|
||||
802.1s. New value may be defined as future versions
|
||||
of the protocol become available."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 14.2"
|
||||
DEFVAL { rstp-mstp }
|
||||
::= { dot1sStpPortEntry 7 }
|
||||
|
||||
dot1sStpInstPortTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF Dot1sStpInstPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table that contains MST port and instance
|
||||
information."
|
||||
::= { dot1sStp 12 }
|
||||
|
||||
dot1sStpInstPortEntry OBJECT-TYPE
|
||||
SYNTAX Dot1sStpInstPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of information maintained by every MST port
|
||||
for each MST instance it belongs to about the Spanning
|
||||
Tree Protocol state for that port."
|
||||
INDEX { dot1sStpInstId, dot1sStpPort }
|
||||
::= { dot1sStpInstPortTable 1 }
|
||||
|
||||
Dot1sStpInstPortEntry ::=
|
||||
SEQUENCE {
|
||||
dot1sStpInstPortPriority
|
||||
Integer32,
|
||||
dot1sStpInstPortState
|
||||
INTEGER,
|
||||
dot1sStpInstPortPathCost
|
||||
Integer32,
|
||||
dot1sStpInstPortDesignatedRoot
|
||||
BridgeId,
|
||||
dot1sStpInstPortDesignatedCost
|
||||
Integer32,
|
||||
dot1sStpInstPortDesignatedBridge
|
||||
BridgeId,
|
||||
dot1sStpInstPortDesignatedPort
|
||||
OCTET STRING,
|
||||
dot1sStpInstPortForwardTransitions
|
||||
Counter32,
|
||||
dot1sStpInstPortRole
|
||||
INTEGER
|
||||
|
||||
}
|
||||
|
||||
dot1sStpInstPortPriority OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..240)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of the priority field which is
|
||||
contained in the most significant 4 bits
|
||||
of the first (in network byte order)
|
||||
octet of the (2 octet long) Port ID. As it is
|
||||
contained only in 4 bits, the value has to be
|
||||
a multiple of 16. The other octet of the Port
|
||||
ID is given by the value of dot1dStpPort."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.21"
|
||||
::= { dot1sStpInstPortEntry 1 }
|
||||
|
||||
dot1sStpInstPortState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disabled(1),
|
||||
discarding(2),
|
||||
learning(3),
|
||||
forwarding(4)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The port's current state as defined by
|
||||
application of the Spanning Tree Protocol. This
|
||||
state controls what action a port takes on
|
||||
reception of a frame. For ports which
|
||||
are disabled (see dot1dStpPortEnable), this object
|
||||
will have a value of disabled(1)."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.16"
|
||||
::= { dot1sStpInstPortEntry 2 }
|
||||
|
||||
dot1sStpInstPortPathCost OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..200000000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The contribution of this port to the path cost of
|
||||
paths towards the spanning tree root which include
|
||||
this port. 802.1D-1990 recommends that the
|
||||
default value of this parameter be in inverse
|
||||
proportion to the speed of the attached LAN."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.8, 13.24.17"
|
||||
::= { dot1sStpInstPortEntry 3 }
|
||||
|
||||
dot1sStpInstPortDesignatedRoot OBJECT-TYPE
|
||||
SYNTAX BridgeId
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The unique Bridge Identifier of the Bridge
|
||||
recorded as the Root in the Configuration BPDUs
|
||||
transmitted by the Designated Bridge for the
|
||||
segment to which the port is attached."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.4, 13.24.11"
|
||||
::= { dot1sStpInstPortEntry 4 }
|
||||
|
||||
dot1sStpInstPortDesignatedCost OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The path cost of the Designated Port of the
|
||||
segment connected to this port. This value is
|
||||
compared to the Root Path Cost field in received
|
||||
bridge PDUs."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.4, 13.24.11"
|
||||
::= { dot1sStpInstPortEntry 5 }
|
||||
|
||||
dot1sStpInstPortDesignatedBridge OBJECT-TYPE
|
||||
SYNTAX BridgeId
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Bridge Identifier of the bridge which this
|
||||
port considers to be the Designated Bridge for
|
||||
this port's segment."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.4, 13.24.11"
|
||||
::= { dot1sStpInstPortEntry 6 }
|
||||
|
||||
dot1sStpInstPortDesignatedPort OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (2))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Port Identifier of the port on the Designated
|
||||
Bridge for this port's segment."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.4, 13.24.11"
|
||||
::= { dot1sStpInstPortEntry 7 }
|
||||
|
||||
dot1sStpInstPortForwardTransitions OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of times this port has transitioned
|
||||
from the Learning state to the Forwarding state."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
::= { dot1sStpInstPortEntry 8 }
|
||||
|
||||
dot1sStpInstPortRole OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
master(0),
|
||||
alternate-backup(1),
|
||||
root(2),
|
||||
designated(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The role of the port. As per IEEE 802.1s, the
|
||||
port can have any of the following roles:
|
||||
Disabled, Root, Designated, Alternate, Backup,
|
||||
Master"
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.25"
|
||||
::= { dot1sStpInstPortEntry 9 }
|
||||
|
||||
dot1sStpVlanTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF Dot1sStpVlanEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table that contains MSTI-VLAN mapping."
|
||||
::= { dot1sStp 13 }
|
||||
|
||||
dot1sStpVlanEntry OBJECT-TYPE
|
||||
SYNTAX Dot1sStpVlanEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of information maintained by every MST instance
|
||||
about the VLANs mapped to that instance."
|
||||
INDEX { dot1sStpVlanIndex }
|
||||
::= { dot1sStpVlanTable 1 }
|
||||
|
||||
Dot1sStpVlanEntry ::=
|
||||
SEQUENCE {
|
||||
dot1sStpVlanIndex
|
||||
Integer32,
|
||||
dot1sStpVlanInstId
|
||||
Integer32
|
||||
}
|
||||
|
||||
dot1sStpVlanIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..4094)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This is the primary index to the MSTI-VLAN Table.
|
||||
It signifies the index to the VLAN range entry in
|
||||
the table."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
::= { dot1sStpVlanEntry 1 }
|
||||
|
||||
dot1sStpVlanInstId OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..15)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The MST Instance value the VLAN mapped to."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
::= { dot1sStpVlanEntry 2 }
|
||||
|
||||
dot1sStpPortSnoopingEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This parameter is used for enabling or disabling
|
||||
digest snooping on the bridge port."
|
||||
--ʹ<>ܻ<EFBFBD><DCBB>ر<EFBFBD>ժҪ<D5AA><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
::= { dot1sStpPortEntry 8}
|
||||
|
||||
dot1sStpTrapTable OBJECT IDENTIFIER ::= { dot1sStp 14 }
|
||||
|
||||
dot1sStpTrapEntry OBJECT IDENTIFIER ::= { dot1sStpTrapTable 1 }
|
||||
|
||||
dot1sStpInstNewRoot NOTIFICATION-TYPE
|
||||
OBJECTS { dot1sStpInstDesignatedRoot }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Root bridge changed for the mstp."
|
||||
::= { dot1sStpTrapEntry 1 }
|
||||
|
||||
dot1sStpInstPortForwarding NOTIFICATION-TYPE
|
||||
OBJECTS { dot1sStpPort }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port status is turned from blocking to forwarding."
|
||||
::= { dot1sStpTrapEntry 2 }
|
||||
|
||||
|
||||
END
|
11997
mibs/fscom/NGPON-MIB
Normal file
11997
mibs/fscom/NGPON-MIB
Normal file
File diff suppressed because it is too large
Load Diff
241
mibs/fscom/NSCRTV-EPON-EPONLINKEDEOC-MGM-MIB
Normal file
241
mibs/fscom/NSCRTV-EPON-EPONLINKEDEOC-MGM-MIB
Normal file
@ -0,0 +1,241 @@
|
||||
|
||||
NSCRTV-EPON-EPONLINKEDEOC-MGM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,Counter32, Unsigned32, TimeTicks
|
||||
FROM SNMPv2-SMI
|
||||
DateAndTime, MacAddress, TimeStamp, RowStatus, TruthValue, DisplayString, TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC
|
||||
EponDeviceIndex, EponCardIndex, EponPortIndex, EponAlarmCode, EponAlarmInstance, EponSeverityType,
|
||||
AutoNegotiationTechAbility, TAddress, EponStats15MinRecordType, EponStats24HourRecordType, EponStatsThresholdType
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB
|
||||
eponLinkedEoCManagementObjects
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB;
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- eponLinkedEoCManagementObjects[EPON/EoC<6F><43><EFBFBD>ܻ<EFBFBD>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>](1.3.6.1.4.1.17409.2.3.11)
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
eocDevInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF EocDevInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"EoC<6F>豸<EFBFBD><E8B1B8>Ϣ<EFBFBD><CFA2>"
|
||||
::= { eponLinkedEoCManagementObjects 1 }
|
||||
|
||||
eocDevInfoEntry OBJECT-TYPE
|
||||
SYNTAX EocDevInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION " "
|
||||
INDEX { eDeviceIndex, eCardIndex, ePortIndex }
|
||||
::= { eocDevInfoTable 1 }
|
||||
EocDevInfoEntry ::=
|
||||
SEQUENCE {
|
||||
eDeviceIndex
|
||||
EponDeviceIndex,
|
||||
eCardIndex
|
||||
EponCardIndex,
|
||||
ePortIndex
|
||||
EponPortIndex,
|
||||
eocDeviceTechnologyProject
|
||||
OCTET STRING,
|
||||
eocDeviceVendorName
|
||||
OCTET STRING,
|
||||
eocDeviceProductType
|
||||
OCTET STRING,
|
||||
eocDeviceSoftwareVersion
|
||||
OCTET STRING,
|
||||
eocDeviceHardwareVersion
|
||||
OCTET STRING,
|
||||
eocSeriesNumber
|
||||
OCTET STRING,
|
||||
eocDeviceIpAddress
|
||||
IpAddress,
|
||||
eocDeviceMacAddress
|
||||
MacAddress,
|
||||
eocDeviceMibVersion
|
||||
OCTET STRING,
|
||||
eocDeviceSnmpVersion
|
||||
INTEGER,
|
||||
eocDeviceMngVlan
|
||||
INTEGER,
|
||||
eocDeviceGateWay
|
||||
IpAddress,
|
||||
eocDeviceSubnetMask
|
||||
IpAddress,
|
||||
eocDeviceReadCommunity
|
||||
DisplayString,
|
||||
eocDeviceWriteCommunity
|
||||
DisplayString
|
||||
}
|
||||
|
||||
eDeviceIndex OBJECT-TYPE
|
||||
SYNTAX EponDeviceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>忨<EFBFBD><E5BFA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 1 }
|
||||
|
||||
eCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>忨<EFBFBD><E5BFA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 2 }
|
||||
|
||||
ePortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
uni<6E>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 3 }
|
||||
|
||||
eocDeviceTechnologyProject OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 4 }
|
||||
|
||||
eocDeviceVendorName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 5 }
|
||||
|
||||
eocDeviceProductType OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 6 }
|
||||
|
||||
eocDeviceSoftwareVersion OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD>汾"
|
||||
::= { eocDevInfoEntry 7 }
|
||||
|
||||
eocDeviceHardwareVersion OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸Ӳ<E8B1B8><D3B2><EFBFBD>汾"
|
||||
::= { eocDevInfoEntry 8 }
|
||||
|
||||
eocSeriesNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>ֶ<EFBFBD><D6B6>豸SN"
|
||||
::= { eocDevInfoEntry 9 }
|
||||
|
||||
eocDeviceIpAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸IP<49><50>ַ"
|
||||
::= { eocDevInfoEntry 10 }
|
||||
|
||||
eocDeviceMacAddress OBJECT-TYPE
|
||||
SYNTAX MacAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸Mac<61><63>ַ"
|
||||
::= { eocDevInfoEntry 11 }
|
||||
|
||||
eocDeviceMibVersion OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸 MIB version"
|
||||
::= { eocDevInfoEntry 12 }
|
||||
|
||||
eocDeviceSnmpVersion OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{ v1(1),v2c(2),v3(3) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸֧<E8B1B8>ֵ<EFBFBD>SNMPЭ<50><D0AD><EFBFBD>汾"
|
||||
::= { eocDevInfoEntry 13 }
|
||||
|
||||
eocDeviceMngVlan OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD>VLAN"
|
||||
::= { eocDevInfoEntry 14 }
|
||||
|
||||
eocDeviceGateWay OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD>ص<EFBFBD>ַ"
|
||||
::= { eocDevInfoEntry 15 }
|
||||
|
||||
eocDeviceSubnetMask OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EOC<4F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 16 }
|
||||
|
||||
eocDeviceReadCommunity OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EOC<4F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD>ͬ<EFBFBD><CDAC>"
|
||||
::= { eocDevInfoEntry 17 }
|
||||
|
||||
eocDeviceWriteCommunity OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EOC<4F>豸д<E8B1B8><D0B4>ͬ<EFBFBD><CDAC>"
|
||||
::= { eocDevInfoEntry 18 }
|
||||
|
||||
--
|
||||
-- END of NSCRTV-EPON-EPONLINKEDEOC-MGM-MIB
|
||||
--
|
||||
|
||||
END
|
1374
mibs/fscom/NSCRTV-EPON-ONU-MIB
Normal file
1374
mibs/fscom/NSCRTV-EPON-ONU-MIB
Normal file
File diff suppressed because it is too large
Load Diff
1015
mibs/fscom/NSCRTV-EPON-PON-PORT-MIB
Normal file
1015
mibs/fscom/NSCRTV-EPON-PON-PORT-MIB
Normal file
File diff suppressed because it is too large
Load Diff
880
mibs/fscom/NSCRTV-EPON-UNI-MIB
Normal file
880
mibs/fscom/NSCRTV-EPON-UNI-MIB
Normal file
@ -0,0 +1,880 @@
|
||||
|
||||
NSCRTV-EPON-UNI-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Unsigned32, TimeTicks
|
||||
FROM SNMPv2-SMI
|
||||
DateAndTime, MacAddress, TimeStamp, RowStatus, TruthValue, DisplayString, TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC
|
||||
EponDeviceIndex, EponCardIndex, EponPortIndex, EponAlarmCode, EponAlarmInstance, EponSeverityType,
|
||||
AutoNegotiationTechAbility, TAddress, EponStats15MinRecordType, EponStats24HourRecordType, EponStatsThresholdType
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB
|
||||
uniObjects
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB;
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- uniObjects[UNI<4E>û<EFBFBD><C3BB>˿<EFBFBD><CBBF><EFBFBD><EFBFBD>Թ<EFBFBD><D4B9><EFBFBD><EFBFBD><EFBFBD>](1.3.6.1.4.1.17409.2.3.5)
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
uniAttributeTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniAttributeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of uniAttributeTable entries."
|
||||
::= {uniObjects 1 }
|
||||
|
||||
uniAttributeEntry OBJECT-TYPE
|
||||
SYNTAX UniAttributeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The uniAttributeEntry Information"
|
||||
INDEX { uniAttributeDeviceIndex, uniAttributeCardIndex,uniAttributePortIndex }
|
||||
::={uniAttributeTable 1 }
|
||||
|
||||
UniAttributeEntry ::= SEQUENCE {
|
||||
uniAttributeDeviceIndex EponDeviceIndex,
|
||||
uniAttributeCardIndex EponCardIndex,
|
||||
uniAttributePortIndex EponPortIndex,
|
||||
uniAdminStatus INTEGER,
|
||||
uniOperationStatus INTEGER,
|
||||
uniAutoNegotiationEnable TruthValue,
|
||||
uniAutoNegotiationLocalTechAbility AutoNegotiationTechAbility,
|
||||
uniAutoNegotiationRestart INTEGER
|
||||
}
|
||||
|
||||
uniAttributeDeviceIndex OBJECT-TYPE
|
||||
SYNTAX EponDeviceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device Index
|
||||
|
||||
For OLT, set to corresponding ONU ID
|
||||
For ONU, set to 0
|
||||
"
|
||||
::= {uniAttributeEntry 1 }
|
||||
|
||||
uniAttributeCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Card Index
|
||||
The value of this cardIndex depends on onuType.
|
||||
fixed(1) - set to 0, to indicate slot num is meaningless.
|
||||
chassisBased(2) - MUST NOT be zero
|
||||
"
|
||||
::= {uniAttributeEntry 2 }
|
||||
|
||||
uniAttributePortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port Index"
|
||||
::= {uniAttributeEntry 3 }
|
||||
|
||||
uniAdminStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
up(1),
|
||||
down(2),
|
||||
testing(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Admin Status"
|
||||
::= {uniAttributeEntry 4 }
|
||||
|
||||
uniOperationStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
up(1),
|
||||
down(2),
|
||||
testing(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Operation Status"
|
||||
::= {uniAttributeEntry 5 }
|
||||
|
||||
uniAutoNegotiationEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Whether or not to enable auto negotiation on the uni port"
|
||||
::= {uniAttributeEntry 6 }
|
||||
|
||||
uniAutoNegotiationLocalTechAbility OBJECT-TYPE
|
||||
SYNTAX AutoNegotiationTechAbility
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This indicates the technology ability of the local device"
|
||||
::= {uniAttributeEntry 7 }
|
||||
|
||||
uniAutoNegotiationRestart OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
restart(1)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Restart the autonegotiation"
|
||||
::= {uniAttributeEntry 9 }
|
||||
|
||||
uniMacAddressManagement OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { uniObjects 2 }
|
||||
|
||||
uniMacAddressManagementNode OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" MacAddressManagement global parameters. "
|
||||
::= { uniMacAddressManagement 1 }
|
||||
|
||||
uniMacAddrAgingTime OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Seconds"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Table Aging Time"
|
||||
::= { uniMacAddressManagementNode 1 }
|
||||
|
||||
uniMacAddrClear OBJECT-TYPE
|
||||
SYNTAX INTEGER { allDynamic(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Table Clear"
|
||||
::= { uniMacAddressManagementNode 2 }
|
||||
|
||||
|
||||
uniMacAddressTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniMacAddressEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of MacAddress entries."
|
||||
::= { uniMacAddressManagement 2 }
|
||||
|
||||
uniMacAddressEntry OBJECT-TYPE
|
||||
SYNTAX UniMacAddressEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Mac Address Information"
|
||||
INDEX { uniMacAddrIndex, uniMacAddrVlanIdIndex }
|
||||
::= { uniMacAddressTable 1 }
|
||||
|
||||
UniMacAddressEntry ::=
|
||||
SEQUENCE {
|
||||
uniMacAddrIndex MacAddress,
|
||||
uniMacAddrVlanIdIndex INTEGER,
|
||||
uniMacAddrType INTEGER,
|
||||
uniMacAddrPortId OCTET STRING,
|
||||
uniMacAddrRowStatus RowStatus
|
||||
}
|
||||
|
||||
uniMacAddrIndex OBJECT-TYPE
|
||||
SYNTAX MacAddress
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Index"
|
||||
::= { uniMacAddressEntry 1 }
|
||||
|
||||
uniMacAddrVlanIdIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Vlan Id Index"
|
||||
::= { uniMacAddressEntry 2 }
|
||||
|
||||
uniMacAddrType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
static(1),
|
||||
dynamic(2),
|
||||
other(3)}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Type"
|
||||
::= { uniMacAddressEntry 3 }
|
||||
|
||||
uniMacAddrPortId OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (2))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Port Id
|
||||
The first octet is slot ID, the second octet is port ID.
|
||||
If the device is fixed (not modulized), set slot ID to 0.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
For example, for modulized port 10/3, set to 0x0A 03
|
||||
For fix box port 3, set to 0x00 03
|
||||
"
|
||||
::= { uniMacAddressEntry 4 }
|
||||
|
||||
uniMacAddrRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"delete,create. Update is not supported"
|
||||
::= { uniMacAddressEntry 5 }
|
||||
|
||||
uniTrunkManagement OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { uniObjects 3 }
|
||||
|
||||
|
||||
uniTrunkGroupConfigTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniTrunkGroupConfigEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of uniTrunkGroupConfigTable entries."
|
||||
::= {uniTrunkManagement 1 }
|
||||
|
||||
uniTrunkGroupConfigEntry OBJECT-TYPE
|
||||
SYNTAX UniTrunkGroupConfigEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The uniTrunk Group Config Entry Information"
|
||||
INDEX { uniTrunkGroupConfigIndex }
|
||||
::={uniTrunkGroupConfigTable 1 }
|
||||
UniTrunkGroupConfigEntry ::= SEQUENCE {
|
||||
uniTrunkGroupConfigIndex INTEGER,
|
||||
uniTrunkGroupConfigName DisplayString,
|
||||
uniTrunkGroupConfigMember OCTET STRING,
|
||||
uniTrunkGroupConfigPolicy INTEGER,
|
||||
uniTrunkGroupConfigRowstatus RowStatus
|
||||
}
|
||||
|
||||
uniTrunkGroupConfigIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Index"
|
||||
::= {uniTrunkGroupConfigEntry 1 }
|
||||
|
||||
uniTrunkGroupConfigName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Name"
|
||||
::= {uniTrunkGroupConfigEntry 2 }
|
||||
|
||||
uniTrunkGroupConfigMember OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Member.
|
||||
It is presented by member port list. Each member port is identified
|
||||
by 2-byte format, One for slot ID, the last for port ID. The actual
|
||||
length of this string depends of the number of member ports in the
|
||||
trunk group. If the ONU is fixed (not modulized), set slot ID to 0,
|
||||
the NMS could ignore the slot info.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
The relationship is:
|
||||
Length of the string = 2 * (NUM of member ports)
|
||||
For example, if port 1/2 and 3/4 is the member ports of the
|
||||
trunk, then the object is presented as:
|
||||
01 02 03 04
|
||||
"
|
||||
::= {uniTrunkGroupConfigEntry 3 }
|
||||
|
||||
uniTrunkGroupConfigPolicy OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
srcMac(1),
|
||||
destMac(2),
|
||||
srcMacNDestMac(3),
|
||||
srcIp(4),
|
||||
destIp(5),
|
||||
srcIpNDestIp(6)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Policy"
|
||||
::= {uniTrunkGroupConfigEntry 4 }
|
||||
|
||||
uniTrunkGroupConfigRowstatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Rowstatus"
|
||||
::= {uniTrunkGroupConfigEntry 5 }
|
||||
|
||||
uniTrunkGroupTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniTrunkGroupEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"a list of uniTrunkGroupConfigTable entries."
|
||||
::= {uniTrunkManagement 2 }
|
||||
|
||||
uniTrunkGroupEntry OBJECT-TYPE
|
||||
SYNTAX UniTrunkGroupEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Entry"
|
||||
INDEX { uniTrunkGroupIndex }
|
||||
::={uniTrunkGroupTable 1 }
|
||||
|
||||
UniTrunkGroupEntry ::= SEQUENCE {
|
||||
uniTrunkGroupIndex INTEGER,
|
||||
uniTrunkGroupOperationStatus INTEGER,
|
||||
uniTrunkGroupActualSpeed INTEGER,
|
||||
uniTrunkGroupAdminStatus INTEGER
|
||||
}
|
||||
|
||||
uniTrunkGroupIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Index"
|
||||
::= {uniTrunkGroupEntry 1 }
|
||||
|
||||
uniTrunkGroupOperationStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
up(1),
|
||||
down(2),
|
||||
testing(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Operation Status"
|
||||
::= {uniTrunkGroupEntry 2 }
|
||||
|
||||
uniTrunkGroupActualSpeed OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Mbps"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Actual Speed.
|
||||
The speed is the aggregated rates of all operational UP member
|
||||
ports of the trunk.
|
||||
For example, 4 member ports of the trunk, two are UP, each is 1000M
|
||||
then the SUN is 2000M. As a result, the return of the MIB shall be
|
||||
2000Mbps"
|
||||
::= {uniTrunkGroupEntry 3 }
|
||||
|
||||
|
||||
uniTrunkGroupAdminStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
up(1),
|
||||
down(2),
|
||||
testing(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group AdminStatus"
|
||||
::= {uniTrunkGroupEntry 4 }
|
||||
|
||||
|
||||
uniPortRateLimitTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniPortRateLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of PortRateLimit entries."
|
||||
::= { uniObjects 4 }
|
||||
|
||||
uniPortRateLimitEntry OBJECT-TYPE
|
||||
SYNTAX UniPortRateLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Port Rate Limit Information"
|
||||
INDEX { uniPortRateLimitDeviceIndex, uniPortRateLimitCardIndex, uniPortRateLimitPortIndex }
|
||||
::= { uniPortRateLimitTable 1 }
|
||||
|
||||
UniPortRateLimitEntry ::=
|
||||
SEQUENCE {
|
||||
uniPortRateLimitDeviceIndex EponDeviceIndex,
|
||||
uniPortRateLimitCardIndex EponCardIndex,
|
||||
uniPortRateLimitPortIndex EponPortIndex,
|
||||
uniPortInCIR INTEGER,
|
||||
uniPortInCBS INTEGER,
|
||||
uniPortInEBS INTEGER,
|
||||
uniPortOutCIR INTEGER,
|
||||
uniPortOutPIR INTEGER,
|
||||
uniPortInRateLimitEnable TruthValue,
|
||||
uniPortOutRateLimitEnable TruthValue
|
||||
}
|
||||
uniPortRateLimitDeviceIndex OBJECT-TYPE
|
||||
SYNTAX EponDeviceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"device Index
|
||||
|
||||
For OLT, set to corresponding ONU ID
|
||||
For ONU, set to 0
|
||||
"
|
||||
::= { uniPortRateLimitEntry 1 }
|
||||
|
||||
uniPortRateLimitCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"card Index
|
||||
The value of this cardIndex depends on onuType.
|
||||
fixed(1) - set to 0, to indicate slot num is meaningless.
|
||||
chassisBased(2) - MUST NOT be zero
|
||||
"
|
||||
::= { uniPortRateLimitEntry 2 }
|
||||
|
||||
uniPortRateLimitPortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"port Index"
|
||||
::= { uniPortRateLimitEntry 3 }
|
||||
|
||||
uniPortInCIR OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "kbps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Committed Information Rate(CIR) in kbps."
|
||||
::= { uniPortRateLimitEntry 4 }
|
||||
|
||||
uniPortInCBS OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Kbytes"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Committed Burst Rate(CBS) in kbyte."
|
||||
::= { uniPortRateLimitEntry 5 }
|
||||
|
||||
uniPortInEBS OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Kbytes"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ebs in kbytes."
|
||||
::= { uniPortRateLimitEntry 6 }
|
||||
|
||||
uniPortOutCIR OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Kbps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Committed Information Rate(CIR) in kbps."
|
||||
::= { uniPortRateLimitEntry 7 }
|
||||
|
||||
uniPortOutPIR OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Kbps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"PIR in kbps."
|
||||
::= { uniPortRateLimitEntry 8 }
|
||||
|
||||
uniPortInRateLimitEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Whether or not to enable or disable ingress rate limit for the UNI."
|
||||
::= { uniPortRateLimitEntry 9 }
|
||||
|
||||
uniPortOutRateLimitEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Whether or not to enable or disable egress rate limit for the UNI."
|
||||
::= { uniPortRateLimitEntry 10 }
|
||||
|
||||
uniMirrorTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniMirrorEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"a list of uniMirrorTable entries."
|
||||
::= {uniObjects 5 }
|
||||
|
||||
uniMirrorEntry OBJECT-TYPE
|
||||
SYNTAX UniMirrorEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Mirror Information."
|
||||
INDEX { uniMirrorGroupIndex }
|
||||
::={uniMirrorTable 1 }
|
||||
|
||||
UniMirrorEntry ::= SEQUENCE {
|
||||
uniMirrorGroupIndex INTEGER,
|
||||
uniMirrorGroupName DisplayString,
|
||||
uniMirrorGroupDstPortList OCTET STRING,
|
||||
uniMirrorGroupSrcInPortList OCTET STRING,
|
||||
uniMirrorGroupSrcOutPortList OCTET STRING,
|
||||
uniMirrorGroupRowstatus RowStatus
|
||||
}
|
||||
|
||||
uniMirrorGroupIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Index"
|
||||
::= {uniMirrorEntry 1 }
|
||||
|
||||
uniMirrorGroupName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Name"
|
||||
::= {uniMirrorEntry 2 }
|
||||
|
||||
uniMirrorGroupDstPortList OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Dst Port List.
|
||||
It is presented by port list. Each port is identified by
|
||||
2-byte format, One for slot ID, the last for port ID. The
|
||||
actual length of this string depends of the number of
|
||||
ports in destination port list of the mirror group,
|
||||
If the ONU is fixed (not modulized), set slot ID to 0,
|
||||
the NMS could ignore the slot info.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
The relationship is:
|
||||
Length of the string = 2 * (NUM of ports)
|
||||
For example, if port 1/2 and 3/4 is the destination ports of
|
||||
the mirror group, then the object is presented as:
|
||||
01 02 03 04
|
||||
"
|
||||
::= {uniMirrorEntry 3 }
|
||||
|
||||
uniMirrorGroupSrcInPortList OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Src In Port List.
|
||||
It is presented by port list. Each port is identified by
|
||||
2-byte format, One for slot ID, the last for port ID. The
|
||||
actual length of this string depends of the number of
|
||||
ports in source ingress list of the mirror group,
|
||||
If the ONU is fixed (not modulized), set slot ID to 0,
|
||||
the NMS could ignore the slot info.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
The relationship is:
|
||||
Length of the string = 2 * (NUM of ports)
|
||||
For example, if port 1/2 and 3/4 is the source ingress ports of
|
||||
the mirror group, then the object is presented as:
|
||||
01 02 03 04
|
||||
"
|
||||
::= {uniMirrorEntry 4 }
|
||||
|
||||
uniMirrorGroupSrcOutPortList OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Src Out Port List.
|
||||
It is presented by port list. Each port is identified by
|
||||
2-byte format, One for slot ID, the last for port ID. The
|
||||
actual length of this string depends of the number of
|
||||
ports in source egress list of the mirror group,
|
||||
If the ONU is fixed (not modulized), set slot ID to 0,
|
||||
the NMS could ignore the slot info.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
The relationship is:
|
||||
Length of the string = 2 * (NUM of ports)
|
||||
For example, if port 1/2 and 3/4 is the source egress ports of
|
||||
the mirror group, then the object is presented as:
|
||||
01 02 03 04
|
||||
"
|
||||
::= {uniMirrorEntry 5 }
|
||||
|
||||
uniMirrorGroupRowstatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Rowstatus"
|
||||
::= {uniMirrorEntry 6 }
|
||||
|
||||
|
||||
uniBroadcastStormSuppressionTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniBroadcastStormSuppressionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of BroadcastStormSuppression entries."
|
||||
::= { uniObjects 6 }
|
||||
|
||||
uniBroadcastStormSuppressionEntry OBJECT-TYPE
|
||||
SYNTAX UniBroadcastStormSuppressionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Broadcast Storm Suppression Information"
|
||||
INDEX { uniBroadcastStormSuppressionCardIndex, uniBroadcastStormSuppressionPortIndex }
|
||||
::= { uniBroadcastStormSuppressionTable 1 }
|
||||
|
||||
UniBroadcastStormSuppressionEntry ::=
|
||||
SEQUENCE {
|
||||
uniBroadcastStormSuppressionCardIndex EponCardIndex,
|
||||
uniBroadcastStormSuppressionPortIndex EponPortIndex,
|
||||
uniUnicastStormEnable TruthValue,
|
||||
uniUnicastStormInPacketRate INTEGER,
|
||||
uniUnicastStormOutPacketRate INTEGER,
|
||||
uniMulticastStormEnable TruthValue,
|
||||
uniMulticastStormInPacketRate INTEGER,
|
||||
uniMulticastStormOutPacketRate INTEGER,
|
||||
uniBroadcastStormEnable TruthValue,
|
||||
uniBroadcastStormInPacketRate INTEGER,
|
||||
uniBroadcastStormOutPacketRate INTEGER
|
||||
}
|
||||
|
||||
uniBroadcastStormSuppressionCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"card Index
|
||||
|
||||
The value of this cardIndex depends on onuType.
|
||||
fixed(1) - set to 0, to indicate slot num is meaningless.
|
||||
chassisBased(2) - MUST NOT be zero
|
||||
"
|
||||
::= { uniBroadcastStormSuppressionEntry 1 }
|
||||
|
||||
|
||||
uniBroadcastStormSuppressionPortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"port Index"
|
||||
::= { uniBroadcastStormSuppressionEntry 2 }
|
||||
|
||||
uniUnicastStormEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cast Storm Enable"
|
||||
::= { uniBroadcastStormSuppressionEntry 3 }
|
||||
|
||||
uniUnicastStormInPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cast Storm In Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 4 }
|
||||
|
||||
uniUnicastStormOutPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cast Storm Out Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 5 }
|
||||
|
||||
uniMulticastStormEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= { uniBroadcastStormSuppressionEntry 6 }
|
||||
|
||||
uniMulticastStormInPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Multicast Storm In Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 7 }
|
||||
|
||||
uniMulticastStormOutPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Multicast Storm Out Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 8 }
|
||||
|
||||
uniBroadcastStormEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= { uniBroadcastStormSuppressionEntry 9 }
|
||||
|
||||
uniBroadcastStormInPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Broadcast Storm In Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 10 }
|
||||
|
||||
uniBroadcastStormOutPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Broadcast Storm Out Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 11 }
|
||||
|
||||
uniExtAttributeTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniExtAttributeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The extended attribute list for each UNI. "
|
||||
::= { uniObjects 7 }
|
||||
|
||||
uniExtAttributeEntry OBJECT-TYPE
|
||||
SYNTAX UniExtAttributeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX { uniExtAttributeCardIndex, uniExtAttributePortIndex }
|
||||
::= { uniExtAttributeTable 1 }
|
||||
|
||||
UniExtAttributeEntry ::= SEQUENCE {
|
||||
uniExtAttributeCardIndex EponCardIndex,
|
||||
uniExtAttributePortIndex EponPortIndex,
|
||||
uniPerfStats15minuteEnable TruthValue,
|
||||
uniPerfStats24hourEnable TruthValue,
|
||||
uniLastChangeTime TimeTicks,
|
||||
uniIsolationEnable TruthValue,
|
||||
uniMacAddrLearnMaxNum INTEGER,
|
||||
uniAutoNegotiationAdvertisedTechAbility AutoNegotiationTechAbility,
|
||||
uniMacAddrClearByPort INTEGER
|
||||
}
|
||||
|
||||
uniExtAttributeCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Card index
|
||||
The value of this cardIndex depends on onuType.
|
||||
fixed(1) - set to 0, to indicate slot num is meaningless.
|
||||
chassisBased(2) - MUST NOT be zero
|
||||
"
|
||||
::= {uniExtAttributeEntry 1 }
|
||||
|
||||
uniExtAttributePortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= {uniExtAttributeEntry 2 }
|
||||
|
||||
uniPerfStats15minuteEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= {uniExtAttributeEntry 3 }
|
||||
|
||||
uniPerfStats24hourEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= {uniExtAttributeEntry 4 }
|
||||
|
||||
uniLastChangeTime OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Last Change Time"
|
||||
::= {uniExtAttributeEntry 5 }
|
||||
|
||||
uniIsolationEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= {uniExtAttributeEntry 6 }
|
||||
|
||||
uniMacAddrLearnMaxNum OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Learn Max Num"
|
||||
::= {uniExtAttributeEntry 7 }
|
||||
uniAutoNegotiationAdvertisedTechAbility OBJECT-TYPE
|
||||
SYNTAX AutoNegotiationTechAbility
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Refer to clause 30.6.1.1.6 of IEEE 802.3 2005 edition"
|
||||
::= {uniExtAttributeEntry 8 }
|
||||
|
||||
uniMacAddrClearByPort OBJECT-TYPE
|
||||
SYNTAX INTEGER { clearDynamic(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Clear MAC address by UNI port.
|
||||
clearDynamic(1) - Clear all dynamic MAC address learned on the UNI port"
|
||||
::= {uniExtAttributeEntry 9 }
|
||||
|
||||
--
|
||||
-- END of NSCRTV-EPON-UNI-MIB
|
||||
--
|
||||
|
||||
END
|
@ -5,26 +5,79 @@ IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
NOTIFICATION-TYPE,
|
||||
Integer32
|
||||
Integer32,
|
||||
Unsigned32
|
||||
FROM SNMPv2-SMI
|
||||
OBJECT-GROUP,
|
||||
NOTIFICATION-GROUP
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
gudeads MODULE-IDENTITY
|
||||
LAST-UPDATED "200703051356Z" -- Mar 5, 2007 1:56:00 PM
|
||||
ORGANIZATION "Gude Analog- und Digitalsysteme GmbH"
|
||||
LAST-UPDATED "201904041600Z" -- Apr 4, 2019, 4:00:00 PM
|
||||
ORGANIZATION "GUDE Systems GmbH"
|
||||
CONTACT-INFO
|
||||
"http://www.gudeads.com/"
|
||||
"Von-der-Wettern-Str. 23
|
||||
51149 Cologne
|
||||
Germany
|
||||
https://www.gude.info"
|
||||
DESCRIPTION
|
||||
"Expert Power Control 7213 MIB"
|
||||
REVISION "201904041600Z" -- Apr 4, 2019, 4:00:00 PM
|
||||
DESCRIPTION
|
||||
""
|
||||
REVISION "200703051356Z" -- Mar 5, 2007 1:56:00 PM
|
||||
DESCRIPTION
|
||||
"$Id:$"
|
||||
-- 1.3.6.1.4.1.28507
|
||||
::= { enterprises 28507 }
|
||||
|
||||
|
||||
epc7213NTPClient OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.1.5.15
|
||||
::= { esb7213IntSensors 15 }
|
||||
|
||||
epc7213NTPUnixTime OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
UNITS "s"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"show received NTP time as unixtime (secs since 1 January 1970)"
|
||||
-- 1.3.6.1.4.1.28507.66.1.5.15.2
|
||||
::= { epc7213NTPClient 2 }
|
||||
|
||||
|
||||
epc7213NTPLastValidTimestamp OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
UNITS "s"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"show seconds since last valid NTP timestamp received"
|
||||
-- 1.3.6.1.4.1.28507.66.1.5.15.3
|
||||
::= { epc7213NTPClient 3 }
|
||||
|
||||
|
||||
epc7213NTPTimeValid OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
notime(0),
|
||||
valid(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Show if valid Time is received"
|
||||
-- 1.3.6.1.4.1.28507.66.1.5.15.1
|
||||
::= { epc7213NTPClient 1 }
|
||||
|
||||
|
||||
esb7213ExtSensorName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A textual string containing name of a
|
||||
external Sensor"
|
||||
-- 1.3.6.1.4.1.28507.66.1.6.1.1.32
|
||||
::= { esb7213SensorEntry 32 }
|
||||
|
||||
|
||||
esb7213AirPressure OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "1 hPA (hectopascal) ~ 1 milibar"
|
||||
@ -80,29 +133,29 @@ esb7213POEEvt NOTIFICATION-TYPE
|
||||
-- 1.3.6.1.4.1.28507.66.3.6
|
||||
::= { events 6 }
|
||||
|
||||
gadsESB7213 OBJECT IDENTIFIER
|
||||
gadsESB7213 OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66
|
||||
::= { gudeads 66 }
|
||||
|
||||
-- Notification Types
|
||||
--
|
||||
|
||||
events OBJECT IDENTIFIER
|
||||
events OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.3
|
||||
::= { gadsESB7213 3 }
|
||||
|
||||
-- Scalars and Tables
|
||||
--
|
||||
|
||||
esb7213Objects OBJECT IDENTIFIER
|
||||
esb7213Objects OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.1
|
||||
::= { gadsESB7213 1 }
|
||||
|
||||
esb7213CommonConfig OBJECT IDENTIFIER
|
||||
esb7213CommonConfig OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.1.1
|
||||
::= { esb7213Objects 1 }
|
||||
|
||||
esb7213SNMPaccess OBJECT IDENTIFIER
|
||||
esb7213SNMPaccess OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.1.1.1
|
||||
::= { esb7213CommonConfig 1 }
|
||||
|
||||
@ -171,23 +224,23 @@ esb7213TrapAddr OBJECT-TYPE
|
||||
::= { esb7213TrapIPEntry 2 }
|
||||
|
||||
|
||||
esb7213DeviceConfig OBJECT IDENTIFIER
|
||||
esb7213DeviceConfig OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.1.2
|
||||
::= { esb7213Objects 2 }
|
||||
|
||||
esb7213IntActors OBJECT IDENTIFIER
|
||||
esb7213IntActors OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.1.3
|
||||
::= { esb7213Objects 3 }
|
||||
|
||||
esb7213ExtActors OBJECT IDENTIFIER
|
||||
esb7213ExtActors OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.1.4
|
||||
::= { esb7213Objects 4 }
|
||||
|
||||
esb7213IntSensors OBJECT IDENTIFIER
|
||||
esb7213IntSensors OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.1.5
|
||||
::= { esb7213Objects 5 }
|
||||
|
||||
esb7213ExtSensors OBJECT IDENTIFIER
|
||||
esb7213ExtSensors OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.1.6
|
||||
::= { esb7213Objects 6 }
|
||||
|
||||
@ -213,13 +266,14 @@ esb7213SensorEntry OBJECT-TYPE
|
||||
|
||||
Esb7213SensorEntry ::= SEQUENCE {
|
||||
|
||||
esb7213SensorIndex Integer32,
|
||||
esb7213TempSensor Integer32,
|
||||
esb7213HygroSensor Integer32,
|
||||
esb7213InputSensor INTEGER,
|
||||
esb7213AirPressure Integer32,
|
||||
esb7213DewPoint Integer32,
|
||||
esb7213DewPointDiff Integer32 }
|
||||
esb7213SensorIndex Integer32,
|
||||
esb7213TempSensor Integer32,
|
||||
esb7213HygroSensor Integer32,
|
||||
esb7213InputSensor INTEGER,
|
||||
esb7213AirPressure Integer32,
|
||||
esb7213DewPoint Integer32,
|
||||
esb7213DewPointDiff Integer32,
|
||||
esb7213ExtSensorName OCTET STRING }
|
||||
|
||||
|
||||
esb7213SensorIndex OBJECT-TYPE
|
||||
@ -268,21 +322,21 @@ esb7213InputSensor OBJECT-TYPE
|
||||
-- Conformance
|
||||
--
|
||||
|
||||
esb7213Conf OBJECT IDENTIFIER
|
||||
esb7213Conf OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.2
|
||||
::= { gadsESB7213 2 }
|
||||
|
||||
-- Groups
|
||||
--
|
||||
|
||||
esb7213Groups OBJECT IDENTIFIER
|
||||
esb7213Groups OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.2.1
|
||||
::= { esb7213Conf 1 }
|
||||
|
||||
-- Compliance
|
||||
--
|
||||
|
||||
esb7213Compls OBJECT IDENTIFIER
|
||||
esb7213Compls OBJECT IDENTIFIER
|
||||
-- 1.3.6.1.4.1.28507.66.2.2
|
||||
::= { esb7213Conf 2 }
|
||||
|
||||
@ -298,7 +352,11 @@ esb7213BasicGroup OBJECT-GROUP
|
||||
esb7213InputSensor,
|
||||
esb7213AirPressure,
|
||||
esb7213DewPoint,
|
||||
esb7213DewPointDiff }
|
||||
esb7213DewPointDiff,
|
||||
esb7213ExtSensorName,
|
||||
epc7213NTPTimeValid,
|
||||
epc7213NTPUnixTime,
|
||||
epc7213NTPLastValidTimestamp }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Basic objects."
|
||||
@ -326,8 +384,6 @@ esb7213HygroEvtSen NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"hygro limits exceeded"
|
||||
-- 1.3.6.1.4.1.28507.60.0.10
|
||||
-- 1.3.6.1.4.1.28507.60.0.2
|
||||
-- 1.3.6.1.4.1.28507.66.3.2
|
||||
::= { events 2 }
|
||||
|
||||
@ -339,8 +395,6 @@ esb7213InputEvtSen NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"change of logical input sensor state"
|
||||
-- 1.3.6.1.4.1.28507.60.0.12
|
||||
-- 1.3.6.1.4.1.28507.60.0.3
|
||||
-- 1.3.6.1.4.1.28507.66.3.3
|
||||
::= { events 3 }
|
||||
|
||||
@ -354,8 +408,6 @@ esb7213AirPressureEvtSen NOTIFICATION-TYPE
|
||||
"Air Pressure limits exceeded
|
||||
|
||||
"
|
||||
-- 1.3.6.1.4.1.28507.60.0.13
|
||||
-- 1.3.6.1.4.1.28507.60.0.4
|
||||
-- 1.3.6.1.4.1.28507.66.3.4
|
||||
::= { events 4 }
|
||||
|
||||
@ -367,8 +419,6 @@ esb7213DewPtDiffEvtSen NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Dew Point Difference limits exceeded"
|
||||
-- 1.3.6.1.4.1.28507.60.0.14
|
||||
-- 1.3.6.1.4.1.28507.60.0.5
|
||||
-- 1.3.6.1.4.1.28507.66.3.5
|
||||
::= { events 5 }
|
||||
|
||||
@ -380,8 +430,6 @@ esb7213TempEvtSen NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"temperature limits exceeded"
|
||||
-- 1.3.6.1.4.1.28507.60.0.9
|
||||
-- 1.3.6.1.4.1.28507.60.0.1
|
||||
-- 1.3.6.1.4.1.28507.66.3.1
|
||||
::= { events 1 }
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1149
mibs/ibm/IBM-PDU-MIB
Normal file
1149
mibs/ibm/IBM-PDU-MIB
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
IBM-RXR-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
Counter, Gauge, TimeTicks
|
||||
Counter, Gauge, TimeTicks, enterprises
|
||||
FROM RFC1155-SMI
|
||||
OBJECT-TYPE
|
||||
FROM RFC-1212
|
||||
|
@ -2,7 +2,7 @@
|
||||
-- Licensed Materials - Property of IBM
|
||||
--
|
||||
--
|
||||
-- (C) Copyright IBM Corp. 2016, 2018
|
||||
-- (C) Copyright IBM Corp. 2016, 2022
|
||||
--
|
||||
-- US Government Users Restricted Rights - Use, duplication or
|
||||
-- disclosure restricted by GSA ADP Schedule Contract with
|
||||
@ -24,7 +24,7 @@ IMPORTS
|
||||
FROM SNMP-FRAMEWORK-MIB; -- RFC2571
|
||||
|
||||
ibm2145TSVE MODULE-IDENTITY
|
||||
LAST-UPDATED "201904160000Z"
|
||||
LAST-UPDATED "202204250000Z"
|
||||
ORGANIZATION "IBM SSG"
|
||||
CONTACT-INFO
|
||||
"Contact IBM Support"
|
||||
@ -32,6 +32,42 @@ ibm2145TSVE MODULE-IDENTITY
|
||||
"This file defines the private IBM SAN Volume Controller
|
||||
(previously TSVE) MIB extensions used to receive traps from SVC
|
||||
"
|
||||
REVISION "202204250000Z"
|
||||
DESCRIPTION
|
||||
"IBM San Volume Controller MIB for SVC 8.5.1
|
||||
The SVC MIB has been renamed to indicate that it is
|
||||
for SVC Lodestone 8.5.1 release.
|
||||
There have been no additional objects defined."
|
||||
REVISION "202201210000Z"
|
||||
DESCRIPTION
|
||||
"IBM San Volume Controller MIB for SVC 8.5.0
|
||||
The SVC MIB has been renamed to indicate that it is
|
||||
for SVC Lodestone 8.5.0 release.
|
||||
There have been no additional objects defined."
|
||||
REVISION "202107200000Z"
|
||||
DESCRIPTION
|
||||
"IBM San Volume Controller MIB for SVC 8.4.2
|
||||
The SVC MIB has been renamed to indicate that it is
|
||||
for SVC Lodestone 8.4.2 release.
|
||||
There have been no additional objects defined."
|
||||
REVISION "202103180000Z"
|
||||
DESCRIPTION
|
||||
"IBM San Volume Controller MIB for SVC 8.4.1
|
||||
The SVC MIB has been renamed to indicate that it is
|
||||
for SVC Lodestone 8.4.1 release.
|
||||
There have been no additional objects defined."
|
||||
REVISION "202007160000Z"
|
||||
DESCRIPTION
|
||||
"IBM San Volume Controller MIB for SVC 8.4.0
|
||||
The SVC MIB has been renamed to indicate that it is
|
||||
for SVC Lodestone 8.4.0 release.
|
||||
There have been no additional objects defined."
|
||||
REVISION "201909170000Z"
|
||||
DESCRIPTION
|
||||
"IBM San Volume Controller MIB for SVC 8.3.1
|
||||
The SVC MIB has been renamed to indicate that it is
|
||||
for SVC Lodestone 8.3.1 release.
|
||||
There have been no additional objects defined."
|
||||
REVISION "201904160000Z"
|
||||
DESCRIPTION
|
||||
"IBM San Volume Controller MIB for SVC 8.3.0
|
||||
|
@ -1168,7 +1168,8 @@ kcprtTrayGroupTable OBJECT-TYPE
|
||||
kcprtMarkerDrumCounter INTEGER,
|
||||
kcprtMarkerColorMode INTEGER,
|
||||
kcprtMarkerBitsPerPixel INTEGER,
|
||||
kcprtMarkerGlossMode INTEGER
|
||||
kcprtMarkerGlossMode INTEGER,
|
||||
kcprtMarkerServiceCount INTEGER
|
||||
}
|
||||
|
||||
kcprtMarkerIndex OBJECT-TYPE
|
||||
@ -1276,6 +1277,14 @@ kcprtTrayGroupTable OBJECT-TYPE
|
||||
"This object shows Gloss mode value."
|
||||
::={ kcprtMarkerEntry 11 }
|
||||
|
||||
kcprtMarkerServiceCount OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Added by Observium Developers"
|
||||
::={ kcprtMarkerEntry 12 }
|
||||
|
||||
--
|
||||
-- Colorant group
|
||||
--
|
||||
|
File diff suppressed because it is too large
Load Diff
967
mibs/microsoft/AFFIRMED-ALARM-MIB
Normal file
967
mibs/microsoft/AFFIRMED-ALARM-MIB
Normal file
@ -0,0 +1,967 @@
|
||||
AFFIRMED-ALARM-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, enterprises FROM SNMPv2-SMI
|
||||
DateAndTime FROM SNMPv2-TC
|
||||
ItuPerceivedSeverity FROM ITU-ALARM-TC-MIB
|
||||
affirmedSnmpModuleIDs, affirmedSnmpObjects FROM AFFIRMED-SNMP-MIB;
|
||||
|
||||
affirmedAlarmMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "201105160000Z"
|
||||
ORGANIZATION
|
||||
"Affirmed Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Affirmed Networks, Inc.
|
||||
35 Nagog Park
|
||||
Acton, MA
|
||||
USA "
|
||||
|
||||
DESCRIPTION
|
||||
"Alarm MIB objects"
|
||||
::= { affirmedSnmpModuleIDs 1 }
|
||||
|
||||
affirmedAlarmObjects OBJECT IDENTIFIER ::= { affirmedSnmpObjects 1 }
|
||||
affirmedAlarmSeqId OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object defines the alarm sequence id"
|
||||
::= { affirmedAlarmObjects 1 }
|
||||
|
||||
-- DateAndTime ::= TEXTUAL-CONVENTION
|
||||
-- DISPLAY-HINT "2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "A date-time specification.
|
||||
--
|
||||
-- field octets contents range
|
||||
-- 1 1-2 year* 0..65536
|
||||
-- 2 3 month 1..12
|
||||
-- 3 4 day 1..31
|
||||
-- 4 5 hour 0..23
|
||||
-- 5 6 minutes 0..59
|
||||
-- 6 7 seconds 0..60
|
||||
-- (use 60 for leap-second)
|
||||
-- 7 8 deci-seconds 0..9
|
||||
-- 8 9 direction from UTC '+' / '-'
|
||||
-- 9 10 hours from UTC* 0..13
|
||||
-- 10 11 minutes from UTC 0..59
|
||||
--
|
||||
-- * Notes:
|
||||
-- - the value of year is in network-byte order
|
||||
-- - daylight saving time in New Zealand is +13
|
||||
--
|
||||
-- For example, Tuesday May 26, 1992 at 1:30:15 PM EDT would be
|
||||
-- displayed as:
|
||||
--
|
||||
-- 1992-5-26,13:30:15.0,-4:0
|
||||
--
|
||||
-- Note that if only local time is known, then timezone
|
||||
-- information (fields 8-10) is not present."
|
||||
-- SYNTAX OCTET STRING (SIZE (8 | 11))
|
||||
|
||||
affirmedAlarmDateTime OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object defines the date and time of the alarm"
|
||||
::= { affirmedAlarmObjects 2 }
|
||||
|
||||
affirmedAlarmChassisName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..63))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name of the Affirmed Chassis where the notification originated."
|
||||
::= { affirmedAlarmObjects 3 }
|
||||
|
||||
affirmedAlarmSourceId OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alarm source identifier"
|
||||
::= { affirmedAlarmObjects 4 }
|
||||
|
||||
affirmedAlarmSeverity OBJECT-TYPE
|
||||
SYNTAX ItuPerceivedSeverity
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alarm severity"
|
||||
::= { affirmedAlarmObjects 5 }
|
||||
affirmedAlarmRefSeqId OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object defines a reference to the sequence id of the originating alarm"
|
||||
::= { affirmedAlarmObjects 6 }
|
||||
|
||||
affirmedAlarmDetails OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alarm details"
|
||||
::= { affirmedAlarmObjects 7 }
|
||||
|
||||
affirmedPotentialImpact OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..750))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Potential Impact"
|
||||
::= { affirmedAlarmObjects 8 }
|
||||
|
||||
affirmedCorrectiveAction OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..750))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Corrective Action"
|
||||
::= { affirmedAlarmObjects 9 }
|
||||
|
||||
affirmedVmSourceIpAddress OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"VM Source Ip Adress"
|
||||
::= { affirmedAlarmObjects 10 }
|
||||
affirmedVmSourceName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "VM Source Name"
|
||||
::= { affirmedAlarmObjects 11 }
|
||||
|
||||
name OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"name"
|
||||
::= { affirmedAlarmObjects 12 }
|
||||
|
||||
chassis OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"chassis"
|
||||
::= { affirmedAlarmObjects 13 }
|
||||
|
||||
slot OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"slot"
|
||||
::= { affirmedAlarmObjects 14 }
|
||||
|
||||
cpu OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"cpu"
|
||||
::= { affirmedAlarmObjects 15 }
|
||||
|
||||
dirname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"dirname"
|
||||
::= { affirmedAlarmObjects 16 }
|
||||
|
||||
adminstate OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"adminstate"
|
||||
::= { affirmedAlarmObjects 17 }
|
||||
|
||||
resource OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"resource"
|
||||
::= { affirmedAlarmObjects 18 }
|
||||
|
||||
sensor OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"sensor"
|
||||
::= { affirmedAlarmObjects 19 }
|
||||
|
||||
data OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"data"
|
||||
::= { affirmedAlarmObjects 20 }
|
||||
|
||||
taskname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"taskname"
|
||||
::= { affirmedAlarmObjects 21 }
|
||||
|
||||
cid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"cid"
|
||||
::= { affirmedAlarmObjects 22 }
|
||||
|
||||
sid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"sid"
|
||||
::= { affirmedAlarmObjects 23 }
|
||||
|
||||
type OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"type"
|
||||
::= { affirmedAlarmObjects 24 }
|
||||
|
||||
subtype OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"subtype"
|
||||
::= { affirmedAlarmObjects 25 }
|
||||
|
||||
level OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"level"
|
||||
::= { affirmedAlarmObjects 26 }
|
||||
|
||||
time OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"time"
|
||||
::= { affirmedAlarmObjects 27 }
|
||||
|
||||
services OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"services"
|
||||
::= { affirmedAlarmObjects 28 }
|
||||
|
||||
actions OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"actions"
|
||||
::= { affirmedAlarmObjects 29 }
|
||||
|
||||
ledname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ledname"
|
||||
::= { affirmedAlarmObjects 30 }
|
||||
|
||||
ledcolor OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ledcolor"
|
||||
::= { affirmedAlarmObjects 31 }
|
||||
|
||||
usid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"usid"
|
||||
::= { affirmedAlarmObjects 32 }
|
||||
|
||||
hardorsoft OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"hardorsoft"
|
||||
::= { affirmedAlarmObjects 33 }
|
||||
|
||||
readerrors OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"readerrors"
|
||||
::= { affirmedAlarmObjects 34 }
|
||||
|
||||
writeerrors OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"writeerrors"
|
||||
::= { affirmedAlarmObjects 35 }
|
||||
|
||||
slotnumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"slotnumber"
|
||||
::= { affirmedAlarmObjects 36 }
|
||||
|
||||
failuredescription OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"failuredescription"
|
||||
::= { affirmedAlarmObjects 37 }
|
||||
|
||||
suggestedrecovery OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"suggestedrecovery"
|
||||
::= { affirmedAlarmObjects 38 }
|
||||
|
||||
netcontext OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"netcontext"
|
||||
::= { affirmedAlarmObjects 39 }
|
||||
|
||||
info OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"info"
|
||||
::= { affirmedAlarmObjects 40 }
|
||||
|
||||
nodename OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"nodename"
|
||||
::= { affirmedAlarmObjects 41 }
|
||||
|
||||
realmname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"realmname"
|
||||
::= { affirmedAlarmObjects 42 }
|
||||
|
||||
localhostidentity OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"localhostidentity"
|
||||
::= { affirmedAlarmObjects 43 }
|
||||
|
||||
peerrealmname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"peerrealmname"
|
||||
::= { affirmedAlarmObjects 44 }
|
||||
|
||||
peerhostidentity OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"peerhostidentity"
|
||||
::= { affirmedAlarmObjects 45 }
|
||||
|
||||
peername OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"peername"
|
||||
::= { affirmedAlarmObjects 46 }
|
||||
|
||||
clientid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"clientid"
|
||||
::= { affirmedAlarmObjects 47 }
|
||||
|
||||
servicename OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"servicename"
|
||||
::= { affirmedAlarmObjects 48 }
|
||||
|
||||
apnname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"apnname"
|
||||
::= { affirmedAlarmObjects 49 }
|
||||
|
||||
imsi OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"imsi"
|
||||
::= { affirmedAlarmObjects 50 }
|
||||
|
||||
statestring OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"statestring"
|
||||
::= { affirmedAlarmObjects 51 }
|
||||
|
||||
filepath OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"filepath"
|
||||
::= { affirmedAlarmObjects 52 }
|
||||
|
||||
ip OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ip"
|
||||
::= { affirmedAlarmObjects 53 }
|
||||
|
||||
port OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"port"
|
||||
::= { affirmedAlarmObjects 54 }
|
||||
|
||||
chassisid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"chassisid"
|
||||
::= { affirmedAlarmObjects 55 }
|
||||
|
||||
slotid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"slotid"
|
||||
::= { affirmedAlarmObjects 56 }
|
||||
|
||||
cpuid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"cpuid"
|
||||
::= { affirmedAlarmObjects 57 }
|
||||
|
||||
prefix OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"prefix"
|
||||
::= { affirmedAlarmObjects 58 }
|
||||
|
||||
numpurged OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"numpurged"
|
||||
::= { affirmedAlarmObjects 59 }
|
||||
|
||||
node OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"node"
|
||||
::= { affirmedAlarmObjects 60 }
|
||||
|
||||
diskid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"diskid"
|
||||
::= { affirmedAlarmObjects 61 }
|
||||
|
||||
interfacename OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"interfacename"
|
||||
::= { affirmedAlarmObjects 62 }
|
||||
|
||||
threshold OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"threshold"
|
||||
::= { affirmedAlarmObjects 63 }
|
||||
|
||||
uepoolutilization OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"uepoolutilization"
|
||||
::= { affirmedAlarmObjects 64 }
|
||||
|
||||
ipversiontype OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ipversiontype"
|
||||
::= { affirmedAlarmObjects 65 }
|
||||
|
||||
ifindex OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ifindex"
|
||||
::= { affirmedAlarmObjects 66 }
|
||||
|
||||
ifadminstatus OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ifadminstatus"
|
||||
::= { affirmedAlarmObjects 67 }
|
||||
|
||||
ifoperstatus OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ifoperstatus"
|
||||
::= { affirmedAlarmObjects 68 }
|
||||
|
||||
netctxtname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"netctxtname"
|
||||
::= { affirmedAlarmObjects 69 }
|
||||
|
||||
peeringname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"peeringname"
|
||||
::= { affirmedAlarmObjects 70 }
|
||||
|
||||
localpeeripaddr OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"localpeeripaddr"
|
||||
::= { affirmedAlarmObjects 71 }
|
||||
|
||||
remotepeeripaddr OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"remotepeeripaddr"
|
||||
::= { affirmedAlarmObjects 72 }
|
||||
|
||||
lasterrorcode OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"lasterrorcode"
|
||||
::= { affirmedAlarmObjects 73 }
|
||||
|
||||
lasterrosubcode OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"lasterrosubcode"
|
||||
::= { affirmedAlarmObjects 74 }
|
||||
|
||||
currentstate OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"currentstate"
|
||||
::= { affirmedAlarmObjects 75 }
|
||||
|
||||
role OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"role"
|
||||
::= { affirmedAlarmObjects 76 }
|
||||
|
||||
groupname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"groupname"
|
||||
::= { affirmedAlarmObjects 77 }
|
||||
|
||||
operation OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"operation"
|
||||
::= { affirmedAlarmObjects 78 }
|
||||
|
||||
state OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"state"
|
||||
::= { affirmedAlarmObjects 79 }
|
||||
|
||||
status OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"status"
|
||||
::= { affirmedAlarmObjects 80 }
|
||||
|
||||
activesize OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"activesize"
|
||||
::= { affirmedAlarmObjects 81 }
|
||||
|
||||
standbysize OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"standbysize"
|
||||
::= { affirmedAlarmObjects 82 }
|
||||
|
||||
mcmslotnumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"mcmslotnumber"
|
||||
::= { affirmedAlarmObjects 83 }
|
||||
|
||||
requiredsize OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"requiredsize"
|
||||
::= { affirmedAlarmObjects 84 }
|
||||
|
||||
availablesize OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"availablesize"
|
||||
::= { affirmedAlarmObjects 85 }
|
||||
|
||||
reason OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"reason"
|
||||
::= { affirmedAlarmObjects 86 }
|
||||
|
||||
importnum OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"importnum"
|
||||
::= { affirmedAlarmObjects 87 }
|
||||
|
||||
resultstr OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"resultstr"
|
||||
::= { affirmedAlarmObjects 88 }
|
||||
|
||||
datetime OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"datetime"
|
||||
::= { affirmedAlarmObjects 89 }
|
||||
|
||||
fault OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"fault"
|
||||
::= { affirmedAlarmObjects 90 }
|
||||
|
||||
action OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"action"
|
||||
::= { affirmedAlarmObjects 91 }
|
||||
|
||||
unused OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"unused"
|
||||
::= { affirmedAlarmObjects 92 }
|
||||
|
||||
clusterid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"clusterid"
|
||||
::= { affirmedAlarmObjects 93 }
|
||||
|
||||
nodeid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"nodeid"
|
||||
::= { affirmedAlarmObjects 94 }
|
||||
|
||||
subsgroupname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"subsgroupname"
|
||||
::= { affirmedAlarmObjects 95 }
|
||||
|
||||
subsidfilename OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"subsidfilename"
|
||||
::= { affirmedAlarmObjects 96 }
|
||||
|
||||
alarmid OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"alarmid"
|
||||
::= { affirmedAlarmObjects 97 }
|
||||
|
||||
xpath OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"xpath"
|
||||
::= { affirmedAlarmObjects 98 }
|
||||
|
||||
ifname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ifname"
|
||||
::= { affirmedAlarmObjects 99 }
|
||||
|
||||
sessionthreshold OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"sessionthreshold"
|
||||
::= { affirmedAlarmObjects 100 }
|
||||
|
||||
sessionutilization OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"sessionutilization"
|
||||
::= { affirmedAlarmObjects 101 }
|
||||
|
||||
ipaddressthreshold OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ipaddressthreshold"
|
||||
::= { affirmedAlarmObjects 102 }
|
||||
|
||||
ipaddressutilization OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ipaddressutilization"
|
||||
::= { affirmedAlarmObjects 103 }
|
||||
|
||||
portchunkthreshold OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"portchunkthreshold"
|
||||
::= { affirmedAlarmObjects 104 }
|
||||
|
||||
portchunkutilization OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"portchunkutilization"
|
||||
::= { affirmedAlarmObjects 105 }
|
||||
|
||||
parent OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"parent"
|
||||
::= { affirmedAlarmObjects 106 }
|
||||
|
||||
destination OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"destination"
|
||||
::= { affirmedAlarmObjects 107 }
|
||||
|
||||
peeripaddress OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"peeripaddress"
|
||||
::= { affirmedAlarmObjects 108 }
|
||||
|
||||
gatewayname OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"gatewayname"
|
||||
::= { affirmedAlarmObjects 109 }
|
||||
|
||||
gatewayipaddress OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"gatewayipaddress"
|
||||
::= { affirmedAlarmObjects 110 }
|
||||
|
||||
bfdsessiondescription OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"bfdsessiondescription"
|
||||
::= { affirmedAlarmObjects 111 }
|
||||
|
||||
cafilename OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"cafilename"
|
||||
::= { affirmedAlarmObjects 112 }
|
||||
|
||||
expirydate OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"expirydate"
|
||||
::= { affirmedAlarmObjects 113 }
|
||||
|
||||
index OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(1..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"index"
|
||||
::= { affirmedAlarmObjects 114 }
|
||||
|
||||
|
||||
|
||||
END
|
||||
|
168
mibs/microsoft/AFFIRMED-ALARMS-MIB
Normal file
168
mibs/microsoft/AFFIRMED-ALARMS-MIB
Normal file
@ -0,0 +1,168 @@
|
||||
AFFIRMED-ALARMS-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
Integer32, Unsigned32, Counter32, Counter64,
|
||||
Gauge32, IpAddress
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION, RowStatus, DateAndTime,
|
||||
TruthValue
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
affirmedAlarmsMIB MODULE-IDENTITY
|
||||
ORGANIZATION "Affirmed Networks, Inc."
|
||||
CONTACT-INFO "Affirmed Networks, Inc. 35 Nagog Park, Acton, MA, USA"
|
||||
DESCRIPTION ""
|
||||
::= { 1 3 6 1 4 1 37963 10 2 }
|
||||
|
||||
String ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "1t"
|
||||
STATUS current
|
||||
DESCRIPTION "xs:string"
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
affirmedAlarms OBJECT IDENTIFIER ::= { affirmedAlarmsMIB 1 }
|
||||
|
||||
affirmedAlarmsActiveTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AffirmedAlarmsActiveEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarms 1 }
|
||||
|
||||
affirmedAlarmsActiveEntry OBJECT-TYPE
|
||||
SYNTAX AffirmedAlarmsActiveEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
INDEX { affirmedAlarmsActiveSeqId }
|
||||
::= { affirmedAlarmsActiveTable 1 }
|
||||
|
||||
AffirmedAlarmsActiveEntry ::=
|
||||
SEQUENCE {
|
||||
affirmedAlarmsActiveSeqId Unsigned32,
|
||||
affirmedAlarmsActiveTrapName String,
|
||||
affirmedAlarmsActiveXpath String,
|
||||
affirmedAlarmsActiveSnmpsev INTEGER,
|
||||
affirmedAlarmsActiveDateTime String,
|
||||
affirmedAlarmsActiveDetails String
|
||||
}
|
||||
|
||||
affirmedAlarmsActiveSeqId OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsActiveEntry 1 }
|
||||
|
||||
affirmedAlarmsActiveTrapName OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsActiveEntry 2 }
|
||||
|
||||
affirmedAlarmsActiveXpath OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsActiveEntry 3 }
|
||||
|
||||
affirmedAlarmsActiveSnmpsev OBJECT-TYPE
|
||||
SYNTAX INTEGER {cleared(1),indeterminate(2),critical(3),major(4),minor(5),warning(6),info(7)}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsActiveEntry 4 }
|
||||
|
||||
affirmedAlarmsActiveDateTime OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsActiveEntry 5 }
|
||||
|
||||
affirmedAlarmsActiveDetails OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsActiveEntry 6 }
|
||||
|
||||
affirmedAlarmsHistoryTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AffirmedAlarmsHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarms 2 }
|
||||
|
||||
affirmedAlarmsHistoryEntry OBJECT-TYPE
|
||||
SYNTAX AffirmedAlarmsHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
INDEX { affirmedAlarmsHistorySeqId }
|
||||
::= { affirmedAlarmsHistoryTable 1 }
|
||||
|
||||
AffirmedAlarmsHistoryEntry ::=
|
||||
SEQUENCE {
|
||||
affirmedAlarmsHistorySeqId Unsigned32,
|
||||
affirmedAlarmsHistoryTrapName String,
|
||||
affirmedAlarmsHistoryXpath String,
|
||||
affirmedAlarmsHistorySnmpsev INTEGER,
|
||||
affirmedAlarmsHistoryDateTime String,
|
||||
affirmedAlarmsHistoryDetails String,
|
||||
affirmedAlarmsHistoryReasonForManualClear String
|
||||
}
|
||||
|
||||
affirmedAlarmsHistorySeqId OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsHistoryEntry 1 }
|
||||
|
||||
affirmedAlarmsHistoryTrapName OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsHistoryEntry 2 }
|
||||
|
||||
affirmedAlarmsHistoryXpath OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsHistoryEntry 3 }
|
||||
|
||||
affirmedAlarmsHistorySnmpsev OBJECT-TYPE
|
||||
SYNTAX INTEGER {cleared(1),indeterminate(2),critical(3),major(4),minor(5),warning(6),info(7)}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsHistoryEntry 4 }
|
||||
|
||||
affirmedAlarmsHistoryDateTime OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsHistoryEntry 5 }
|
||||
|
||||
affirmedAlarmsHistoryDetails OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsHistoryEntry 6 }
|
||||
|
||||
affirmedAlarmsHistoryReasonForManualClear OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedAlarmsHistoryEntry 7 }
|
||||
|
||||
END
|
91
mibs/microsoft/AFFIRMED-ARP-MIB
Normal file
91
mibs/microsoft/AFFIRMED-ARP-MIB
Normal file
@ -0,0 +1,91 @@
|
||||
AFFIRMED-ARP-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
Integer32, Unsigned32, Counter32, Counter64,
|
||||
Gauge32, IpAddress
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION, RowStatus, DateAndTime,
|
||||
TruthValue
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
affirmedArpMIB MODULE-IDENTITY
|
||||
ORGANIZATION "Affirmed Networks, Inc."
|
||||
CONTACT-INFO "Affirmed Networks, Inc. 35 Nagog Park, Acton, MA, USA"
|
||||
DESCRIPTION ""
|
||||
::= { 1 3 6 1 4 1 37963 10 13 }
|
||||
|
||||
String ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "1t"
|
||||
STATUS current
|
||||
DESCRIPTION "xs:string"
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
affirmedArpTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AffirmedArpEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedArpMIB 1 }
|
||||
|
||||
affirmedArpEntry OBJECT-TYPE
|
||||
SYNTAX AffirmedArpEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
INDEX { affirmedArpSlotNumber, affirmedArpCpuNum, affirmedArpNetworkContext, affirmedArpIpAddress }
|
||||
::= { affirmedArpTable 1 }
|
||||
|
||||
AffirmedArpEntry ::=
|
||||
SEQUENCE {
|
||||
affirmedArpSlotNumber Unsigned32,
|
||||
affirmedArpCpuNum Unsigned32,
|
||||
affirmedArpNetworkContext String,
|
||||
affirmedArpIpAddress String,
|
||||
affirmedArpMacAddress String,
|
||||
affirmedArpFlags String
|
||||
}
|
||||
|
||||
affirmedArpSlotNumber OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedArpEntry 1 }
|
||||
|
||||
affirmedArpCpuNum OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedArpEntry 2 }
|
||||
|
||||
affirmedArpNetworkContext OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedArpEntry 3 }
|
||||
|
||||
affirmedArpIpAddress OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedArpEntry 4 }
|
||||
|
||||
affirmedArpMacAddress OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedArpEntry 5 }
|
||||
|
||||
affirmedArpFlags OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedArpEntry 6 }
|
||||
|
||||
END
|
4541
mibs/microsoft/AFFIRMED-CHASSIS-MIB
Normal file
4541
mibs/microsoft/AFFIRMED-CHASSIS-MIB
Normal file
File diff suppressed because it is too large
Load Diff
413
mibs/microsoft/AFFIRMED-CLUSTER-MIB
Normal file
413
mibs/microsoft/AFFIRMED-CLUSTER-MIB
Normal file
@ -0,0 +1,413 @@
|
||||
AFFIRMED-CLUSTER-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
Integer32, Unsigned32, Counter32, Counter64,
|
||||
Gauge32, IpAddress
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION, RowStatus, DateAndTime,
|
||||
TruthValue
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
affirmedClusterMIB MODULE-IDENTITY
|
||||
ORGANIZATION "Affirmed Networks, Inc."
|
||||
CONTACT-INFO "Affirmed Networks, Inc. 35 Nagog Park, Acton, MA, USA"
|
||||
DESCRIPTION ""
|
||||
::= { 1 3 6 1 4 1 37963 10 11 }
|
||||
|
||||
ConfdString ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "1t"
|
||||
STATUS current
|
||||
DESCRIPTION "xs: and confd: types mapped to strings"
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
String ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "1t"
|
||||
STATUS current
|
||||
DESCRIPTION "xs:string"
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
affirmedClusterTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AffirmedClusterEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedClusterMIB 1 }
|
||||
|
||||
affirmedClusterEntry OBJECT-TYPE
|
||||
SYNTAX AffirmedClusterEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
INDEX { affirmedClusterId }
|
||||
::= { affirmedClusterTable 1 }
|
||||
|
||||
AffirmedClusterEntry ::=
|
||||
SEQUENCE {
|
||||
affirmedClusterId Integer32,
|
||||
affirmedClusterRowstatus RowStatus
|
||||
}
|
||||
|
||||
affirmedClusterId OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedClusterEntry 1 }
|
||||
|
||||
affirmedClusterRowstatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedClusterEntry 2 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingStatusTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AffirmedClusterDataProtectionSwitchingStatusEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedClusterMIB 2 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingStatusEntry OBJECT-TYPE
|
||||
SYNTAX AffirmedClusterDataProtectionSwitchingStatusEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
INDEX { affirmedClusterId, affirmedClusterDataProtectionSwitchingStatusNodeid }
|
||||
::= { affirmedClusterDataProtectionSwitchingStatusTable 1 }
|
||||
|
||||
AffirmedClusterDataProtectionSwitchingStatusEntry ::=
|
||||
SEQUENCE {
|
||||
affirmedClusterDataProtectionSwitchingStatusNodeid Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingStatusUsingport INTEGER,
|
||||
affirmedClusterDataProtectionSwitchingStatusNumswitchover Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingStatusLastswitchover ConfdString,
|
||||
affirmedClusterDataProtectionSwitchingStatusPathbitMapA String,
|
||||
affirmedClusterDataProtectionSwitchingStatusPathbitMapB String,
|
||||
affirmedClusterDataProtectionSwitchingStatusSwitchovercause String
|
||||
}
|
||||
|
||||
affirmedClusterDataProtectionSwitchingStatusNodeid OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "node id"
|
||||
::= { affirmedClusterDataProtectionSwitchingStatusEntry 1 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingStatusUsingport OBJECT-TYPE
|
||||
SYNTAX INTEGER {port-A(0),port-B(1),port-A-B(2)}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Using Port"
|
||||
::= { affirmedClusterDataProtectionSwitchingStatusEntry 2 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingStatusNumswitchover OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Number of switchover events"
|
||||
::= { affirmedClusterDataProtectionSwitchingStatusEntry 3 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingStatusLastswitchover OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Elapsed time since most recent switchover in Ms"
|
||||
::= { affirmedClusterDataProtectionSwitchingStatusEntry 4 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingStatusPathbitMapA OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Bitmap of reachable nodes over port A"
|
||||
::= { affirmedClusterDataProtectionSwitchingStatusEntry 5 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingStatusPathbitMapB OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Bitmap of reachable nodes over port B"
|
||||
::= { affirmedClusterDataProtectionSwitchingStatusEntry 6 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingStatusSwitchovercause OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Cause of most recent switchover"
|
||||
::= { affirmedClusterDataProtectionSwitchingStatusEntry 7 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AffirmedClusterDataProtectionSwitchingLinkEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedClusterMIB 3 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkEntry OBJECT-TYPE
|
||||
SYNTAX AffirmedClusterDataProtectionSwitchingLinkEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
INDEX { affirmedClusterId, affirmedClusterDataProtectionSwitchingLinkNodeid, affirmedClusterDataProtectionSwitchingLinkPeernodeid }
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkTable 1 }
|
||||
|
||||
AffirmedClusterDataProtectionSwitchingLinkEntry ::=
|
||||
SEQUENCE {
|
||||
affirmedClusterDataProtectionSwitchingLinkNodeid Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingLinkPeernodeid Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingLinkLastrxportA Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingLinkLastrxportB Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingLinkLastrxtxportA Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingLinkRxhistportA Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingLinkRxtxhistportA Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingLinkLastrxtxportB Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingLinkRxhistportB Unsigned32,
|
||||
affirmedClusterDataProtectionSwitchingLinkRxtxhistportB Unsigned32
|
||||
}
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkNodeid OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "local node id"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 1 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkPeernodeid OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "peer node id"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 2 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkLastrxportA OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Last Rx port A"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 3 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkLastrxportB OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Last Rx port B"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 4 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkLastrxtxportA OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Last Rx+Tx port A"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 5 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkRxhistportA OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "5 minute percent Rx port A"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 6 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkRxtxhistportA OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "5 minute percent Rx+Tx port A"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 7 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkLastrxtxportB OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Last Rx+Tx port B"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 8 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkRxhistportB OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "5 minute percent Rx port B"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 9 }
|
||||
|
||||
affirmedClusterDataProtectionSwitchingLinkRxtxhistportB OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "5 minute percent Rx+Tx port B"
|
||||
::= { affirmedClusterDataProtectionSwitchingLinkEntry 10 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingStatusTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AffirmedClusterBaseProtectionSwitchingStatusEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedClusterMIB 4 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingStatusEntry OBJECT-TYPE
|
||||
SYNTAX AffirmedClusterBaseProtectionSwitchingStatusEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
INDEX { affirmedClusterId, affirmedClusterBaseProtectionSwitchingStatusNodeid }
|
||||
::= { affirmedClusterBaseProtectionSwitchingStatusTable 1 }
|
||||
|
||||
AffirmedClusterBaseProtectionSwitchingStatusEntry ::=
|
||||
SEQUENCE {
|
||||
affirmedClusterBaseProtectionSwitchingStatusNodeid Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingStatusUsingport INTEGER,
|
||||
affirmedClusterBaseProtectionSwitchingStatusNumswitchover Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingStatusLastswitchover ConfdString,
|
||||
affirmedClusterBaseProtectionSwitchingStatusPathbitMapA String,
|
||||
affirmedClusterBaseProtectionSwitchingStatusPathbitMapB String,
|
||||
affirmedClusterBaseProtectionSwitchingStatusSwitchovercause String
|
||||
}
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingStatusNodeid OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "node id"
|
||||
::= { affirmedClusterBaseProtectionSwitchingStatusEntry 1 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingStatusUsingport OBJECT-TYPE
|
||||
SYNTAX INTEGER {port-A(0),port-B(1),port-A-B(2)}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Using Port"
|
||||
::= { affirmedClusterBaseProtectionSwitchingStatusEntry 2 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingStatusNumswitchover OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Number of switchover events"
|
||||
::= { affirmedClusterBaseProtectionSwitchingStatusEntry 3 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingStatusLastswitchover OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Elapsed time since most recent switchover in Ms"
|
||||
::= { affirmedClusterBaseProtectionSwitchingStatusEntry 4 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingStatusPathbitMapA OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Bitmap of reachable nodes over port A"
|
||||
::= { affirmedClusterBaseProtectionSwitchingStatusEntry 5 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingStatusPathbitMapB OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Bitmap of reachable nodes over port B"
|
||||
::= { affirmedClusterBaseProtectionSwitchingStatusEntry 6 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingStatusSwitchovercause OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Cause of most recent switchover"
|
||||
::= { affirmedClusterBaseProtectionSwitchingStatusEntry 7 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AffirmedClusterBaseProtectionSwitchingLinkEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedClusterMIB 5 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkEntry OBJECT-TYPE
|
||||
SYNTAX AffirmedClusterBaseProtectionSwitchingLinkEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
INDEX { affirmedClusterId, affirmedClusterBaseProtectionSwitchingLinkNodeid, affirmedClusterBaseProtectionSwitchingLinkPeernodeid }
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkTable 1 }
|
||||
|
||||
AffirmedClusterBaseProtectionSwitchingLinkEntry ::=
|
||||
SEQUENCE {
|
||||
affirmedClusterBaseProtectionSwitchingLinkNodeid Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingLinkPeernodeid Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingLinkLastrxportA Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingLinkLastrxportB Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingLinkLastrxtxportA Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingLinkRxhistportA Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingLinkRxtxhistportA Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingLinkLastrxtxportB Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingLinkRxhistportB Unsigned32,
|
||||
affirmedClusterBaseProtectionSwitchingLinkRxtxhistportB Unsigned32
|
||||
}
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkNodeid OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "local node id"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 1 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkPeernodeid OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "peer node id"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 2 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkLastrxportA OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Last Rx port A"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 3 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkLastrxportB OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Last Rx port B"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 4 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkLastrxtxportA OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Last Rx+Tx port A"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 5 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkRxhistportA OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "5 minute percent Rx port A"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 6 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkRxtxhistportA OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "5 minute percent Rx+Tx port A"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 7 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkLastrxtxportB OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Last Rx+Tx port B"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 8 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkRxhistportB OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "5 minute percent Rx port B"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 9 }
|
||||
|
||||
affirmedClusterBaseProtectionSwitchingLinkRxtxhistportB OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "5 minute percent Rx+Tx port B"
|
||||
::= { affirmedClusterBaseProtectionSwitchingLinkEntry 10 }
|
||||
|
||||
END
|
135
mibs/microsoft/AFFIRMED-DATAPATH-MIB
Normal file
135
mibs/microsoft/AFFIRMED-DATAPATH-MIB
Normal file
@ -0,0 +1,135 @@
|
||||
AFFIRMED-DATAPATH-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,
|
||||
Integer32, Unsigned32, Counter32, Counter64,
|
||||
Gauge32, IpAddress
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION, RowStatus, DateAndTime,
|
||||
TruthValue
|
||||
FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
affirmedDatapathMIB MODULE-IDENTITY
|
||||
ORGANIZATION "Affirmed Networks, Inc."
|
||||
CONTACT-INFO "Affirmed Networks, Inc. 35 Nagog Park, Acton, MA, USA"
|
||||
DESCRIPTION ""
|
||||
::= { 1 3 6 1 4 1 37963 10 22 }
|
||||
|
||||
ConfdString ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "1t"
|
||||
STATUS current
|
||||
DESCRIPTION "xs: and confd: types mapped to strings"
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
affirmedPerf-statistics OBJECT IDENTIFIER ::= { affirmedDatapathMIB 2 }
|
||||
|
||||
affirmedPerf-statisticsIpfrag OBJECT IDENTIFIER ::= { affirmedPerf-statistics 1 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AffirmedPerf-statisticsIpfragModule-statsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
::= { affirmedPerf-statisticsIpfrag 1 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsEntry OBJECT-TYPE
|
||||
SYNTAX AffirmedPerf-statisticsIpfragModule-statsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION ""
|
||||
INDEX { affirmedPerf-statisticsIpfragModule-statsChassis, affirmedPerf-statisticsIpfragModule-statsSlot }
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsTable 1 }
|
||||
|
||||
AffirmedPerf-statisticsIpfragModule-statsEntry ::=
|
||||
SEQUENCE {
|
||||
affirmedPerf-statisticsIpfragModule-statsChassis Unsigned32,
|
||||
affirmedPerf-statisticsIpfragModule-statsSlot Unsigned32,
|
||||
affirmedPerf-statisticsIpfragModule-statsNumFragIpv4PktRcvd ConfdString,
|
||||
affirmedPerf-statisticsIpfragModule-statsNumIpv4FragAged ConfdString,
|
||||
affirmedPerf-statisticsIpfragModule-statsNumReassembledIpv4Pkt ConfdString,
|
||||
affirmedPerf-statisticsIpfragModule-statsNumRefragmentIpv4Pkt ConfdString,
|
||||
affirmedPerf-statisticsIpfragModule-statsNumFragIpv6PktRcvd ConfdString,
|
||||
affirmedPerf-statisticsIpfragModule-statsNumIpv6FragAged ConfdString,
|
||||
affirmedPerf-statisticsIpfragModule-statsNumReassembledIpv6Pkt ConfdString,
|
||||
affirmedPerf-statisticsIpfragModule-statsNumRefragmentIpv6Pkt ConfdString,
|
||||
affirmedPerf-statisticsIpfragModule-statsNumGetBufferFail ConfdString
|
||||
}
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsChassis OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "chassis id"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 1 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsSlot OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "slot id"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 2 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsNumFragIpv4PktRcvd OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total number of fragmented IPv4 packets received"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 3 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsNumIpv4FragAged OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total number of IPv4 fragment reassembly CB aged"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 4 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsNumReassembledIpv4Pkt OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total number of IPv4 fragment reassembly complete"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 5 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsNumRefragmentIpv4Pkt OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total number of IPv4 refragment attempts"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 6 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsNumFragIpv6PktRcvd OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total number of fragmented IPv6 packets received"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 7 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsNumIpv6FragAged OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total number of IPv6 fragment reassembly CB aged"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 8 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsNumReassembledIpv6Pkt OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total number of IPv6 fragment reassembly complete"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 9 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsNumRefragmentIpv6Pkt OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total number of IPv6 refragment attempts"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 10 }
|
||||
|
||||
affirmedPerf-statisticsIpfragModule-statsNumGetBufferFail OBJECT-TYPE
|
||||
SYNTAX ConfdString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total number of getBuffer attempts failure"
|
||||
::= { affirmedPerf-statisticsIpfragModule-statsEntry 11 }
|
||||
|
||||
END
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user