2014-12-03 106 views
-1

我也阅读了RFC-1213中给出的描述MIB。但是仍然找不到这两者之间的区别。RFC-1213 mib中ipInDelivers oid(.1.3.6.1.2.1.4.9.0)和ipOutRequests oid(.1.3.6.1.2.1.4.10.0)之间的区别

这些都是他们的定义:

 ipInDelivers OBJECT-TYPE 
      SYNTAX Counter 
      ACCESS read-only 
      STATUS mandatory 
      DESCRIPTION 
        "The total number of input datagrams successfully 
        delivered to IP user-protocols (including ICMP)." 
      ::= { ip 9 } 

     ipOutRequests OBJECT-TYPE 
      SYNTAX Counter 
      ACCESS read-only 
      STATUS mandatory 
      DESCRIPTION 
        "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." 
      ::= { ip 10 } 

回答

0

正如其名称所表明,一个计算传入数据包和其他罪名外发数据包。基本上他们是彼此相反的。

ipInDelivers应该每次从IP层应用程序收到传入的IP数据报时递增。相反,当IP层从应用程序接收到传出数据包时,应该增加ipOutRequests