SNMP: Community Name ist "public", wie kann ich das ändern?

1090
yazan

Ich möchte den SNMP community NameZebra ZM600-Drucker von "Öffentlich" auf "Privat" umstellen, z. B.

snmpwalk -v1 -c public "address IP" enterprises.10642.20.10.10.5 

Wenn ich spazieren gehe, MIB treebenutze ich publicwie der Name einer Community, ich möchte den Namen ändern privateoder einen anderen Namen.

1

1 Antwort auf die Frage

1
yazan

Hi all I found the solution for this issue

first I create file with ZPL II commands test.zpl inside the file I wrote this command :

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

second I send this file to the printer via FTP with command line:

c:> put c:\test.zpl 

third I restart the printer by ~JR command.

snmpwalk -v1 -c TEST "address IP" enterprises.10642.20.10.10.5