smilint output for ./AGENTX-MIB


Message Severities
SeverityCount
warning5
Message Types
TypeCount
integer-misuse (warning)5

Messages:

AGENTX-MIB

   1: -- extracted from rfc2742.txt
   2: -- at Tue Jan 25 07:08:37 2000
  70: 
  71:  agentxDefaultTimeout OBJECT-TYPE
  72:   SYNTAX      INTEGER (0..255)
  72: warning - warning: use Integer32 instead of INTEGER in SMIv2
  73:   UNITS       "seconds"
  74:   MAX-ACCESS  read-only
  75:   STATUS      current
  76:   DESCRIPTION
  77:      "The default length of time, in seconds, that the master
  78:       agent should allow to elapse after dispatching a message
  79:       to a session before it regards the subagent as not
  80:       responding.  This is a system-wide value that may
  81:       override the timeout value associated with a particular
  82:       session (agentxSessionTimeout) or a particular registered
  83:       MIB region (agentxRegTimeout).  If the associated value of
  84:       agentxSessionTimeout and agentxRegTimeout are zero, or
  85:       impractical in accordance with implementation-specific
  86:       procedure of the master agent, the value represented by
  87:       this object will be the effective timeout value for the
  88:       master agent to await a response to a dispatch from a
  89:       given subagent.
  90:      "
  91:   DEFVAL      { 5 }
  92:   ::= { agentxGeneral 1 }
  93: 
  94:  agentxMasterAgentXVer OBJECT-TYPE
  95:   SYNTAX      INTEGER (1..255)
  95: warning - warning: use Integer32 instead of INTEGER in SMIv2
  96:   MAX-ACCESS  read-only
  97:   STATUS      current
  98:   DESCRIPTION
  99:      "The AgentX protocol version supported by this master agent.
 100:       The current protocol version is 1.  Note that the master agent
 101:       must also allow interaction with earlier version subagents.
 102:      "
 103:   ::= { agentxGeneral 2 }
 104: 
 105:  --      The AgentX Subagent Connection Group
...
 302: 
 303:  agentxSessionAgentXVer OBJECT-TYPE
 304:   SYNTAX      INTEGER (1..255)
 304: warning - warning: use Integer32 instead of INTEGER in SMIv2
 305:   MAX-ACCESS  read-only
 306:   STATUS      current
 307:   DESCRIPTION
 308:      "The version of the AgentX protocol supported by the
 309:       session.  This must be less than or equal to the value of
 310:       agentxMasterAgentXVer.
 311:      "
 312:   ::= { agentxSessionEntry 6 }
 313: 
 314:  agentxSessionTimeout OBJECT-TYPE
 315:   SYNTAX     INTEGER (0..255)
 315: warning - warning: use Integer32 instead of INTEGER in SMIv2
 316:   UNITS      "seconds"
 317:   MAX-ACCESS read-only
 318:   STATUS     current
 319:   DESCRIPTION
 320:      "The length of time, in seconds, that a master agent should
 321:       allow to elapse after dispatching a message to this session
 322:       before it regards the subagent as not responding.  This value
 323:       is taken from the o.timeout field of the agentx-Open-PDU.
 324:       This is a session-specific value that may be overridden by
 325:       values associated with the specific registered MIB regions
 326:       (see agentxRegTimeout). A value of zero(0) indicates that
 327:       the master agent's default timeout value should be used
 328:       (see agentxDefaultTimeout).
 329:      "
 330:   ::= { agentxSessionEntry 7 }
 331: 
 332:  -- The AgentX Registration Group
...
 448: 
 449:  agentxRegTimeout OBJECT-TYPE
 450:   SYNTAX      INTEGER (0..255)
 450: warning - warning: use Integer32 instead of INTEGER in SMIv2
 451:   UNITS       "seconds"
 452:   MAX-ACCESS  read-only
 453:   STATUS      current
 454:   DESCRIPTION
 455:      "The timeout value, in seconds, for responses to
 456:       requests associated with this registered MIB region.
 457:       A value of zero(0) indicates the default value (indicated
 458:       by by agentxSessionTimeout or agentxDefaultTimeout) is to
 459:       be used.  This value is taken from the r.timeout field of
 460:       the agentx-Register-PDU.
 461:      "
 462:   ::= { agentxRegistrationEntry 7 }