From 91abc971823165dcc2834e851c56be2b81215a62 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Wed, 25 Dec 2019 00:34:27 +1100 Subject: [PATCH] Add MAC Address table OID for TP-Link Archer VR1600v (#11530) This is the standard router distributed by the TPG ISP in Australia. --- source/_integrations/snmp.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/snmp.markdown b/source/_integrations/snmp.markdown index 649c77bfbff..41bb0d3ae2f 100644 --- a/source/_integrations/snmp.markdown +++ b/source/_integrations/snmp.markdown @@ -40,6 +40,7 @@ The following OID examples pull the current MAC Address table from a router. Thi | OPNSense | 19.1 | `1.3.6.1.2.1.4.22.1.2` | | pfSense | 2.2.4 | `1.3.6.1.2.1.4.22.1.2` | | Ruckus | ZoneDirector 9.13.3 | `1.3.6.1.4.1.25053.1.2.2.1.1.3.1.1.1.6` | +| TP-Link | Archer VR1600v | `1.3.6.1.2.1.3.1.1.2.16.1` | | TP-Link | Archer VR2600v | `1.3.6.1.2.1.3.1.1.2.19.1` | | TP-Link | Archer VR600 | `1.3.6.1.2.1.3.1.1.2` | | Ubiquiti | Edgerouter Lite v1.9.0 | `1.3.6.1.2.1.4.22.1.2` |