Blame mibs/ietf/ENTITY-STATE-TC-MIB

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