<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>I have configured Ethernet Bonding for our RHEL 6.2 Servers. Bonding is working fine but few confusion for me when I configured MRTG to monitor the bonded interface. <br><br>MRTG is showing MaxSpeed of the Bonded Interface to be 1250.0 KBytes/s which comes to be 10 Mbits/s . The MaxSpeed for the Slave interface speed (eth0,eth1) looks fine with 125.0 MBytes/s.<br><br>My confusion here is since MRTG is showing MaxSpeed of the bonded interface to be 1250.0 KBytes/s , will it be able to handle traffic beyond 10MBits/s or it is MRTG configuration issue only? <br><br>Also , would like to know when monitoring a bonded interface , is it OK to monitor the bonded interface only or need to monitor Slave interface also . Any best practises?<br><br> <br>Please find the bonding config pasted below. <br><br>vi
 /etc/sysconfig/network-scripts/ifcfg-bond0 <br>DEVICE=bond0<br>ONBOOT=yes<br>#TYPE=Ethernet<br>BOOTPROTO=static<br>IPADDR=192.168.11.149<br>NETMASK=255.255.255.192<br>GATEWAY=192.168.11.130<br>USERCTL=no<br>BONDING_OPTS="mode=1 miimon=100"<br><br> cat /etc/sysconfig/network-scripts/ifcfg-eth0<br>DEVICE=eth0<br>ONBOOT=yes<br>BOOTPROTO=none<br>SLAVE=yes<br>MASTER=bond0<br>#TYPE=Ethernet<br>IPV6INIT=no<br>USERCTL=no<br>NM_CONTROLLED=no<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br>Please clarify . If any other information is required , please let me know. <br><br>Thanks in Advance<br></div></div></body></html>