You can modify some SNMP Attributes; however, some of these attributes are read-only and, therefore, cannot be modified.

To modify an SNMP

  1. Change the value with snmpset commands. The current implementation of our system supports only integer, string and octets.

  2. Perform an snmpget command (to make sure that the value changed).

The following is an example to modify the CLLI.

snmpset -c private <host name>
.1.3.6.1.4.1.1556.17.15.46.65.64.53.1.1.5.1.1.1.1.131841 s "Test changing CLLI"
 
snmpget -c public <host name>
.1.3.6.1.4.1.1556.17.15.46.65.64.53.1.1.5.1.1.1.1.131841   

  • No labels