mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Cisco OTV
Implements the CISCO-OTV-MIB to retrieve OTV counters from Cisco devices. This collects information on the configured Overlays and Adjacencies Statistics are collected for the amount of VLAN's on each overlay and the amount of MAC addresses available over each OTV endpoint. OTV alerts are collected and generated if the appropriate alerting rules exist. Data is displayed under routing at both the global and device level. Includes function snmpwalk_array_num, which performs a numeric SNMPWalk and returns an array containing $count indexes One Index: From: 1.3.6.1.4.1.9.9.166.1.15.1.1.27.18.655360 = 0 To: $array['1.3.6.1.4.1.9.9.166.1.15.1.1.27.18']['655360'] = 0 Two Indexes: From: 1.3.6.1.4.1.9.9.166.1.15.1.1.27.18.655360 = 0 To: $array['1.3.6.1.4.1.9.9.166.1.15.1.1.27']['18']['655360'] = 0 And so on...
This commit is contained in:
@@ -307,11 +307,11 @@ To see an example of how the component module can used, please see the following
|
||||
|
||||
- Cisco CBQoS
|
||||
- includes/discovery/cisco-cbqos.inc.php
|
||||
- includes/poller/cisco-cbqos.inc.php
|
||||
- includes/polling/cisco-cbqos.inc.php
|
||||
- html/includes/graphs/device/cbqos_traffic.inc.php
|
||||
- Cisco OTV
|
||||
- includes/discovery/cisco-otv.inc.php
|
||||
- includes/poller/applications/cisco-otv.inc.php
|
||||
- includes/polling/cisco-otv.inc.php
|
||||
- html/includes/graphs/device/cisco-otv-mac.inc.php
|
||||
- html/pages/device/apps/cisco-otv.inc.php
|
||||
- html/pages/routing/cisco-otv.inc.php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user