How to check the link status and data traffic statistics of TP-Link Business Routers with SNMP

ฐานความรู้
คำถามที่พบบ่อย
07-23-2024
8440

TP-Link SMB routers support SNMP with public OIDs. To check the link status and traffic statistics, the OID ifEntry (.1.3.6.1.2.1.2.2.1) and its children OIDs are used.

1.Check the children's OID for WAN or LAN interfaces.

SNMP Walk ifDescr (.1.3.6.1.2.1.2.2.1.2) to display the children's OIDs of the interfaces. The OIDs of the dual-wan router is obtained via the tool named Snmpwalk, as shown below. Most of the interfaces are for internal communication, and no need to be concerned. Among them, “ifDescr.17 = br-lan” indicates that 17 is the children OID for LAN. If you go to the router page – Network – VLAN, you will find the VLAN IDs of WAN1 and WAN2 are 10 and 20, respectively. Then “ifDescr.19 = eth0.10” indicates the children OID for WAN1 is 19, and that for WAN2 is 20.

If you are using a router with more WAN ports, you can check the VLAN ID of each port, then you will know the correspondence.

2.Check the link status.

You already know that 17, 19, and 20 corresponds to LAN, WAN1, and WAN2, respectively. To check the link status, SNMP Walk ifOperStatus (.1.3.6.1.2.1.2.2.1.8). As shown in the figure below, WAN1 is linked up, WAN2 is linked down. You can also directly SNMP Get ifOperStatus.19 (.1.3.6.1.2.1.2.2.1.8.19) to obtain the link status of WAN1.

3.Check the data traffic statistics.

  • Receiving (RX): SNMP Walk ifInOctets (.1.3.6.1.2.1.2.2.1.10). The values of .17, .19, and .20 correspond to the RX statistics, in Byte, of LAN, WAN1, and WAN2 (linked down), respectively. You can also SNMP Get ifInOctects (.1.3.6.1.2.1.2.2.1.10.19) to obtain the RX bytes of WAN1.

  • Transmitting (TX): SNMP Walk ifOutOctets (.1.3.6.1.2.1.2.2.1.16). The values of .17, .19, and .20 correspond to the TX statistics, in Byte, of LAN, WAN1, and WAN2, respectively.
โปรดให้คะแนนเอกสารนี้

เอกสารที่เกี่ยวข้อง

How to check and modify VLANs on a TP-Link JetStream switch via SNMP

คู่มือการกำหนดค่า
06-24-2022
8995

Why virtual server (port forwarding) feature is not working on your TP-Link Business router?

คู่มือการแก้ไขปัญหา
Gateway
07-23-2024
8904

Introduction to Statistics Page and Export Data Feature on Omada Controller

คู่มือการกำหนดค่า
Controller
11-07-2024
11611

How to Configure TP-Link Omada Router with Starlink Internet

คำถามที่พบบ่อย
12-26-2022
11892

How to use Iperf to test the speed on TP-Link routers

คำถามที่พบบ่อย
Gateway
07-23-2024
9799