[rtg] RTG Bug Fixes
Jacob Steinberger
trefalgar at realitybytes.net
Thu Oct 2 15:39:39 EDT 2008
I've been having ongoing issues with lots of little things in RTG or
targetmaker, and while I've ironed out a lot of them, it doesn't seem
like there's someone on the other end of the line picking up to even
talk to.
The most recent seems to be this:
$session = SNMP_Session->open( $router, $communities{$router}, 161 )
|| die "Error opening SNMP session to $router";
# if($snmp_ver == 2) {
# $session = SNMPv2c_Session->open( $router,
$communities{$router}, 161 )
# || die "Error opening SNMP session to $router";
# } else {
# $session = SNMP_Session->open( $router,
$communities{$router}, 161 )
# || die "Error opening SNMP session to $router";
# }
As far as I can tell, there is no way that targetmaker will do v2c
requests with this code. It's even there in the RTG9 distributed
targetmaker. Even if you force v2 in the targetmaker.cfg or in the
routers file, it still does v1 requests. The only time it seems to
matter is on "test" poll to see if a device supports a rtgmodule.
... so ... does RTG have a pulse? Is anyone accepting patches, bug
fixes or enhancements?
Jacob
More information about the RTG
mailing list