search for: ifspeed

Displaying 3 results from an estimated 3 matches for "ifspeed".

Did you mean: aspeed
2012 Aug 24
2
SNMP monitoring
It seems it's not possible to monitor kvm virtual image network interfaces via SNMP. MRTG's cfgmaker says ### The following interface is commented out because: ### * has no ifSpeed property and other monitors are consistently reporting that vm's interfaces are exceeding traffic thresholds (even on lo ...). Which is no surprise if the threshold is zero. I found a hint on some Debian forum that this behaviour is caused by the virtio driver. So I was wondering, is it...
2009 Jan 15
0
Paravirt network interfaces and snmp
...::ifDescr.2 = STRING: sit0 IF-MIB::ifDescr.3 = STRING: eth0 IF-MIB::ifType.1 = INTEGER: softwareLoopback(24) IF-MIB::ifType.2 = INTEGER: tunnel(131) IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6) IF-MIB::ifMtu.1 = INTEGER: 16436 IF-MIB::ifMtu.2 = INTEGER: 1480 IF-MIB::ifMtu.3 = INTEGER: 1500 IF-MIB::ifSpeed.1 = Gauge32: 10000000 IF-MIB::ifSpeed.2 = Gauge32: 0 IF-MIB::ifSpeed.3 = Gauge32: 10000000 <------This one! Is there any way of indicating the ''speed'' of an interface to the xen paravirts to avoid this happening - it''s obviously not critical, but it''s a nuis...
2005 Jun 24
0
wfq scripts needed help
...=_ _ _ _ $what2=_ _ _ _ # setting the qdisc tc qdisc add dev eth0 handle 1:0 root dsmark indices 8 set_tc_index # setting the tcindex filter tc filter add dev eth0 parent 1:0 protocol ip prio 1 tcindex \ mask 0xfc shift 2 # adding WFQ tc qdisc add dev eth0 parent 1:0 handle 2:0 wfq $what ifspeed \ 10485760 # creating WFQ classes.... tc class add dev eth0 parent 2:0 classid 2:1 wfq $what1 tc class add dev eth0 parent 2:0 classid 2:2 wfq $what2 # adding filter tc filter add dev eth0 parent 2:0 protocol ip prio 2 handle 0x2e \ tcindex classid 2:1 pass_on tc filter add dev eth0 p...