Threshold Configuration for SNMP Traps

Follow

Comments

2 comments

  • Avatar
    Scott Chester

    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):

    (.53-config)# threshold value 0 min -55 
    Threshold 0: min=-55.00, max=-20.00

    SUCCESS
    (.53-config)# threshold action 0 3
    Threshold 0: min=-55.00, max=-20.00, action=snmptrap

    SUCCESS

    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.

    (.53-config)# threshold ? 
    action Set the action for a particular radio parameter
    value Configure min or max value for individual threshold
    <cr>
    (.53-config)# threshold value ?
    <0-7> <0-rssi, 1-mse, 2-ber, 3-fer, 4-idu_temp, 5-odu_temp, 6-in port util, 7-out port util>
    (.53-config)# threshold value 0 ?
    MIN_MAX <min | max>
    (.53-config)# threshold value 0 min ?
    VALUE <-100 - 100>
    (.53-config)# threshold value 0 min -55
    Threshold 0: min=-55.00, max=-20.00

    SUCCESS

    (.53-config)# threshold action ?
    <0-8> <0-rssi, 1-mse, 2-ber, 3-fer, 4-idu_temp, 5-odu_temp, 6-in port util, 7-out port util, 8-link down>
    (.53-config)# threshold action 0 ?
    <0-5> <0-none, 1-alarm1, 2-alarm2, 3-snmptrap, 4-switchover, 5-rps> Action to be taken when threshold exceeds
    (.53-config)# threshold action 0 3
    Threshold 0: min=-55.00, max=-20.00, action=snmptrap

    SUCCESS
    (.53-config)#
    0
    Comment actions Permalink
  • Avatar
    Jessica Aguilar

    thank you :) now is working for me

    0
    Comment actions Permalink

Please sign in to leave a comment.