smilint output for ./ENTITY-STATE-TC-MIB


Message Severities
SeverityCount
warning5
Message Types
TypeCount
type-unref (warning)5

Messages:

ENTITY-STATE-TC-MIB

   1: -- extracted from rfc4268.txt
   2: -- at Thu Dec  1 06:40:07 2005
  43: 
  44:      EntityAdminState  ::=  TEXTUAL-CONVENTION
  44: warning - warning: current type `EntityAdminState' is not referenced in this module
  45:        STATUS         current
  46:        DESCRIPTION
  47:             " Represents the various possible administrative states.
  48:               A value of 'locked' means the resource is administratively
  49:               prohibited from use.  A value of 'shuttingDown' means that
  50:               usage is administratively limited to current instances of
  51:               use.  A value of 'unlocked' means the resource is not
  52:               administratively prohibited from use.  A value of
  53:               'unknown' means that this resource is unable to
  54:               report administrative state."
  55:        SYNTAX         INTEGER
  56:                  {
  57:                  unknown (1),
  58:                  locked (2),
  59:                  shuttingDown (3),
  60:                  unlocked (4)
  61:                  }
  62: 
  63:      EntityOperState  ::=  TEXTUAL-CONVENTION
  63: warning - warning: current type `EntityOperState' is not referenced in this module
  64:        STATUS         current
  65:        DESCRIPTION
  66:             " Represents the possible values of operational states.
  67: 
  68:               A value of 'disabled' means the resource is totally
  69:               inoperable.  A value of 'enabled' means the resource
  70:               is partially or fully operable.  A value of 'testing'
  71:               means the resource is currently being tested
  72:               and cannot therefore report whether it is operational
  73:               or not.  A value of 'unknown' means that this
  74:               resource is unable to report operational state."
  75:        SYNTAX         INTEGER
  76:                  {
  77:                  unknown (1),
  78:                  disabled (2),
  79:                  enabled (3),
  80:                  testing (4)
  81:                  }
  82: 
  83:      EntityUsageState  ::=  TEXTUAL-CONVENTION
  83: warning - warning: current type `EntityUsageState' is not referenced in this module
  84:        STATUS         current
  85:        DESCRIPTION
  86:             " Represents the possible values of usage states.
  87:               A value of 'idle' means the resource is servicing no
  88:               users.  A value of 'active' means the resource is
  89:               currently in use and it has sufficient spare capacity
  90:               to provide for additional users.  A value of 'busy'
  91:               means the resource is currently in use, but it
  92:               currently has no spare capacity to provide for
  93:               additional users.  A value of 'unknown' means
  94:               that this resource is unable to report usage state."
  95:        SYNTAX         INTEGER
  96:                  {
  97:                  unknown (1),
  98:                  idle (2),
  99:                  active (3),
 100:                  busy (4)
 101:                  }
 102: 
 103: 
 104:     EntityAlarmStatus  ::=  TEXTUAL-CONVENTION
 104: warning - warning: current type `EntityAlarmStatus' is not referenced in this module
 105:        STATUS         current
 106:        DESCRIPTION
 107:           " Represents the possible values of alarm status.
 108:             An Alarm [RFC3877] is a persistent indication
 109:             of an error or warning condition.
 110: 
 111:             When no bits of this attribute are set, then no active
 112:             alarms are known against this entity and it is not under
 113:             repair.
 114: 
 115:             When the 'value of underRepair' is set, the resource is
 116:             currently being repaired, which, depending on the
 117:             implementation, may make the other values in this bit
 118:             string not meaningful.
 119: 
 120:             When the value of 'critical' is set, one or more critical
 121:             alarms are active against the resource.  When the value
 122:             of 'major' is set, one or more major alarms are active
 123:             against the resource.  When the value of 'minor' is set,
 124:             one or more minor alarms are active against the resource.
 125:             When the value of 'warning' is set, one or more warning
 126:             alarms are active against the resource.  When the value
 127:             of 'indeterminate' is set, one or more alarms of whose
 128:             perceived severity cannot be determined are active
 129:             against this resource.
 130: 
 131:             A value of 'unknown' means that this resource is
 132:             unable to report alarm state."
 133:              SYNTAX         BITS
 134:                 {
 135:                 unknown (0),
 136:                 underRepair (1),
 137:                 critical(2),
 138:                 major(3),
 139:                 minor(4),
 140:                 -- The following are not defined in X.733
 141:                 warning (5),
 142:                 indeterminate (6)
 143:                               }
 144: 
 145:      EntityStandbyStatus  ::=  TEXTUAL-CONVENTION
 145: warning - warning: current type `EntityStandbyStatus' is not referenced in this module
 146:        STATUS         current
 147:        DESCRIPTION
 148:             " Represents the possible values of standby status.
 149: 
 150:               A value of 'hotStandby' means the resource is not
 151:               providing service, but it will be immediately able to
 152:               take over the role of the resource to be backed up,
 153:               without the need for initialization activity, and will
 154:               contain the same information as the resource to be
 155:               backed up.  A value of 'coldStandy' means that the
 156:               resource is to back up another resource, but will not
 157:               be immediately able to take over the role of a resource
 158:               to be backed up, and will require some initialization
 159:               activity.  A value of 'providingService' means the
 160:               resource is providing service.  A value of
 161:               'unknown' means that this resource is unable to
 162:               report standby state."
 163:              SYNTAX         INTEGER
 164:                {
 165:                unknown (1),
 166:                hotStandby (2),
 167:                coldStandby (3),
 168:                providingService (4)
 169:                }
 170: 
 171:    END
 172: 
 173: -- 
 174: --    Copyright (C) The Internet Society (2005).
 175: -- 
 176: --    This document is subject to the rights, licenses and restrictions
 177: --    contained in BCP 78, and except as set forth therein, the authors
 178: --    retain all their rights.
 179: -- 
 180: --    This document and the information contained herein are provided on an
 181: --    "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
 182: --    OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
 183: --    ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
 184: --    INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
 185: --    INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
 186: --    WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 187: -- 
 188: -- Intellectual Property
 189: -- 
 190: --    The IETF takes no position regarding the validity or scope of any
 191: --    Intellectual Property Rights or other rights that might be claimed to
 192: --    pertain to the implementation or use of the technology described in
 193: --    this document or the extent to which any license under such rights
 194: --    might or might not be available; nor does it represent that it has
 195: --    made any independent effort to identify any such rights.  Information
 196: --    on the procedures with respect to rights in RFC documents can be
 197: --    found in BCP 78 and BCP 79.
 198: -- 
 199: --    Copies of IPR disclosures made to the IETF Secretariat and any
 200: --    assurances of licenses to be made available, or the result of an
 201: --    attempt made to obtain a general license or permission for the use of
 202: --    such proprietary rights by implementers or users of this
 203: --    specification can be obtained from the IETF on-line IPR repository at
 204: --    http://www.ietf.org/ipr.
 205: -- 
 206: --    The IETF invites any interested party to bring to its attention any
 207: --    copyrights, patents or patent applications, or other proprietary
 208: --    rights that may cover technology that may be required to implement
 209: --    this standard.  Please address the information to the IETF at ietf-
 210: --    ipr@ietf.org.
 211: -- 
 212: