Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

SNMP Set:Timeout, No Response

Writer Emily Wong
 snmpwalk -v1 -c public $ip enterprises.10642.20.10.10.5.11.3.0; snmpget -v1 -c public $ip enterprises.10642.20.10.10.5.11.4.0; snmpset -v1 -c public $ip enterprises.10642.20.10.10.5.11.4.0 s 1664 ;

the snmpset was working with me fine before changed the community name from "public" to "loreal" after the change the snmpget is respond but the snmpset not respond >>>

C:\>snmpGet -v1 -c loreal $ip 1.3.6.1.4.1.10642.20.10.10.5.11.4.0
SNMPv2-SMI::enterprises.10642.20.10.10.5.11.4.0 = STRING: "********"
C:\>snmpSet -v1 -c loreal $ip 1.3.6.1.4.1.10642.20.10.10.5.11.4.0 s 1664
Timeout: No Response from 10.84.10.85

SO anybody have an idea!!

4

1 Answer

You can change CommunityName in ZEPRA printer by sending the commands ZPLII.

for more information: ZPL II Programming Guide

Description ^NN command: Use this command to set the Simple Network Management Protocol (SNMP) parameters. Format ^NNa,b,c,d,e,f

EX:

 ^XA ^NN,,,test,test,test ^XZ

We can change it with SGD commands

! U1 setvar "ip.snmp.get_community_name" "TEST"
! U1 setvar "ip.snmp.set_community_name" "TEST"

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy