下列图所示是一个简化的RMON历史组以及在2017-8-1 9:20:0(记为时刻X)和2017-8-1 9:21:40(记为时刻Y)获取到对象实例(etherHistoryIndex=0、etherlHistorySamplelndex=0)部分列对象的值(其中etherHistorylndex、etherHistorySamplelndex是etherHistoryTable的索引项)。
请回答:(1)写出对象etherHistoryOctets、ctherHistoryPkts的对象标识符。
(2)在时刻X通过GetRequest(etherlHistoryPkts.O.0,etherHistoryOctets.0.0)获得的响应是什么?
(3)计算时刻X到时刻Y这段时间子网利用率etherllistoryUtilization的值。要求写出计算公式和过程。(假设子网速率为10Mbps,以太网顿问隙是96bit、顿前导是64bit)
(4)写出将etherHistoryUtilization设为上述(3)计算结果的SNMP操作。
(1)etherHistory0ctets:1.3.6.1.2.1.16.2.2.1.5
etherHistoryPkts:1.3.6.1.2.1.16.2.2.1.6
(2)GetResponse(etherHistoryPkts.0.0=485,etherHistoryOctets.0.0=628900)
(3)子网利用率:
(packets*(96+64)+0ctets*8)/(Interval*10Mbps)=((612-485)*160+(882650-628900)*8)/(100*10)=0.2%
(4)SetRequest(etherHistoryUtilization.0.0=0.2%