Mail Archive: Open Networks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Mib Example



Title: RE: Mib Example

Hi Phil,

There is no output from the routing table.  It must have failed in either one of the following lines:

IpGroup ipGroup = mib2.getIpGroup();
IpRouteTable ipRoutes = ipGroup.getRouteTable();
for (IpRouteEntry e = ipRoutes.getFirstEntry();
                 e.isValidRow();
                 e.advanceRow()) {
        System.out.println("entry: " + e);
}

I am using JDK1.2.2 RC4 so that is definitely different.

My SNMP should be correctly configured as set and gets work for the systemContact and systemLocation.

Thanks,

Bryan

       


Home | Date Index | Thread Index