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

📄 rfc1593.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 5 页
字号:
  ibmappnNodePortDlsName OBJECT-TYPE        SYNTAX DisplayString (SIZE (1..8))        ACCESS read-only        STATUS mandatoryMcKenzie & Cheng                                               [Page 15]RFC 1593                   SNA APPN Node MIB                  March 1994        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 }McKenzie & Cheng                                               [Page 16]RFC 1593                   SNA APPN Node MIB                  March 1994        ::= { 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."McKenzie & Cheng                                               [Page 17]RFC 1593                   SNA APPN Node MIB                  March 1994        ::= { 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 toMcKenzie & Cheng                                               [Page 18]RFC 1593                   SNA APPN Node MIB                  March 1994               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        SYNTAX DisplayString        ACCESS read-only        STATUS mandatory        DESCRIPTION             "Remote Address in the 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 . lxMcKenzie & Cheng                                               [Page 19]RFC 1593                   SNA APPN Node MIB                  March 1994             ethernet = lx: lx: lx: lx: lx: lx . lx             "        ::=  { ibmappnNodePortDlcTraceEntry 5 }  ibmappnNodePortDlcTracMsgType OBJECT-TYPE        SYNTAX INTEGER    {  --              enumeration values between 1 and 1999 are reserved  --              for potential undefined message types.                           other(1),                           unknown(2),                           request(3),                           confirm(4),                           indication(5),                           response(6)  --              enumeration values between 2000 and 3999 are reserved  --              for IP socket traces,  --              enumeration values between 4000 and 5999 are reserved  --              for DLS traces,  --              enumeration values between 6000 and 7999 are reserved  --              for TR  traces,                           }        ACCESS read-only        STATUS mandatory        DESCRIPTION              "Indicates the type of trace record entry"        ::=  { ibmappnNodePortDlcTraceEntry 6 }  ibmappnNodePortDlcTracCmdType OBJECT-TYPE        SYNTAX INTEGER    {  --              enumeration values between 1 and 1999 are reserved  --              for potential undefined message types.                           testFrame(1),                           respFrame(2),                           curFrame(3),                           icrFrame(4),McKenzie & Cheng                                               [Page 20]RFC 1593                   SNA APPN Node MIB                  March 1994                           respAck(5),                           dgrmFrame(6),                           xidFrame(7),                           contFrame(8),                           contedFrame(9),                           iFrame(10),                           enterBusy(12),                           exitBusy(13),                           haltFrame(14),                           lsHalted(15),                           restartLs(16),                           lsRestarted(17),                           netBioSnq(18),                           netBioSnr(19),                           gnetFrame(20),                           netdFrame(21),                           oobFrame(22),                           alterSap(23),                           testRsp(24),                           haltLsNow(25),                           testReq(26),  --              enumeration values between 2000 and 3999 are reserved  --              for IP socket traces.                           ipTestFrame(2001),                           ipRespFrame(2002),                           ipCurFrame(2003),                           ipIcrFrame(2004),                           ipRespAck(2005),                           ipDgrmFrame(2006),                           ipXidFrame(2007),                           ipContFrame(2008),                           ipContedFrame(2009),                           ipIFrame(2010),                           ipEnterBusy(2012),                           ipExitBusy(2013),                           ipHaltFrame(2014),                           ipLsHalted(2015),                           ipRestartLs(2016),                           ipLsRestarted(2017),                           ipNetBioSnq(2018),                           ipNetBioSnr(2019),                           ipGnetFrame(2020),                           ipNetdFrame(2021),                           ipOobFrame(2022),                           ipAlterSap(2023),                           ipTestRsp(2024),                           ipHaltLsNow(2025),McKenzie & Cheng                                               [Page 21]RFC 1593                   SNA APPN Node MIB                  March 1994                           ipTestReq(2026),  --              enumeration values between 4000 and 5999 are reserved  --              for DLS traces.                           dlsIpm(4124),  --              enumeration values between 6000 and 7999 are reserved for  --              TR traces.                           trTestFrame(6001),                           trRespFrame(6002),                           trCurFrame(6003),                           trIcrFrame(6004),                           trRespAck(6005),                           trDgrmFrame(6006),                           trXidFrame(6007),                           trContFrame(6008),                           trContedFrame(6009),                           trIFrame(6010),                           trEnterBusy(6012),                           trExitBusy(6013),                           trHaltFrame(6014),                           trLsHalted(6015),                           trRestartLs(6016),                           trLsRestarted(6017),                           trNetBioSnq(6018),                           trNetBioSnr(6019),                           trGnetFrame(6020),                           trNetdFrame(6021),                           trOobFrame(6022),                           trAlterSap(6023),                           trTestRsp(6024),                           trHaltLsNow(6025),                           trTestReq(6026)                           }        ACCESS read-only        STATUS mandatory        DESCRIPTION              "Indicates the command type of the trace entry."        ::=  { ibmappnNodePortDlcTraceEntry 7 }  ibmappnNodePortDlcTracUseWan OBJECT-TYPE        SYNTAX INTEGER    {                           other(1),                           notApplicable(2),                           useUnknown(3),McKenzie & Cheng                                               [Page 22]RFC 1593                   SNA APPN Node MIB                  March 1994                           useWan(4),                           useLan(5)                           }        ACCESS read-only        STATUS mandatory        DESCRIPTION              "Indicates the type of connection of the trace entry.              For example, token ring and ethernet ports will have              useLan as connection.  For the dls port, it could be              either useWan if connection is across Wan via dls              sessions, or useLan if connection is to a local attached              LAN."

⌨️ 快捷键说明

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