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 Miguel,
Thanks for your comment. It seems there is some issue since from MIB Browser the value didn't get set but we got the "successful" message.
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?