home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1747.txt < prev    next >
Text File  |  1996-05-07  |  149KB  |  1,293 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                 J. Hilgeman, Chair Request for Comments: 1747                    Apertus Technologies, Inc. Category: Standards Track                                         S. Nix                                                           Metaplex, Inc.                                                                A. Bartky                                                      Sync Research, Inc.                                                         W. Clark, Editor                                                      cisco Systems, Inc.                                                             January 1995 
  8.  
  9.      Definitions of Managed Objects for SNA Data Link Control (SDLC)                               using SMIv2 
  10.  
  11. Status of this Memo 
  12.  
  13.    This document specifies an Internet standards track protocol for the    Internet community, and requests discussion and suggestions for    improvements.  Please refer to the current edition of the "Internet    Official Protocol Standards" (STD 1) for the standardization state    and status of this protocol.  Distribution of this memo is unlimited. 
  14.  
  15. Abstract 
  16.  
  17.    This specification defines an extension to the Management Information    Base (MIB) for use with SNMP-based network management.  In    particular, it defines objects for managing the configuration,    monitoring and control of data link controls in an SNA environment.    This draft identifies managed objects for SNA Synchronous Data Link    Control (SDLC) links only. 
  18.  
  19. Table of Contents 
  20.  
  21.    1.     The SNMPv2 Network Management Framework  .................  2    1.1      Object Definitions  ....................................  2    2.     Overview  ................................................  2    2.1      Tables Defined in the SNADLC SDLC MIB  .................  3    2.2      Row Creation Mechanism  ................................  3    2.3      Relationship to the Interfaces Group  ..................  4    3.     Definitions  .............................................  7    3.1      Port Administrative Table  .............................  9    3.2      Port Operational Table  ...............................  14    3.3      Port Statistics Table  ................................  20    3.4      Link Station Administrative Table  ....................  26    3.5      Link Station Operational Table  .......................  35    3.6      Link Station Statistics Table  ........................  44    3.7      Trap Definitions  .....................................  56    3.8      Compliance Statements  ................................  57 
  22.  
  23.  
  24.  
  25. Hilgeman, Nix, Bartky & Clark                                   [Page 1] 
  26.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  27.  
  28.     4.     Acknowledgments  ........................................  65    5.     References  .............................................  65    6.     Glossary  ...............................................  66    7.     Security Considerations  ................................  67    8.     Authors' Addresses  .....................................  67 
  29.  
  30. 1.  The SNMPv2 Network Management Framework 
  31.  
  32.    The SNMPv2 Network Management Framework consists of four major    components.  They are: 
  33.  
  34.       o    RFC 1441 which defines the SMI, the mechanisms used for            describing and naming objects for the purpose of management. 
  35.  
  36.       o    STD 17, RFC 1213 defines MIB-II, the core set of managed            objects for the Internet suite of protocols. 
  37.  
  38.       o    RFC 1445 which defines the administrative and other            architectural aspects of the framework. 
  39.  
  40.       o    RFC 1448 which defines the protocol used for network access            to managed objects. 
  41.  
  42.    The Framework permits new objects to be defined for the purpose of    experimentation and evaluation. 
  43.  
  44. 1.1.  Object Definitions 
  45.  
  46.    Managed objects are accessed via a virtual information store, termed    the Management Information Base or MIB.  Objects in the MIB are    defined using the subset of Abstract Syntax Notation One (ASN.1)    defined in the SMI.  In particular, each object object type is named    by an OBJECT IDENTIFIER, an administratively assigned name.  The    object type together with an object instance serves to uniquely    identify a specific instantiation of the object.  For human    convenience, we often use a textual string, termed the descriptor, to    refer to the object type. 
  47.  
  48. 2.  Overview 
  49.  
  50.    This memo identifies the proposed set of objects for configuring,    monitoring, and controlling SDLC ports and link stations. 
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Hilgeman, Nix, Bartky & Clark                                   [Page 2] 
  61.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  62.  
  63.  2.1.  Tables Defined in the SNADLC SDLC MIB 
  64.  
  65.    The SNADLC MIB is composed of two managed entities with three tables    each.  The two managed entities for SDLC are: 
  66.  
  67.      o    Ports: the physical connection, and 
  68.  
  69.      o    Link Stations: the logical connections on the Port. 
  70.  
  71.    The three management tables are: 
  72.  
  73.      o    Adminstration: objects used for configuring and controlling           the operation of a Port or Link Station, 
  74.  
  75.      o    Operational: objects that reflect the run-time state of the           Port or Link Station, and 
  76.  
  77.      o    Statistics: objects that reflect the operating metrics of the           Port or Link Station. 
  78.  
  79.    Considering the above combinations, the following are the actual    tables found in this MIB: 
  80.  
  81.      1)   Port Administration Table, 
  82.  
  83.      2)   Port Operation Table, 
  84.  
  85.      3)   Port Statistics Table, 
  86.  
  87.      4)   Link Station Administration Table, 
  88.  
  89.      5)   Link Station Operation Table, 
  90.  
  91.      6)   Link Station Statistics Table. 
  92.  
  93.    All variables in this MIB relate to SDLC ports and link stations    only.  Any variable relating to higher-layer entities in SNA such as    Physical Units (PU) and Logical Units (LU) are found in the SNA NAU    MIB [4]. 
  94.  
  95. 2.2.  Row Creation Mechanism 
  96.  
  97.    Row creation mechanism for the sdlcLSAdminTable is based on the use    of the RowStatus object.  It follows the rules for the use in SNMPv1    context proposed in the memo "Row creation with SNMPv1" [5].  Before    accepting the destroy value for an entry, an agent has to verify the    operational state of the corresponding entry in the sdlcLSOperTable    entry. 
  98.  
  99.  
  100.  
  101. Hilgeman, Nix, Bartky & Clark                                   [Page 3] 
  102.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  103.  
  104.  2.3.  Relationship to the Interfaces Group 
  105.  
  106.    This memo shall conform to the recommendations of [6]. 
  107.  
  108.    The SDLC layer of each SDLC Port shall be modeled by a row in the    ifTable with an ifType using the IANA assigned number for SDLC (17).    Each SDLC port interface must comply with the following conformance    groups in [6]: 
  109.  
  110.      - ifGeneralGroup      - ifStackGroup      - ifPacketGroup 
  111.  
  112.    An implementation may optionally comply with the ifTestGroup defined    in that memo to execute vendor specific tests.  An example of this    would be to perform LPDA test functions. 
  113.  
  114.    The SDLC port's relation with its physical, or lower-layer interface    (i.e., RS-232, V.35, etc.) shall be modeled by a row in the    ifStackTable with the ifStackHigherLayer pointing to the SDLC port    ifTable instance and the ifStackLowerLayer pointing to the physical    media-specific ifTable instance.  The media-specific objects of these    lower-layer interfaces will, of course, be described in their    respective MIBs (i.e., [1]). 
  115.  
  116.    The following table provides specific implementation guidelines for    all the interface group objects listed in the conformance tables    above. 
  117.  
  118. Object              Use for an SDLC Port 
  119.  
  120. ifIndex             Each SDLC port is represented by an ifEntry. All                     SDLC port tables shall be indexed by ifIndex. 
  121.  
  122. ifDescr             Description of the SDLC port. 
  123.  
  124. ifType              The IANA value reserved for SDLC - 17. 
  125.  
  126. ifMtu               Refer to [6]. 
  127.  
  128. ifSpeed             This object shall reflect the value of the                     corresponding object in the ifEntry of the                     associated lower-layer interface. 
  129.  
  130. ifPhysAddress       A string denoting the physical location of the SDLC                     port within its node.  This shall have unique                     significance within each implementing node. 
  131.  
  132.  
  133.  
  134.  Hilgeman, Nix, Bartky & Clark                                   [Page 4] 
  135.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  136.  
  137.  ifAdminStatus       This object shall reflect the value of the                     corresponding object in the ifEntry of the                     associated lower-layer interface. 
  138.  
  139. ifOperStatus        This object shall reflect the value of the                     corresponding object in the ifEntry of the                     associated lower-layer interface. 
  140.  
  141. ifLastChange        Refer to [6]. 
  142.  
  143. ifInOctets          Refer to [6]. 
  144.  
  145. ifInUcastPkts       This object shall count packets received from a                     specific SDLC poll address.  Packets for the SDLC                     broadcast address of x'FF' are not counted. 
  146.  
  147. ifInDiscards        Refer to [6]. 
  148.  
  149. ifInErrors          Refer to [6].  Specific counters for these errors                     are kept in the sdlcPortStatsTable. 
  150.  
  151. ifInUnknownProtos   This counter shall return zero for SDLC ports. 
  152.  
  153. ifOutOctets         Refer to [6]. 
  154.  
  155. ifOutUcastPkts      This object shall count packets transmitted to a                     specific SDLC poll address (not x'FF'). 
  156.  
  157. ifOutDiscards       Refer to [6]. 
  158.  
  159. ifOutErrors         Refer to [6].  Specific counters for these errors                     are kept in the sdlcPortStatsTable. 
  160.  
  161. ifName              The textual name of the SDLC port or an octet string                     of zero length. 
  162.  
  163. ifInMulticastPkts   The value is 0 (not applicable to the SDLC layer). 
  164.  
  165. ifInBroadcastPkts   This object shall count packets received on this                     interface addressed to the SDLC broadcast address                     (x'FF').  Only point-to-point ports supporting a                     secondary switched station should return non-zero                     values. 
  166.  
  167. ifOutMulticastPkts  The value is 0 (not applicable to the SDLC layer). 
  168.  
  169. ifOutBroadcastPkts  This object shall count packets transmitted on this                     interface which were addressed to the SDLC broadcast 
  170.  
  171.  
  172.  
  173. Hilgeman, Nix, Bartky & Clark                                   [Page 5] 
  174.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  175.  
  176.                      address (x'FF').  Only point-to-point ports                     supporting a primary switched station should                     return non-zero values. 
  177.  
  178. ifHC*               Not part of the conformance group. 
  179.  
  180. ifLinkUpDownTrapEnable                     Refer to [6].  Default is disabled (2). 
  181.  
  182. ifHighSpeed         Refer to [6]. 
  183.  
  184. ifPromiscuousMode   Should return false if this interface receives only                     packets addressed to its SDLC poll address(es).                     However, in certain implementations, the lower-layer                     interface shall present all frames to the SDLC port                     regardless of the poll address.  Such frames may be                     the result of a misconfigured peer or the secondary                     end of a multipoint connection.  Such                     implementations should return true for this                     object. 
  185.  
  186. ifConnectorPresent  Set to 'false'. 
  187.  
  188. ifStackHigherLayer  For each SDLC port there will be an ifStackEntry                     with this object's value referring to the ifIndex of                     the SDLC port's ifEntry for the SDLC layer. 
  189.  
  190. ifStackLowerLayer   For each SDLC port there will be an ifStackEntry                     with this object's value referring to the ifIndex of                     the physical layer interface's ifEntry for that SDLC                     port. 
  191.  
  192. ifStackStatus       Refer to [6]. 
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  Hilgeman, Nix, Bartky & Clark                                   [Page 6] 
  211.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  212.  
  213.  3.  Definitions 
  214.  
  215. SNA-SDLC-MIB DEFINITIONS ::= BEGIN 
  216.  
  217. IMPORTS     MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,     Counter32, Integer32, TimeTicks         FROM SNMPv2-SMI     DisplayString, RowStatus, TimeInterval         FROM SNMPv2-TC     MODULE-COMPLIANCE, OBJECT-GROUP         FROM SNMPv2-CONF     mib-2, ifIndex, ifAdminStatus, ifOperStatus         FROM RFC1213-MIB; 
  218.  
  219.  snaDLC MODULE-IDENTITY         LAST-UPDATED  "9411150000Z"         ORGANIZATION  "IETF SNA DLC MIB Working Group"         CONTACT-INFO                 "        Wayne Clark 
  220.  
  221.                  Postal: cisco Systems, Inc.                          3100 Smoketree Ct.                          Suite 1000                          Raleigh, NC 27604                          US 
  222.  
  223.                     Tel: +1 919 878 6958 
  224.  
  225.                  E-Mail: wclark@cisco.com" 
  226.  
  227.         DESCRIPTION                 "This is the MIB module for objects used to                  manage SDLC devices." 
  228.  
  229. ::= { mib-2 41 } 
  230.  
  231. -- --  The following data link controls are modelled in this MIB module: -- --     1. SDLC -- 
  232.  
  233. sdlc        OBJECT IDENTIFIER ::= { snaDLC 1 } 
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  Hilgeman, Nix, Bartky & Clark                                   [Page 7] 
  240.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  241.  
  242.  -- --  THE SDLC GROUP --  ============== -- --  The following resources are modelled in the SDLC group of this --  MIB module: -- --     1. PORTS --     2. LINK STATIONS 
  243.  
  244. sdlcPortGroup OBJECT IDENTIFIER ::= { sdlc 1 } -- Physical Ports sdlcLSGroup   OBJECT IDENTIFIER ::= { sdlc 2 } -- Logical Link Stations 
  245.  
  246. -- --  THE SDLC PORT GROUP --  =================== -- --  The following classes of information is modelled for each SDLC port: -- --     1.  ADMINISTRATIVE ( read/write) --     2.  OPERATIONAL    ( read-only) --     3.  STATISTICS     ( read-only) 
  247.  
  248. --  Information not found in this group is found in tables described in --  the following RFCs: -- --    1.  RFC1213  - MIB-II -- --            TABLE                      INDEX --            ====================       ==================== --        a.  ifTable                    ifIndex -- --    2.  RFC1659  - The RS232-like MIB -- --            TABLE                      INDEX --            ====================       ==================== --        a.  rs232PortTable             rs232PortIndex --        b.  rs232SyncPortTable         rs232SyncPortIndex --        c.  rs232InSigTable            rs232InSigPortIndex, --                                       rs232InSigName --        d.  rs232OutSigTable           rs232OutSigPortIndex, --                                       rs232OutSigName --     ** e.  rs232AsyncPortTable        rs232AsyncPortIndex -- --     ** rs232AsyncPortTable for ISO 3309.3 ( Start-Stop SDLC). 
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  Hilgeman, Nix, Bartky & Clark                                   [Page 8] 
  255.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  256.  
  257.  --  ************************************************************* --  *                                                           * --  *           THE SDLC PORT ADMINISTRATIVE TABLE              * --  *                                                           * --  ************************************************************* 
  258.  
  259. sdlcPortAdminTable  OBJECT-TYPE                     SYNTAX      SEQUENCE OF SdlcPortAdminEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                         "This table contains objects that can be                         changed to manage an SDLC port.    Changing one                         of these parameters may take effect in the                         operating port immediately or may wait until                         the interface is restarted depending on the                         details of the implementation. 
  260.  
  261.                         Most of the objects in this read-write table                         have corresponding read-only objects in the                         sdlcPortOperTable that return the current                         operating value. 
  262.  
  263.                         The operating values may be different from                         these configured values if  a configured                         parameter was changed after the interface was                         started."                      ::= { sdlcPortGroup 1 } 
  264.  
  265. sdlcPortAdminEntry  OBJECT-TYPE                     SYNTAX      SdlcPortAdminEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                         "A list of configured values for an SDLC port."                     INDEX   { ifIndex }                     ::= { sdlcPortAdminTable 1 } 
  266.  
  267. SdlcPortAdminEntry  ::= SEQUENCE {         sdlcPortAdminName           DisplayString,         sdlcPortAdminRole           INTEGER,         sdlcPortAdminType           INTEGER,         sdlcPortAdminTopology       INTEGER,         sdlcPortAdminISTATUS        INTEGER,         sdlcPortAdminACTIVTO        TimeInterval,         sdlcPortAdminPAUSE          TimeInterval,         sdlcPortAdminSERVLIM        Integer32, 
  268.  
  269.  
  270.  
  271. Hilgeman, Nix, Bartky & Clark                                   [Page 9] 
  272.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  273.  
  274.          sdlcPortAdminSlowPollTimer  TimeInterval } 
  275.  
  276. sdlcPortAdminName   OBJECT-TYPE                     SYNTAX      DisplayString (SIZE (1..10))                     MAX-ACCESS  read-write                     STATUS      current                     DESCRIPTION                         "An octet string that defines the physical port                         to which this interface is assigned.  It has                         implementation-specific significance. Its value                         shall be unique within the administered                         system.  It must contain only ASCII printable                         characters.  Should an implementation choose to                         accept a write operation  for this object, it                         causes the logical port definition associated                         with the table instance to be moved to  a                         different physical port.  A write operation                         shall not take effect until the port is cycled                         inactive."                     ::= { sdlcPortAdminEntry 1 } 
  277.  
  278. sdlcPortAdminRole   OBJECT-TYPE                     SYNTAX      INTEGER                     {                         primary(1),                         secondary(2),                         negotiable(3)                     }                     MAX-ACCESS  read-write                     STATUS      current                     DESCRIPTION                         "This object describes the role that the link                         station shall assume the next time a connection                         is established. 
  279.  
  280.                         Even though this is defined as a port object,                         it is a link station attribute in the sense                         that a role is per link station.  However, it                         is not possible to vary link station roles on a                         particular port.  For example, if an SDLC port                         is configured to primary, all link stations on                         that port must be primary."                     ::= { sdlcPortAdminEntry 2 } 
  281.  
  282. sdlcPortAdminType   OBJECT-TYPE                     SYNTAX      INTEGER                     { 
  283.  
  284.  
  285.  
  286. Hilgeman, Nix, Bartky & Clark                                  [Page 10] 
  287.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  288.  
  289.                           leased(1),                          switched(2)                     }                     MAX-ACCESS  read-write                     STATUS      current                     DESCRIPTION                         "This parameter defines whether the SDLC port                         is to connect to a leased or switched line.  A                         write operation to this administrative  value                         shall not take effect until the SDLC port has                         been cycled inactive."                     DEFVAL { leased }                     ::= { sdlcPortAdminEntry 3 } 
  290.  
  291. sdlcPortAdminTopology  OBJECT-TYPE                     SYNTAX      INTEGER                     {                          pointToPoint(1),                          multipoint(2)                     }                     MAX-ACCESS  read-write                     STATUS      current                     DESCRIPTION                         "This parameter defines whether the SDLC port is                         capable of operating in either a point-to-point                         or multipoint topology. 
  292.  
  293.                         sdlcPortAdminTopology == multipoint implies the                         port can also operate in a point-to-point                         topology.  sdlcPortAdminTopology ==                         pointToPoint does not imply the port can                         operate in a multipoint topology. 
  294.  
  295.                         A write operation to this administrative value                         shall not take effect until the SDLC port has                         been cycled inactive."                     DEFVAL { pointToPoint }                     ::= { sdlcPortAdminEntry 4 } 
  296.  
  297. sdlcPortAdminISTATUS  OBJECT-TYPE                     SYNTAX      INTEGER                     {                          inactive(1),                          active(2)                     }                     MAX-ACCESS  read-write                     STATUS      current                     DESCRIPTION 
  298.  
  299.  
  300.  
  301. Hilgeman, Nix, Bartky & Clark                                  [Page 11] 
  302.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  303.  
  304.                          "This parameter controls the initial value of                         the administrative status, ifAdminStatus, of                         this SDLC port at port start-up.  Depending                         on the implementation, a write operation to                         this administrative object may not take effect                         until the SDLC port has been cycled inactive."                     DEFVAL { active }                     ::= { sdlcPortAdminEntry 5 } 
  305.  
  306. sdlcPortAdminACTIVTO    OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-write                     STATUS      current                     DESCRIPTION                         "This parameter defines the period of time (in                         1/100ths of a second) that the port will allow a                         switched line to remain inactive before                         disconnecting.  A switched line is considered                         to be inactive if there are no I-Frames being                         transferred.  A value of zero indicates no                         timeout.  Depending on the implementation, a                         write operation to this administered value may                         not take effect until the port is cycled                         inactive. 
  307.  
  308.                         This object only has meaning for SDLC ports                         where sdlcPortAdminType == switched 
  309.  
  310.                         The object descriptor contains the name of an                         NCP configuration parameter, ACTIVTO.  Please                         note that the value of this object represents                         1/100ths of a second while the NCP ACTIVTO is                         represented in seconds."                     DEFVAL { 0 }                     ::= { sdlcPortAdminEntry 6 } 
  311.  
  312. sdlcPortAdminPAUSE  OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-write                     STATUS      current                     DESCRIPTION                         "This object defines the minimum elapsed time                         (in 1/100ths of a second) between any two                         traversals of the poll list for a primary SDLC                         port.  Depending on the implementation, a write                         operation to this administered value  may not                         take effect until the port is cycled inactive. 
  313.  
  314.  
  315.  
  316.  Hilgeman, Nix, Bartky & Clark                                  [Page 12] 
  317.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  318.  
  319.                          The object descriptor contains the name of an                         NCP configuration parameter, PAUSE.  Please                         note that the value of this object represents                         1/100ths of a second while the NCP PAUSE is                         represented in 1/10ths of a second. 
  320.  
  321.                         This object only has meaning for SDLC ports                         where sdlcPortAdminRole == primary "                     DEFVAL { 200 }                     ::= { sdlcPortAdminEntry 7 } 
  322.  
  323. sdlcPortAdminSERVLIM OBJECT-TYPE                     SYNTAX      Integer32                     MAX-ACCESS  read-write                     STATUS      current                     DESCRIPTION                         "This object defines the number of times the                         active poll list will be traversed before                         polling a station on the slow poll list for a                         primary, multipoint SDLC port.  Depending  on                         the implementation, a write operation to this                         administered value  may not take effect until                         the port is cycled inactive. 
  324.  
  325.                         This object only has meaning for SDLC ports                         where                             sdlcPortAdminRole == primary                         and                             sdlcPortAdminTopology == multipoint "                     DEFVAL { 20 }                     ::= { sdlcPortAdminEntry 8 } 
  326.  
  327. sdlcPortAdminSlowPollTimer OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-write                     STATUS      current                     DESCRIPTION                         "This object describes the elapsed time (in                         1/100ths of a second) between polls for failed                         secondary link station addresses.  Depending                         on the implementation, a write operation to                         this administered value  may not take effect                         until the port is cycled inactive. 
  328.  
  329.                         This object only has meaning for SDLC ports                         where                             sdlcPortAdminRole == primary                         and 
  330.  
  331.  
  332.  
  333. Hilgeman, Nix, Bartky & Clark                                  [Page 13] 
  334.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  335.  
  336.                              sdlcPortAdminTopology == multipoint "                     DEFVAL { 2000 }                     ::= { sdlcPortAdminEntry 9 } 
  337.  
  338. --  ************************************************************* --  *                                                           * --  *                THE SDLC PORT OPERATIONAL TABLE            * --  *                                                           * --  ************************************************************* 
  339.  
  340. sdlcPortOperTable   OBJECT-TYPE                     SYNTAX      SEQUENCE OF SdlcPortOperEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                         "This table contains current SDLC port                         parameters.  Many of these objects have                         corresponding objects inthe sdlcPortAdminTable."                     ::= { sdlcPortGroup 2 } 
  341.  
  342. sdlcPortOperEntry   OBJECT-TYPE                     SYNTAX      SdlcPortOperEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                         "Currently set parameters for a specific SDLC                         port."                     INDEX   { ifIndex }                     ::= { sdlcPortOperTable 1 } 
  343.  
  344. SdlcPortOperEntry   ::= SEQUENCE {         sdlcPortOperName                DisplayString,         sdlcPortOperRole                INTEGER,         sdlcPortOperType                INTEGER,         sdlcPortOperTopology            INTEGER,         sdlcPortOperISTATUS             INTEGER,         sdlcPortOperACTIVTO             TimeInterval,         sdlcPortOperPAUSE               TimeInterval,         sdlcPortOperSlowPollMethod      INTEGER,         sdlcPortOperSERVLIM             Integer32,         sdlcPortOperSlowPollTimer       TimeInterval,         sdlcPortOperLastModifyTime      TimeTicks,         sdlcPortOperLastFailTime        TimeTicks,         sdlcPortOperLastFailCause       INTEGER } 
  345.  
  346. sdlcPortOperName    OBJECT-TYPE 
  347.  
  348.  
  349.  
  350. Hilgeman, Nix, Bartky & Clark                                  [Page 14] 
  351.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  352.  
  353.                      SYNTAX      DisplayString (SIZE (1..8))                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "An octet string that describes the physical                         port to which this interface is currently                         attached.  It has  implementation-specific                         significance."                     ::= { sdlcPortOperEntry 1 } 
  354.  
  355. sdlcPortOperRole    OBJECT-TYPE                     SYNTAX      INTEGER                     {                         primary(1),                         secondary(2),                         undefined(3)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the role that the link                         station has assumed on this connection. 
  356.  
  357.                         Even though this is defined as a port object,                         it is a link station attribute in the sense                         that a role is per link station.  However, it                         is not possible to vary link station roles on a                         particular port.  For example, if an SDLC port                         is configured to primary, all link stations on                         that port must be primary. 
  358.  
  359.                         The value of sdlcPortOperRole is undefined(3)                         whenever the link station role has not yet been                         established by the mode setting command."                     ::= { sdlcPortOperEntry 2 } 
  360.  
  361. sdlcPortOperType    OBJECT-TYPE                     SYNTAX      INTEGER                     {                          leased(1),                          switched(2)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This parameter defines whether the SDLC port                         is currently operating as though connected to a                         leased or switched line." 
  362.  
  363.  
  364.  
  365. Hilgeman, Nix, Bartky & Clark                                  [Page 15] 
  366.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  367.  
  368.                      ::= { sdlcPortOperEntry 3 } 
  369.  
  370. sdlcPortOperTopology  OBJECT-TYPE                     SYNTAX      INTEGER                     {                          pointToPoint(1),                          multipoint(2)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This parameter defines whether the SDLC port is                         currently operating in a point-to-point or                         multipoint topology."                     ::= { sdlcPortOperEntry 4 } 
  371.  
  372. sdlcPortOperISTATUS OBJECT-TYPE                     SYNTAX      INTEGER                     {                          inactive(1),                          active(2)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This parameter describes the initial value of                         the administrative status, ifAdminStatus, of                         this SDLC port at last port start-up."                     ::= { sdlcPortOperEntry 5 } 
  373.  
  374.  sdlcPortOperACTIVTO OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This parameter defines the period of time (in                         100ths of a second) that the port will allow a                         switched line to remain inactive before                         disconnecting.  A switched line is considered                         to be inactive if there are no I-Frames being                         transferred. 
  375.  
  376.                         The object descriptor contains the name of an                         NCP configuration parameter, ACTIVTO.  Please                         note that the value of this object represents                         1/100ths of a second while the NCP ACTIVTO is                         represented in seconds. 
  377.  
  378.  
  379.  
  380. Hilgeman, Nix, Bartky & Clark                                  [Page 16] 
  381.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  382.  
  383.                          A value of zero indicates no timeout."                     ::= { sdlcPortOperEntry 6 } 
  384.  
  385. sdlcPortOperPAUSE   OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the current minimum                         elapsed time (in 1/100ths of a second) between                         any two traversals of the poll list for a                         primary SDLC port. 
  386.  
  387.                         The object descriptor contains the name of an                         NCP configuration parameter, PAUSE.  Please                         note that the value of this object represents                         1/100ths of a second while the NCP PAUSE is                         represented in 1/10ths of a second. 
  388.  
  389.                         This object only has meaning for SDLC ports                         where                             sdlcPortAdminRole == primary "                     ::= { sdlcPortOperEntry 7 } 
  390.  
  391. sdlcPortOperSlowPollMethod OBJECT-TYPE                     SYNTAX      INTEGER                     {                          servlim(1),                          pollpause(2),                          other(3)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object defines the exact method that is in                         effect for periodically polling failed secondary                         link station addresses. 
  392.  
  393.                         If sdlcPortOperSlowPollMethod == servlim, then                         sdlcPortOperSERVLIM defines the actual polling                         characteristics. 
  394.  
  395.                         If sdlcPortOperSlowPollMethod == pollpause,                         then sdlcPortOperSlowPollTimer defines the                         actual polling characteristics. 
  396.  
  397.                         If sdlcPortOperSlowPollMethod == other, then                         the polling characteristics are modeled in 
  398.  
  399.  
  400.  
  401. Hilgeman, Nix, Bartky & Clark                                  [Page 17] 
  402.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  403.  
  404.                          vendor-specific objects. 
  405.  
  406.                         This object only has meaning for SDLC ports                         where                             sdlcPortOperRole == primary                         and                             sdlcPortOperTopology == multipoint "                     ::= { sdlcPortOperEntry 8 } 
  407.  
  408. sdlcPortOperSERVLIM OBJECT-TYPE                     SYNTAX      Integer32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the number of times the                         active poll list is currently being traversed                         before polling a station on the slow poll list                         for a primary, multipoint SDLC port. 
  409.  
  410.                         This object only has meaning for SDLC ports                         where                             sdlcPortOperRole == primary                         and                             sdlcPortOperTopology == multipoint "                     ::= { sdlcPortOperEntry 9 } 
  411.  
  412. sdlcPortOperSlowPollTimer OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the elapsed time (in                         1/100ths of a second) between polls for failed                         secondary link station addresses. 
  413.  
  414.                         This object only has meaning for SDLC ports                         where                             sdlcPortOperRole == primary                         and                             sdlcPortOperTopology == multipoint "                     ::= { sdlcPortOperEntry 10 } 
  415.  
  416. sdlcPortOperLastModifyTime    OBJECT-TYPE                     SYNTAX      TimeTicks                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the value of sysUpTime 
  417.  
  418.  
  419.  
  420. Hilgeman, Nix, Bartky & Clark                                  [Page 18] 
  421.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  422.  
  423.                           when this port definition was last modified.                          If the port has not been modified, then this                          value shall be zero."                     ::= { sdlcPortOperEntry 11 } 
  424.  
  425. sdlcPortOperLastFailTime    OBJECT-TYPE                     SYNTAX      TimeTicks                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the value of sysUpTime                         when this SDLC port last failed.  If the port                         has not failed, then this value shall be zero."                     ::= { sdlcPortOperEntry 12 } 
  426.  
  427. sdlcPortOperLastFailCause    OBJECT-TYPE                     SYNTAX      INTEGER                     {                         undefined(1),                         physical(2)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This enumerated object describes the cause of                         the last failure of this SDLC port.  If the                         port has not failed, then this object has a                         value of undefined(1)."                     DEFVAL { undefined }                     ::= { sdlcPortOperEntry 13 } 
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449. Hilgeman, Nix, Bartky & Clark                                  [Page 19] 
  450.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  451.  
  452.  --  ************************************************************* --  *                                                           * --  *           THE SDLC PORT STATISTICS TABLE                  * --  *                                                           * --  ************************************************************* 
  453.  
  454. sdlcPortStatsTable  OBJECT-TYPE                     SYNTAX      SEQUENCE OF SdlcPortStatsEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                         "Each entry in this table contains statistics                         for a specific SDLC port."                      ::= { sdlcPortGroup 3 } 
  455.  
  456. sdlcPortStatsEntry  OBJECT-TYPE                     SYNTAX      SdlcPortStatsEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                         "A list of statistics for an SDLC port."                     INDEX   { ifIndex }                     ::= { sdlcPortStatsTable 1 } 
  457.  
  458. SdlcPortStatsEntry ::= SEQUENCE {         sdlcPortStatsPhysicalFailures Counter32,         sdlcPortStatsInvalidAddresses Counter32,         sdlcPortStatsDwarfFrames      Counter32,         sdlcPortStatsPollsIn          Counter32,         sdlcPortStatsPollsOut         Counter32,         sdlcPortStatsPollRspsIn       Counter32,         sdlcPortStatsPollRspsOut      Counter32,         sdlcPortStatsLocalBusies      Counter32,         sdlcPortStatsRemoteBusies     Counter32,         sdlcPortStatsIFramesIn        Counter32,         sdlcPortStatsIFramesOut       Counter32,         sdlcPortStatsOctetsIn         Counter32,         sdlcPortStatsOctetsOut        Counter32,         sdlcPortStatsProtocolErrs     Counter32,         sdlcPortStatsActivityTOs      Counter32,         sdlcPortStatsRNRLIMITs        Counter32,         sdlcPortStatsRetriesExps      Counter32,         sdlcPortStatsRetransmitsIn    Counter32,         sdlcPortStatsRetransmitsOut   Counter32 } 
  459.  
  460. sdlcPortStatsPhysicalFailures OBJECT-TYPE 
  461.  
  462.  
  463.  
  464. Hilgeman, Nix, Bartky & Clark                                  [Page 20] 
  465.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  466.  
  467.                      SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of times                         this port has failed due to its physical media                         since port startup.  At port startup time,                         this object must be initialized to zero."                     ::= { sdlcPortStatsEntry 1 } 
  468.  
  469. sdlcPortStatsInvalidAddresses OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                         frames received by this port with invalid link                         station addresses."                     ::= { sdlcPortStatsEntry 2 } 
  470.  
  471. sdlcPortStatsDwarfFrames OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                         frames received by this port which were                         delivered intact by the physical layer but were                         too short to be legal. 
  472.  
  473.                         Ignoring the frame check sequence (FCS), a                         frame is considered to be too short if it                         is less than 2 bytes for sdlcLSOperMODULO of                         eight, or if it is less than 3 bytes for                         sdlcLSOperMODULO of onetwentyeight." 
  474.  
  475.                     ::= { sdlcPortStatsEntry 3 } 
  476.  
  477. sdlcPortStatsPollsIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of polls                          received by this port since the port was                          created." 
  478.  
  479.                     ::= { sdlcPortStatsEntry 4 } 
  480.  
  481.  
  482.  
  483. Hilgeman, Nix, Bartky & Clark                                  [Page 21] 
  484.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  485.  
  486.  sdlcPortStatsPollsOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of polls                          sent by this port since the port was created." 
  487.  
  488.                     ::= { sdlcPortStatsEntry 5 } 
  489.  
  490. sdlcPortStatsPollRspsIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of poll                          responses received by this port since the port                          was created." 
  491.  
  492.                     ::= { sdlcPortStatsEntry 6 } 
  493.  
  494. sdlcPortStatsPollRspsOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of poll                          responses sent by this port since the port was                          created." 
  495.  
  496.                     ::= { sdlcPortStatsEntry 7 } 
  497.  
  498. sdlcPortStatsLocalBusies OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of                          times that the local SDLC link stations on                          this port have entered a busy state (RNR).                          This object is initialized to zero when the                          port is created."                     ::= { sdlcPortStatsEntry 8 } 
  499.  
  500. sdlcPortStatsRemoteBusies OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current 
  501.  
  502.  
  503.  
  504. Hilgeman, Nix, Bartky & Clark                                  [Page 22] 
  505.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  506.  
  507.                      DESCRIPTION                          "This object reflects the total number of                          times that the adjacent (i.e., remote) SDLC                          link stations on this port have entered a busy                          state (RNR).  This object is initialized to                          zero when the port is created."                     ::= { sdlcPortStatsEntry 9 } 
  508.  
  509. sdlcPortStatsIFramesIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of                          I-Frames that have been received by SDLC link                          stations on this port.  This object is                          initialized to zero when the port is created."                     ::= { sdlcPortStatsEntry 10 } 
  510.  
  511. sdlcPortStatsIFramesOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of                          I-Frames that have been transmitted by SDLC                          link stations on this port.  This object is                          initialized to zero when the port is created."                     ::= { sdlcPortStatsEntry 11 } 
  512.  
  513. sdlcPortStatsOctetsIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total octets                          received from adjacent SDLC link stations on                          this port.  This object covers the address,                          control, and information field of I-Frames                          only.  This object is initialized to zero when                          the port is created."                     ::= { sdlcPortStatsEntry 12 } 
  514.  
  515. sdlcPortStatsOctetsOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION 
  516.  
  517.  
  518.  
  519. Hilgeman, Nix, Bartky & Clark                                  [Page 23] 
  520.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  521.  
  522.                           "This object reflects the total octets                          transmitted to adjacent SDLC link stations on                          this port.  This object covers the address,                          control, and information field of I-Frames                          only.  This object is initialized to zero when                          the port is created."                     ::= { sdlcPortStatsEntry 13 } 
  523.  
  524. sdlcPortStatsProtocolErrs OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of                          times that the SDLC link stations on this port                          have deactivated the link as a result of                          having received a protocol violation from the                          adjacent link station.  This object is                          initialized to zero when the port is created."                     ::= { sdlcPortStatsEntry 14 } 
  525.  
  526. sdlcPortStatsActivityTOs OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of                          times that the SDLC link stations on this port                          have deactivated the link as a result of no                          activity on the link.  This object is                          initialized to zero when the port is created."                     ::= { sdlcPortStatsEntry 15 } 
  527.  
  528. sdlcPortStatsRNRLIMITs OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of                          times that the SDLC link stations on this port                          have deactivated the link as a result of its                          RNRLIMIT timer expiring.  This object is                          initialized to zero when the port is created."                     ::= { sdlcPortStatsEntry 16 } 
  529.  
  530. sdlcPortStatsRetriesExps OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only 
  531.  
  532.  
  533.  
  534. Hilgeman, Nix, Bartky & Clark                                  [Page 24] 
  535.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  536.  
  537.                      STATUS      current                     DESCRIPTION                          "This object reflects the total number of                          times that the SDLC link stations on this port                          have deactivated the link as a result of a                          retry sequence being exhausted.  This object                          is initialized to zero when the port is                          created."                     ::= { sdlcPortStatsEntry 17 } 
  538.  
  539. sdlcPortStatsRetransmitsIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of                          I-Frames retransmitted by remote link stations                          for all SDLC link stations on this port.  This                          object is initialized to zero when the port is                          created."                     ::= { sdlcPortStatsEntry 18 } 
  540.  
  541. sdlcPortStatsRetransmitsOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "This object reflects the total number of                          I-Frames retransmitted by all local SDLC link                          stations on this port.  This object is                          initialized to zero when the port is created."                     ::= { sdlcPortStatsEntry 19 } 
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561. Hilgeman, Nix, Bartky & Clark                                  [Page 25] 
  562.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  563.  
  564.  -- --  THE SDLC LINK STATION GROUP --  =========================== -- 
  565.  
  566. --  The following classes of information is modelled for each SDLC link --  station: -- --     1.  ADMINISTRATIVE ( read-write) --     2.  OPERATIONAL    ( read-only) --     3.  STATISTICS     ( read-only) 
  567.  
  568. --  ************************************************************* --  *                                                           * --  *        THE SDLC LINK STATION ADMINISTRATIVE TABLE         * --  *                                                           * --  ************************************************************* 
  569.  
  570. sdlcLSAdminTable  OBJECT-TYPE                     SYNTAX      SEQUENCE OF SdlcLSAdminEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                         "This table contains objects that can be                         changed to manage an SDLC link station.                         Changing one of these parameters may take                         effect in the operating link immediately or may                         wait until the link is restarted depending on                         the details of the implementation. 
  571.  
  572.                         The entries in sdlcLSAdminTable can be created                         either by an agent or a management station. The                         management station can create an entry in                         sdlcLSAdminTable by setting the appropriate                         value in sdlcLSAdminRowStatus. 
  573.  
  574.                         Most of the objects in this read-create table                         have corresponding read-only objects in the                         sdlcLSOperTable that reflect the current                         operating value. 
  575.  
  576.                         The operating values may be different from                         these configured values if changed by XID                         negotiation or if a configured parameter was                         changed after the link was started."                     ::= { sdlcLSGroup 1 } 
  577.  
  578. sdlcLSAdminEntry    OBJECT-TYPE 
  579.  
  580.  
  581.  
  582. Hilgeman, Nix, Bartky & Clark                                  [Page 26] 
  583.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  584.  
  585.                      SYNTAX      SdlcLSAdminEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                          "A list of configured values for an SDLC link                          station."                     INDEX   { ifIndex, sdlcLSAddress }                     ::= { sdlcLSAdminTable 1 } 
  586.  
  587. SdlcLSAdminEntry ::= SEQUENCE {         sdlcLSAddress           INTEGER,         sdlcLSAdminName         DisplayString,         sdlcLSAdminState        INTEGER,         sdlcLSAdminISTATUS      INTEGER,         sdlcLSAdminMAXDATASend  Integer32,         sdlcLSAdminMAXDATARcv   Integer32,         sdlcLSAdminREPLYTO      TimeInterval,         sdlcLSAdminMAXIN        INTEGER,         sdlcLSAdminMAXOUT       INTEGER,         sdlcLSAdminMODULO       INTEGER,         sdlcLSAdminRETRIESm     INTEGER,         sdlcLSAdminRETRIESt     TimeInterval,         sdlcLSAdminRETRIESn     Integer32,         sdlcLSAdminRNRLIMIT     TimeInterval,         sdlcLSAdminDATMODE      INTEGER,         sdlcLSAdminGPoll        INTEGER,         sdlcLSAdminSimRim       INTEGER,         sdlcLSAdminXmitRcvCap   INTEGER,         sdlcLSAdminRowStatus    RowStatus } 
  588.  
  589. sdlcLSAddress       OBJECT-TYPE                     SYNTAX      INTEGER (1..255)                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                          "This value is the poll address of the                          secondary link station for this SDLC link.  It                          uniquely identifies the SDLC link station                          within a single SDLC port."                     ::= { sdlcLSAdminEntry 1 } 
  590.  
  591. sdlcLSAdminName     OBJECT-TYPE                     SYNTAX      DisplayString (SIZE (1..10))                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION 
  592.  
  593.  
  594.  
  595. Hilgeman, Nix, Bartky & Clark                                  [Page 27] 
  596.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  597.  
  598.                          "An octet string that defines the local name of                         the SDLC link station.  This field may be sent                         in the XID3 control vector 0x0E, type 0xF7."                     ::= { sdlcLSAdminEntry 2 } 
  599.  
  600. sdlcLSAdminState    OBJECT-TYPE                     SYNTAX      INTEGER                     {                          inactive(1),                          active(2)                     }                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the desired state of the                         SDLC station.  The managed system shall attempt                         to keep the operational state, sdlcLSOperState,                         consistent with this value."                     DEFVAL { active }                     ::= { sdlcLSAdminEntry 3 } 
  601.  
  602. sdlcLSAdminISTATUS  OBJECT-TYPE                     SYNTAX      INTEGER                     {                          inactive(1),                          active(2)                     }                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This parameter controls the desired state,                         sdlcLSAdminState, of the SDLC link station at                         link station start-up."                     DEFVAL { active }                     ::= { sdlcLSAdminEntry 4 } 
  603.  
  604. sdlcLSAdminMAXDATASend  OBJECT-TYPE                     SYNTAX      Integer32                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object contains the maximum PDU size that                         the local link station thinks it can send to                         the adjacent link station before having                         received any XID from the ALS.  After the                         maximum PDU size that the ALS can receive is                         known (via XID exchange) that value is                         reflected in sdlcLSOperMAXDATASend and takes 
  605.  
  606.  
  607.  
  608. Hilgeman, Nix, Bartky & Clark                                  [Page 28] 
  609.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  610.  
  611.                          precedence over this object. 
  612.  
  613.                         This value includes the Transmission Header                         (TH) and the Request Header (RH)."                     ::= { sdlcLSAdminEntry 5 } 
  614.  
  615. sdlcLSAdminMAXDATARcv  OBJECT-TYPE                     SYNTAX      Integer32                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object contains the maximum PDU size that                         the local link station can receive from the                         adjacent link station.  This value is sent in                         the XID to the ALS. 
  616.  
  617.                         This value includes the Transmission Header                         (TH) and the Request Header (RH)."                     ::= { sdlcLSAdminEntry 6 } 
  618.  
  619. sdlcLSAdminREPLYTO  OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the reply timeout (in                         1/100ths of a second) for an SDLC link                         station.  If the link station does not receive                         a response to a poll or message before the                         specified time expires then the appropriate                         error recovery shall be initiated. 
  620.  
  621.                         The object descriptor contains the name of an                         NCP configuration parameter, REPLYTO.  Please                         note that the value of this object represents                         1/100ths of a second while the NCP REPLYTO is                         represented in 1/10ths of a second. 
  622.  
  623.                         Depending on the implementation, a write                         operation to this administered value  may not                         change the operational value, sdlcLSOperREPLYTO,                         until the link station is cycled inactive. 
  624.  
  625.                         This object only has meaning for SDLC ports                         where sdlcPortAdminRole == primary "                     DEFVAL { 100 }                     ::= { sdlcLSAdminEntry 7 } 
  626.  
  627.  
  628.  
  629.  Hilgeman, Nix, Bartky & Clark                                  [Page 29] 
  630.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  631.  
  632.  sdlcLSAdminMAXIN    OBJECT-TYPE                     SYNTAX      INTEGER (1..127)                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the maximum number of                         unacknowledged I-frames which an SDLC link                         station may receive.  This should range from 1                         to (sdlcLSAdminMODULO - 1).  This value is sent                         in the XID to the ALS. 
  633.  
  634.                         A write operation to this administered value                         will not change the operational value,                         sdlcLSOperMAXIN, until the link station is                         cycled inactive."                     DEFVAL { 7 }                     ::= { sdlcLSAdminEntry 8 } 
  635.  
  636. sdlcLSAdminMAXOUT   OBJECT-TYPE                     SYNTAX      INTEGER (1..127)                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the maximum number of                         consecutive unacknowledged I-frames which an                         SDLC link station shall send without an                         acknowledgement.  This shall range from 1 to                         (sdlcLSAdminMODULO - 1). 
  637.  
  638.                         For link stations on switched SDLC lines,                         certain implementions may choose to override                         this administered value with the value                         received in the XID exchange. 
  639.  
  640.                         Depending on the implementation, a write                         operation to this administered value may not                         change the operational value,                         sdlcLSOperMAXOUT, until the link station is                         cycled inactive. 
  641.  
  642.                         An implementation can support only modulo 8,                         only modulo 128, or both."                     DEFVAL { 1 }                     ::= { sdlcLSAdminEntry 9 } 
  643.  
  644. sdlcLSAdminMODULO   OBJECT-TYPE                     SYNTAX      INTEGER                     { 
  645.  
  646.  
  647.  
  648. Hilgeman, Nix, Bartky & Clark                                  [Page 30] 
  649.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  650.  
  651.                          eight(8),                         onetwentyeight(128)                     }                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the modulus for an SDLC                         link station.  This modulus determines the size                         of the rotating acknowledgement window used the                         SDLC link station pair. 
  652.  
  653.                         A write operation to this administered value                         will not change the operational value,                         sdlcLSOperMODULO, until the link station is                         cycled inactive. 
  654.  
  655.                         An implementation can support only modulo 8,                         only modulo 128, or both."                     DEFVAL { eight }                     ::= { sdlcLSAdminEntry 10 } 
  656.  
  657. sdlcLSAdminRETRIESm OBJECT-TYPE                     SYNTAX      INTEGER (0..128)                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls number of retries in a                         retry sequence for the local SDLC link                         station.  A retry sequence is a series of                         retransmitted frames ( data or control) for                         which no positive acknowledgement is received. 
  658.  
  659.                         The number of times that the retry sequence is                         to be repeated is controlled by the object:                         sdlcLSAdminRETRIESn.  The interval between retry                         sequences is controlled by the object:                         sdlcLSAdminRETRIESt. 
  660.  
  661.                         A value of zero indicates no retries. If the                         value of sdlcLSAdminRETRIESm is zero, then the                         values of sdlcLSAdminRETRIESt and                         sdlcLSAdminRETRIESn should also be zero. 
  662.  
  663.                         Depending on the implementation, a write                         operation to this administered value  may not                         change the operational value,                         sdlcLSOperRETRIESm, until the link station is                         cycled inactive." 
  664.  
  665.  
  666.  
  667. Hilgeman, Nix, Bartky & Clark                                  [Page 31] 
  668.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  669.  
  670.                      DEFVAL { 15 }                     ::= { sdlcLSAdminEntry 11 } 
  671.  
  672. sdlcLSAdminRETRIESt OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the interval (in 1/100ths                         of a second) between retry sequences for the                         local SDLC link station if multiple retry                         sequences are specified .  A retry sequence is                         a series of retransmitted frames ( data or                         control) for which no positive acknowledgement                         is received. 
  673.  
  674.                         The number of repeated retries sequences is                         controlled by the object: sdlcLSAdminRETRIESn.                         The retries per sequence is controlled by the                         object:  sdlcLSAdminRETRIESm. 
  675.  
  676.                         The object descriptor contains the name of an                         NCP configuration parameter, RETRIESt.  Please                         note that the value of this object represents                         1/100ths of a second while the NCP RETRIESt is                         represented in seconds. 
  677.  
  678.                         Depending on the implementation, a write                         operation to this administered value  may not                         change the operational value,                         sdlcLSOperRETRIESt, until the link station is                         cycled inactive."                     DEFVAL { 0 }                     ::= { sdlcLSAdminEntry 12 } 
  679.  
  680. sdlcLSAdminRETRIESn OBJECT-TYPE                     SYNTAX      Integer32                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the number of times that                         a retry sequence is repeated for the local SDLC                         link station.  A retry sequence is a series of                         retransmitted frames ( data or control) for                         which no positive acknowledgement is received. 
  681.  
  682.                         The interval between retry sequences is                         controlled by the object: sdlcLSAdminRETRIESn. 
  683.  
  684.  
  685.  
  686. Hilgeman, Nix, Bartky & Clark                                  [Page 32] 
  687.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  688.  
  689.                          The retries per sequence is controlled by the                         object:  sdlcLSAdminRETRIESm. 
  690.  
  691.                         Depending on the implementation, a write                         operation to this administered value  may not                         change the operational value,                         sdlcLSOperRETRIESn, until the link station is                         cycled inactive."                     DEFVAL { 0 }                     ::= { sdlcLSAdminEntry 13 } 
  692.  
  693. sdlcLSAdminRNRLIMIT OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the length of time (in                         1/100ths of a second) that an SDLC link station                         will allow its adjacent link station to remain                         in a busy (RNR) state before declaring it                         inoperative. 
  694.  
  695.                         A value of sdlcLSAdminRNRLIMIT == 0 means there                         is no limit. 
  696.  
  697.                         The object descriptor contains the name of an                         NCP configuration parameter, RNRLIMIT.  Please                         note that the value of this object represents                         1/100ths of a second while the NCP RNRLIMIT is                         represented in minutes. 
  698.  
  699.                         Depending on the implementation, a write                         operation to this administered value  may not                         change the operational value,                         sdlcLSOperRNRLIMIT, until the link station is                         cycled inactive."                     DEFVAL { 18000 }                     ::= { sdlcLSAdminEntry 14 } 
  700.  
  701. sdlcLSAdminDATMODE  OBJECT-TYPE                     SYNTAX      INTEGER                     {                         half(1),                         full(2)                     }                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION 
  702.  
  703.  
  704.  
  705. Hilgeman, Nix, Bartky & Clark                                  [Page 33] 
  706.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  707.  
  708.                          "This object controls whether communications                         mode with the adjacent link station is                         two-way-alternate (half) or two-way-simultaneous                         (full). 
  709.  
  710.                         A write operation to this administered value                         will not change the operational value,                         sdlcLSOperDATMODE, until the link station is                         cycled inactive."                     DEFVAL { half }                     ::= { sdlcLSAdminEntry 15 } 
  711.  
  712. sdlcLSAdminGPoll    OBJECT-TYPE                     SYNTAX      INTEGER (0..254)                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object describes the group poll address                         for this link station instance.  If group poll                         is not in effect for this link station                         instance, the value for sdlcLSAdminGPoll should                         be zero. 
  713.  
  714.                         Depending on the implementation, a write                         operation to this administered value may not                         change the operational value, sdlcLSOperGPoll,                         until the link station is cycled inactive."                     ::= { sdlcLSAdminEntry 16 } 
  715.  
  716. sdlcLSAdminSimRim   OBJECT-TYPE                     SYNTAX      INTEGER                     {                          no(1),                          yes(2)                     }                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the support for                         transmission and receipt of SIM and RIM control                         frames for this link station.  The value of                         this object controls the setting of the                         transmit-receive capability sent in the XID                         field."                     DEFVAL { no }                     ::= { sdlcLSAdminEntry 17 } 
  717.  
  718. sdlcLSAdminXmitRcvCap OBJECT-TYPE 
  719.  
  720.  
  721.  
  722. Hilgeman, Nix, Bartky & Clark                                  [Page 34] 
  723.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  724.  
  725.                      SYNTAX      INTEGER                     {                          twa(1),                          tws(2)                     }                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object controls the transmit-receive                         capabilities for this SDLC link station.  The                         value of this object establishes the value of                         the transmit-receive capability indicator sent                         in the XID image to the adjacent link station."                     DEFVAL { twa }                     ::= { sdlcLSAdminEntry 18 } 
  726.  
  727. sdlcLSAdminRowStatus OBJECT-TYPE                     SYNTAX      RowStatus                     MAX-ACCESS  read-create                     STATUS      current                     DESCRIPTION                         "This object is used by a management station to                         create or delete the row entry in                         sdlcLSAdminTable following the RowStatus                         textual convention. 
  728.  
  729.                         Upon successful creation of the row, an agent                         automatically creates a corresponding entry in                         the sdlcLSOperTable with sdlcLSOperState equal                         to 'discontacted (1)'."                     ::= { sdlcLSAdminEntry 19 } 
  730.  
  731. --  ************************************************************* --  *                                                           * --  *           THE SDLC LINK STATION OPERATIONAL TABLE         * --  *                                                           * --  ************************************************************* 
  732.  
  733. sdlcLSOperTable     OBJECT-TYPE                     SYNTAX      SEQUENCE OF SdlcLSOperEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                           "This table contains current SDLC link                           parameters.  Many of these objects have                           corresponding objects in the                           sdlcLSAdminTable."                     ::= { sdlcLSGroup 2 } 
  734.  
  735.  
  736.  
  737. Hilgeman, Nix, Bartky & Clark                                  [Page 35] 
  738.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  739.  
  740.  sdlcLSOperEntry     OBJECT-TYPE                     SYNTAX      SdlcLSOperEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                          "A list of status and control values for an                          SDLC link station."                     INDEX   { ifIndex, sdlcLSAddress }                     ::= { sdlcLSOperTable 1 } 
  741.  
  742. SdlcLSOperEntry     ::= SEQUENCE {         sdlcLSOperName                  DisplayString,         sdlcLSOperRole                  INTEGER,         sdlcLSOperState                 INTEGER,         sdlcLSOperMAXDATASend           Integer32,         sdlcLSOperREPLYTO               TimeInterval,         sdlcLSOperMAXIN                 INTEGER,         sdlcLSOperMAXOUT                INTEGER,         sdlcLSOperMODULO                INTEGER,         sdlcLSOperRETRIESm              INTEGER,         sdlcLSOperRETRIESt              TimeInterval,         sdlcLSOperRETRIESn              INTEGER,         sdlcLSOperRNRLIMIT              TimeInterval,         sdlcLSOperDATMODE               INTEGER,         sdlcLSOperLastModifyTime        TimeTicks,         sdlcLSOperLastFailTime          TimeTicks,         sdlcLSOperLastFailCause         INTEGER,         sdlcLSOperLastFailCtrlIn        OCTET STRING,         sdlcLSOperLastFailCtrlOut       OCTET STRING,         sdlcLSOperLastFailFRMRInfo      OCTET STRING,         sdlcLSOperLastFailREPLYTOs      Counter32,         sdlcLSOperEcho                  INTEGER,         sdlcLSOperGPoll                 INTEGER,         sdlcLSOperSimRim                INTEGER,         sdlcLSOperXmitRcvCap            INTEGER } 
  743.  
  744. sdlcLSOperName      OBJECT-TYPE                     SYNTAX      DisplayString (SIZE (1..10))                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                          "An octet string that defines the name of the                          remote SDLC link station.  This field is                          received in the XID3 control vector 0x0E, type                          0xF7."                     ::= { sdlcLSOperEntry 1 } 
  745.  
  746.  
  747.  
  748. Hilgeman, Nix, Bartky & Clark                                  [Page 36] 
  749.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  750.  
  751.  sdlcLSOperRole      OBJECT-TYPE                     SYNTAX      INTEGER                     {                         primary(1),                         secondary(2),                         undefined(3)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the current role that the                         link station is assuming. 
  752.  
  753.                         The value of sdlcLSOperRole is undefined(3)                         whenever the link station role has not yet been                         established by the mode setting command."                     ::= { sdlcLSOperEntry 2 } 
  754.  
  755. sdlcLSOperState     OBJECT-TYPE                     SYNTAX      INTEGER                     {                         discontacted(1),                         contactPending(2),                         contacted(3),                         discontactPending(4)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the operational state of                         the SDLC link station.  The managed system                         shall attempt to keep this value consistent                         with the administered state, sdlcLSAdminState"                     ::= { sdlcLSOperEntry 3 } 
  756.  
  757. sdlcLSOperMAXDATASend   OBJECT-TYPE                     SYNTAX      Integer32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object contains the actual maximum PDU                         size that the local link station can send to                         the adjacent link station.  This object is                         established from the value received in the XID                         from the adjacent link station.  If no XID                         is received, then this value is implementation                         dependent (for instance, it could be the value                         of sdlcLSAdminMAXDATASend). 
  758.  
  759.  
  760.  
  761. Hilgeman, Nix, Bartky & Clark                                  [Page 37] 
  762.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  763.  
  764.                          This value includes the Transmission Header                         (TH) and the Request Header (RH)."                     ::= { sdlcLSOperEntry 4 } 
  765.  
  766. sdlcLSOperREPLYTO   OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the current reply timeout                         (in 1/100ths of a second) for an SDLC link                         station.  If the link station does not receive                         a response to a poll or message before the                         specified time expires then the appropriate                         error recovery shall be initiated. 
  767.  
  768.                         The object descriptor contains the name of an                         NCP configuration parameter, REPLYTO.  Please                         note that the value of this object represents                         1/100ths of a second while the NCP REPLYTO is                         represented in 1/10ths of a second. 
  769.  
  770.                         This object only has meaning for SDLC ports                         where sdlcPortOperRole == primary "                     ::= { sdlcLSOperEntry 5 } 
  771.  
  772. sdlcLSOperMAXIN    OBJECT-TYPE                     SYNTAX      INTEGER (1..127)                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the current maximum                         number of unacknowledged I-frames which an SDLC                         link station may receive.  This shall range                         from 1 to (sdlcLSOperMODULO - 1)."                     ::= { sdlcLSOperEntry 6 } 
  773.  
  774. sdlcLSOperMAXOUT    OBJECT-TYPE                     SYNTAX      INTEGER (1..127)                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object controls the maximum number of                         consecutive unacknowledged I-frames which an                         SDLC link station shall send without an                         acknowledgement.  This shall range from 1 to                         (sdlcLSAdminMODULO - 1). 
  775.  
  776.  
  777.  
  778.  Hilgeman, Nix, Bartky & Clark                                  [Page 38] 
  779.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  780.  
  781.                          This value may controlled by the administered                         MAXOUT, sdlcLSAdminMAXOUT, or by the MAXIN value                         received during the XID exchange."                     ::= { sdlcLSOperEntry 7 } 
  782.  
  783. sdlcLSOperMODULO   OBJECT-TYPE                     SYNTAX      INTEGER                     {                         eight(8),                         onetwentyeight(128)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the current modulus for                         an SDLC link station.  This modulus determines                         the size of rotating acknowledgement window                         used by the SDLC link station pair."                      DEFVAL { eight }                     ::= { sdlcLSOperEntry 8 } 
  784.  
  785. sdlcLSOperRETRIESm  OBJECT-TYPE                     SYNTAX      INTEGER (0..128)                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object controls number of retries in a                         retry sequence for an SDLC link station.  A                         retry sequence is a series of retransmitted                         frames ( data or control) for which no positive                         acknowledgement is received. 
  786.  
  787.                         The current number of times that the retry                         sequence is to be repeated is reflected by the                         object:  sdlcLSOperRETRIESn.  The current                         interval between retry sequences is reflected                         by the object:  sdlcLSOperRETRIESt."                     ::= { sdlcLSOperEntry 9 } 
  788.  
  789. sdlcLSOperRETRIESt  OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the current interval (in                         1/100ths of a second) between retry sequences                         for an SDLC link station if multiple retry                         sequences are specified.  A retry sequence is a 
  790.  
  791.  
  792.  
  793. Hilgeman, Nix, Bartky & Clark                                  [Page 39] 
  794.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  795.  
  796.                          series of retransmitted frames ( data or                         control) for which no positive acknowledgement                         is received. 
  797.  
  798.                         The object descriptor contains the name of an                         NCP configuration parameter, RETRIESt.  Please                         note that the value of this object represents                         1/100ths of a second while the NCP RETRIESt is                         represented in seconds. 
  799.  
  800.                         The current number of repeated retries                         sequences is reflected by the object:                         sdlcLSOperRETRIESn.  The current retries per                         sequence is reflected by the object:                         sdlcLSOperRETRIESm."                     ::= { sdlcLSOperEntry 10 } 
  801.  
  802. sdlcLSOperRETRIESn OBJECT-TYPE                     SYNTAX      INTEGER (0..127)                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the current number of                         times that a retry sequence is repeated for an                         SDLC link station.  A retry sequence is a                         series of retransmitted frames ( data or                         control) for which no positive acknowledgement                         is received. 
  803.  
  804.                         The current interval between retry sequences is                         reflected by the object: sdlcLSOperRETRIESn.                         The current retries per sequence is reflected                         by the object:  sdlcLSOperRETRIESm."                     ::= { sdlcLSOperEntry 11 } 
  805.  
  806. sdlcLSOperRNRLIMIT  OBJECT-TYPE                     SYNTAX      TimeInterval                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the current length of                         time (in 1/100ths of a second) that an SDLC                         link station will allow its adjacent link                         station to remain in a busy (RNR) state before                         declaring it inoperative. 
  807.  
  808.                         The object descriptor contains the name of an                         NCP configuration parameter, RNRLIMIT.  Please 
  809.  
  810.  
  811.  
  812. Hilgeman, Nix, Bartky & Clark                                  [Page 40] 
  813.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  814.  
  815.                          note that the value of this object represents                         1/100ths of a second while the NCP RNRLIMIT is                         represented in minutes. 
  816.  
  817.                         A value of sdlcLSOperRNRLIMIT == 0 means there                         is no limit."                     ::= { sdlcLSOperEntry 12 } 
  818.  
  819. sdlcLSOperDATMODE   OBJECT-TYPE                     SYNTAX      INTEGER                     {                         half(1),                         full(2)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects whether the current                         communications mode with the adjacent link                         station is two-way-alternate (half) or                         two-way-simultaneous (full)."                     ::= { sdlcLSOperEntry 13 } 
  820.  
  821. sdlcLSOperLastModifyTime    OBJECT-TYPE                     SYNTAX      TimeTicks                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the value of sysUpTime                          when this link station definition was last                          modified.  If the link station has not been                          modified, then this value shall be zero."                     ::= { sdlcLSOperEntry 14 } 
  822.  
  823. sdlcLSOperLastFailTime    OBJECT-TYPE                     SYNTAX      TimeTicks                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the value of sysUpTime                          when this SDLC link station last failed.  If                          the link station has not failed, then this                          value shall be zero."                     ::= { sdlcLSOperEntry 15 } 
  824.  
  825. sdlcLSOperLastFailCause    OBJECT-TYPE                     SYNTAX      INTEGER                     { 
  826.  
  827.  
  828.  
  829. Hilgeman, Nix, Bartky & Clark                                  [Page 41] 
  830.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  831.  
  832.                          undefined(1),                         rxFRMR(2),                         txFRMR(3),                         noResponse(4),                         protocolErr(5),                         noActivity(6),                         rnrLimit(7),                         retriesExpired(8)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This enumerated object reflects the cause of                         the last failure of this SDLC link station.  If                         the link station has not failed, then this                         object will have a value of undefined(1)."                     DEFVAL { undefined }                     ::= { sdlcLSOperEntry 16 } 
  833.  
  834. sdlcLSOperLastFailCtrlIn  OBJECT-TYPE                     SYNTAX      OCTET STRING (SIZE(1..2))                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the last control octet or                         octets (depending on modulus) received by this                         SDLC link station at the time of the last                         failure.  If the link station has not failed,                         then this value has no meaning."                     ::= { sdlcLSOperEntry 17 } 
  835.  
  836. sdlcLSOperLastFailCtrlOut  OBJECT-TYPE                     SYNTAX      OCTET STRING (SIZE(1..2))                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the last control octet or                         octets (depending on modulus) sent by this SDLC                         link station at the time of the last failure.                         If the link station has not failed, then this                         value has no meaning."                     ::= { sdlcLSOperEntry 18 } 
  837.  
  838. sdlcLSOperLastFailFRMRInfo  OBJECT-TYPE                     SYNTAX      OCTET STRING (SIZE(3))                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION 
  839.  
  840.  
  841.  
  842. Hilgeman, Nix, Bartky & Clark                                  [Page 42] 
  843.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  844.  
  845.                          "This object reflects the information field of                         the FRMR frame if the last failure for this                         SDLC link station was as a result of an invalid                         frame.  Otherwise, this field has no meaning."                     ::= { sdlcLSOperEntry 19 } 
  846.  
  847. sdlcLSOperLastFailREPLYTOs  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the number of times that                         the REPLYTO timer had expired for an SDLC link                         station at the time of the last failure. If the                         link station has not failed, then this value                         has no meaning."                     ::= { sdlcLSOperEntry 20 } 
  848.  
  849. sdlcLSOperEcho      OBJECT-TYPE                     SYNTAX      INTEGER                     {                          no(1),                          yes(2)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object identifies whether the echo bit is                          in effect for this particular link station."                     DEFVAL { no }                     ::= { sdlcLSOperEntry 21 } 
  850.  
  851. sdlcLSOperGPoll     OBJECT-TYPE                     SYNTAX      INTEGER (0..254)                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object describes the group poll address                         in effect for this link station instance."                     DEFVAL { 0 }                     ::= { sdlcLSOperEntry 22 } 
  852.  
  853. sdlcLSOperSimRim    OBJECT-TYPE                     SYNTAX      INTEGER                     {                          no(1),                          yes(2)                     } 
  854.  
  855.  
  856.  
  857. Hilgeman, Nix, Bartky & Clark                                  [Page 43] 
  858.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  859.  
  860.                      MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the support for                         transmission and receipt of SIM and RIM control                         frames for the adjacent link station.  The                         value of this object is set from the XID field                         received from the adjacent link station."                     DEFVAL { no }                     ::= { sdlcLSOperEntry 23 } 
  861.  
  862. sdlcLSOperXmitRcvCap OBJECT-TYPE                     SYNTAX      INTEGER                     {                          twa(1),                          tws(2)                     }                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the transmit-receive                         capabilities for the adjacent SDLC link                         station.  The value of this object is the value                         of the transmit-receive capability indicator                         received in the XID image from the adjacent                         link station."                     DEFVAL { twa }                     ::= { sdlcLSOperEntry 24 } 
  863.  
  864.  --  ************************************************************* --  *                                                           * --  *           THE SDLC LINK STATION STATISTICS TABLE          * --  *                                                           * --  ************************************************************* 
  865.  
  866. sdlcLSStatsTable  OBJECT-TYPE                     SYNTAX      SEQUENCE OF SdlcLSStatsEntry                     MAX-ACCESS  not-accessible                     STATUS      current                     DESCRIPTION                         "Each entry in this table contains statistics                         for a specific SDLC link station."                      ::= { sdlcLSGroup 3 } 
  867.  
  868. sdlcLSStatsEntry  OBJECT-TYPE                     SYNTAX      SdlcLSStatsEntry                     MAX-ACCESS  not-accessible 
  869.  
  870.  
  871.  
  872. Hilgeman, Nix, Bartky & Clark                                  [Page 44] 
  873.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  874.  
  875.                      STATUS      current                     DESCRIPTION                         "A list of statistics for an SDLC link station."                     INDEX   { ifIndex, sdlcLSAddress }                     ::= { sdlcLSStatsTable 1 } 
  876.  
  877. SdlcLSStatsEntry ::= SEQUENCE {         sdlcLSStatsBLUsIn             Counter32,         sdlcLSStatsBLUsOut            Counter32,         sdlcLSStatsOctetsIn           Counter32,         sdlcLSStatsOctetsOut          Counter32,         sdlcLSStatsPollsIn            Counter32,         sdlcLSStatsPollsOut           Counter32,         sdlcLSStatsPollRspsIn         Counter32,         sdlcLSStatsPollRspsOut        Counter32,         sdlcLSStatsLocalBusies        Counter32,         sdlcLSStatsRemoteBusies       Counter32,         sdlcLSStatsIFramesIn          Counter32,         sdlcLSStatsIFramesOut         Counter32,         sdlcLSStatsUIFramesIn         Counter32,         sdlcLSStatsUIFramesOut        Counter32,         sdlcLSStatsXIDsIn             Counter32,         sdlcLSStatsXIDsOut            Counter32,         sdlcLSStatsTESTsIn            Counter32,         sdlcLSStatsTESTsOut           Counter32,         sdlcLSStatsREJsIn             Counter32,         sdlcLSStatsREJsOut            Counter32,         sdlcLSStatsFRMRsIn            Counter32,         sdlcLSStatsFRMRsOut           Counter32,         sdlcLSStatsSIMsIn             Counter32,         sdlcLSStatsSIMsOut            Counter32,         sdlcLSStatsRIMsIn             Counter32,         sdlcLSStatsRIMsOut            Counter32,         sdlcLSStatsDISCIn             Counter32,         sdlcLSStatsDISCOut            Counter32,         sdlcLSStatsUAIn               Counter32,         sdlcLSStatsUAOut              Counter32,         sdlcLSStatsDMIn               Counter32,         sdlcLSStatsDMOut              Counter32,         sdlcLSStatsSNRMIn             Counter32,         sdlcLSStatsSNRMOut            Counter32,         sdlcLSStatsProtocolErrs       Counter32,         sdlcLSStatsActivityTOs        Counter32,         sdlcLSStatsRNRLIMITs          Counter32,         sdlcLSStatsRetriesExps        Counter32,         sdlcLSStatsRetransmitsIn      Counter32,         sdlcLSStatsRetransmitsOut     Counter32 
  878.  
  879.  
  880.  
  881. Hilgeman, Nix, Bartky & Clark                                  [Page 45] 
  882.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  883.  
  884.  } 
  885.  
  886. sdlcLSStatsBLUsIn   OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total basic link                         units (BLUs; frames) received from an adjacent                         SDLC link station since link station startup.                         At link station startup time, this object must                         be initialized to zero."                     ::= { sdlcLSStatsEntry 1 } 
  887.  
  888. sdlcLSStatsBLUsOut   OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total basic link                         units (BLUs; frames), transmitted to an                         adjacent SDLC link station since link station                         startup.  At link station startup time, this                         object must be initialized to zero."                     ::= { sdlcLSStatsEntry 2 } 
  889.  
  890. sdlcLSStatsOctetsIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total octets received                         from an adjacent SDLC link station since link                         station startup.  This object covers the                         address, control, and information field of                         I-Frames only.  At link station startup time,                         this object must be initialized to zero."                     ::= { sdlcLSStatsEntry 3 } 
  891.  
  892. sdlcLSStatsOctetsOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total octets                         transmitted to an adjacent SDLC link station                         since link station startup.  This object covers                         the address, control, and information field of 
  893.  
  894.  
  895.  
  896. Hilgeman, Nix, Bartky & Clark                                  [Page 46] 
  897.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  898.  
  899.                          I-Frames only.  At link station startup time,                         this object must be initialized to zero."                     ::= { sdlcLSStatsEntry 4 } 
  900.  
  901. sdlcLSStatsPollsIn  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total polls received                         from an adjacent SDLC link station since link                         station startup.  At link station startup time,                         this object must be initialized to zero."                     ::= { sdlcLSStatsEntry 5 } 
  902.  
  903. sdlcLSStatsPollsOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total polls sent to                         an adjacent SDLC link station since link                         station startup.  At link station startup time,                         this object must be initialized to zero."                     ::= { sdlcLSStatsEntry 6 } 
  904.  
  905. sdlcLSStatsPollRspsOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of poll                         responses sent to the adjacent SDLC link                         station since link station startup.  This value                         includes I-frames that are sent in response to                         a poll. 
  906.  
  907.                         At link station startup time, this object must                         be initialized to zero."                     ::= { sdlcLSStatsEntry 7 } 
  908.  
  909. sdlcLSStatsPollRspsIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of poll                         responses received from the adjacent SDLC link 
  910.  
  911.  
  912.  
  913. Hilgeman, Nix, Bartky & Clark                                  [Page 47] 
  914.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  915.  
  916.                          station since station startup.  This value                         includes I-frames that are received in response                         to a poll. 
  917.  
  918.                         At link station startup time, this object must                         be initialized to zero."                     ::= { sdlcLSStatsEntry 8 } 
  919.  
  920. sdlcLSStatsLocalBusies OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of times                         that the local SDLC link station has entered a                         busy state (RNR) since link station startup.                         At link station startup time, this object must                         be initialized to zero."                     ::= { sdlcLSStatsEntry 9 } 
  921.  
  922. sdlcLSStatsRemoteBusies OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of times                         that an adjacent ( remote) SDLC link station                         has entered a busy state (RNR) since link                         station startup.  At link station startup time,                         this object must be initialized to zero."                     ::= { sdlcLSStatsEntry 10 } 
  923.  
  924. sdlcLSStatsIFramesIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total I-frames                         received from an adjacent SDLC link station                         since link station startup.  At link station                         startup time, this object must be initialized                         to zero."                     ::= { sdlcLSStatsEntry 11 } 
  925.  
  926. sdlcLSStatsIFramesOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current 
  927.  
  928.  
  929.  
  930. Hilgeman, Nix, Bartky & Clark                                  [Page 48] 
  931.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  932.  
  933.                      DESCRIPTION                         "This object reflects the total I-frames                         transmitted to an adjacent SDLC link station                         since link station startup.  At link station                         startup time, this object must be initialized                         to zero."                     ::= { sdlcLSStatsEntry 12 } 
  934.  
  935. sdlcLSStatsUIFramesIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total UI-frames                         received from an adjacent SDLC link station                         since link station startup."                     ::= { sdlcLSStatsEntry 13 } 
  936.  
  937. sdlcLSStatsUIFramesOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                        "This object reflects the total UI-frames                        transmitted to an adjacent SDLC link station                        since link station startup."                     ::= { sdlcLSStatsEntry 14 } 
  938.  
  939. sdlcLSStatsXIDsIn   OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total XID frames                         received from an adjacent SDLC link station                         since link station startup."                     ::= { sdlcLSStatsEntry 15 } 
  940.  
  941. sdlcLSStatsXIDsOut  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total XID frames                         transmitted to an adjacent SDLC link station                         since link station startup."                     ::= { sdlcLSStatsEntry 16 } 
  942.  
  943.  
  944.  
  945.  Hilgeman, Nix, Bartky & Clark                                  [Page 49] 
  946.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  947.  
  948.  sdlcLSStatsTESTsIn   OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total TEST frames,                         commands or responses, received from an                         adjacent SDLC link station since link station                         startup."                     ::= { sdlcLSStatsEntry 17 } 
  949.  
  950. sdlcLSStatsTESTsOut  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total TEST frames,                         commands or responses, transmitted to an                         adjacent SDLC link station since link station                         startup."                     ::= { sdlcLSStatsEntry 18 } 
  951.  
  952. sdlcLSStatsREJsIn   OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total REJ frames                         received from an adjacent SDLC link station                         since link station startup."                     ::= { sdlcLSStatsEntry 19 } 
  953.  
  954. sdlcLSStatsREJsOut  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total REJ frames                         transmitted to an adjacent SDLC link station                         since link station startup."                     ::= { sdlcLSStatsEntry 20 } 
  955.  
  956. sdlcLSStatsFRMRsIn  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total frame reject 
  957.  
  958.  
  959.  
  960. Hilgeman, Nix, Bartky & Clark                                  [Page 50] 
  961.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  962.  
  963.                          (FRMR) frames received from an adjacent SDLC                         link station since link station startup."                     ::= { sdlcLSStatsEntry 21 } 
  964.  
  965. sdlcLSStatsFRMRsOut  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total frame reject                         (FRMR) frames transmitted to an adjacent SDLC                         link station since link station startup."                     ::= { sdlcLSStatsEntry 22 } 
  966.  
  967. sdlcLSStatsSIMsIn   OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total set                         initialization mode (SIM) frames received from                         an adjacent SDLC link station since link station                         startup."                     ::= { sdlcLSStatsEntry 23 } 
  968.  
  969. sdlcLSStatsSIMsOut  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total set                         initialization mode (SIM) frames transmitted to                         an adjacent SDLC link station since link station                         startup.  At link station startup time, this                         object must be initialized to zero."                     ::= { sdlcLSStatsEntry 24 } 
  970.  
  971. sdlcLSStatsRIMsIn   OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total request                         initialization mode (RIM) frames received from                         an adjacent SDLC link station since link station                         startup.  At link station startup time, this                         object must be initialized to zero."                     ::= { sdlcLSStatsEntry 25 } 
  972.  
  973.  
  974.  
  975. Hilgeman, Nix, Bartky & Clark                                  [Page 51] 
  976.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  977.  
  978.  sdlcLSStatsRIMsOut  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total request                         initialization mode (RIM) frames transmitted to                         an adjacent SDLC link station since link station                         startup.  At link station startup time, this                         object must be initialized to zero."                     ::= { sdlcLSStatsEntry 26 } 
  979.  
  980. sdlcLSStatsDISCIn   OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                          disconnect (DISC) requests received from an                          adjacent SDLC link station since link station                          startup.  At link station startup time, this                          object must be initialized to zero."                     ::= { sdlcLSStatsEntry 27 } 
  981.  
  982. sdlcLSStatsDISCOut  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                          disconnect (DISC) requests transmited to an                          adjacent SDLC link station since link station                          startup.  At link station startup time, this                          object must be initialized to zero."                     ::= { sdlcLSStatsEntry 28 } 
  983.  
  984. sdlcLSStatsUAIn     OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                          unnumbered acknowledgements (UA) requests                          received from an adjacent SDLC link station                          since link station startup.  At link station                          startup time, this object must be initialized                          to zero."                     ::= { sdlcLSStatsEntry 29 } 
  985.  
  986.  
  987.  
  988. Hilgeman, Nix, Bartky & Clark                                  [Page 52] 
  989.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  990.  
  991.  sdlcLSStatsUAOut    OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                          unnumbered acknowledgements (UA) requests                          transmited to an adjacent SDLC link station                          since link station startup.  At link station                          startup time, this object must be initialized                          to zero."                     ::= { sdlcLSStatsEntry 30 } 
  992.  
  993. sdlcLSStatsDMIn     OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                          disconnect mode (DM) requests received from an                          adjacent SDLC link station since link station                          startup.  At link station startup time, this                          object must be initialized to zero."                     ::= { sdlcLSStatsEntry 31 } 
  994.  
  995. sdlcLSStatsDMOut    OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                          disconnect mode (DM) requests transmited to an                          adjacent SDLC link station since link station                          startup.  At link station startup time, this                          object must be initialized to zero."                     ::= { sdlcLSStatsEntry 32 } 
  996.  
  997. sdlcLSStatsSNRMIn   OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                          set normal response mode (SNRM/SNRME) requests                          received from an adjacent SDLC link station                          since link station startup.  At link station                          startup time, this object must be initialized                          to zero." 
  998.  
  999.  
  1000.  
  1001. Hilgeman, Nix, Bartky & Clark                                  [Page 53] 
  1002.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1003.  
  1004.                      ::= { sdlcLSStatsEntry 33 } 
  1005.  
  1006. sdlcLSStatsSNRMOut  OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                          set normal response mode (SNRM/SNRME) requests                          transmited to an adjacent SDLC link station                          since link station startup.  At link station                          startup time, this object must be initialized                          to zero."                     ::= { sdlcLSStatsEntry 34 } 
  1007.  
  1008. sdlcLSStatsProtocolErrs OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total occurrences,                         since link station startup, where this SDLC                         link station has inactivated the link as a                         result of receiving a frame from its adjacent                         link station which was in violation of the                         protocol.  At link station startup time, this                         object must be initialized to zero."                     ::= { sdlcLSStatsEntry 35 } 
  1009.  
  1010. sdlcLSStatsActivityTOs OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total occurrences,                         since startup, where this SDLC link station has                         inactivated the link as a result of no activity                         on the link.  At link station startup time,                         this object must be initialized to zero."                     ::= { sdlcLSStatsEntry 36 } 
  1011.  
  1012. sdlcLSStatsRNRLIMITs OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total occurrences,                         since startup, where this SDLC link station has 
  1013.  
  1014.  
  1015.  
  1016. Hilgeman, Nix, Bartky & Clark                                  [Page 54] 
  1017.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1018.  
  1019.                          inactivated the link as a result of its                         RNRLIMIT timer expiring.  At link station                         startup time, this object must be initialized                         to zero."                     ::= { sdlcLSStatsEntry 37 } 
  1020.  
  1021. sdlcLSStatsRetriesExps OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total occurrences,                         since startup, where this SDLC link station has                         inactivated the link as a result of a retry                         sequence being exhausted.  At link station                         startup time, this object must be initialized                         to zero."                     ::= { sdlcLSStatsEntry 38 } 
  1022.  
  1023. sdlcLSStatsRetransmitsIn OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current                     DESCRIPTION                         "This object reflects the total number of                          information frames retransmitted by the remote                          link station because the N(s) received from                          that link station indicated that one or more                          information frames sent by that station were                          lost.  This event causes the first missing                          information frame of a window and all                          subsequent information frames to be                          retransmitted.  At link station startup time,                          this object must be initialized to zero. 
  1024.  
  1025.                          Management: If the value of                          sdlcLSStatsRetransmitsIn grows over time, then                          the quality of the serial line is in                          question.  You might want to look at                          decreasing the value for                          sdlcLSAdminMAXDATASend to compensate for the                          lower quality line."                     ::= { sdlcLSStatsEntry 39 } 
  1026.  
  1027. sdlcLSStatsRetransmitsOut OBJECT-TYPE                     SYNTAX      Counter32                     MAX-ACCESS  read-only                     STATUS      current 
  1028.  
  1029.  
  1030.  
  1031. Hilgeman, Nix, Bartky & Clark                                  [Page 55] 
  1032.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1033.  
  1034.                      DESCRIPTION                         "This object reflects the total number of                          information frames retransmitted to a remote                          link station because the N(r) received from                          that link station indicated that one or more                          information frames sent to that station were                          lost. This event causes the first missing                          information frame of a window and all                          subsequent information frames to be                          retransmitted.  At link station startup time,                          this object must be initialized to zero. 
  1035.  
  1036.                          Management: If the value of                          sdlcLSStatsRetransmitsOut grows over time,                          then the quality of the serial line is in                          question.  You might want to look at                          decreasing the value for sdlcLSAdminMAXDATASend                          to compensate for the lower quality line."                     ::= { sdlcLSStatsEntry 40 } 
  1037.  
  1038. -- --  TRAP DEFINITIONS -- 
  1039.  
  1040. -- --  Notifications -- 
  1041.  
  1042. sdlcTraps  OBJECT IDENTIFIER ::= { sdlc 3 } 
  1043.  
  1044. sdlcPortStatusChange NOTIFICATION-TYPE                      OBJECTS    { ifIndex,                                   ifAdminStatus,                                   ifOperStatus,                                   sdlcPortOperLastFailTime,                                   sdlcPortOperLastFailCause                                 }                      STATUS  current                      DESCRIPTION                          "This trap indicates that the state of an SDLC                          port has transitioned to active or inactive."                      ::= { sdlcTraps 1 } 
  1045.  
  1046. sdlcLSStatusChange   NOTIFICATION-TYPE                      OBJECTS    { ifIndex,                                   sdlcLSAddress,                                   sdlcLSOperState,                                   sdlcLSAdminState, 
  1047.  
  1048.  
  1049.  
  1050. Hilgeman, Nix, Bartky & Clark                                  [Page 56] 
  1051.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1052.  
  1053.                                    sdlcLSOperLastFailTime,                                   sdlcLSOperLastFailCause,                                   sdlcLSOperLastFailFRMRInfo,                                   sdlcLSOperLastFailCtrlIn,                                   sdlcLSOperLastFailCtrlOut,                                   sdlcLSOperLastFailREPLYTOs                                 }                      STATUS  current                      DESCRIPTION                          "This trap indicates that the state of an SDLC                          link station has transitioned to contacted or                          discontacted."                      ::= { sdlcTraps 2 } 
  1054.  
  1055.  -- -- Conformance Information -- 
  1056.  
  1057. sdlcConformance OBJECT IDENTIFIER ::= { sdlc 4 } 
  1058.  
  1059. sdlcCompliances   OBJECT IDENTIFIER ::= { sdlcConformance 1 } sdlcGroups        OBJECT IDENTIFIER ::= { sdlcConformance 2 } 
  1060.  
  1061. -- -- Compliance Statements -- 
  1062.  
  1063. sdlcCoreCompliance MODULE-COMPLIANCE                      STATUS current                      DESCRIPTION                          "The core compliance statement for all SDLC                          nodes."                      MODULE                          MANDATORY-GROUPS                          {                              sdlcCorePortAdminGroup,                              sdlcCorePortOperGroup,                              sdlcCorePortStatsGroup,                              sdlcCoreLSAdminGroup,                              sdlcCoreLSOperGroup,                              sdlcCoreLSStatsGroup                          } 
  1064.  
  1065.                      OBJECT      sdlcPortAdminName                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1066.  
  1067.  
  1068.  
  1069. Hilgeman, Nix, Bartky & Clark                                  [Page 57] 
  1070.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1071.  
  1072.                       OBJECT      sdlcPortAdminRole                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1073.  
  1074.                      OBJECT      sdlcPortAdminType                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1075.  
  1076.                      OBJECT      sdlcPortAdminTopology                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1077.  
  1078.                      OBJECT      sdlcPortAdminISTATUS                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1079.  
  1080.                      OBJECT      sdlcLSAddress                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1081.  
  1082.                      OBJECT      sdlcLSAdminName                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1083.  
  1084.                      OBJECT      sdlcLSAdminState                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1085.  
  1086.                      OBJECT      sdlcLSAdminISTATUS                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1087.  
  1088.                      OBJECT      sdlcLSAdminMAXDATASend                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1089.  
  1090.                      OBJECT      sdlcLSAdminMAXDATARcv                      MIN-ACCESS  read-only                      DESCRIPTION 
  1091.  
  1092.  
  1093.  
  1094. Hilgeman, Nix, Bartky & Clark                                  [Page 58] 
  1095.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1096.  
  1097.                           "Write access is not required." 
  1098.  
  1099.                      OBJECT      sdlcLSAdminMAXIN                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1100.  
  1101.                      OBJECT      sdlcLSAdminMAXOUT                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1102.  
  1103.                      OBJECT      sdlcLSAdminMODULO                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1104.  
  1105.                      OBJECT      sdlcLSAdminRETRIESm                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1106.  
  1107.                      OBJECT      sdlcLSAdminRETRIESt                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1108.  
  1109.                      OBJECT      sdlcLSAdminRETRIESn                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1110.  
  1111.                      OBJECT      sdlcLSAdminRNRLIMIT                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1112.  
  1113.                      OBJECT      sdlcLSAdminDATMODE                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1114.  
  1115.                      OBJECT      sdlcLSAdminGPoll                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1116.  
  1117.                      OBJECT      sdlcLSAdminSimRim 
  1118.  
  1119.  
  1120.  
  1121. Hilgeman, Nix, Bartky & Clark                                  [Page 59] 
  1122.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1123.  
  1124.                       MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1125.  
  1126.                      OBJECT      sdlcLSAdminRowStatus                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1127.  
  1128.                      ::= { sdlcCompliances 1 } 
  1129.  
  1130. sdlcPrimaryCompliance  MODULE-COMPLIANCE                      STATUS current                      DESCRIPTION                          "The compliance statement for all nodes that                          are performing the role of a Primary link                          station."                      MODULE                          MANDATORY-GROUPS { sdlcPrimaryGroup } 
  1131.  
  1132.                      OBJECT      sdlcPortAdminPAUSE                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1133.  
  1134.                      OBJECT      sdlcLSAdminREPLYTO                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1135.  
  1136.                      ::= { sdlcCompliances 2 } 
  1137.  
  1138. sdlcPrimaryMultipointCompliance  MODULE-COMPLIANCE                      STATUS current                      DESCRIPTION                          "The compliance statement for all nodes that                          are performing the role of a primary link                          station on a multipoint line."                      MODULE                          MANDATORY-GROUPS { sdlcPrimaryMultipointGroup } 
  1139.  
  1140.                      OBJECT      sdlcPortAdminSERVLIM                      MIN-ACCESS  read-only                      DESCRIPTION                          "Write access is not required." 
  1141.  
  1142.                      OBJECT      sdlcPortAdminSlowPollTimer                      MIN-ACCESS  read-only 
  1143.  
  1144.  
  1145.  
  1146. Hilgeman, Nix, Bartky & Clark                                  [Page 60] 
  1147.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1148.  
  1149.                       DESCRIPTION                          "Write access is not required." 
  1150.  
  1151.                      ::= { sdlcCompliances 3 } 
  1152.  
  1153.  -- -- Core Conformance Groups for All Link Stations -- 
  1154.  
  1155. sdlcCoreGroups OBJECT IDENTIFIER ::= { sdlcGroups 1 } 
  1156.  
  1157. sdlcCorePortAdminGroup OBJECT-GROUP                      OBJECTS                      {                          sdlcPortAdminName,      sdlcPortAdminRole,                          sdlcPortAdminType,      sdlcPortAdminTopology,                          sdlcPortAdminISTATUS                      }                      STATUS current                      DESCRIPTION                          "The sdlcCorePortAdminGroup defines objects                          which are common to the PortAdmin group of all                          compliant link stations."                      ::= { sdlcCoreGroups 1 } 
  1158.  
  1159. sdlcCorePortOperGroup OBJECT-GROUP                      OBJECTS                      {                          sdlcPortOperName,                          sdlcPortOperRole,                          sdlcPortOperType,                          sdlcPortOperTopology,                          sdlcPortOperISTATUS,                          sdlcPortOperACTIVTO,                          sdlcPortOperLastFailTime,                          sdlcPortOperLastFailCause                      }                      STATUS current                      DESCRIPTION                          "The sdlcCorePortOperGroup defines objects                          which are common to the PortOper group of all                          compliant link stations."                      ::= { sdlcCoreGroups 2 } 
  1160.  
  1161.  sdlcCorePortStatsGroup OBJECT-GROUP                      OBJECTS 
  1162.  
  1163.  
  1164.  
  1165. Hilgeman, Nix, Bartky & Clark                                  [Page 61] 
  1166.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1167.  
  1168.                       {                          sdlcPortStatsPhysicalFailures,                          sdlcPortStatsInvalidAddresses,                          sdlcPortStatsDwarfFrames                      }                      STATUS current                      DESCRIPTION                          "The sdlcCorePortStatsGroup defines objects                          which are common to the PortStats group of all                          compliant link stations."                      ::= { sdlcCoreGroups 3 } 
  1169.  
  1170.  sdlcCoreLSAdminGroup OBJECT-GROUP                      OBJECTS                      {                          sdlcLSAddress,                          sdlcLSAdminName,                          sdlcLSAdminState,                          sdlcLSAdminISTATUS,                          sdlcLSAdminMAXDATASend,                          sdlcLSAdminMAXDATARcv,                          sdlcLSAdminMAXIN,                          sdlcLSAdminMAXOUT,                          sdlcLSAdminMODULO,                          sdlcLSAdminRETRIESm,                          sdlcLSAdminRETRIESt,                          sdlcLSAdminRETRIESn,                          sdlcLSAdminRNRLIMIT,                          sdlcLSAdminDATMODE,                          sdlcLSAdminGPoll,                          sdlcLSAdminSimRim,                          sdlcLSAdminRowStatus                      }                      STATUS current                      DESCRIPTION                          "The sdlcCorePortAdminGroup defines objects                          which are common to the PortAdmin group of all                          compliant link stations."                      ::= { sdlcCoreGroups 4 } 
  1171.  
  1172. sdlcCoreLSOperGroup  OBJECT-GROUP                      OBJECTS                      {                          sdlcLSOperRole,                          sdlcLSOperState,                          sdlcLSOperMAXDATASend,                          sdlcLSOperMAXIN, 
  1173.  
  1174.  
  1175.  
  1176. Hilgeman, Nix, Bartky & Clark                                  [Page 62] 
  1177.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1178.  
  1179.                           sdlcLSOperMAXOUT,                          sdlcLSOperMODULO,                          sdlcLSOperRETRIESm,                          sdlcLSOperRETRIESt,                          sdlcLSOperRETRIESn,                          sdlcLSOperRNRLIMIT,                          sdlcLSOperDATMODE,                          sdlcLSOperLastFailTime,                          sdlcLSOperLastFailCause,                          sdlcLSOperLastFailCtrlIn,                          sdlcLSOperLastFailCtrlOut,                          sdlcLSOperLastFailFRMRInfo,                          sdlcLSOperLastFailREPLYTOs,                          sdlcLSOperEcho,                          sdlcLSOperGPoll                      }                      STATUS current                      DESCRIPTION                          "The sdlcCorePortOperGroup defines objects                          which are common to the PortOper group of all                          compliant link stations."                      ::= { sdlcCoreGroups 5 } 
  1180.  
  1181.  sdlcCoreLSStatsGroup OBJECT-GROUP                      OBJECTS                      {                          sdlcLSStatsBLUsIn,                          sdlcLSStatsBLUsOut,                          sdlcLSStatsOctetsIn,                          sdlcLSStatsOctetsOut,                          sdlcLSStatsPollsIn,                          sdlcLSStatsPollsOut,                          sdlcLSStatsPollRspsIn,                          sdlcLSStatsPollRspsOut,                          sdlcLSStatsLocalBusies,                          sdlcLSStatsRemoteBusies,                          sdlcLSStatsIFramesIn,                          sdlcLSStatsIFramesOut,                          sdlcLSStatsRetransmitsIn,                          sdlcLSStatsRetransmitsOut,                          sdlcLSStatsUIFramesIn,                          sdlcLSStatsUIFramesOut,                          sdlcLSStatsXIDsIn,                          sdlcLSStatsXIDsOut,                          sdlcLSStatsTESTsIn,                          sdlcLSStatsTESTsOut,                          sdlcLSStatsREJsIn, 
  1182.  
  1183.  
  1184.  
  1185. Hilgeman, Nix, Bartky & Clark                                  [Page 63] 
  1186.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1187.  
  1188.                           sdlcLSStatsREJsOut,                          sdlcLSStatsFRMRsIn,                          sdlcLSStatsFRMRsOut,                          sdlcLSStatsSIMsIn,                          sdlcLSStatsSIMsOut,                          sdlcLSStatsRIMsIn,                          sdlcLSStatsRIMsOut,                          sdlcLSStatsProtocolErrs,                          sdlcLSStatsRNRLIMITs,                          sdlcLSStatsRetriesExps                      }                      STATUS current                      DESCRIPTION                          "The sdlcCorePortStatsGroup defines objects                          which are common to the PortStats group of all                          compliant link stations."                      ::= { sdlcCoreGroups 6 } 
  1189.  
  1190.  -- -- Conformance Groups for Primary Link Stations -- 
  1191.  
  1192. sdlcPrimaryGroups OBJECT IDENTIFIER ::= { sdlcGroups 2 } 
  1193.  
  1194. sdlcPrimaryGroup OBJECT-GROUP                      OBJECTS                      {                          sdlcPortAdminPAUSE,                          sdlcPortOperPAUSE,                          sdlcLSAdminREPLYTO,                          sdlcLSOperREPLYTO                      }                      STATUS current                      DESCRIPTION                          "The sdlcPrimaryGroup defines objects which                          are common to all compliant primary link                          stations."                      ::= { sdlcPrimaryGroups 1 } 
  1195.  
  1196. sdlcPrimaryMultipointGroup OBJECT-GROUP                      OBJECTS                      {                          sdlcPortAdminSERVLIM,                          sdlcPortAdminSlowPollTimer,                          sdlcPortOperSlowPollMethod,                          sdlcPortOperSERVLIM,                          sdlcPortOperSlowPollTimer 
  1197.  
  1198.  
  1199.  
  1200. Hilgeman, Nix, Bartky & Clark                                  [Page 64] 
  1201.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1202.  
  1203.                       }                      STATUS current                      DESCRIPTION                          "The sdlcPrimaryMultipointGroup defines objects                          which are common to all compliant primary link                          stations that are in a multipoint topology."                      ::= { sdlcPrimaryGroups 2 } 
  1204.  
  1205.  END 
  1206.  
  1207. 4.  Acknowledgments 
  1208.  
  1209.    Thanks goes to the SNADLC MIB working group for reviewing this MIB    and for their infinite patience through the editing process. 
  1210.  
  1211. 5.  References 
  1212.  
  1213.    [1] Stewart, B., "Definitions of Managed Objects for RS-232-like        Hardware Devices using SMIv2", RFC 1659, Xyplex, July 1994. 
  1214.  
  1215.    [2] "Synchronous Data Link Control: Concepts", IBM Publication No.        GA27-3093-04, 5th edition, May 1992. 
  1216.  
  1217.    [3] "Vocabulary for Data Processing Telecommunications, and Office        Systems", IBM Publication No. GC20-1699-6. 
  1218.  
  1219.    [4] Kostick, D., Kielczewski, Z., and K. Shih, Editors, "Definitions        of Managed Objects for SNA NAUs using SMIv2", RFC 1666, Eicon        Technology Corporation, Bell Communications Research, Novell,        August 1994. 
  1220.  
  1221.    [5] Waldbusser, S., "Row Creation with SNMPv1", Work in Progress. 
  1222.  
  1223.    [6] McCloghrie K., and F. Kastenholz, "Evolution of the Interfaces        Group of MIB-II", RFC 1573, Hughes LAN Syst, FTP Software,        January 1994. 
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  Hilgeman, Nix, Bartky & Clark                                  [Page 65] 
  1238.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1239.  
  1240.  6.  Glossary 
  1241.  
  1242.      link station          A link station comprises procedures and control information          that coordinate the transfer of data between two nodes joined          by a link connection.  All traffic over the link connection is          from the primary link station to one or more secondary link          stations, or from a secondary link station to the primary link          station. 
  1243.  
  1244.      primary link station          The link station instance on a link connection that is          responsible for the control of the data link.  There must be          only one primary link station on a link connection.  The          primary link station issues commands to one or more secondary          link stations. 
  1245.  
  1246.      secondary link station          The link station instance on a link connection that receives          commands from the primary link station and issues responses to          it. 
  1247.  
  1248.      switched line          A telecommunications line in which the connection is          established by dialing.  For switched lines, the SDLC startup          sequence typically begins with a null exchange identifier (null          XID). 
  1249.  
  1250.      leased line          A telecommunications line on which connections do not have to          be established by dialing.  For leased lines, the SDLC startup          sequence may or may not begin with an exchange identifer (XID).          While there are interface (e.g., RS.232) differences between          leased and switched lines, those interface differences do not          map one-to-one with differences in the SDLC startup protocol          (i.e., the interface and the SDLC protocol are independent from          one another). 
  1251.  
  1252.      point-to-point link          A link that connects the single primary link station to single          secondary link station.  A point-to-point link may be either          switched or leased. 
  1253.  
  1254.      multipoint link          A link that connects the single primary link station to several          secondary link stations.  A multipoint link may be either          switched or leased.  Note: The physical interface signals for a          multipoint link are different than for a point-to-point link. 
  1255.  
  1256.  
  1257.  
  1258. Hilgeman, Nix, Bartky & Clark                                  [Page 66] 
  1259.  RFC 1747              SNADLC SDLC MIB using SMIv2           January 1995 
  1260.  
  1261.           Synonymous with multidrop line. 
  1262.  
  1263. 7.  Security Considerations 
  1264.  
  1265.    Security issues are not discussed in this memo. 
  1266.  
  1267. 8.  Authors' Addresses 
  1268.  
  1269.    Jeff Hilgeman (chair)    Apertus Technologies, Inc.    7275 Flying Cloud Dr.    Eden Prarie, MN  55344 
  1270.  
  1271.    Phone: 1 612 828 0668    EMail: jeffh@apertus.com 
  1272.  
  1273.     Shannon D. Nix    Metaplex, Inc.    7412 Wingfoot Dr.    Raleigh, NC  27615 
  1274.  
  1275.    Phone: 1 919 878 0811    EMail: snix@metaplex.com 
  1276.  
  1277.     Alan Bartky    Sync Research, Inc.    7 Studebaker    Irvine, CA  92718 
  1278.  
  1279.    Phone: 1 714 588 2070    EMail: alan@sync.com 
  1280.  
  1281.     Wayne Clark (editor)    cisco Systems, Inc.    3100 Smoketree Ct.    Suite 1000    Raleigh, NC 27604 
  1282.  
  1283.    Phone: 1 919 878 6958    EMail: wclark@cisco.com 
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  Hilgeman, Nix, Bartky & Clark                                  [Page 67] 
  1292.  
  1293.