smilint output for ./COPS-CLIENT-MIB


Message Severities
SeverityCount
warning7
fyi1
Message Types
TypeCount
identifier-case-match (warning)1
index-exceeds-too-large (warning)2
integer-misuse (warning)3
previous-definition (fyi)1
type-without-format (warning)1

Messages:

COPS-CLIENT-MIB

   1: -- extracted from rfc2940.txt
   2: -- at Wed Oct 11 07:11:17 2000
  61: 
  62: CopsClientState ::= TEXTUAL-CONVENTION
  62: fyi - info: previous definition of `CopsClientState'
  63:     STATUS      current
  64:     DESCRIPTION
  65:         "A value indicating the state of a COPS client."
  66:     SYNTAX      INTEGER {
  67:             copsClientInvalid(1),      -- default state.
  68:             copsClientTcpconnected(2), -- TCP connection up but COPS
  69:                                        -- not yet open.
  70: 
  71:             copsClientAuthenticating(3), -- TCP connection up but still
  72:                                          -- authenticating.
  73:             copsClientSecAccepted(4),  -- connection authenticated.
  74:             copsClientAccepted(5),     -- COPS server accepted client.
  75:             copsClientTimingout(6)     -- Keepalive timer has expired,
  76:                                        -- client is in process of
  77:                                        -- tearing down connection.
  78:     }
...
 114: 
 115: CopsTcpPort ::= TEXTUAL-CONVENTION
 115: warning - warning: type `CopsTcpPort' has no format specification
 116:     STATUS      current
 117:     DESCRIPTION
 118:         "A value indicating a TCP protocol port number."
 119: 
 120:     SYNTAX      INTEGER (0..65535)
 120: warning - warning: use Integer32 instead of INTEGER in SMIv2

...
 183: 
 184: copsClientServerCurrentEntry OBJECT-TYPE
 184: warning - warning: index of row `copsClientServerCurrentEntry' can exceed OID size limit by 142 subidentifier(s)
 185:     SYNTAX      CopsClientServerCurrentEntry
 186:     MAX-ACCESS  not-accessible
 187:     STATUS      current
 188:     DESCRIPTION
 189:         "A set of information regarding a single COPS server serving
 190:         a single COPS Client-Type from the point of view of a COPS
 191:         client."
 192:     INDEX { copsClientServerAddressType, copsClientServerAddress,
 193:             copsClientServerClientType }
 194:     ::= { copsClientServerCurrentTable 1 }
 195: 
 196: CopsClientServerCurrentEntry ::=
 197:     SEQUENCE {
 198:         copsClientServerAddressType         InetAddressType,
 199:         copsClientServerAddress             InetAddress,
 200:         copsClientServerClientType          INTEGER,
 201:         copsClientServerTcpPort             CopsTcpPort,
 202:         copsClientServerType                CopsServerEntryType,
 203:         copsClientServerAuthType            CopsAuthType,
 204:         copsClientServerLastConnAttempt     TimeStamp,
 205:         copsClientState                     CopsClientState,
 206:         copsClientServerKeepaliveTime       TimeInterval,
 207:         copsClientServerAccountingTime      TimeInterval,
 208:         copsClientInPkts                    Counter32,
 209:         copsClientOutPkts                   Counter32,
 210:         copsClientInErrs                    Counter32,
 211:         copsClientLastError                 CopsErrorCode,
 212:         copsClientTcpConnectAttempts        Counter32,
 213:         copsClientTcpConnectFailures        Counter32,
 214:         copsClientOpenAttempts              Counter32,
 215:         copsClientOpenFailures              Counter32,
 216:         copsClientErrUnsupportClienttype    Counter32,
 217:         copsClientErrUnsupportedVersion     Counter32,
 218:         copsClientErrLengthMismatch         Counter32,
 219:         copsClientErrUnknownOpcode          Counter32,
 220:         copsClientErrUnknownCnum            Counter32,
 221:         copsClientErrBadCtype               Counter32,
 222:         copsClientErrBadSends               Counter32,
 223:         copsClientErrWrongObjects           Counter32,
 224:         copsClientErrWrongOpcode            Counter32,
 225:         copsClientKaTimedoutClients         Counter32,
 226:         copsClientErrAuthFailures           Counter32,
 227:         copsClientErrAuthMissing            Counter32
 228:     }
...
 250: 
 251: copsClientServerClientType OBJECT-TYPE
 252:     SYNTAX      INTEGER (0..65535)
 252: warning - warning: use Integer32 instead of INTEGER in SMIv2
 253:     MAX-ACCESS  not-accessible
 254:     STATUS      current
 255:     DESCRIPTION
 256:         "The COPS protocol Client-Type for which this entry
 257:         applies. Multiple Client-Types can be served by a single
 258:         COPS server. The value 0 (zero) indicates that this
 259:         entry contains information about the underlying connection
 260:         itself."
 261:     REFERENCE
 262:         "RFC 2748 section 6, IANA"
 263:     ::= { copsClientServerCurrentEntry 3 }
...
 304: 
 305: copsClientState  OBJECT-TYPE
 305: warning - warning: identifier `copsClientState' differs from `CopsClientState' only in case
 306:     SYNTAX      CopsClientState
 307:     MAX-ACCESS  read-only
 308:     STATUS      current
 309:     DESCRIPTION
 310:         "The state of the connection and COPS protocol with respect
 311:         to this COPS server."
 312:     ::= { copsClientServerCurrentEntry 8 }
...
 593: 
 594: copsClientServerConfigEntry OBJECT-TYPE
 594: warning - warning: index of row `copsClientServerConfigEntry' can exceed OID size limit by 143 subidentifier(s)
 595:     SYNTAX      CopsClientServerConfigEntry
 596:     MAX-ACCESS  not-accessible
 597:     STATUS      current
 598:     DESCRIPTION
 599:         "A set of configuration information regarding a single
 600:         COPS server from the point of view of a COPS client."
 601:     INDEX { copsClientServerConfigAddrType,
 602:             copsClientServerConfigAddress,
 603:             copsClientServerConfigClientType,
 604:             copsClientServerConfigAuthType }
 605:     ::= { copsClientServerConfigTable 1 }
 606: 
 607: CopsClientServerConfigEntry ::=
 608:     SEQUENCE {
 609:         copsClientServerConfigAddrType      InetAddressType,
 610:         copsClientServerConfigAddress       InetAddress,
 611:         copsClientServerConfigClientType    INTEGER,
 612:         copsClientServerConfigAuthType      CopsAuthType,
 613:         copsClientServerConfigTcpPort       CopsTcpPort,
 614:         copsClientServerConfigPriority      Integer32,
 615:         copsClientServerConfigRowStatus     RowStatus
 616:     }
...
 638: 
 639: copsClientServerConfigClientType OBJECT-TYPE
 640:     SYNTAX      INTEGER (0..65535)
 640: warning - warning: use Integer32 instead of INTEGER in SMIv2
 641:     MAX-ACCESS  not-accessible
 642:     STATUS      current
 643:     DESCRIPTION
 644:         "The COPS protocol Client-Type for which this entry
 645:         applies and for which this COPS server is capable
 646:         of serving. Multiple Client-Types can be served by a
 647:         single COPS server."
 648: 
 649:     REFERENCE
 650:         "RFC 2748 section 6, IANA"
 651:     ::= { copsClientServerConfigEntry 3 }