smilint output for ./ISDN-MIB


Message Severities
SeverityCount
minor error1
warning8
fyi2
Message Types
TypeCount
identifier-case-match (warning)1
integer-misuse (warning)6
oid-reuse (warning)1
previous-definition (fyi)2
revision-missing (minor error)1

Messages:

ISDN-MIB

   1: -- extracted from rfc2127.txt
   2: -- at Mon Nov 15 17:11:46 1999
  32: 
  33: isdnMib MODULE-IDENTITY
  34:         LAST-UPDATED    "9609231642Z" -- Sep 23, 1996
  35:         ORGANIZATION    "IETF ISDN MIB Working Group"
  36:         CONTACT-INFO
  37:             "        Guenter Roeck
  38:              Postal: cisco Systems
  39:                      170 West Tasman Drive
  40:                      San Jose, CA 95134
  41:                      U.S.A.
  42:              Phone:  +1 408 527 3143
  43:              E-mail: groeck@cisco.com"
  44:         DESCRIPTION
  45:             "The MIB module to describe the
  46:              management of ISDN interfaces."
  47:         ::= { transmission 20 }
  47: minor error - revision for last update is missing
  48: 
  49: -- The ISDN hardware interface (BRI or PRI) is represented
  50: -- by a media specific ifEntry.
  51: --
  52: -- For basic rate lines, the media specifics for the physical interface
  53: -- is defined in the physical interface group of the ISDN MIB.
  54: -- The ifType for physical basic rate interfaces is isdns(75)
  55: -- or isdnu(76), whichever is appropriate.
  56: --
  57: -- For primary rate, the media specifics are defined in the Trunk
  58: -- MIB and the ifType has a value of ds1(18).
  59: 
  60: -- Each signaling channel is represented by an entry
  61: -- in the isdnSignalingTable.
  62: -- The signaling channel has an ifType value of isdn(63).
  63: -- Each B channel is also represented as an entry
  64: -- in the ifTable. The B channels have an ifType value
  65: -- of ds0(81).
  66: -- This model is used while defining objects and tables
  67: -- for management.
  68: -- The ISDN MIB allows sub-layers. For example, the data transfer
  69: -- over a B channel may take place with PPP encapsulation. While the
  70: -- ISDN MIB describes the D and B channels, a media specific MIB
  71: -- for PPP can be used on a layered basis. This is as per
  72: -- the interfaces MIB.
  73: 
  74: -- Textual conventions
  75: 
  76: IsdnSignalingProtocol ::= TEXTUAL-CONVENTION
  76: fyi - info: previous definition of `IsdnSignalingProtocol'
  77:         STATUS      current
  78:         DESCRIPTION
  79:             "This data type is used as the syntax of the
  80:              isdnSignalingProtocol object in the
  81:              definition of ISDN-MIB's isdnSignalingTable.
  82: 
  83:              The definition of this textual convention with the
  84:              addition of newly assigned values is published
  85:              periodically by the IANA, in either the Assigned
  86:              Numbers RFC, or some derivative of it specific to
  87:              Internet Network Management number assignments.  (The
  88:              latest arrangements can be obtained by contacting the
  89:              IANA.)
  90: 
  91:              Requests for new values should be made to IANA via
  92:              email (iana@iana.org)."
  93:         SYNTAX      INTEGER {
  94:              other(1),          -- none of the following
  95:              dss1(2),           -- ITU DSS1 (formerly CCITT) Q.931
  96:              etsi(3),           -- Europe / ETSI ETS300-102
  97:                                 -- plus supplementary services
  98:                                 -- (ETSI 300-xxx)
  99:                                 -- note that NET3, NET5 define
 100:                                 -- test procedures for ETS300-102
 101:                                 -- and have been replaced by
 102:                                 -- I-CTR 3 and I-CTR 4.
 103:              dass2(4),          -- U.K.   / DASS2 (PRI)
 104:              ess4(5),           -- U.S.A. / AT&T 4ESS
 105:              ess5(6),           -- U.S.A. / AT&T 5ESS
 106:              dms100(7),         -- U.S.A. / Northern Telecom DMS100
 107:              dms250(8),         -- U.S.A. / Northern Telecom DMS250
 108:              ni1(9),            -- U.S.A. / National ISDN 1 (BRI)
 109:              ni2(10),           -- U.S.A. / National ISDN 2 (BRI, PRI)
 110:              ni3(11),           -- U.S.A. / next one
 111:              vn2(12),           -- France / VN2
 112:              vn3(13),           -- France / VN3
 113:              vn4(14),           -- France / VN4 (ETSI with changes)
 114:              vn6(15),           -- France / VN6 (ETSI with changes)
 115:                                 -- delta document CSE P 10-21 A
 116:                                 -- test document  CSE P 10-20 A
 117:              kdd(16),           -- Japan  / KDD
 118:              ins64(17),         -- Japan  / NTT INS64
 119:              ins1500(18),       -- Japan  / NTT INS1500
 120:              itr6(19),          -- Germany/ 1TR6 (BRI, PRI)
 121:              cornet(20),        -- Germany/ Siemens HiCom CORNET
 122:              ts013(21),         -- Australia / TS013
 123:                                 -- (formerly TPH 1962, BRI)
 124:              ts014(22),         -- Australia / TS014
 125:                                 -- (formerly TPH 1856, PRI)
 126:              qsig(23),          -- Q.SIG
 127:              swissnet2(24),     -- SwissNet-2
 128:              swissnet3(25)      -- SwissNet-3
 129:         }
 130: 
 131: -- Isdn Mib objects definitions
...
 307: 
 308: isdnBearerChannelNumber         OBJECT-TYPE
 309:         SYNTAX INTEGER (1..30)
 309: warning - warning: use Integer32 instead of INTEGER in SMIv2
 310:         MAX-ACCESS  read-only
 311:         STATUS      current
 312:         DESCRIPTION
 313:             "The identifier being used by a signaling protocol
 314:              to identify this B channel, also referred to as
 315:              B channel number. If the Agent also supports the DS0 MIB,
 316:              the values of isdnBearerChannelNumber and dsx0Ds0Number
 317:              must be identical for a given B channel."
 318:         ::= { isdnBearerEntry 3 }
...
 531: 
 532: isdnSignalingIndex OBJECT-TYPE
 533:         SYNTAX      INTEGER (1..2147483647)
 533: warning - warning: use Integer32 instead of INTEGER in SMIv2
 534:         MAX-ACCESS  not-accessible
 535:         STATUS      current
 536:         DESCRIPTION
 537:             "The index value which uniquely identifies an entry
 538:              in the isdnSignalingTable."
 539:         ::= { isdnSignalingEntry 1 }
...
 549: 
 550: isdnSignalingProtocol OBJECT-TYPE
 550: warning - warning: identifier `isdnSignalingProtocol' differs from `IsdnSignalingProtocol' only in case
 551:         SYNTAX      IsdnSignalingProtocol
 552:         MAX-ACCESS  read-create
 553:         STATUS      current
 554:         DESCRIPTION
 555:             "The particular protocol type supported by the
 556:              switch providing access to the ISDN network
 557:              to which this signaling channel is connected."
 558:         ::= { isdnSignalingEntry 3 }
...
 868: 
 869: isdnEndpointIndex OBJECT-TYPE
 870:         SYNTAX      INTEGER (1..2147483647)
 870: warning - warning: use Integer32 instead of INTEGER in SMIv2
 871:         MAX-ACCESS  not-accessible
 872:         STATUS      current
 873:         DESCRIPTION
 874:             "The index value which uniquely identifies an entry
 875:              in the isdnEndpointTable."
 876:         ::= { isdnEndpointEntry 1 }
...
 918: 
 919: isdnEndpointTeiValue OBJECT-TYPE
 920:         SYNTAX      INTEGER ( 0..255 )
 920: warning - warning: use Integer32 instead of INTEGER in SMIv2
 921:         MAX-ACCESS  read-create
 922:         STATUS      current
 923:         DESCRIPTION
 924:             "The TEI (Terminal Endpoint Identifier) value
 925:              for this Terminal Endpoint. If isdnEndpointTeiType
 926:              is set to static(2), valid numbers are 0..63,
 927:              while otherwise the value is set internally.
 928:              The default value of this object is 0 for static
 929:              TEI assignment.
 930:              The default value for dynamic TEI assignment is also
 931:              0 as long as no TEI has been assigned. After TEI
 932:              assignment, the assigned TEI value is returned."
 933:         ::= { isdnEndpointEntry 5 }
...
 997: 
 998: isdnDirectoryIndex OBJECT-TYPE
 999:         SYNTAX      INTEGER ( 1..'7fffffff'h )
 999: warning - warning: use Integer32 instead of INTEGER in SMIv2
1000:         MAX-ACCESS  not-accessible
1001:         STATUS      current
1002:         DESCRIPTION
1003:             "The index value which uniquely identifies an entry
1004:              in the isdnDirectoryTable."
1005:         ::= { isdnDirectoryEntry 1 }
...
1028: 
1029: isdnDirectorySigIndex OBJECT-TYPE
1030:         SYNTAX      INTEGER (1..2147483647)
1030: warning - warning: use Integer32 instead of INTEGER in SMIv2
1031:         MAX-ACCESS  read-create
1032:         STATUS      current
1033:         DESCRIPTION
1034:             "An index pointing to an ISDN signaling channel.
1035:              Incoming calls are accepted on this
1036:              signaling channel if the isdnDirectoryNumber is
1037:              presented as Called Number in the SETUP message."
1038:         ::= { isdnDirectoryEntry 3 }
...
1051: isdnMibTrapPrefix OBJECT IDENTIFIER ::= { isdnMib 2 }
1051: fyi - info: previous definition of `isdnMibTrapPrefix'
1052: isdnMibTraps OBJECT IDENTIFIER ::= { isdnMibTrapPrefix 0 }
...
1096: isdnMibConformance OBJECT IDENTIFIER ::= { isdnMib 2 }
1096: warning - warning: identifier `isdnMibConformance' reuses object identifier assigned to identifier `isdnMibTrapPrefix'