Issue / Question
How do disable the SNMP function in my CE device?
Applicable To
MC31-CE6 , MC32-CE7, MC92-CE7, MC91-CE6
Resolution / Answer
Create and Apply Registry Settings below:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\SNMP\Parameters\EnableAuthenticationTraps] "switch"=dword:00000000
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\SNMP\Parameters\ValidCommunities] "public"=dword:00000001
[HKEY_LOCAL_MACHINE\Services\SNMP] "Flags"=dword:00000004
Cold Boot Persistent using Registry File
- Create a .reg registry file with the settings above
- The sample registry file is available here. Download the CE_Disable_SNMP.reg.
- Copy the .reg file to the root of the devices \Application drive.
- Perform a cold boot on the device, this will import the reg file after every cold boot.
Helpful Information: