add more mibs

git-svn-id: http://www.observium.org/svn/observer/trunk@1579 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2010-07-31 17:37:45 +00:00
parent 8c27510edb
commit 54df66d649
8 changed files with 3323 additions and 0 deletions

View File

@ -0,0 +1,75 @@
ZYXEL-ZYWALL-ZLD-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
zywallZLDCommon
FROM ZYXEL-MIB;
-- ZyWALL ZLD Key Groups
zldSystem OBJECT IDENTIFIER ::= { zywallZLDCommon 1 }
zldIpSecVPN OBJECT IDENTIFIER ::= { zywallZLDCommon 2 }
-- ZyWALL ZLD System
sysCPUUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device CPU load."
::= { zldSystem 1 }
sysRAMUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device RAM Usage."
::= { zldSystem 2 }
sysCPU5SecUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Average of past 5 secs cpu load."
::= { zldSystem 3 }
sysCPU1MinUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Average of past 1 min cpu load."
::= { zldSystem 4 }
sysCPU5MinUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Average of past 5 min cpu load."
::= { zldSystem 5 }
sysSessionNum OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device Session Num."
::= { zldSystem 6 }
-- ZyWALL ZLD IpSec VPN
vpnIpSecTotalThroughput OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"The VPN total throughput(B/s)."
::= { zldIpSecVPN 1 }
END

188
mibs/ATM-FORUM-TC-MIB Normal file
View File

@ -0,0 +1,188 @@
-- --------------------------------------------------------------------
-- ATM FORUM TC MIB
--
-- October 1996, Kartik Chandrasekhar
--
-- Copyright (c) 1996-1997 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
ATM-FORUM-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
TEXTUAL-CONVENTION FROM SNMPv2-TC
enterprises FROM RFC1155-SMI;
-- Textual Conventions
-- Boolean values use this data type from RFC-1903, "Textual Conventions
-- for Version 2 of the Simple Network Management Protocol (SNMPv2)"
TruthValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Boolean values use this data type from RFC-1903"
SYNTAX INTEGER {
true(1),
false(2)
}
-- CLNP address values use this data type from RFC-1238, "CLNS MIB for
-- use with Connectionless Network Protocol (ISO 8473) and End System
-- to Intermediate System (ISO 9542)"
ClnpAddress ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"CLNP address values use this data type from RFC-1238"
SYNTAX OCTET STRING (SIZE (1..21))
-- ATM Service Categories use this data type (See [TM4.0]):
AtmServiceCategory ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"ATM Service Categories use this data type"
SYNTAX INTEGER {
other(1),
cbr(2),
rtVbr(3),
nrtVbr(4),
abr(5),
ubr(6)
}
-- ATM End-System Addresses use this data type:
AtmAddress ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"ATM End-System Addresses"
SYNTAX OCTET STRING (SIZE (8 | 20))
-- Network-Prefixes for an ATM Address use this data type:
NetPrefix ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"ATM End-System Addresses"
SYNTAX OCTET STRING (SIZE (8 | 13))
-- In both the AtmAddress and NetPrefix conventions, Native E.164 addresses
-- are represented as 8 octets using the format specified in section
-- 3.1.1.3 of the ATM Forum UNI Signalling 4.0 specification.
-- In contrast, an NSAP-encoded address is 20 octets, and an NSAP-encoded
-- network prefix is 13 octets long.
-- MIB Groups
-- a subtree for defining ATM Forum MIB object types
atmForum OBJECT IDENTIFIER ::= { enterprises 353 }
-- a subtree for defining administrative object types
atmForumAdmin OBJECT IDENTIFIER ::= { atmForum 1 }
atmfTransmissionTypes OBJECT IDENTIFIER ::= { atmForumAdmin 2 }
atmfMediaTypes OBJECT IDENTIFIER ::= { atmForumAdmin 3 }
atmfTrafficDescrTypes OBJECT IDENTIFIER ::= { atmForumAdmin 4 }
atmfSrvcRegTypes OBJECT IDENTIFIER ::= { atmForumAdmin 5 }
-- a subtree for defining ATM Interface MIB object types
atmForumUni OBJECT IDENTIFIER ::= { atmForum 2 }
atmfPhysicalGroup OBJECT IDENTIFIER ::= { atmForumUni 1 }
atmfAtmLayerGroup OBJECT IDENTIFIER ::= { atmForumUni 2 }
atmfAtmStatsGroup OBJECT IDENTIFIER ::= { atmForumUni 3 }
atmfVpcGroup OBJECT IDENTIFIER ::= { atmForumUni 4 }
atmfVccGroup OBJECT IDENTIFIER ::= { atmForumUni 5 }
atmfAddressGroup OBJECT IDENTIFIER ::= { atmForumUni 6 }
atmfNetPrefixGroup OBJECT IDENTIFIER ::= { atmForumUni 7 }
atmfSrvcRegistryGroup OBJECT IDENTIFIER ::= { atmForumUni 8 }
atmfVpcAbrGroup OBJECT IDENTIFIER ::= { atmForumUni 9 }
atmfVccAbrGroup OBJECT IDENTIFIER ::= { atmForumUni 10 }
atmfAddressRegistrationAdminGroup OBJECT IDENTIFIER ::= { atmForumUni 11 }
-- Object Identifier definitions
-- Transmission Types: These values are no longer used
atmfUnknownType OBJECT IDENTIFIER ::= { atmfTransmissionTypes 1}
atmfSonetSTS3c OBJECT IDENTIFIER ::= { atmfTransmissionTypes 2 }
atmfDs3 OBJECT IDENTIFIER ::= { atmfTransmissionTypes 3 }
atmf4B5B OBJECT IDENTIFIER ::= { atmfTransmissionTypes 4 }
atmf8B10B OBJECT IDENTIFIER ::= { atmfTransmissionTypes 5 }
atmfSonetSTS12c OBJECT IDENTIFIER ::= { atmfTransmissionTypes 6 }
atmfE3 OBJECT IDENTIFIER ::= { atmfTransmissionTypes 7 }
atmfT1 OBJECT IDENTIFIER ::= { atmfTransmissionTypes 8 }
atmfE1 OBJECT IDENTIFIER ::= { atmfTransmissionTypes 9 }
-- Media Types: These values are no longer used
atmfMediaUnknownType OBJECT IDENTIFIER ::= { atmfMediaTypes 1 }
atmfMediaCoaxCable OBJECT IDENTIFIER ::= { atmfMediaTypes 2 }
atmfMediaSingleMode OBJECT IDENTIFIER ::= { atmfMediaTypes 3 }
atmfMediaMultiMode OBJECT IDENTIFIER ::= { atmfMediaTypes 4 }
atmfMediaStp OBJECT IDENTIFIER ::= { atmfMediaTypes 5 }
atmfMediaUtp OBJECT IDENTIFIER ::= { atmfMediaTypes 6 }
-- Traffic Descriptor Types: These types are combined with a five element
-- parameter vector to describe a Traffic Descriptor.
-- Traffic Descriptors along with a Best Effort Indicator are used to
-- indicate a Conformance Definition as defined in [TM4.0].
-- These types are no longer used
atmfNoDescriptor OBJECT IDENTIFIER ::= { atmfTrafficDescrTypes 1 }
atmfPeakRate OBJECT IDENTIFIER ::= { atmfTrafficDescrTypes 2 }
-- The No CLP/No SCR Type
-- Indicates the CBR.1 Conformance Definition if Best Effort is No
-- Indicates the UBR.1 and UBR.2 Conformance Definitions if Best Effort is Yes
atmfNoClpNoScr OBJECT IDENTIFIER ::= { atmfTrafficDescrTypes 3 }
-- The use of the parameter vector for this type:
-- Parameter #1 - peak cell rate in cells/second for CLP=0+1 traffic
-- Parameter #2 - CDVT in tenths of microseconds
-- Parameters #3, #4 and #5 are unused
-- These types are no longer used
atmfClpNoTaggingNoScr OBJECT IDENTIFIER ::= { atmfTrafficDescrTypes 4 }
atmfClpTaggingNoScr OBJECT IDENTIFIER ::= { atmfTrafficDescrTypes 5 }
-- The SCR/No CLP Type
-- Indicates the VBR.1 Conformance Definition
atmfNoClpScr OBJECT IDENTIFIER ::= { atmfTrafficDescrTypes 6 }
-- The use of the parameter vector for this type:
-- Parameter #1 - peak cell rate in cells/second for CLP=0+1 traffic
-- Parameter #2 - sustainable cell rate in cells/second for CLP=0+1 traffic
-- Parameter #3 - maximum burst size in cells
-- Parameter #4 - CDVT in tenths of microseconds
-- Parameter #5 - unused
-- The CLP without Tagging/SCR Type
-- Indicates the VBR.2 Conformance Definition
atmfClpNoTaggingScr OBJECT IDENTIFIER ::= { atmfTrafficDescrTypes 7 }
-- The use of the parameter vector for this type:
-- Parameter #1 - peak cell rate in cells/second for CLP=0+1 traffic
-- Parameter #2 - sustainable cell rate in cells/second for CLP=0 traffic
-- Parameter #3 - maximum burst size in cells
-- Parameter #4 - CDVT in tenths of microseconds
-- Parameter #5 - unused
-- The CLP with Tagging/SCR Type
-- Indicates the VBR.3 Conformance Definition
atmfClpTaggingScr OBJECT IDENTIFIER ::= { atmfTrafficDescrTypes 8 }
-- The use of the parameter vector for this type:
-- Parameter #1 - peak cell rate in cells/second for CLP=0+1 traffic
-- Parameter #2 - sustainable cell rate in cells/second for CLP=0
-- traffic, excess tagged as CLP=1
-- Parameter #3 - maximum burst size in cells
-- Parameter #4 - CDVT in tenths of microseconds
-- Parameter #5 - unused
-- The ABR Type
-- Indicates the ABR Conformance Definition
atmfClpNoTaggingMcr OBJECT IDENTIFIER ::= { atmfTrafficDescrTypes 9 }
-- The use of the parameter vector for this type:
-- Parameter #1 - peak cell rate in cells/second
-- parameter #2 - CDVT in tenths of microseconds
-- Parameter #3 - minimum cell rate in cells/second
-- Parameter #4 - unused
-- Parameter #5 - unused
END

342
mibs/CTRON-ENTITY-STATE-MIB Normal file
View File

@ -0,0 +1,342 @@
CTRON-ENTITY-STATE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, mib-2
FROM SNMPv2-SMI
DateAndTime
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
entPhysicalIndex
FROM ENTITY-MIB
EntityAdminState, EntityOperState, EntityUsageState,
EntityAlarmStatus, EntityStandbyStatus
FROM CTRON-ENTITY-STATE-TC-MIB
-- Place this MIB on CTRON experimental branch until it is an RFC.
ctEntityStateMib
FROM CTRON-MIB-NAMES;
ctEntityStateMIB MODULE-IDENTITY
LAST-UPDATED "200501230000Z"
ORGANIZATION "IETF Entity MIB Working Group"
CONTACT-INFO
" General Discussion: entmib@ietf.org
To Subscribe:
http://www.ietf.org/mailman/listinfo/entmib
http://www.ietf.org/html.charters/entmib-charter.html
Sharon Chisholm
Nortel Networks
PO Box 3511 Station C
Ottawa, Ont. K1Y 4H7
Canada
schishol@nortelnetworks.com
David T. Perkins
548 Qualbrook Ct
San Jose, CA 95110
USA
Phone: 408 394-8702
dperkins@snmpinfo.com
"
DESCRIPTION
"This MIB defines a state extension to the Entity MIB.
Copyright (C) The Internet Society 2005. This version
of this MIB module is part of RFC yyyy; see the RFC
itself for full legal notices."
-- RFC Ed.: replace yyyy with actual RFC number & remove
-- this note
REVISION "200501230000Z"
DESCRIPTION
"Initial version, published as RFC YYYY."
-- RFC-Editor assigns yyyy
-- ::= { mib-2 XX } to be assigned by IANA
::= { ctEntityStateMib 1 }
-- Entity State Objects
ctEntStateObjects OBJECT IDENTIFIER ::= { ctEntityStateMIB 1 }
ctEntStateTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtEntStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of information about state/status of entities.
This is a sparse augment of the entPhysicalTable. Entries
appear in this table for values of
entPhysicalClass [RFC2737] that in this implementation
are able to report any of the state or status stored in
this table.
"
::= { ctEntStateObjects 1 }
ctEntStateEntry OBJECT-TYPE
SYNTAX CtEntStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"State information about this physical entity."
INDEX { entPhysicalIndex }
::= { ctEntStateTable 1 }
CtEntStateEntry ::= SEQUENCE {
ctEntStateLastChanged DateAndTime,
ctEntStateAdmin EntityAdminState,
ctEntStateOper EntityOperState,
ctEntStateUsage EntityUsageState,
ctEntStateAlarm EntityAlarmStatus,
ctEntStateStandby EntityStandbyStatus
}
ctEntStateLastChanged OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object is the date and
time when the value of any of ctEntStateAdmin,
ctEntStateOper, ctEntStateUsage, ctEntStateAlarm,
or ctEntStateStandby changed for this entity.
If there has been no change since
the last re-initialization of the local system,
this object contains the date and time of
local system initialization. If there has been
no change since the entity was added to the
local system, this object contains the date and
time of the insertion."
::= { ctEntStateEntry 1 }
ctEntStateAdmin OBJECT-TYPE
SYNTAX EntityAdminState
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The administrative state for this entity.
This object refers to an entities administrative
permission to service both other entities within
its containment hierarchy as well other users of
its services defined by means outside the scope
of this MIB.
Setting this object to 'notSupported' will result
in an 'inconsistentValue' error. For entities that
do not support administrative state, all set
operations will result in an 'inconsistentValue'
error.
Some physical entities exhibit only a subset of the
remaining administrative state values. Some entities
cannot be locked, and hence this object exhibits only
the 'unlocked' state. Other entities can not be shutdown
gracefully, and hence this object does not exhibit the
'shuttingDown' state. A value of 'inconsistentValue'
will be returned if attempts are made to set this
object to values not supported by its administrative
model."
::= { ctEntStateEntry 2 }
ctEntStateOper OBJECT-TYPE
SYNTAX EntityOperState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational state for this entity.
Note that unlike the state model used within the
Interfaces MIB [RFC2863], this object does not follow
the administrative state. An administrative state of
down does not predict an operational state
of disabled.
A value of 'testing' means that entity currently being
tested and cannot there fore report whether it is
operational or not.
A value of 'disabled' means that an entity is totally
inoperable and unable to provide service both to entities
within its containment hierarchy, or to other receivers
of its service as defined in ways outside the scope of
this MIB.
A value of 'enabled' means that an entity is fully or
partially operable and able to provide service both to
entities within its containment hierarchy, or to other
receivers of its service as defined in ways outside the
scope of this MIB.
Note that some implementations may not be able to
accurately report ctEntStateOper while the
ctEntStateAdmin object has a value other than 'unlocked'.
In these cases, this object MUST have a value
of 'unknown'."
::= { ctEntStateEntry 3 }
ctEntStateUsage OBJECT-TYPE
SYNTAX EntityUsageState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The usage state for this entity.
This object refers to an entity's ability to service more
physical entities in a containment hierarchy. A value
of 'idle' means this entity is able to contain other
entities but that no other entity is currently
contained within this entity.
A value of 'active' means that at least one entity is
contained within this entity, but that it could handle
more. A value of 'busy' means that the entity is unable
to handle any additional entities being contained in it.
Some entities will exhibit only a subset of the
usage state values. Entities that are unable to ever
service any entities within a containment hierarchy will
always have a usage state of 'busy'. Some entities will
only ever be able to support one entity within its
containment hierarchy and will therefore only exhibit
values of 'idle' and 'busy'."
::= { ctEntStateEntry 4 }
ctEntStateAlarm OBJECT-TYPE
SYNTAX EntityAlarmStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The alarm status for this entity. It does not include
the alarms raised on child components within its
containment hierarchy.
A value of 'unknown' means that this entity is
unable to report alarm state. Note that this differs
from 'indeterminate' which means that that alarm state
is supported and there are alarms against this entity,
but the severity of some of the alarms is not known
If no bits are set, then this entity supports reporting
of alarms, but there are currently no active alarms
against this entity.
"
::= { ctEntStateEntry 5 }
ctEntStateStandby OBJECT-TYPE
SYNTAX EntityStandbyStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The standby status for this entity.
Some entities will exhibit only a subset of the
remaining standby state values. If this entity
cannot operate in a standby role, the value of this
object will always be 'providingService'."
::= { ctEntStateEntry 6 }
-- Notifications
ctEntStateNotifications OBJECT IDENTIFIER ::= { ctEntityStateMIB 0 }
ctEntStateOperEnabled NOTIFICATION-TYPE
OBJECTS { ctEntStateAdmin,
ctEntStateAlarm
}
STATUS current
DESCRIPTION
"An ctEntStateOperEnabled notification signifies that the
SNMP entity, acting in an agent role, has detected that
the ctEntStateOper object for one of its entities has
transitioned into the 'enabled' state.
The entity this notification refers can be identified by
extracting the entPhysicalIndex from one of the
variable bindings. The ctEntStateAdmin and ctEntStateAlarm
varbinds may be examined to find out additional
information on the administrative state at the time of
the operation state change as well to find out whether
there were any known alarms against the entity at that
time that may explain why the physical entity has become
operationally disabled."
::= { ctEntStateNotifications 1 }
ctEntStateOperDisabled NOTIFICATION-TYPE
OBJECTS { ctEntStateAdmin,
ctEntStateAlarm }
STATUS current
DESCRIPTION
"An ctEntStateOperDisabled notification signifies that the
SNMP entity, acting in an agent role, has detected that
the ctEntStateOper object for one of its entities has
transitioned into the 'disabled' state.
The entity this notification refers can be identified by
extracting the entPhysicalIndex from one of the
variable bindings. The ctEntStateAdmin and ctEntStateAlarm
varbinds may be examined to find out additional
information on the administrative state at the time of
the operation state change as well to find out whether
there were any known alarms against the entity at that
time that may have affect on the physical entity's
ability to stay operationally enabled."
::= { ctEntStateNotifications 2 }
-- Conformance and Compliance
ctEntStateConformance OBJECT IDENTIFIER ::= { ctEntityStateMIB 2 }
ctEntStateCompliances OBJECT IDENTIFIER
::= { ctEntStateConformance 1 }
ctEntStateCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting
the Entity State MIB."
MODULE -- this module
MANDATORY-GROUPS {
ctEntStateGroup
}
GROUP ctEntStateNotificationsGroup
DESCRIPTION
"This group is optional."
OBJECT ctEntStateAdmin
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { ctEntStateCompliances 1 }
ctEntStateGroups OBJECT IDENTIFIER ::= { ctEntStateConformance 2 }
ctEntStateGroup OBJECT-GROUP
OBJECTS {
ctEntStateLastChanged,
ctEntStateAdmin,
ctEntStateOper,
ctEntStateUsage,
ctEntStateAlarm,
ctEntStateStandby
}
STATUS current
DESCRIPTION
"Standard Entity State group."
::= { ctEntStateGroups 1}
ctEntStateNotificationsGroup NOTIFICATION-GROUP
NOTIFICATIONS {
ctEntStateOperEnabled,
ctEntStateOperDisabled
}
STATUS current
DESCRIPTION
"Standard Entity State Notification group."
::= { ctEntStateGroups 2}
END

View File

@ -0,0 +1,178 @@
CTRON-ENTITY-STATE-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, mib-2 FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC
-- Place this MIB on CTRON experimental branch until it is an RFC.
ctEntityStateTC FROM CTRON-MIB-NAMES;
ctEntityStateTc MODULE-IDENTITY
LAST-UPDATED "200501230000Z"
ORGANIZATION "IETF Entity MIB Working Group"
CONTACT-INFO
"General Discussion: entmib@ietf.org
To Subscribe:
http://www.ietf.org/mailman/listinfo/entmib
http://www.ietf.org/html.charters/entmib-charter.html
Sharon Chisholm
Nortel Networks
PO Box 3511 Station C
Ottawa, Ont. K1Y 4H7
Canada
schishol@nortelnetworks.com
David T. Perkins
548 Qualbrook Ct
San Jose, CA 95110
USA
Phone: 408 394-8702
dperkins@snmpinfo.com"
DESCRIPTION
"This MIB defines state textual conventions.
Copyright (C) The Internet Society 2005. This version
of this MIB module is part of RFC yyyy; see the RFC
itself for full legal notices."
-- RFC Ed.: replace yyyy with actual RFC number & remove
-- this note
REVISION "200501230000Z"
DESCRIPTION
"Initial version, published as RFC yyyy."
-- RFC-Editor assigns yyyy
-- ::= { mib-2 XX } to be assigned by IANA
::= { ctEntityStateTC 1 }
EntityAdminState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
" Represents the various possible administrative states.
A value of 'locked' means the resource is administratively
prohibited from use. A value of 'shuttingDown' means that
usage is administratively limited to current instances of
use. A value of 'unlocked' means the resource is not
administratively prohibited from use. A value of
'unknown' means that this resource is unable to
report administrative state."
SYNTAX INTEGER
{
unknown (1),
locked (2),
shuttingDown (3),
unlocked (4)
}
EntityOperState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
" Represents the possible values of operational states.
A value of 'disabled' means the resource is totally
inoperable. A value of 'enabled' means the resource
is partially or fully operable. A value of 'testing'
means the resource is currently being tested
and cannot therefore report whether it is operational
or not. A value of 'unknown' means that this
resource is unable to report operational state. "
SYNTAX INTEGER
{
unknown (1),
disabled (2),
enabled (3),
testing (4)
}
EntityUsageState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
" Represents the possible values of usage states.
A value of 'idle' means the resource is servicing no
users. A value of 'active' means the resource is
currently in use and it has sufficient spare capacity
to provide for additional users. A value of 'busy'
means the resource is currently in use, but it
currently has no spare capacity to provide for
additional users. A value of 'unknown' means
that this resource is unable to report usage state."
SYNTAX INTEGER
{
unknown (1),
idle (2),
active (3),
busy (4)
}
EntityAlarmStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Represents the possible values of alarm status.
An Alarm [RFC3877] is a persistent indication
of an error or warning condition.
When no bits of this attribute are set, then no active
alarms are known against this entity and it is not under
repair.
When the 'value of underRepair' is set, the resource is
currently being repaired, which, depending on the
implementation, may make the other values in this bit
string not meaningful.
When the value of 'critical' is set, one or more critical
alarms are active against the resource. When the value
of 'major' is set, one or more major alarms are active
against the resource. When the value of 'minor' is set,
one or more minor alarms are active against the resource.
When the value of 'warning' is set, one or more warning
alarms are active against the resource. When the value
of 'indeterminate' is set, one or more alarms whose of
perceived severity cannot be determined are active
against this resource.
A value of 'unknown' means that this resource is
unable to report alarm state."
SYNTAX BITS
{
unknown (0),
underRepair (1),
critical(2),
major(3),
minor(4),
-- The following are not defined in X.733
warning (5),
indeterminate (6)
}
EntityStandbyStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
" Represents the possible values of standby status.
A value of 'hotStandby' means the resource is not
providing service, but it will be immediately able to
take over the role of the resource to be backed-up,
without the need for initialization activity, and will
contain the same information as the resource to be
backed up. A value of 'coldStandy' means that the
resource is to back-up another resource, but will not
be immediately able to take over the role of a resource
to be backed up, and will require some initialization
activity. A value of 'providingService' means the
resource is providing service. A value of
'unknown' means that this resource is unable to
report standby state."
SYNTAX INTEGER
{
unknown (1),
hotStandby (2),
coldStandby (3),
providingService (4)
}
END

1201
mibs/DNS-RESOLVER-MIB Normal file

File diff suppressed because it is too large Load Diff

312
mibs/ZYXEL-MIB Normal file
View File

@ -0,0 +1,312 @@
-- ZyXEL Communications Corporation
-- Private Enterprise MIB definition
-- This file describes the ZyXEL Communications Corporation Enterprise MIB.
-- It contains ZyXEL products OIDs, and common managed objects.
-- $Log: zyxel.mib $
-- Revision 1.2 2007/07/20 09:28:18 jacky
-- Revision 1.1 2006/08/28 05:32:50 kenny
-- Initial revision
-- Revision 1.4 2006/06/08 09:18:13 niceguy
-- Revision 1.3 2006/05/15 03:00:36 niceguy
-- Revision 1.2 2006/03/07 06:37:09 niceguy
-- Revision 1.1 2005/11/23 12:47:47 niceguy
-- Initial revision
-- Revision 1.2 2005/08/24 09:57:57 niceguy
-- Revision 1.20 2005/06/17 05:33:47 jackho
-- Revision 1.19 2005/06/09 07:29:05 jennyhsu
-- Revision 1.18 2005/05/04 01:15:38 jennyhsu
-- Revision 1.17 2005/03/07 11:22:32 Admin
-- change IES1248-71 and IES1248-73 OID
-- Revision 1.16 2004/06/08 10:13:33 jenny
--
-- Revision 1.15 2004/05/20 08:24:00 jennyhsu
-- Revision 1.14 2004/05/19 10:47:37 jennyhsu
-- add system OID for new products
-- Revision 1.13 2004/03/01 07:06:56 jennyhsu
-- add object alc1124-71
-- Revision 1.12 2004/02/25 08:41:34 jennyhsu
-- add vlc1124 and ves1124
-- Revision 1.11 2003/09/10 00:58:52 jennyhsu
-- Add product OID for ves1416
-- Revision 1.10 2003/05/27 08:12:05 jennyhsu
-- Add object accessSwitchCommonATM
-- Revision 1.9 2003/05/07 06:46:20 jennyhsu
-- Remove ves2000
-- Revision 1.8 2003/03/28 01:36:38 jennyhsu
-- Add OID for ves1316, vlc1316 and ves2000
-- Revision 1.7 2003/03/10 02:54:32 jennyhsu
-- Add ether switch products
-- Revision 1.6 2002/11/12 07:41:52 jennyhsu
-- Revision 1.5 2002/09/02 11:48:40 jennyhsu
-- Revision 1.4 2002/01/10 05:10:37 jennyhsu
-- Revision 1.3 2001/10/26 02:50:02 jennyhsu
-- Revision 1.2 2001/10/03 09:03:20 jennyhsu
-- Revision 1.1 2001/08/25 06:01:16 jennyhsu
-- Initial revision
ZYXEL-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises FROM RFC1155-SMI;
zyxel OBJECT IDENTIFIER ::= { enterprises 890 }
products OBJECT IDENTIFIER ::= { zyxel 1 }
prestige OBJECT IDENTIFIER ::= { products 2 }
rack OBJECT IDENTIFIER ::= { products 3 }
dslam OBJECT IDENTIFIER ::= { products 4 }
accessSwitch OBJECT IDENTIFIER ::= { products 5 }
zywall OBJECT IDENTIFIER ::= { products 6 }
atmEncryptor OBJECT IDENTIFIER ::= { products 7 }
serviceGateway OBJECT IDENTIFIER ::= { products 8 }
wimax OBJECT IDENTIFIER ::= { products 9 }
-- Prestige products
prestigeCommon OBJECT IDENTIFIER ::= { prestige 1 }
p200Series OBJECT IDENTIFIER ::= { prestige 2 }
p300Series OBJECT IDENTIFIER ::= { prestige 3 }
p400Series OBJECT IDENTIFIER ::= { prestige 4 }
p500Series OBJECT IDENTIFIER ::= { prestige 5 }
p600Series OBJECT IDENTIFIER ::= { prestige 6 }
p641 OBJECT IDENTIFIER ::= { p600Series 1 }
p642 OBJECT IDENTIFIER ::= { p600Series 2 }
p643 OBJECT IDENTIFIER ::= { p600Series 3 }
p700Series OBJECT IDENTIFIER ::= { prestige 7 }
p794ra OBJECT IDENTIFIER ::= { p700Series 1 }
p794rb OBJECT IDENTIFIER ::= { p700Series 2 }
p800Series OBJECT IDENTIFIER ::= { prestige 8 }
p900Series OBJECT IDENTIFIER ::= { prestige 9 }
p2X00Series OBJECT IDENTIFIER ::= { prestige 10 }
-- ISDN TA and Router P200 series
p202h OBJECT IDENTIFIER ::= { p200Series 1 }
p202hPlus OBJECT IDENTIFIER ::= { p200Series 2 }
-- IP Sharing Gateway P300 series
p304 OBJECT IDENTIFIER ::= { p300Series 1 }
p310 OBJECT IDENTIFIER ::= { p300Series 2 }
p314 OBJECT IDENTIFIER ::= { p300Series 3 }
p314Plus OBJECT IDENTIFIER ::= { p300Series 4 }
p324 OBJECT IDENTIFIER ::= { p300Series 5 }
p641 OBJECT IDENTIFIER ::= { p600Series 1 }
p642 OBJECT IDENTIFIER ::= { p600Series 2 }
p643 OBJECT IDENTIFIER ::= { p600Series 3 }
p645ra1 OBJECT IDENTIFIER ::= { p600Series 4 }
p650r31 OBJECT IDENTIFIER ::= { p600Series 5 }
p650r11 OBJECT IDENTIFIER ::= { p600Series 6 }
p650h11 OBJECT IDENTIFIER ::= { p600Series 7 }
p650hw11 OBJECT IDENTIFIER ::= { p600Series 8 }
p650r13 OBJECT IDENTIFIER ::= { p600Series 9 }
p650me11 OBJECT IDENTIFIER ::= { p600Series 10 }
p650me13 OBJECT IDENTIFIER ::= { p600Series 11 }
p652r11 OBJECT IDENTIFIER ::= { p600Series 12 }
p652r13 OBJECT IDENTIFIER ::= { p600Series 13 }
p650r33 OBJECT IDENTIFIER ::= { p600Series 14 }
p650hw31 OBJECT IDENTIFIER ::= { p600Series 15 }
p650hw33 OBJECT IDENTIFIER ::= { p600Series 16 }
p623ra1 OBJECT IDENTIFIER ::= { p600Series 17 }
p650h37 OBJECT IDENTIFIER ::= { p600Series 18 }
p652hw31 OBJECT IDENTIFIER ::= { p600Series 19 }
p652hw33 OBJECT IDENTIFIER ::= { p600Series 20 }
p654ra-a1 OBJECT IDENTIFIER ::= { p600Series 21 }
p650r-e1 OBJECT IDENTIFIER ::= { p600Series 22 }
p650r-e3 OBJECT IDENTIFIER ::= { p600Series 23 }
p650r-e7 OBJECT IDENTIFIER ::= { p600Series 24 }
p650h-e7 OBJECT IDENTIFIER ::= { p600Series 25 }
p652hw37 OBJECT IDENTIFIER ::= { p600Series 26 }
p650h-e1 OBJECT IDENTIFIER ::= { p600Series 27 }
p623r-t1 OBJECT IDENTIFIER ::= { p600Series 28 }
p623r-t3 OBJECT IDENTIFIER ::= { p600Series 29 }
p623r-t7 OBJECT IDENTIFIER ::= { p600Series 30 }
p653hwi-11 OBJECT IDENTIFIER ::= { p600Series 31 }
p653hwi-13 OBJECT IDENTIFIER ::= { p600Series 32 }
p653hwi-17 OBJECT IDENTIFIER ::= { p600Series 33 }
p660hw-61 OBJECT IDENTIFIER ::= { p600Series 34 }
p650r-t3 OBJECT IDENTIFIER ::= { p600Series 35 }
p660hw-63 OBJECT IDENTIFIER ::= { p600Series 36 }
p660hw-67 OBJECT IDENTIFIER ::= { p600Series 37 }
p660w-61 OBJECT IDENTIFIER ::= { p600Series 38 }
p660w-63 OBJECT IDENTIFIER ::= { p600Series 39 }
p660w-67 OBJECT IDENTIFIER ::= { p600Series 40 }
p660r-61 OBJECT IDENTIFIER ::= { p600Series 41 }
p660r-63 OBJECT IDENTIFIER ::= { p600Series 42 }
p660r-67 OBJECT IDENTIFIER ::= { p600Series 43 }
p650r-t1 OBJECT IDENTIFIER ::= { p600Series 44 }
p662w-61 OBJECT IDENTIFIER ::= { p600Series 45 }
p662w-63 OBJECT IDENTIFIER ::= { p600Series 46 }
p662w-67 OBJECT IDENTIFIER ::= { p600Series 47 }
p660h-61 OBJECT IDENTIFIER ::= { p600Series 48 }
p660h-63 OBJECT IDENTIFIER ::= { p600Series 49 }
p660h-67 OBJECT IDENTIFIER ::= { p600Series 50 }
p660r-67C OBJECT IDENTIFIER ::= { p600Series 51 }
p660r-61C OBJECT IDENTIFIER ::= { p600Series 52 }
p660hw-13 OBJECT IDENTIFIER ::= { p600Series 53 }
p660ru-t1 OBJECT IDENTIFIER ::= { p600Series 54 }
p660ru-t3 OBJECT IDENTIFIER ::= { p600Series 55 }
-- p660ru-t7 OBJECT IDENTIFIER ::= { p600Series 55 } the same as p660ru-t3
p794ra OBJECT IDENTIFIER ::= { p700Series 1 }
p794rb OBJECT IDENTIFIER ::= { p700Series 2 }
p742 OBJECT IDENTIFIER ::= { p700Series 3 }
p791r OBJECT IDENTIFIER ::= { p700Series 4 }
p792r OBJECT IDENTIFIER ::= { p700Series 5 }
p861h OBJECT IDENTIFIER ::= { p800Series 1 }
p861hw OBJECT IDENTIFIER ::= { p800Series 2 }
-- VoIP p2X00 series
p2602hw-61 OBJECT IDENTIFIER ::= { p2X00Series 1 }
p2602hw-63 OBJECT IDENTIFIER ::= { p2X00Series 2 }
p2602hw-67 OBJECT IDENTIFIER ::= { p2X00Series 3 }
p2602hwl-61 OBJECT IDENTIFIER ::= { p2X00Series 4 }
p2602hwl-63 OBJECT IDENTIFIER ::= { p2X00Series 5 }
p2602hwl-67 OBJECT IDENTIFIER ::= { p2X00Series 6 }
p2002-obm OBJECT IDENTIFIER ::= { p2X00Series 7 }
p2002l-obm OBJECT IDENTIFIER ::= { p2X00Series 8 }
p2002l-aol OBJECT IDENTIFIER ::= { p2X00Series 9 }
p2302r-obm OBJECT IDENTIFIER ::= { p2X00Series 10 }
p2602r-61 OBJECT IDENTIFIER ::= { p2X00Series 11 }
-- Access Switch products
accessSwitchCommon OBJECT IDENTIFIER ::= { accessSwitch 1 }
aes100 OBJECT IDENTIFIER ::= { accessSwitch 2 }
pes100 OBJECT IDENTIFIER ::= { accessSwitch 3 }
ves1012 OBJECT IDENTIFIER ::= { accessSwitch 4 }
sesSeries OBJECT IDENTIFIER ::= { accessSwitch 5 }
sesSeriesCommon OBJECT IDENTIFIER ::= { sesSeries 1 }
sam1008 OBJECT IDENTIFIER ::= { sesSeries 2 }
ses1024 OBJECT IDENTIFIER ::= { sesSeries 3 }
slc1024 OBJECT IDENTIFIER ::= { sesSeries 4 }
slc1224-22 OBJECT IDENTIFIER ::= { sesSeries 5 }
sam1216-22 OBJECT IDENTIFIER ::= { sesSeries 6 }
ies708-22a-stuc OBJECT IDENTIFIER ::= { sesSeries 7 }
ies708-22a-stur OBJECT IDENTIFIER ::= { sesSeries 8 }
p1600 OBJECT IDENTIFIER ::= { accessSwitch 6 }
p1400 OBJECT IDENTIFIER ::= { accessSwitch 7 }
esSeries OBJECT IDENTIFIER ::= { accessSwitch 8 }
esSeriesCommon OBJECT IDENTIFIER ::= { esSeries 1 }
ees1024af OBJECT IDENTIFIER ::= { esSeries 2 }
es2008 OBJECT IDENTIFIER ::= { esSeries 3 }
es2008-gtp OBJECT IDENTIFIER ::= { esSeries 4 }
es2008-sc OBJECT IDENTIFIER ::= { esSeries 5 }
es2008-sc30 OBJECT IDENTIFIER ::= { esSeries 6 }
es3024 OBJECT IDENTIFIER ::= { esSeries 7 }
es4024 OBJECT IDENTIFIER ::= { esSeries 8 }
es2024 OBJECT IDENTIFIER ::= { esSeries 9 }
gs3012 OBJECT IDENTIFIER ::= { esSeries 10 }
gs3012f OBJECT IDENTIFIER ::= { esSeries 11 }
es3124 OBJECT IDENTIFIER ::= { esSeries 12 }
gs4024 OBJECT IDENTIFIER ::= { esSeries 13 }
es3124pwr OBJECT IDENTIFIER ::= { esSeries 14 }
gs2024 OBJECT IDENTIFIER ::= { esSeries 15 }
es2024a OBJECT IDENTIFIER ::= { esSeries 16 }
es3148 OBJECT IDENTIFIER ::= { esSeries 17 }
es2108 OBJECT IDENTIFIER ::= { esSeries 18 }
es2108g OBJECT IDENTIFIER ::= { esSeries 19 }
gs4012f OBJECT IDENTIFIER ::= { esSeries 20 }
es2108pwr OBJECT IDENTIFIER ::= { esSeries 21 }
es2108lc OBJECT IDENTIFIER ::= { esSeries 22 }
es2048 OBJECT IDENTIFIER ::= { esSeries 23 }
es4124 OBJECT IDENTIFIER ::= { esSeries 24 }
-- gs3012 OBJECT IDENTIFIER ::= { esSeries 25 }
es3124-4f OBJECT IDENTIFIER ::= { esSeries 26 }
aes100-1 OBJECT IDENTIFIER ::= { accessSwitch 9 }
pes1014 OBJECT IDENTIFIER ::= { accessSwitch 10 }
aesSeries OBJECT IDENTIFIER ::= { accessSwitch 11 }
aesSeriesCommon OBJECT IDENTIFIER ::= { aesSeries 1 }
aes1024 OBJECT IDENTIFIER ::= { aesSeries 2 }
alc1024-61 OBJECT IDENTIFIER ::= { aesSeries 3 }
aam1008-63 OBJECT IDENTIFIER ::= { aesSeries 4 }
alc1024-63 OBJECT IDENTIFIER ::= { aesSeries 5 }
aam1008-61 OBJECT IDENTIFIER ::= { aesSeries 6 }
alc1224-71 OBJECT IDENTIFIER ::= { aesSeries 7 }
ies1248-71 OBJECT IDENTIFIER ::= { aesSeries 9 }
ies1248-73 OBJECT IDENTIFIER ::= { aesSeries 10 }
aam1212-51 OBJECT IDENTIFIER ::= { aesSeries 11 }
aam1212-53 OBJECT IDENTIFIER ::= { aesSeries 12 }
ies1248-51 OBJECT IDENTIFIER ::= { aesSeries 13 }
ies1248-53 OBJECT IDENTIFIER ::= { aesSeries 14 }
alc1224-51 OBJECT IDENTIFIER ::= { aesSeries 15 }
alc1224-53 OBJECT IDENTIFIER ::= { aesSeries 16 }
vesSeries OBJECT IDENTIFIER ::= { accessSwitch 12 }
vesSeriesCommon OBJECT IDENTIFIER ::= { vesSeries 1 }
ves1008 OBJECT IDENTIFIER ::= { vesSeries 2 }
-- vmb2024 OBJECT IDENTIFIER ::= { vesSeries 3 }
ves1024 OBJECT IDENTIFIER ::= { vesSeries 4 }
vlc1012 OBJECT IDENTIFIER ::= { vesSeries 5 }
ves1316 OBJECT IDENTIFIER ::= { vesSeries 6 }
ves1416 OBJECT IDENTIFIER ::= { vesSeries 7 }
vlc1124 OBJECT IDENTIFIER ::= { vesSeries 8 }
ves1124 OBJECT IDENTIFIER ::= { vesSeries 9 }
ves1616f34 OBJECT IDENTIFIER ::= { vesSeries 10 }
ves1616f44 OBJECT IDENTIFIER ::= { vesSeries 11 }
ves1624f44 OBJECT IDENTIFIER ::= { vesSeries 12 }
iesSeries OBJECT IDENTIFIER ::= { accessSwitch 13 }
iesSeriesCommon OBJECT IDENTIFIER ::= { iesSeries 1 }
ies2000 OBJECT IDENTIFIER ::= { iesSeries 2 }
ies3000 OBJECT IDENTIFIER ::= { iesSeries 3 }
ies5000 OBJECT IDENTIFIER ::= { iesSeries 5 }
ies5005 OBJECT IDENTIFIER ::= { iesSeries 7 }
ies6000 OBJECT IDENTIFIER ::= { iesSeries 8 }
accessSwitchCommonATM OBJECT IDENTIFIER ::= { accessSwitch 14 }
-- DSLAM products
dslamCommon OBJECT IDENTIFIER ::= { dslam 1 }
-- Service Gateway products
serviceGWCommon OBJECT IDENTIFIER ::= { serviceGateway 1 }
vsg1000 OBJECT IDENTIFIER ::= { serviceGateway 2 }
vsg1200 OBJECT IDENTIFIER ::= { serviceGateway 3 }
vsg1200v2 OBJECT IDENTIFIER ::= { serviceGateway 4 }
ponSeries OBJECT IDENTIFIER ::= { accessSwitch 15 }
olt1308 OBJECT IDENTIFIER ::= { ponSeries 1 }
lt20h OBJECT IDENTIFIER ::= { ponSeries 2 }
-- ZyWALL series
zywallCommon OBJECT IDENTIFIER ::= { zywall 1 }
zywall1 OBJECT IDENTIFIER ::= { zywall 2 }
zywall2 OBJECT IDENTIFIER ::= { zywall 3 }
zywall2w OBJECT IDENTIFIER ::= { zywall 4 }
zywall10 OBJECT IDENTIFIER ::= { zywall 5 }
zywall10ii OBJECT IDENTIFIER ::= { zywall 6 }
zywall10w OBJECT IDENTIFIER ::= { zywall 7 }
zywall50 OBJECT IDENTIFIER ::= { zywall 8 }
zywall100 OBJECT IDENTIFIER ::= { zywall 9 }
zywall200 OBJECT IDENTIFIER ::= { zywall 10 }
zywallidp10 OBJECT IDENTIFIER ::= { zywall 11 }
zywall5 OBJECT IDENTIFIER ::= { zywall 12 }
zywall30w OBJECT IDENTIFIER ::= { zywall 13 }
zywall35 OBJECT IDENTIFIER ::= { zywall 14 }
zywall70 OBJECT IDENTIFIER ::= { zywall 15 }
zywall1000 OBJECT IDENTIFIER ::= { zywall 16 }
zywallCHT1 OBJECT IDENTIFIER ::= { zywall 17 }
zywallM70 OBJECT IDENTIFIER ::= { zywall 18 }
zywallP1 OBJECT IDENTIFIER ::= { zywall 19 }
zywallP2 OBJECT IDENTIFIER ::= { zywall 20 }
zywallM110 OBJECT IDENTIFIER ::= { zywall 21 }
-- ZyWALL ZLD series
zywallZLDCommon OBJECT IDENTIFIER ::= { zywall 22 }
END

1027
mibs/ZYXEL-ZYWALL-MIB Normal file

File diff suppressed because it is too large Load Diff