Skip to content

Commit

Permalink
snmp ddm
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed May 3, 2024
1 parent b3ba1ae commit d698a81
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/velos_monitoring_snmp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3292,25 +3292,23 @@ Below is an example of the rx-pwr ddm monitoring. There is a low warn threshold
state ddm rx-pwr instant val-lane4 -0.9 <-- Current Reading
state ddm rx-pwr high-threshold alarm 3.4 <-- Will trigger SNMP Trap for High Alarm
state ddm rx-pwr high-threshold warn 2.4 <-- Will trigger SNMP Trap for High Warn
.. code-block:: bash
Production-2# file show log/snmp.log | include ddm
**txPwrHiAlarm .1.3.6.1.4.1.12276.1.1.1.262400**

The transmit power threshold for a specific transceiver has reached high alarm status. Run the show portgroups command to see what the current values are for that transceiver.

.. code-block:: bash
partition2# file show log/system/snmp.log | include txPwr
**txPwrHiWarn .1.3.6.1.4.1.12276.1.1.1.262401**

The transmit power threshold for a specific transceiver has reached high warn status. Run the show portgroups command to see what the current values are for that transceiver.

.. code-block:: bash
partition2# file show log/system/snmp.log | include txPwr
**txPwrLoAlarm .1.3.6.1.4.1.12276.1.1.1.262402**

Expand All @@ -3328,13 +3326,15 @@ The transmit power threshold for a specific transceiver has reached low txPwrLoW

.. code-block:: bash
partition2# file show log/system/snmp.log | include txPwr
**rxPwrHiAlarm .1.3.6.1.4.1.12276.1.1.1.262404**

The receive power threshold for a specific transceiver has reached high alarm status. Run the show portgroups command to see what the current values are for that transceiver.

.. code-block:: bash
partition2# file show log/system/snmp.log | include rxPwr
**rxPwrHiWarn .1.3.6.1.4.1.12276.1.1.1.262405**
Expand All @@ -3343,7 +3343,7 @@ The receive power threshold for a specific transceiver has reached high warn sta

.. code-block:: bash
partition2# file show log/system/snmp.log | include rxPwr
**rxPwrLoAlarm .1.3.6.1.4.1.12276.1.1.1.262406**

Expand All @@ -3360,23 +3360,23 @@ The receive power threshold for a specific transceiver has reached low warn stat

.. code-block:: bash
partition2# file show log/system/snmp.log | include rxPwr
**txBiasHiAlarm .1.3.6.1.4.1.12276.1.1.1.262408**

The transmit bias threshold for a specific transceiver has reached high alarm status. Run the show portgroups command to see what the current values are for that transceiver.

.. code-block:: bash
partition2# file show log/system/snmp.log | include txBias
**txBiasHiWarn .1.3.6.1.4.1.12276.1.1.1.262409**

The transmit bias threshold for a specific transceiver has reached high warn status. Run the show portgroups command to see what the current values are for that transceiver.

.. code-block:: bash
partition2# file show log/system/snmp.log | include txBias
**txBiasLoAlarm .1.3.6.1.4.1.12276.1.1.1.262410**

Expand All @@ -3393,7 +3393,7 @@ The transmit bias threshold for a specific transceiver has reached low warn stat

.. code-block:: bash
partition2# file show log/system/snmp.log | include txBias
**ddmTempHiAlarm .1.3.6.1.4.1.12276.1.1.1.262412**

Expand Down

0 comments on commit d698a81

Please sign in to comment.