Skip to content

Commit

Permalink
SNMP LLDP
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed Nov 17, 2023
1 parent 19f41c8 commit b8dd82f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/initial_setup_of_rseries_platform_layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ In the body of the API call enter the edited license in the proper area. Below i
# Warning: Changing the system time while this system is running
# with a time-limited license may make the system unusable.
#
Usage : Eavluation
Usage : Evaluation
#
#
# Only the specific use referenced above is allowed. Any other uses are prohibited.
Expand Down
34 changes: 34 additions & 0 deletions docs/rseries_monitoring_snmp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,40 @@ Query the following SNMP OID to get detailed fan speeds.
prompt%
SNMP LLDP Configuration Table
-----------------------------

Query the following SNMP OID to get detailed LLDP configuration table.

.. code-block:: bash
prompt% snmptable -v 2c -c public -m ALL 10.255.2.40 F5-OS-LLDP-MIB:lldpIfConfigTable
SNMP table: F5-OS-LLDP-MIB::lldpIfConfigTable
lldpIfName lldpIfEnabled lldpIfTlvAdvertisement lldpIfTlvmap
2.0 true txrx 130943
13.0 true txrx 130943
prompt%
SNMP LLDP Neighbors Table
-----------------------------

Query the following SNMP OID to get detailed LLDP neighbors table.

.. code-block:: bash
prompt% snmptable -v 2c -c public -m ALL 10.255.2.40 F5-OS-LLDP-MIB:lldpNeighborsTable
SNMP table: F5-OS-LLDP-MIB::lldpNeighborsTable
lldpLocalInterface lldpNeighborPortId lldpNeighborChassisId lldpNeighborPortDesc lldpNeighborSysName lldpNeighborSysDesc lldpNeighborSysCap lldpNeighborMgmtAddr lldpNeighborPvid lldpNeighborPpvid lldpNeighborVlanName lldpNeighborVlanTag lldpNeighborProtocolIdentity lldpNeighborAutoNego lldpNeighborPmd lldpNeighborMau lldpNeighborAggStatus lldpNeighborAggPortid lldpNeighborMfs lldpNeighborF5ProductModel
13.0 13.0 f5-wjex-ngkt Jim McCarron's r10900-2 r1900-2.f5demo.net Jim McCarron's r10900-2 1310740 :: 0 1 ? 0 1 1 0 0 1 0 9600 r10600
14.0 14.0 f5-wjex-ngkt Jim McCarron's r10900-2 r1900-2.f5demo.net Jim McCarron's r10900-2 1310740 :: 0 1 ? 0 1 1 0 0 1 0 9600 r10600
15.0 15.0 f5-wjex-ngkt Jim McCarron's r10900-2 r1900-2.f5demo.net Jim McCarron's r10900-2 1310740 :: 0 1 ? 0 1 1 0 0 1 0 9600 r10600
16.0 16.0 f5-wjex-ngkt Jim McCarron's r10900-2 r1900-2.f5demo.net Jim McCarron's r10900-2 1310740 :: 0 1 ? 0 1 1 0 0 1 0 9600 r10600
prompt%
Troubleshooting SNMP
====================
Expand Down

0 comments on commit b8dd82f

Please sign in to comment.