On 4/26/07, calvinhp <[EMAIL PROTECTED]> wrote:
chet wrote: > > There's no way to manually enter routes in version 1.1. On top of > that, you really shouldn't have to for a Linux system. Do you have any > routes listed? If not, you probably need to make sure your local SNMP > agent is setup properly. I double checked my local snmpd and did an snmpwalk and the routes for the private subnet nic are there. Code: RFC1213-MIB::ipRouteDest.10.200.0.0 = IpAddress: 10.200.0.0 RFC1213-MIB::ipRouteDest.10.200.0.1 = IpAddress: 10.200.0.1 RFC1213-MIB::ipRouteDest.10.200.0.2 = IpAddress: 10.200.0.2 ... And the other servers on the private net all have that route listed as "direct". It is only missing on the server running zenoss. Any other thoughts? Is there a way to force a complete remodel? I tried clicking the button to collect configuration, but it doesn't pick up the internal subnet route.
You can force the remodel of just the routes by running this command as the zenoss user: zenmodeler run -v 10 --force --collect=RouteMap --device=yourDevice -- Chet Luther [EMAIL PROTECTED] _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
