smilint output for ./IANATn3270eTC-MIB


Message Severities
SeverityCount
warning7
Message Types
TypeCount
type-unref (warning)7

Messages:

IANATn3270eTC-MIB

   1: -- extracted from ianatn3270etc-mib
   2: -- at Mon Aug  7 09:17:55 2006
  61: 
  62:   IANATn3270eAddrType ::= TEXTUAL-CONVENTION
  62: warning - warning: current type `IANATn3270eAddrType' is not referenced in this module
  63:       STATUS current
  64:       DESCRIPTION
  65:           "The textual convention for defining the type of a
  66:           client address.  The enumeration value unknown(0) is
  67:           also used to indicate that no actual address is present."
  68:       SYNTAX INTEGER {
  69:                       unknown(0),
  70:                       ipv4(1),
  71:                       ipv6(2)
  72:                      }
  73: 
  74:   IANATn3270eAddress ::= TEXTUAL-CONVENTION
  74: warning - warning: current type `IANATn3270eAddress' is not referenced in this module
  75:       STATUS current
  76:       DESCRIPTION
  77:           "Denotes a client address.  The type of client address is
  78:           determined by use of the IANATn3270eAddrType textual
  79: convention.
  80:           The length in octets of a IANATn3270eAddress object is:
  81: 
  82:             IANATn3270eAddrType   Address Length
  83:             +++++++++++++++++++   ++++++++++++++
  84:                      unknown(0)   not specified or unknown; the
  85:                                   actual length of the
  86:                                   IANATn3270eAddress octet string
  87:                                   indicates if an address
  88:                                   is present
  89:                         ipv4(1)   4 OCTETS
  90:                         ipv6(2)   16 OCTETS
  91: 
  92:           This textual convention is similar to the TAddress
  93:           TC defined by RFC1903 except that it allows a
  94:           zero-length octet string and is not a full transport
  95:           layer address."
  96:       SYNTAX OCTET STRING (SIZE (0..255))
  97: 
  98:   IANATn3270eClientType ::= TEXTUAL-CONVENTION
  98: warning - warning: current type `IANATn3270eClientType' is not referenced in this module
  99:       STATUS current
 100:       DESCRIPTION
 101:           "The textual convention for defining the set of
 102:            enumerations used by tn3270eTcpConnClientIdFormat
 103:            in the TN3270E-MIB:
 104: 
 105:            ENUMERATION        OCTETs  DESCRIPTION
 106: 
 107:            none(1)              0     Not specified
 108:            other(2)           1..512  Implementation specific
 109:            ipv4(3)              6     4-octet IP Address plus
 110:                                       2-octet TCP Port
 111:            ipv6(4)              18    16-octet IPv6 Address
 112:                                       plus 2-octet TCP Port
 113:            domainName(5)      1..512  The DNS name of a
 114:                                       client.
 115:            truncDomainName(6) 1..512  The (truncated) DNS name
 116:                                       of a client.
 117:            string(7)          1..512  Unknown Utf8String
 118:            certificate(8)     1..512  certificate
 119:            userId(9)          1..8    Client's userid
 120:            x509dn(10)         1..512  X.509 Distinguished Name
 121: 
 122:            Representation of a certificate(8) may be lead to
 123:            a security exposure and is NOT RECOMMENDED without
 124:            adequate security."
 125:       SYNTAX INTEGER {
 126:                       none(1),
 127:                       other(2),
 128:                       ipv4(3),
 129:                       ipv6(4),
 130:                       domainName(5),
 131:                       truncDomainName(6),
 132:                       string(7),
 133:                       certificate(8),
 134:                       userId(9),
 135:                       x509dn(10)
 136:                      }
 137: 
 138:   IANATn3270Functions ::= TEXTUAL-CONVENTION
 138: warning - warning: current type `IANATn3270Functions' is not referenced in this module
 139:       STATUS current
 140:       DESCRIPTION
 141:           "This textual convention reflects the current set of
 142:           TN3270 and TN3270E functions that can be negotiated
 143:           between a server and its client:
 144: 
 145:           RFC856
 146:           transmitBinary  The sender of this command REQUESTS
 147:                           permission to begin transmitting, or
 148:                           confirms that it will now begin
 149:                           transmitting characters which are to
 150:                           be interpreted as 8 bits of binary
 151:                           data by the receiver of the data.
 152:           RFC860
 153:           timingMark      The sender of this command REQUESTS
 154:                           that the receiver of this command
 155:                           return a WILL TIMING-MARK in the data
 156:                           stream at the 'appropriate place'.
 157:           RFC885
 158:           endOfRecord     The sender of this command requests
 159:                           permission to begin transmission of
 160:                           the Telnet END-OF-RECORD (EOR) code
 161:                           when transmitting data characters, or
 162:                           the sender of this command confirms it
 163:                           will now begin transmission of EORs
 164:                           with transmitted data characters.
 165:           RFC1091
 166:           terminalType    Sender is willing to send terminal
 167:                           type information in a subsequent
 168:                           sub-negotiation.
 169: 
 170:           RFC1041
 171:           tn3270Regime    Sender is willing to send list of
 172:                           supported 3270 Regimes in a
 173:                           subsequent sub-negotiation.
 174:           RFC2355
 175:           scsCtlCodes     (Printer sessions only).  Allows the
 176:                           use of the SNA Character Stream (SCS)
 177:                           and SCS control codes on the session.
 178:                           SCS is used with LU type 1 SNA sessions.
 179:           dataStreamCtl   (Printer sessions only).  Allows the use
 180:                           of the standard 3270 data stream.  This
 181:                           corresponds to LU type 3 SNA sessions.
 182:           responses       Provides support for positive and
 183:                           negative response handling.  Allows the
 184:                           server to reflect to the client any and
 185:                           all definite, exception, and no response
 186:                           requests sent by the host application.
 187:           bindImage       Allows the server to send the SNA Bind
 188:                           image and Unbind notification to the
 189:                           client.
 190:           sysreq          Allows the client and server to emulate
 191:                           some (or all, depending on the server) of
 192:                           the functions of the SYSREQ key in an SNA
 193:                           environment."
 194:       SYNTAX BITS {
 195:                    transmitBinary(0),-- rfc856
 196:                    timemark(1),      -- rfc860
 197:                    endOfRecord(2),   -- rfc885
 198:                    terminalType(3),  -- rfc1091
 199:                    tn3270Regime(4),  -- rfc1041
 200:                    scsCtlCodes(5),   -- rfc2355
 201:                    dataStreamCtl(6), -- rfc2355
 202:                    responses(7),     -- rfc2355
 203:                    bindImage(8),     -- rfc2355
 204:                    sysreq(9)         -- rfc2355
 205:                   }
 206: 
 207:   IANATn3270ResourceType ::= TEXTUAL-CONVENTION
 207: warning - warning: current type `IANATn3270ResourceType' is not referenced in this module
 208:       STATUS current
 209:       DESCRIPTION
 210:           "The type of resource defined by a resource pool.  Refer
 211:           to tn3270eResPoolTable."
 212:       SYNTAX INTEGER {
 213:                       other(1),
 214:                       terminal(2),
 215:                       printer(3),
 216:                       terminalOrPrinter(4)
 217:                      }
 218: 
 219:   IANATn3270DeviceType ::= TEXTUAL-CONVENTION
 219: warning - warning: current type `IANATn3270DeviceType' is not referenced in this module
 220:       STATUS current
 221:       DESCRIPTION
 222:           "This textual convention defines the list of device
 223:           types that can be set, as defined by RFC 2355."
 224:       SYNTAX INTEGER {
 225:                    -- terminals
 226:                       ibm3278d2(1),    -- (24 row x 80 col display)
 227:                       ibm3278d2E(2),   -- (24 row x 80 col display)
 228:                       ibm3278d3(3),    -- (32 row x 80 col display)
 229:                       ibm3278d3E(4),   -- (32 row x 80 col display)
 230:                       ibm3278d4(5),    -- (43 row x 80 col display)
 231:                       ibm3278d4E(6),   -- (43 row x 80 col display)
 232:                       ibm3278d5(7),    -- (27 row x 132 col display)
 233:                       ibm3278d5E(8),   -- (27 row x 132 col display)
 234:                       ibmDynamic(9),   -- (no pre-defined display size)
 235: 
 236:                    -- printers
 237:                       ibm3287d1(10),
 238: 
 239:                       unknown(100)
 240:                      }
 241: 
 242:   IANATn3270eLogData ::= TEXTUAL-CONVENTION
 242: warning - warning: current type `IANATn3270eLogData' is not referenced in this module
 243:       STATUS current
 244:       DESCRIPTION
 245:         "An octet string representing log data as pertaining to
 246:         either a TN3270 or TN3270E Session as reported from a
 247:         TN3270E Server. Log data is stored in an octet string
 248:         in time order (from earliest to latest).
 249: 
 250:         Each log element has the following form:
 251: 
 252:         +------+----+---------+------------+
 253:         !length!type!TimeStamp! data       !
 254:         +------+----+---------+------------+
 255: 
 256:         where
 257: 
 258:         length    = one-octet length of the data portion of the
 259:                     trace element, not including the length,
 260:                     type, and TimeStamp fields
 261:         type      = one-octet code point characterizing the data.
 262:         TimeStamp = A 4-octet field representing the number of
 263:                     TimeTicks since the TN3270E server was last
 264:                     activated.  The server's last activation time
 265:                     is available in the tn3270eSrvrConfLastActTime
 266:                     object in the TN3270E MIB, which has the
 267:                     syntax DateAndTime.
 268:         data      = initial part of a PDU.
 269: 
 270:         length   type
 271: 
 272:           0-255  x'00' - unknown
 273:           0      x'01' - inactivity timer expired
 274:           0      x'02' - dynamic timer expired
 275:           0      x'03' - actlu req
 276:           0      x'04' - bind req
 277:           0      x'05' - clear req
 278:           0      x'06' - dactlu req
 279:           0      x'07' - warm actpu req
 280:           0      x'08' - sdt req
 281:           0      x'09' - unbind req
 282:           0      x'0A' - notify resp
 283:           0      x'0B' - reply PSID neg rsp
 284:           0      x'0C' - reply PSID pos rsp
 285:           0      x'0D' - unbind rsp
 286:           0      x'0E' - hierarchical reset
 287:           0      x'0F' - client connect req
 288:           0      x'10' - client disconnect req
 289:           0      x'11' - timingmark received
 290:           0      x'12' - flowControl timer expired
 291:           0      x'13' - neg rsp to host
 292:           0      x'14' - neg rsp from host
 293:           0      x'15' - data contention
 294:           0      x'16' - no buffer to send SNA data
 295:           0      x'17' - receive response while inbound
 296:           0      x'18' - client protocol error
 297:           0      x'19' - badClientSequenceReceived
 298:           1-255  x'1A' - utf8String
 299:           2      x'1B' - hexCode, implementation dependent
 300: 
 301:           Log element entries have a minimum length of 6 octets.
 302:           The zero-length string indicates that no log data is
 303:           available."
 304:       SYNTAX OCTET STRING (SIZE (0 | 6..2048))
 305: 
 306:   END