You must use separate commands to set the minimum and maximum settings.
Example: to set the RSSI (0) for a min of -55.00, and for SNMP traps (3):
(CLI-config)# threshold 0 min -55.0 3
The unit should respond:
Threshold 0: min=-55.00, max=-20.00, action=snmptrap
SUCCESS
Now set the max RSSI you want
(CLI-config)# threshold 0 max -20.0 3
The unit should respond:
(CLI-config)# threshold 0 max -20.0 3
Threshold 0: min=-55.00, max=-20.00, action=snmptrap
SUCCESS
Type (CLI-config)# sysinfo 6 you should now see your changes:
<==================== 6. Threshold Info ====================>
min max action
IDU Temp (celsius): -10.0 55.0 none
RSSI (dBm): -55.00 -20.00 snmptrap
MSE (dB): -45.00 -15.00 none
BER: 0.00E+00 1.00E-04 none
FER: 0.00E+00 1.00E-04 none
ODU Temp (celsius): -40.0 58.0 none
IN Port Util: 0.0 100.0 none
OUT Port Util: 0.0 100.0 none
Rinse and repeat for all parameters you wish to set.
Comments
2 comments
The threshold configuration has changed with 3.0 firmware for GigaPlus and ApexPlus. The values and actions are now set on different lines as follows, using the same example as above.
Example: to set the RSSI (0) for a min of -55.00, and for SNMP traps (3):
You can always use command helps (?) to help you through a command. Note that ? will not show on screen when used - it is included here for illustration purposes only.
thank you :) now is working for me
Please sign in to leave a comment.