This article explains how to add SNMP to Elo Windows I-Series and EloPOS with Windows 10 LTSC
Simple Network Management Protocol, SNMP, is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behavior.
Elo's i-Series 2.0 with Windows and EloPOS with Windows both support SNMP, however, Microsoft no longer installs it as a feature on Windows 10 Operating Systems so you will need to install it. See below steps to install SNMP.
1. Open Windows PowerShell (Admin) by right clicking on the Start button in lower left corner of task bar.
2. First, check to see if SNMP is installed already.
- Enter the following into the CMD line: Get-WindowsCapability -Online -Name "SNMP*"
- As indicated above, SNMP State shows NotPresent
3. Next, install SNMP by entering the following into the CMD line:
- Add-WindowsCapability -Online -Name “SNMP.Client~~~~0.0.1.0”
4. To verify SNMP was successfully installed, check again by running the command in Step 2 and find that SNMP State shows Installed.
- Enter the following into the CMD line: Get-WindowsCapability -Online -Name "SNMP*"
5. You should now see Simple Network Management Protocol (SNMP) under Manage optional features in the Apps & features section of Windows 10.
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article