I have an SNMP issue with the community name.
The default name is "public"
. When I tried to change it to anther one, I find that I can walk the SNMP with two name "public"
and "loreal"
(giving the command snmpwalk
) without apparent errors, like in lines below :
C:\>snmpwalk -v1 -c LOREAL 128.86.201.207 enterprises.683.3.3.0
SNMPv2-SMI::enterprises.683.3.3.0 = STRING: "LOREAL"
C:\>snmpwalk -v1 -c public 128.86.201.207 enterprises.683.3.3.0
SNMPv2-SMI::enterprises.683.3.3.0 = STRING: "LOREAL"
But when I use the command snmpSET
, I can't use the new name ("LOREAL")
to change value
C:\>snmpset -v1 -c LOREAL 128.86.201.207 enterprises.683.3.3.0 s SWAT
Timeout: No Response from 128.86.201.207
C:\>snmpset -v1 -c public 128.86.201.207 enterprises.683.3.3.0 s SWAT
SNMPv2-SMI::enterprises.683.3.3.0 = STRING: "SWAT"
Why this happens, how can I definitively change or delete the "public"
and use only "LOREAL" for the snmpset/get
commands?
Notes:
- the MIB tree for zebra printer
- I change the community Name with ZPL II commands
- my OS win10