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

📄 rfc1158.txt

📁 <VC++网络游戏建摸与实现>源代码
💻 TXT
📖 第 1 页 / 共 5 页
字号:
               Counter          Definition:               The total number of input datagrams successfully               delivered to IP user-protocols (including ICMP).          Access:               read-only.IETF SNMP Working Group                                        [Page 33]RFC 1158                         MIB II                         May 1990          Status:               mandatory.          OBJECT:          -------               ipOutRequests { ip 10 }          Syntax:               Counter          Definition:               The total number of IP datagrams which local IP user-               protocols (including ICMP) supplied to IP in requests for               transmission.  Note that this counter does not include               any datagrams counted in ipForwDatagrams.          Access:               read-only.          Status:               mandatory.          OBJECT:               ipOutDiscards { ip 11 }          Syntax:               Counter          Definition:               The number of output IP datagrams for which no problem               was encountered to prevent their transmission to their               destination, but which were discarded (e.g., for lack of               buffer space).  Note that this counter would include               datagrams counted in ipForwDatagrams if any such packets               met this (discretionary) discard criterion.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipOutNoRoutes { ip 12 }IETF SNMP Working Group                                        [Page 34]RFC 1158                         MIB II                         May 1990          Syntax:               Counter          Definition:               The number of IP datagrams discarded because no route               could be found to transmit them to their destination.               Note that this counter includes any packets counted in               ipForwDatagrams which meet this "no-route" criterion.               Note that this includes any datagarms which a host cannot               route because all of its default gateways are down.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipReasmTimeout { ip 13 }          Syntax:               INTEGER          Definition:               The maximum number of seconds which received fragments               are held while they are awaiting reassembly at this               entity.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipReasmReqds { ip 14 }          Syntax:               Counter          Definition:               The number of IP fragments received which needed to be               reassembled at this entity.IETF SNMP Working Group                                        [Page 35]RFC 1158                         MIB II                         May 1990          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipReasmOKs { ip 15 }          Syntax:               Counter          Definition:               The number of IP datagrams successfully re-assembled.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipReasmFails { ip 16 }          Syntax:               Counter          Definition:               The number of failures detected by the IP re-assembly               algorithm (for whatever reason: timed out, errors, etc).               Note that this is not necessarily a count of discarded IP               fragments since some algorithms (notably the algorithm in               RFC 815) can lose track of the number of fragments by               combining them as they are received.          Access:               read-only.          Status:               mandatory.IETF SNMP Working Group                                        [Page 36]RFC 1158                         MIB II                         May 1990          OBJECT:          -------               ipFragOKs { ip 17 }          Syntax:               Counter          Definition:               The number of IP datagrams that have been successfully               fragmented at this entity.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipFragFails { ip 18 }          Syntax:               Counter          Definition:               The number of IP datagrams that have been discarded               because they needed to be fragmented at this entity but               could not be, e.g., because their "Don't Fragment" flag               was set.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipFragCreates { ip 19 }          Syntax:               Counter          Definition:               The number of IP datagram fragments that have been               generated as a result of fragmentation at this entity.IETF SNMP Working Group                                        [Page 37]RFC 1158                         MIB II                         May 1990          Access:               read-only.          Status:               mandatory.5.4.1.  The IP Address table   The Ip Address table contains this entity's IP addressing   information.          OBJECT:          -------               ipAddrTable { ip 20 }          Syntax:               SEQUENCE OF IpAddrEntry          Definition:               The table of addressing information relevant to this               entity's IP addresses.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipAddrEntry { ipAddrTable 1 }          Syntax:               IpAddrEntry ::= SEQUENCE {                    ipAdEntAddr                        IpAddress,                    ipAdEntIfIndex                        INTEGER,                    ipAdEntNetMask                        IpAddress,                    ipAdEntBcastAddr                        INTEGER,                    ipAdEntReasmMaxSize                        INTEGER (0..65535)               }IETF SNMP Working Group                                        [Page 38]RFC 1158                         MIB II                         May 1990          Definition:               The addressing information for one of this entity's IP               addresses.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipAdEntAddr  { ipAddrEntry 1 }          Syntax:               IpAddress          Definition:               The IP address to which this entry's addressing               information pertains.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipAdEntIfIndex  { ipAddrEntry 2 }          Syntax:               INTEGER          Definition:               The index value which uniquely identifies the interface               to which this entry is applicable.  The interface               identified by a particular value of this index is the               same interface as identified by the same value of               ifIndex.          Access:               read-only.          Status:               mandatory.IETF SNMP Working Group                                        [Page 39]RFC 1158                         MIB II                         May 1990          OBJECT:          -------               ipAdEntNetMask  { ipAddrEntry 3 }          Syntax:               IpAddress          Definition:               The subnet mask associated with the IP address of this               entry.  The value of the mask is an IP address with all               the network bits set to 1 and all the hosts bits set to               0.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipAdEntBcastAddr { ipAddrEntry 4 }          Syntax:               INTEGER          Definition:               The value of the least-significant bit in the IP               broadcast address used for sending datagrams on the               (logical) interface associated with the IP address of               this entry.  For example, when the Internet standard               all-ones broadcast address is used, the value will be 1.               This value applies to both the subnet and network               broadcasts addresses used by the entity on this (logical)               interface.          Access:               read-only.          Status:               mandatory.          OBJECT:          -------               ipAdEntReasmMaxSize { ipAddrEntry 5 }IETF SNMP Working Group                                        [Page 40]RFC 1158                         MIB II                         May 1990          Syntax:               INTEGER (0..65535)          Definition:               The size of the largest IP datagram which this entity can               re-assemble from incoming IP fragmented datagrams               received on this interface.          Access:               read-only.          Status:               mandatory.5.4.2.  The IP Routing table   The IP Routing table contains an entry for each route presently known   to this entity.          OBJECT:          -------               ipRoutingTable { ip 21 }          Syntax:               SEQUENCE OF IpRouteEntry          Definition:               This entity's IP Routing table.          Access:               read-write.          Status:               mandatory.          OBJECT:          -------               ipRouteEntry { ipRoutingTable 1 }          Syntax:               IpRouteEntry ::= SEQUENCE {                    ipRouteDest                        IpAddress,                    ipRouteIfIndex                        INTEGER,    

⌨️ 快捷键说明

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