The following parameter was added using MIB drag and drop.
Issue: The value not getting saved on the device. The current value on device is 172.0 and I am trying to write 180.0
Stream Log:
-> 17:14:45 - Set for parameter amplifierPortOutputPowerSet1 () to 180.000000
-> 17:14:45 - Set for amplifierPortOutputPowerSet1 () to value 180.000000 succeeded
Dynamic group for parameter 6000 [triggered by 1.3.6.1.4.1.1385.77.7.3.10.0](EXECUTE NEXT)
-> 17:14:45 - Get for amplifierPortOutputPowerSet1 () returned VT_R8 : 172.000000
Parameters Definition:
<Param id="6000" trending="false">
<Name>amplifierPortOutputPowerSet1</Name>
<Description>Amplifier Port Output Power Set1</Description>
<Information>
<Subtext>
<![CDATA[amplifierPortOutputPowerSet*10, Set Value of Output Optical Power, dBm*10]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.1385.77.7.3.10.0</OID>
<Type>integer32</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Amplifier Settings</Page>
<Column>0</Column>
<Row>9</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="6100" snmpSetAndGet="true">
<Name>amplifierPortOutputPowerSet1</Name>
<Description>Amplifier Port Output Power Set1</Description>
<Type>write</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.1385.77.7.3.10.0</OID>
<Type>integer32</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Amplifier Settings</Page>
<Column>0</Column>
<Row>9</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
Hi Arab,
If I understand correctly, you are getting a similar result using a MIB browser. Can you try setting another OID using the MIB browser? If you are able to change the value, can you try to do the same from the element?
If the issue only happens with that particular parameter, then you will need to follow up this issue with the device's vendor.
Hope it helps.
Hi Arbab,
Based on the log of the stream viewer, it seems that the device is not accepting the updated value. Can you try to perform the same SNMP set using a MIB browser?