Operating System - HP-UX
1833271 Members
3422 Online
110051 Solutions
New Discussion

How to get a MIB Value locally.

 
Marco Camacho_1
Frequent Advisor

How to get a MIB Value locally.

Hello!
¿Is there a way to obtain a mib value locally in a hp-ux 11i server?. Normally, I can do this from my NNM Server wich contains the snmpget command but in this case, i need to run a similar command in other server locally.
I´ll appreciate your hel
Mark-ito
3 REPLIES 3
Biswajit Tripathy
Honored Contributor

Re: How to get a MIB Value locally.

# netstat -p tcp
# netstat -s

- Biswajit
:-)
Rick Garland
Honored Contributor

Re: How to get a MIB Value locally.

If you have the snmp tools installed on the other local system, you can do snmpwalk or snmpget from command line on that system.
Marco Camacho_1
Frequent Advisor

Re: How to get a MIB Value locally.

Biswajit, Thanks for your help, but i need something different. Rick ¿where do i can find that tools?. ¿do not exist the snmpget command (or similar) as a general unix command in all hp-ux servers?. Tha
Mark-ito