Xenith and configuring SNMP

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7724
    Cathedral
    Member
    • Total Post: 5
    • Newbie

    I am trying to research a way to see if it is possible to setup SNMP on a C00x. We are currently tracking assets via SNMP and I have not found any definite information on whether or not it is capable on the Xenith.

    I assume, if it is possible, this would be done via .ini file as I don’t see any option to set SNMP within the administration settings. Any help or starting point would be appreciated.

    #23488
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    A simple search in this forum, could help:

    Just as a head’s up, you can also use snmpset.exe as it can also be used to reboot a list of WYSE thin clients or a single one as well. Download snmpset here [http://www.snmpsoft.com/freetools/snmpset.html] and install it. Then run the below cmd against a list of thin client IP addresses. PLEASE err on the side of caution when running this as it could be disruptive to end users if the incorrect IPs are in the list:

    for /f %i in (c:tempthin_client_IP_addresses.txt) do @c:toolssnmpset -v:1 -c:SNMPWYSE -r:%i -o:.1.3.6.1.4.1.714.1.2.6.1.1.0 -val:0 -tp:int

    The above runs snmpset against a text file which contains a list of IPs. The WNOS.INI has SNMP enabled along with setting the community string to SNMPWYSE [i.e. Community=SNMPWYSE]. The OID is .1.3.6.1.4.1.714.1.2.6.1.1.0.

    xen.ini parameter is
    Community=public (or something else)

    CG

    #23493
    Cathedral
    Member
    • Total Post: 5
    • Newbie

    Ah, much appreciated. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.