⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc1666.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
snaPu20StatsBindLus OBJECT-TYPE          SYNTAX  Gauge32          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                  "The number of LUs on this PU which have                  received and acknowledged a BIND request from the                  host."          ::= { snaPu20StatsEntry 9 }-- ***************************************************************-- The following table contains the association between Nodes and-- link identifiers.-- It is used for configuration purposes.-- ***************************************************************snaNodeLinkAdminTable OBJECT-TYPE          SYNTAX  SEQUENCE OF SnaNodeLinkAdminEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                  "This table contains the references to link                  specific tables. If a Node is configured for                  multiple links, then the Node will have                  multiple entries in this table.                  The entries in this table can be generated                  initially, after initialization of SNA service,                  by the Agent which uses information from                  Node configuration file.                  Subsequent modifications of parameters,                  creation of new Nodes link entries and deletion                  of entries is possible.                  The modification to this table can be                  saved in the Node configuration file for the                  next initialization of SNA service, but the mechanism                  for this function is not defined here."          ::= { snaNode 6 }snaNodeLinkAdminEntry OBJECT-TYPE          SYNTAX  SnaNodeLinkAdminEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                  "Entry contains the configuration information that                  associates a Node instance to one link instance.                  The objects in the entry have read-create access.                  Entry can be created, modified or deleted.                  The object snaNodeLinkAdminRowStatus is used (set)                  to create or delete an entry.                  The object snaNodeLinkAdminSpecific can be set                  later, after the entry has been created."          INDEX   { snaNodeAdminIndex,                    snaNodeLinkAdminIndex }          ::= { snaNodeLinkAdminTable 1 }SnaNodeLinkAdminEntry ::= SEQUENCE {          snaNodeLinkAdminIndex                  Integer32,          snaNodeLinkAdminSpecific                  InstancePointer,          snaNodeLinkAdminMaxPiu                  Integer32,          snaNodeLinkAdminRowStatus                  RowStatus          }snaNodeLinkAdminIndex OBJECT-TYPE          SYNTAX  Integer32          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                  "This value is used to index the instances of objects.                  If an Agent creates the entry, then it will assign                  this number otherwise a Management Station                  generates a random number when it reserves the                  entry for creation."          ::= { snaNodeLinkAdminEntry 1 }snaNodeLinkAdminSpecific OBJECT-TYPE          SYNTAX  InstancePointer          MAX-ACCESS  read-create          STATUS  current          DESCRIPTION                  "This value points to the row in the table                  containing information on the link instance.                  (e.g., the sdlcLSAdminTable of                  the SNA DLC MIB module)."          ::= { snaNodeLinkAdminEntry 2 }snaNodeLinkAdminMaxPiu OBJECT-TYPE          SYNTAX  Integer32          MAX-ACCESS  read-create          STATUS  current          DESCRIPTION                  "This value identifies the maximum number of octets                  that can be exchanged by this Node in one                  Path Information Unit (PIU)."          ::= { snaNodeLinkAdminEntry 3 }snaNodeLinkAdminRowStatus 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 the                snaNodeLinkAdminTable.                To activate a row, a Management Station sets the value                to 'active (1)' or 'notReady (3)'.  Upon successful                creation of the row, the Agent automatically creates                a corresponding entry in the snaNodeLinkOperTable.                Row deletion can be Management Station or Agent                initiated:                (a) The Management Station can set the value to                'destroy (6)' only when the value of                snaNodeLinkOperState of this Link                instance is 'inactive (1)'. The Agent will then                delete the row corresponding to this Link                instance from snaNodeLinkOperTable and                from snaNodeLinkAdminTable.                (b) The Agent detects that a row is in the                'notReady (3)' state for greater than a                default period of 5 minutes.                (c) The Agent will not include a row with RowStatus=                'notReady (3)', after SNA system re-initialization                 (e.g., reboot)."          ::= { snaNodeLinkAdminEntry 4 }-- ***************************************************************-- The following object is updated when there is a change to-- the value of any object in the snaNodeLinkAdminTable.-- ***************************************************************snaNodeLinkAdminTableLastChange OBJECT-TYPE          SYNTAX  TimeStamp          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                  "The timestamp (e.g., the Agent's sysUpTime value)                  at the last                  change made to any object in the snaNodeLinkAdminTable,                  including row deletions/additions (i.e., changes                  to the snaNodeLinkAdminRowStatus object).                  This object can be used to reduce frequent                  retrievals of the snaNodeLinkAdminTable by a                  Management Station. It is expected that a                  Management Station will periodically poll this                  object and compare its current value with the                  previous one.                  A difference indicates that some Node operational                  information has been changed. Only then will the                  Management Station retrieve the entire table."          ::= { snaNode 7 }-- ***************************************************************-- The following table contains the association between-- Nodes and link identifiers.-- It provides the current status.-- ***************************************************************snaNodeLinkOperTable OBJECT-TYPE          SYNTAX  SEQUENCE OF SnaNodeLinkOperEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                  "This table contains all references to link                  specific tables for operational parameters.                  If a Node is configured for multiple links,                  then the Node will have multiple entries in                  this table. This table augments the                  snaNodeLinkAdminTable."          ::= { snaNode 8 }snaNodeLinkOperEntry OBJECT-TYPE          SYNTAX  SnaNodeLinkOperEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                  "Entry contains all current parameters for one                  Node link. The objects in the entry have                  read-only access."          AUGMENTS   { snaNodeLinkAdminEntry }          ::= { snaNodeLinkOperTable 1 }SnaNodeLinkOperEntry ::= SEQUENCE {          snaNodeLinkOperSpecific                  InstancePointer,          snaNodeLinkOperMaxPiu                  Integer32          }snaNodeLinkOperSpecific OBJECT-TYPE          SYNTAX  InstancePointer          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                  "This value points to the row in the table                  containing information on the link instance.                  (e.g., the sdlcLSOperTable of                  the SNA DLC MIB module)."          ::= { snaNodeLinkOperEntry 1 }snaNodeLinkOperMaxPiu OBJECT-TYPE          SYNTAX  Integer32          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                  "Maximum number of octets that can                  be exchanged by this Node in one Path                  Information Unit (PIU)."          ::= { snaNodeLinkOperEntry 2 }-- ***************************************************************-- The following object is updated when a row is added/deleted-- from the snaNodeLinkOperTable.-- ***************************************************************snaNodeLinkOperTableLastChange OBJECT-TYPE          SYNTAX  TimeStamp          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                  "The timestamp of the last                  change made to any object in the snaNodeLinkOperTable,                  including row deletions/additions.                  This object can be used to reduce frequent                  retrievals of the snaNodeLinkOperTable by a                  Management Station. It is expected that a                  Management Station will periodically poll this                  object and compare its current value with the                  previous one.                  A difference indicates that some Node operational                  information has been changed. Only then will the                  Management Station retrieve the entire table."          ::= { snaNode 9 }-- ***************************************************************-- Traps-- ***************************************************************snaNodeTraps OBJECT IDENTIFIER ::= { snaNode 10 }snaNodeStateChangeTrap NOTIFICATION-TYPE          OBJECTS  { snaNodeOperName,                  snaNodeOperState }          STATUS  current          DESCRIPTION                  "This trap indicates that the operational state                  (i.e., value of the snaNodeOperState object) of a Node                   has changed. The following variables are returned:                    snaNodeOperName - current name of the Node,                      with the instance identifying the Node; and,                    snaNodeOperState - current state after                      the change."          ::= { snaNodeTraps 1 }snaNodeActFailTrap NOTIFICATION-TYPE          OBJECTS  { snaNodeOperName,                  snaNodeOperState,                  snaNodeOperActFailureReason }          STATUS  current          DESCRIPTION                  "This trap indicates a Node activation failure.                  The value of snaNodeOperState indicates the current                  state after the activation attempt.                  The value of snaNodeOperActFailureReason indicates                  the failure reason."          ::=  { snaNodeTraps 2 }-- ***************************************************************-- snaLu group---- It contains Managed Objects related to LUs in general and some-- specific for LUs of type 0, 1, 2, 3.-- ***************************************************************-- ***************************************************************-- The following table contains LU configuration parameters.-- ***************************************************************snaLuAdminTable OBJECT-TYPE        SYNTAX  SEQUENCE OF SnaLuAdminEntry        MAX-ACCESS  not-accessible        STATUS  current        DESCRIPTION                "This table contains LU configuration information.                The rows in this table can be created and deleted                by a Management Station.                Only objects which are common to all types of LUs                are included in this table."        ::= { snaLu 1 }snaLuAdminEntry OBJECT-TYPE        SYNTAX  SnaLuAdminEntry        MAX-ACCESS  not-accessible        STATUS  current        DESCRIPTION                "Contains configuration variables for an LU."        INDEX   { snaNodeAdminIndex, snaLuAdminLuIndex }        ::= { snaLuAdminTable 1 }SnaLuAdminEntry ::= SEQUENCE {        snaLuAdminLuIndex                Integer32,        snaLuAdminName                DisplayString,        snaLuAdminSnaName                DisplayString,        snaLuAdminType                INTEGER,        snaLuAdminDepType                INTEGER,        snaLuAdminLocalAddress                OCTET STRING,        snaLuAdminDisplayModel                INTEGER,        snaLuAdminTerm                INTEGER,        snaLuAdminRowStatus                RowStatus        }snaLuAdminLuIndex OBJECT-TYPE        SYNTAX  Integer32

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -