This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What can i get from SNMP in ASL?

I've noticed the SNMP access, but i don't know what data can ASL send via SNMP
(and what tool do you recommend me for seeing this fast)


This thread was automatically locked due to age.
Parents
  • From a linux machine (on a network listed in the allowed networks) with the net-snmp package installed use snmpwalk.

    snmpwalk -v 1  -c communityname hostname |more

    is what I used.  Mine returns 1300 lines of "stuff" of various levels of usefulness.

    Good Luck,

    .dn
Reply
  • From a linux machine (on a network listed in the allowed networks) with the net-snmp package installed use snmpwalk.

    snmpwalk -v 1  -c communityname hostname |more

    is what I used.  Mine returns 1300 lines of "stuff" of various levels of usefulness.

    Good Luck,

    .dn
Children