SNMP ifOperStatus for LAN ports?

The latest firmware for our Pepwave MAX HD4 LTE shows the link status/speed of all LAN ports on the InControl web page. We would like to get this same information via SNMP, but it appears the device supports the WAN and Cell interfaces and groups all the LAN ports into one. Is it possible to query the status of LAN ports via SNMP similar to how the web page displays this information?

IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: down(2)
IF-MIB::ifOperStatus.3 = INTEGER: down(2)
IF-MIB::ifOperStatus.4 = INTEGER: up(1)
IF-MIB::ifOperStatus.10 = INTEGER: up(1)
IF-MIB::ifOperStatus.11 = INTEGER: up(1)
IF-MIB::ifOperStatus.12 = INTEGER: up(1)
IF-MIB::ifOperStatus.13 = INTEGER: up(1)
IF-MIB::ifOperStatus.14 = INTEGER: up(1)

IF-MIB::ifDescr.1 = STRING: LAN
IF-MIB::ifDescr.2 = STRING: WAN 1
IF-MIB::ifDescr.3 = STRING: WAN 2
IF-MIB::ifDescr.4 = STRING: Wi-Fi WAN
IF-MIB::ifDescr.10 = STRING: Cellular 4
IF-MIB::ifDescr.11 = STRING: Cellular 2
IF-MIB::ifDescr.12 = STRING: Cellular 3
IF-MIB::ifDescr.13 = STRING: Cellular 1
IF-MIB::ifDescr.14 = STRING: VPN

I moved your post to feature request for the team to take consideration.

1 Like