rfc1298.mib

来自「wm PNE 3.3 source code, running at more 」· MIB 代码 · 共 34 行

MIB
34
字号
 RFC1298-MIB DEFINITIONS ::= BEGIN    IMPORTS      enterprises         FROM RFC1155-SMI;      novell              OBJECT IDENTIFIER ::= { enterprises 23 }      transportDomains    OBJECT IDENTIFIER ::= { novell 7 }      ipxTransportDomain  OBJECT IDENTIFIER ::= { transportDomains 1 }    -- Authoritatively names the IPX Transport Domain    IpxTransportAddress ::= OCTET STRING (SIZE (12))    -- A textual convention denoting a transport service address in    -- the ipxTransportDomain.  An IpxTransportAddress is 12 octets    -- long and comprises 3 fields, each in network-byte (high-low)    -- order.    -- The first field is 4 octets long and contains the network    -- number.    -- The next field is 6 octets long and contains the physical    -- address of the node.  Since IPX can run over a variety of    -- subnet architectures, the physical node address may not    -- require all 6 octets.  As specified in [2], the physical    -- node address will occupy the least significant portion of    -- the field and the most significant octets should be set    -- to zero.    -- The last field is 2 octets long and contains the socket    -- number. END

⌨️ 快捷键说明

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