Mib/Oid for Virtual Server In/Out Throughput

Hi everyone

What Mib/Oid can use snmpget for Virtual Server In/Out Throughput or Virtual Interface In/Out Throughput?

Thank you for any help you can provide.

Our device is TH930, OS is 2.7.2-P7-SP3(build: 3)
phisical interface’s traffic mrtg is normal but virtual interface’s traffic is abnormal.

as illustrated in this picture, Virtual-Ethernet-10 is Wan traffic, Virtual-Ethernet-11~18 is Lan traffic, Lan total traffic should be equal Wan traffic, but it’s not.

Hi Jeffery,

How about MIB axVirtualServerStatPktsIn/Out? You can find the OID using the CLI command “show snmp oid virtual-server”. See example below.

TH840#sh snmp oid virtual-server
OID for axVirtualServerStatTable
test1

    axVirtualServerStatAddress: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.1.7.49.46.50.46.51.46.52
    axVirtualServerStatName:    1.3.6.1.4.1.22610.2.4.3.4.2.1.1.2.7.49.46.50.46.51.46.52
    axVirtualServerStatPktsIn:  1.3.6.1.4.1.22610.2.4.3.4.2.1.1.3.7.49.46.50.46.51.46.52
    axVirtualServerStatBytesIn: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.4.7.49.46.50.46.51.46.52
    axVirtualServerStatPktsOut: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.5.7.49.46.50.46.51.46.52
    axVirtualServerStatBytesOut:        1.3.6.1.4.1.22610.2.4.3.4.2.1.1.6.7.49.46.50.46.51.46.52

:

Hope it helps.