Re: perl-module.pl

2005-08-15 Thread Robert Story
On Fri, 12 Aug 2005 09:13:54 -0500 Daniel wrote: DT> HP-UX's native SNMP agent (snmpdm) is the acting master agent, running on DT> the default port 161. Net-SNMP is acting as a subagent, running on 8161. DT> The two are bridged by a program called naaagt (native agent adapter). DT> Basically, y

Re: perl-module.pl

2005-08-12 Thread Daniel Tang
ot;Thomas Anders" <[EMAIL PROTECTED]> To: "Daniel Tang" <[EMAIL PROTECTED]> Sent: Friday, August 12, 2005 8:51 AM Subject: Re: perl-module.pl Daniel Tang wrote: I tested snmpwalk and snmptranslate, both worked just fine. The scenario is, HP-UX has its own SNMP da

Re: perl-module.pl

2005-08-12 Thread Daniel Tang
sely registers a non-existent OID to add in its own data at that entry. Is that an incorrect assumption? Dan - Original Message - From: "Johannes Schmidt-Fischer" <[EMAIL PROTECTED]> To: "Daniel Tang" <[EMAIL PROTECTED]> Cc: Sent: Friday, August 12, 2005

Re: perl-module.pl

2005-08-12 Thread Johannes Schmidt-Fischer
Hello Daniel, can you please check whether you're able to access the netSnmp mib at all? You might do that with the following command (I presume you're working at your HP-UX machine): snmpwalk -c public localhost netSnmp If there is no output at all or if you only get the message "End of MIB" th