I've been trying to get Solarwinds ipMonitor to work with m0n0wall to monitor bandwidth usage on my WAN interface and log historical reports. Not sure if anyone else has tried this, but it fails to capture the stats.
After some poking around it seems that this is due to the fact that the SNMP implementation on the current m0n0wall distribution does not support the ifPhysAddress RFC1213-MIB as defined here:
http://ipmsupport.solarwinds.com/mibs/RFC1213-MIB/item.aspx?id=ifPhysAddressipMonitor queries for three SNMP values with its bandwidth monitor... ifInOctets, ifOutOctets, and ifPhysAddress. If any one of these is invalid then the monitor fails.
Can anyone suggest how one would go about implementing the ifPhysAddress MIB definition? or if this is supposed to be offered by ucd-snmp already then why it is not being served?
As a workaround, just getting it to return 00:00:00:00:00:00 would probably do!
Thanks!