LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   snmpwalk (https://www.linuxquestions.org/questions/linux-networking-3/snmpwalk-256575/)

st3reo 11-18-2004 04:24 PM

snmpwalk
 
Hey,

I'm running a FC 3 box,I have snmpd and snmptrapd started but the snmpwalk command doesn't seem to work.
can anyone tell me what I have to do to make it work?

scowles 11-18-2004 09:51 PM

Out of the box, the redhat supplied net-snmp package should answer to...
Code:

[root@excelsior snmp]# snmpwalk -v2c -c public localhost system
If you want to dump the entire MIB...
Code:

[root@excelsior snmp]# snmpwalk -v2c -c public localhost .

st3reo 11-19-2004 07:34 AM

yeah well this isn't redhat , it's fedora :)

And it responds with
Code:

-bash: snmpwalk: command not found

scowles 11-19-2004 07:56 AM

And it responds with
bash: snmpwalk: command not found


Have you loaded the net-snmp-utils rpm?


All times are GMT -5. The time now is 10:56 AM.