| | | Junior Member
       
Group: Forum Members Last Login: 11/15/2008 11:53:56 PM Posts: 18, Visits: 45 |
| How would i modify one of the wug scripts to pull up some data from cisco router for example.
So let say does WUG has it's own snmpget command or is there a way of using asp to utilize external
commands like net-snmp's snmpget to retrieve the data and then display it on a webpage.
thanks |
| | | | 
Member of the WhatsUp Gold team
       
Group: Administrators Last Login: 6/29/2009 4:20:10 PM Posts: 513, Visits: 1,080 |
| | | | | Junior Member
       
Group: Forum Members Last Login: 11/15/2008 11:53:56 PM Posts: 18, Visits: 45 |
| So I'm trying to use the following code
var Data=oSnmpRqst.Get("1.3.6.1.2.1.2.1.0");
response.write(Data);
To retrieve a certain oid value but all i get is True or False display on a webpage.
What am i doing wrong?
thanks
Edited: 11/10/2008 12:38:55 PM by pgb205 |
| | | | Junior Member
       
Group: Forum Members Last Login: 11/15/2008 11:53:56 PM Posts: 18, Visits: 45 |
| never mind. had to do getload to retrieve value. But here is another question. Does wug has something like snmptable api.
I can only see bulkget. |
| |
|
|