Im trying to do remote configuration with snmpset.
Im using the comand syntax SNMPSET -c <community> -v 2c <IP> <OID> <TYPE> <VALUE> .
What im trying to set at the receiver is the virtual channel number, but the receiver do no accept the change.
for example:
if I try to change de virtual channer for 2, i use the follow command:
snmpset -c public -v 2c 192.168.0.1 .1.3.6.1.4.1.1429.2.2.6.5.2.1.1.2.1 i 2
the answer i receive is:
SNMPv2-SMI::enterprises.1429.2.2.6.5.2.1.1.2.1 = INTEGER: 2
But nothing changes at the receiver.