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

📄 rfc1593.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
        ::=  { ibmappnNodePortEntry 2 }  ibmappnNodePortDlcType OBJECT-TYPE        SYNTAX INTEGER {                        other(1),          -- none of the following                        sdlc(2),                        dls(3),                        socket(4),                        ethernet(5),                        tokenRing(6)                       }            ACCESS  read-only            STATUS  mandatory            DESCRIPTION                    "The type of DLC interface, distinguished according                    to the protocol immediately 'below' this layer."        ::=  { ibmappnNodePortEntry 3 }  ibmappnNodePortPortType  OBJECT-TYPE        SYNTAX INTEGER {                       leased(1),                       switched(2),                       sharedAccessFacilities(3)                }        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Identifies the type of line used by this port."        ::=  { ibmappnNodePortEntry 4 }  ibmappnNodePortSIMRIM  OBJECT-TYPE        SYNTAX INTEGER {yes(1), no(2)}        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Indicates whether Set Initialization Mode (SIM) and              Receive Initialization Mode (RIM) are supported."        ::=  { ibmappnNodePortEntry 5 }  ibmappnNodePortLsRole OBJECT-TYPE        SYNTAX INTEGER {                       primary(1),                       secondary(2),                       negotiable(3),                       abm(4)               }        ACCESS read-only        STATUS mandatory        DESCRIPTION            "Initial role for LSs activated through this port,             where 'abm' indicates asynchronous balance mode."        ::=  { ibmappnNodePortEntry 6 }  ibmappnNodePortMaxRcvBtuSize OBJECT-TYPE        SYNTAX INTEGER        ACCESS read-only        STATUS mandatory        DESCRIPTION            "Maximum Basic Transmission Size (BTU) that a             link station on this port can receive."        ::=  { ibmappnNodePortEntry 7 }  ibmappnNodePortMaxIframeWindow OBJECT-TYPE        SYNTAX INTEGER        ACCESS read-only        STATUS mandatory        DESCRIPTION            "Maximum number of I-frames that can be received             by the XID sender before an acknowledgement is received."        ::=  { ibmappnNodePortEntry 8 }  ibmappnNodePortDefLsGoodXids    OBJECT-TYPE      SYNTAX  Counter      ACCESS  read-only      STATUS  mandatory      DESCRIPTION              "The total number of successfull XIDs that have occurred               on all defined link stations on this port since the last               time this port was started."        ::=  { ibmappnNodePortEntry 9 }  ibmappnNodePortDefLsBadXids    OBJECT-TYPE      SYNTAX  Counter      ACCESS  read-only      STATUS  mandatory      DESCRIPTION              "The total number of unsuccessfull XIDs that have occurred               on all defined link stations on this port since the last               time this port was started."        ::=  { ibmappnNodePortEntry 10 }  ibmappnNodePortDynLsGoodXids    OBJECT-TYPE      SYNTAX  Counter      ACCESS  read-only      STATUS  mandatory      DESCRIPTION              "The total number of successfull XIDs that have occurred               on all dynamic link stations on this port since the last               time this port was started."        ::=  { ibmappnNodePortEntry 11 }  ibmappnNodePortDynLsBadXids    OBJECT-TYPE      SYNTAX  Counter      ACCESS  read-only      STATUS  mandatory      DESCRIPTION              "The total number of unsuccessfull XIDs that have occurred               on all dynamic link stations on this port since the last               time this port was started."        ::=  { ibmappnNodePortEntry 12 }  ibmappnNodePortSpecific OBJECT-TYPE        SYNTAX OBJECT IDENTIFIER        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Identifies the port specific OBJECT IDENTIFIER              that can provide additional information."        ::=  { ibmappnNodePortEntry 13 }  -- **************************************************************  --  --  ibmappnNodePortIpTable OBJECT-TYPE        SYNTAX SEQUENCE OF IbmappnNodePortIpEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION             "Port table (TCP/IP specific)."        ::= { ibmappnPortInformation 2 }  ibmappnNodePortIpEntry OBJECT-TYPE        SYNTAX IbmappnNodePortIpEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION             "The IP Name is used as the index to this table."        INDEX               {ibmappnNodePortIpName }        ::= { ibmappnNodePortIpTable 1 }  IbmappnNodePortIpEntry ::= SEQUENCE {        ibmappnNodePortIpName         DisplayString,        ibmappnNodePortIpPortNum      INTEGER                                     }  ibmappnNodePortIpName OBJECT-TYPE        SYNTAX DisplayString (SIZE (1..8))        ACCESS read-only        STATUS mandatory        DESCRIPTION            "Administratively-assigned name for this APPN port.             The name can be from one to eight characters."        ::=  { ibmappnNodePortIpEntry 1 }  ibmappnNodePortIpPortNum OBJECT-TYPE        SYNTAX INTEGER        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Local TCP/IP port number."        ::=  { ibmappnNodePortIpEntry 2 }  -- **************************************************************  --  --  ibmappnNodePortDlsTable OBJECT-TYPE        SYNTAX SEQUENCE OF IbmappnNodePortDlsEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION             "Port table (DLS specific)."        ::= { ibmappnPortInformation 3 }  ibmappnNodePortDlsEntry OBJECT-TYPE        SYNTAX IbmappnNodePortDlsEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION             "The DLS Name is used as the index to this table."        INDEX               {ibmappnNodePortDlsName }        ::= { ibmappnNodePortDlsTable 1 }  IbmappnNodePortDlsEntry ::= SEQUENCE {        ibmappnNodePortDlsName         DisplayString,        ibmappnNodePortDlsMac          OCTET STRING,        ibmappnNodePortDlsSap          OCTET STRING                                     }  ibmappnNodePortDlsName OBJECT-TYPE        SYNTAX DisplayString (SIZE (1..8))        ACCESS read-only        STATUS mandatory        DESCRIPTION            "Administratively-assigned name for this APPN DLS port.             The name can be from one to eight characters."        ::=  { ibmappnNodePortDlsEntry 1 }  ibmappnNodePortDlsMac OBJECT-TYPE        SYNTAX OCTET STRING (SIZE (6))        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Local DLS MAC address."        ::=  { ibmappnNodePortDlsEntry 2 }  ibmappnNodePortDlsSap OBJECT-TYPE        SYNTAX OCTET STRING (SIZE (1))        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Local DLS Sap address."        ::=  { ibmappnNodePortDlsEntry 3 }  -- **************************************************************  --  --  ibmappnNodePortTrTable OBJECT-TYPE        SYNTAX SEQUENCE OF IbmappnNodePortTrEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION             "Port table (Token Ring specific)."        ::= { ibmappnPortInformation 4 }  ibmappnNodePortTrEntry OBJECT-TYPE        SYNTAX IbmappnNodePortTrEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION             "The TR Name is used as the index to this table."        INDEX               {ibmappnNodePortTrName }        ::= { ibmappnNodePortTrTable 1 }  IbmappnNodePortTrEntry ::= SEQUENCE {        ibmappnNodePortTrName         DisplayString,        ibmappnNodePortTrMac          OCTET STRING,        ibmappnNodePortTrSap          OCTET STRING                                     }  ibmappnNodePortTrName OBJECT-TYPE        SYNTAX DisplayString (SIZE (1..8))        ACCESS read-only        STATUS mandatory        DESCRIPTION            "Administratively-assigned name for this APPN port.             The name can be from one to eight characters."        ::=  { ibmappnNodePortTrEntry 1 }  ibmappnNodePortTrMac OBJECT-TYPE        SYNTAX OCTET STRING (SIZE (6))        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Local Token Ring MAC address."        ::=  { ibmappnNodePortTrEntry 2 }  ibmappnNodePortTrSap OBJECT-TYPE        SYNTAX OCTET STRING (SIZE (1))        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Local Token Ring Sap address."        ::=  { ibmappnNodePortTrEntry 3 }  -- **************************************************************  -- APPN generic DLC Trace  --  ibmappnNodePortDlcTraceTable OBJECT-TYPE        SYNTAX SEQUENCE OF IbmappnNodePortDlcTraceEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION             "Port table generic DLC trace table."        ::= { ibmappnPortInformation 5 }  ibmappnNodePortDlcTraceEntry OBJECT-TYPE        SYNTAX IbmappnNodePortDlcTraceEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION             "The Port name and a dynamic integer are the index to             this table."        INDEX               {ibmappnNodePortDlcTracPortName,                ibmappnNodePortDlcTracIndex}        ::= { ibmappnNodePortDlcTraceTable 1 }  IbmappnNodePortDlcTraceEntry ::= SEQUENCE {         ibmappnNodePortDlcTracPortName     DisplayString,         ibmappnNodePortDlcTracIndex        INTEGER,         ibmappnNodePortDlcTracDlcType      INTEGER,         ibmappnNodePortDlcTracLocalAddr    DisplayString,         ibmappnNodePortDlcTracRemoteAddr   DisplayString,         ibmappnNodePortDlcTracMsgType      INTEGER,         ibmappnNodePortDlcTracCmdType      INTEGER,         ibmappnNodePortDlcTracUseWan       INTEGER                                     }  ibmappnNodePortDlcTracPortName OBJECT-TYPE        SYNTAX  DisplayString        ACCESS read-only        STATUS mandatory        DESCRIPTION              "The Port name associated with this this trace table entry."        ::=  { ibmappnNodePortDlcTraceEntry 1 }  ibmappnNodePortDlcTracIndex OBJECT-TYPE        SYNTAX INTEGER        ACCESS read-only        STATUS mandatory        DESCRIPTION              "This index value is updated every time a new trace entry               is created which provides a means to retrieve only the               updated entries and also provides a simple method of               correlating the entries.  The table will wrap when the               table is full, which will result in previous entries               being written over.  The mangement station can over               come this by retrieving the table using this index to               retrieve only the new table entries."        ::=  { ibmappnNodePortDlcTraceEntry 2 }  ibmappnNodePortDlcTracDlcType OBJECT-TYPE        SYNTAX INTEGER {                        other(1),          -- none of the following                        sdlc(2),                        dls(3),                        socket(4),                        ethernet(5),                        tokenRing(6)                       }            ACCESS  read-only            STATUS  mandatory            DESCRIPTION                    "The type of DLC interface, distinguished according                    to the protocol immediately 'below' this layer."        ::=  { ibmappnNodePortDlcTraceEntry 3 }  ibmappnNodePortDlcTracLocalAddr OBJECT-TYPE        SYNTAX DisplayString        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Local address in format described below:             other    = free form DisplayString             ip       = ld. ld. ld. ld / 2d             tr       = lx: lx: lx: lx: lx: lx . lx             dlsw     = lx: lx: lx: lx: lx: lx . lx             ethernet = lx: lx: lx: lx: lx: lx . lx             "        ::=  { ibmappnNodePortDlcTraceEntry 4 }  ibmappnNodePortDlcTracRemoteAddr OBJECT-TYPE

⌨️ 快捷键说明

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