1 answer

  1.  
    1
    0
    -1

    If it has an ip address, then YES.

    The amount of information retrieved might vary.

    If it's SNMP enabled and you can get a dump from it, email it to open.audit@opmantek.com and we'll incorporate it into the code ASAP. A linux command is below.

    snmpwalk -On -v2c -c COMMUNITY IPADDRESS . > snmp_dump.txt

    Substitute COMMUNITY for the community string on the device (might be "public"?). Substitute IPADDRESS with the ip address of the device.

      CommentAdd your comment...