Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6fe827

Browse files
authored
Add new OID for Archer VR600 and make table (fixes home-assistant#2863) (home-assistant#2895)
1 parent 0f91fcf commit d6fe827

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

source/_components/device_tracker.snmp.markdown

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,23 @@ ha_release: 0.7.5
1616
A lot WiFi access points and WiFi routers support the Simple Network Management Protocol (SNMP). This is a standardized method for monitoring/manageing network connected devices. SNMP uses a tree-like hierarchy where each node is an object. Many of these objects contain (live) lists of insances and metrics, like network interfaces, disks, and wifi registrations.
1717

1818
<p class='note warning'>
19-
This device tracker needs SNMP to be enabled on the router.
19+
This device tracker needs SNMP to be enabled on the router. It could be that you need to install the SNMP support manually.
2020
</p>
2121

2222
OID examples:
2323

24-
- Mikrotik: `1.3.6.1.4.1.14988.1.1.1.2.1.1` (confirmed, unknown RouterOS version/model)
25-
- Mikrotik: `1.3.6.1.2.1.4.22.1.2` (confirmed, RouterOS 6.x on RB2011)
26-
- Aruba: `1.3.6.1.4.1.14823.2.3.3.1.2.4.1.2` (untested)
27-
- BiPAC 7800DXL: `1.3.6.1.2.1.17.7.1.2.2.1.1` (confirmed on firmware 2.32e)
28-
- OpenWrt: `1.3.6.1.2.1.4.22.1.2` (tested on Chaos Calmer 15.05 firmware, need to install snmpd package)
29-
- pfSense: `1.3.6.1.2.1.4.22.1.2` (tested on 2.2.4-RELEASE, need to enable SNMP service)
30-
- TPLink: `1.3.6.1.2.1.3.1.1.2.19.1` (Archer VR2600v, need to enable SNMP service)
31-
- EdgeRouter `1.3.6.1.2.1.4.22.1.2` (EdgeRouter Lite v1.9.0, need to enable SNMP service)
32-
- Ruckus: `1.3.6.1.4.1.25053.1.2.2.1.1.3.1.1.1.6` (Ruckus ZoneDirector, tested on 9.13.3)
24+
| Brand | Device/Firmware | OID |
25+
|---|---|---|---|
26+
| Mikrotik | unknown RouterOS version/model | `1.3.6.1.4.1.14988.1.1.1.2.1.1` |
27+
| Mikrotik | RouterOS 6.x on RB2011 | `1.3.6.1.2.1.4.22.1.2` |
28+
| Aruba | (untested) | `1.3.6.1.4.1.14823.2.3.3.1.2.4.1.2` |
29+
| pfSense | 2.2.4 | `1.3.6.1.2.1.4.22.1.2` |
30+
| BiPAC | 7800DXL Firmware 2.32e | `1.3.6.1.2.1.17.7.1.2.2.1.1` |
31+
| OpenWrt | Chaos Calmer 15.05 | `1.3.6.1.2.1.4.22.1.2` |
32+
| TP-Link | Archer VR2600v | `1.3.6.1.2.1.3.1.1.2.19.1` |
33+
| TP-Link | Archer VR600 | `1.3.6.1.2.1.3.1.1.2` |
34+
| EdgeRouter | Lite v1.9.0 | `1.3.6.1.2.1.4.22.1.2` |
35+
| Ruckus | ZoneDirector 9.13.3 | `1.3.6.1.4.1.25053.1.2.2.1.1.3.1.1.1.6` |
3336

3437
To use the SNMP version 1 platform in your installation, add the following to your `configuration.yaml` file:
3538

0 commit comments

Comments
 (0)