rfc1593.txt
来自「RFC 的详细文档!」· 文本 代码 · 共 2,001 行 · 第 1/5 页
TXT
2,001 行
-- **************************************************************
--
--
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
McKenzie & 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 to
McKenzie & 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 . lx
McKenzie & 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),
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?