文章列表
今天研究rmon,把rmon的四个表看了一下,有下面的两个问题,请教大家。
1. rmon->statistic->etherStatsTable统计表表项的说明都是接收的包,比如:
etherStatsOctets:
The total number of octets of data (including those in bad packets) received on the network...
如果我想查看发送的包的话,怎么办?
像ifTable中就明确的有ifInOctets和ifOutOctets的定义,为什么etherStatsTable中没有类似的定义? ...