alexanderfefelov / nav-add-ons

Various stuff for use with NAV (https://nav.uninett.no, https://github.com/Uninett/nav)
MIT License
0 stars 0 forks source link

Trouble with interfaces and PoE sensors on TP-Link T1500G-10MPS #13

Open alexanderfefelov opened 3 years ago

alexanderfefelov commented 3 years ago

Device:

T1500G-10MPS#show system-info
 System Description   - JetStream 8-Port Gigabit Smart PoE+ Switch with 2 SFP Slots
 System Name          - T1500G-10MPS
 System Location      - SHENZHEN
 Contact Information  - www.tp-link.com
 Hardware Version     - T1500G-10MPS 1.0
 Software Version     - 1.0.0 Build 20170607 Rel.35832(s)
 Bootloader Version   - TP-LINK  BOOTUTIL(v1.0.0)
 Mac Address          - 50-C7-BF-5C-0C-F3
 System Time          - 2021-03-27 15:47:12
 Running Time         - 32 day - 22 hour - 33 min - 46 sec

Interfaces:

T1500G-10MPS#show interface status
 Port      Status      Speed     Duplex    FlowCtrl    Active-Medium
 ----      ------      -----     ------    --------    -------------
 Gi1/0/1   LinkUp      100M      Full      Disable     Copper
 Gi1/0/2   LinkDown    N/A       N/A       N/A         Copper
 Gi1/0/3   LinkDown    N/A       N/A       N/A         Copper
 Gi1/0/4   LinkDown    N/A       N/A       N/A         Copper
 Gi1/0/5   LinkDown    N/A       N/A       N/A         Copper
 Gi1/0/6   LinkDown    N/A       N/A       N/A         Copper
 Gi1/0/7   LinkDown    N/A       N/A       N/A         Copper
 Gi1/0/8   LinkDown    N/A       N/A       N/A         Copper
 Gi1/0/9   LinkDown    N/A       N/A       N/A         Fiber
 Gi1/0/10  LinkUp      1000M     Full      Disable     Fiber

ifTable (see ifNumber and ifIndex values):

1

RFC1213-MIB.my:

          ifIndex OBJECT-TYPE
              SYNTAX  INTEGER
              ACCESS  read-only
              STATUS  mandatory
              DESCRIPTION
                      "A unique value for each interface.  Its value
                      ranges between 1 and the value of ifNumber.  The
                      value for each interface must remain constant at
                      least from one re-initialization of the entity's
                      network management system to the next re-
                      initialization."
              ::= { ifEntry 1 }

tpPoePortConfigTable (see tpPoePortIndex values):

2

As a result:

select
  *
from
  interface i
where
  i.netboxid = 10
interfaceid netboxid moduleid ifindex ifname ifdescr iftype speed ifphysaddress ifadminstatus ifoperstatus iflastchange ifconnectorpresent ifpromiscuousmode ifalias baseport media vlan trunk duplex to_netboxid to_interfaceid gone_since
3305 10 1 Vlan-interface1 Vlan-interface1 6 1000.0 00:00:00:00:00:00 1 1 true false false
4105 10 2 false false false
4106 10 3 false false false
4107 10 4 false false false
4108 10 5 false false false
4109 10 6 false false false
4110 10 7 false false false
4111 10 8 false false false
3306 10 49153 gigabitEthernet 1/0/1 : copper gigabitEthernet 1/0/1 : copper 6 100.0 50:c7:bf:5c:0c:f3 1 1 true false 49153 false
3307 10 49154 gigabitEthernet 1/0/2 : copper gigabitEthernet 1/0/2 : copper 6 0.0 50:c7:bf:5c:0c:f3 1 2 true false 49154 false
3308 10 49155 gigabitEthernet 1/0/3 : copper gigabitEthernet 1/0/3 : copper 6 0.0 50:c7:bf:5c:0c:f3 1 2 true false 49155 false
3309 10 49156 gigabitEthernet 1/0/4 : copper gigabitEthernet 1/0/4 : copper 6 0.0 50:c7:bf:5c:0c:f3 1 2 true false 49156 false
3310 10 49157 gigabitEthernet 1/0/5 : copper gigabitEthernet 1/0/5 : copper 6 0.0 50:c7:bf:5c:0c:f3 1 2 true false 49157 false
3311 10 49158 gigabitEthernet 1/0/6 : copper gigabitEthernet 1/0/6 : copper 6 0.0 50:c7:bf:5c:0c:f3 1 2 true false 49158 false
3312 10 49159 gigabitEthernet 1/0/7 : copper gigabitEthernet 1/0/7 : copper 6 0.0 50:c7:bf:5c:0c:f3 1 2 true false 49159 false
3313 10 49160 gigabitEthernet 1/0/8 : copper gigabitEthernet 1/0/8 : copper 6 0.0 50:c7:bf:5c:0c:f3 1 2 true false 49160 false
3314 10 49161 gigabitEthernet 1/0/9 : fiber gigabitEthernet 1/0/9 : fiber 6 0.0 50:c7:bf:5c:0c:f3 1 2 true false 49161 false
3315 10 49162 gigabitEthernet 1/0/10 : fiber gigabitEthernet 1/0/10 : fiber 6 1000.0 50:c7:bf:5c:0c:f3 1 1 true false 49162 false
select
  s.sensorid,
  s.name,
  s.oid,
  i.ifindex
from
  sensor s
  join interface i on i.interfaceid = s.interfaceid
  join netbox n on n.netboxid = s.netboxid
where
  s.netboxid = 10
sensorid name oid ifindex
2164 1.tpPoePower .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.7.1 1
2165 1.tpPoePowerLimit .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.4.1 1
2166 1.tpPoeVoltage .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.9.1 1
2167 1.tpPoeCurrent .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.8.1 1
2168 1.tpPoePowerStatus .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.11.1 1
2169 2.tpPoePower .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.7.2 2
2170 2.tpPoePowerLimit .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.4.2 2
2171 2.tpPoeVoltage .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.9.2 2
2172 2.tpPoeCurrent .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.8.2 2
2173 2.tpPoePowerStatus .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.11.2 2
2174 3.tpPoePower .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.7.3 3
2175 3.tpPoePowerLimit .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.4.3 3
2176 3.tpPoeVoltage .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.9.3 3
2177 3.tpPoeCurrent .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.8.3 3
2178 3.tpPoePowerStatus .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.11.3 3
2179 4.tpPoePower .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.7.4 4
2180 4.tpPoePowerLimit .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.4.4 4
2181 4.tpPoeVoltage .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.9.4 4
2182 4.tpPoeCurrent .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.8.4 4
2183 4.tpPoePowerStatus .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.11.4 4
2184 5.tpPoePower .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.7.5 5
2185 5.tpPoePowerLimit .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.4.5 5
2186 5.tpPoeVoltage .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.9.5 5
2187 5.tpPoeCurrent .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.8.5 5
2188 5.tpPoePowerStatus .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.11.5 5
2189 6.tpPoePower .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.7.6 6
2190 6.tpPoePowerLimit .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.4.6 6
2191 6.tpPoeVoltage .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.9.6 6
2192 6.tpPoeCurrent .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.8.6 6
2193 6.tpPoePowerStatus .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.11.6 6
2194 7.tpPoePower .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.7.7 7
2195 7.tpPoePowerLimit .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.4.7 7
2196 7.tpPoeVoltage .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.9.7 7
2197 7.tpPoeCurrent .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.8.7 7
2198 7.tpPoePowerStatus .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.11.7 7
2199 8.tpPoePower .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.7.8 8
2200 8.tpPoePowerLimit .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.4.8 8
2201 8.tpPoeVoltage .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.9.8 8
2202 8.tpPoeCurrent .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.8.8 8
2203 8.tpPoePowerStatus .1.3.6.1.4.1.11863.6.56.1.1.2.1.1.11.8 8
alexanderfefelov commented 3 years ago

snmpwalk -v 2c 192.168.98.51 IF-MIB::ifTable:

IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.49153 = INTEGER: 49153
IF-MIB::ifIndex.49154 = INTEGER: 49154
IF-MIB::ifIndex.49155 = INTEGER: 49155
IF-MIB::ifIndex.49156 = INTEGER: 49156
IF-MIB::ifIndex.49157 = INTEGER: 49157
IF-MIB::ifIndex.49158 = INTEGER: 49158
IF-MIB::ifIndex.49159 = INTEGER: 49159
IF-MIB::ifIndex.49160 = INTEGER: 49160
IF-MIB::ifIndex.49161 = INTEGER: 49161
IF-MIB::ifIndex.49162 = INTEGER: 49162
IF-MIB::ifDescr.1 = STRING: Vlan-interface1
IF-MIB::ifDescr.49153 = STRING: gigabitEthernet 1/0/1 : copper
IF-MIB::ifDescr.49154 = STRING: gigabitEthernet 1/0/2 : copper
IF-MIB::ifDescr.49155 = STRING: gigabitEthernet 1/0/3 : copper
IF-MIB::ifDescr.49156 = STRING: gigabitEthernet 1/0/4 : copper
IF-MIB::ifDescr.49157 = STRING: gigabitEthernet 1/0/5 : copper
IF-MIB::ifDescr.49158 = STRING: gigabitEthernet 1/0/6 : copper
IF-MIB::ifDescr.49159 = STRING: gigabitEthernet 1/0/7 : copper
IF-MIB::ifDescr.49160 = STRING: gigabitEthernet 1/0/8 : copper
IF-MIB::ifDescr.49161 = STRING: gigabitEthernet 1/0/9 : fiber
IF-MIB::ifDescr.49162 = STRING: gigabitEthernet 1/0/10 : fiber
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49153 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49154 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49155 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49156 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49157 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49158 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49159 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49160 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49161 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.49162 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifMtu.1 = INTEGER: 0
IF-MIB::ifMtu.49153 = INTEGER: 1518
IF-MIB::ifMtu.49154 = INTEGER: 1518
IF-MIB::ifMtu.49155 = INTEGER: 1518
IF-MIB::ifMtu.49156 = INTEGER: 1518
IF-MIB::ifMtu.49157 = INTEGER: 1518
IF-MIB::ifMtu.49158 = INTEGER: 1518
IF-MIB::ifMtu.49159 = INTEGER: 1518
IF-MIB::ifMtu.49160 = INTEGER: 1518
IF-MIB::ifMtu.49161 = INTEGER: 1518
IF-MIB::ifMtu.49162 = INTEGER: 1518
IF-MIB::ifSpeed.1 = Gauge32: 1000000000
IF-MIB::ifSpeed.49153 = Gauge32: 100000000
IF-MIB::ifSpeed.49154 = Gauge32: 0
IF-MIB::ifSpeed.49155 = Gauge32: 0
IF-MIB::ifSpeed.49156 = Gauge32: 0
IF-MIB::ifSpeed.49157 = Gauge32: 0
IF-MIB::ifSpeed.49158 = Gauge32: 0
IF-MIB::ifSpeed.49159 = Gauge32: 0
IF-MIB::ifSpeed.49160 = Gauge32: 0
IF-MIB::ifSpeed.49161 = Gauge32: 0
IF-MIB::ifSpeed.49162 = Gauge32: 1000000000
IF-MIB::ifPhysAddress.1 = STRING: 0:0:0:0:0:0
IF-MIB::ifPhysAddress.49153 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifPhysAddress.49154 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifPhysAddress.49155 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifPhysAddress.49156 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifPhysAddress.49157 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifPhysAddress.49158 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifPhysAddress.49159 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifPhysAddress.49160 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifPhysAddress.49161 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifPhysAddress.49162 = STRING: 50:c7:bf:5c:c:f3
IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49153 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49154 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49155 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49156 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49157 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49158 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49159 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49160 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49161 = INTEGER: up(1)
IF-MIB::ifAdminStatus.49162 = INTEGER: up(1)
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.49153 = INTEGER: up(1)
IF-MIB::ifOperStatus.49154 = INTEGER: down(2)
IF-MIB::ifOperStatus.49155 = INTEGER: down(2)
IF-MIB::ifOperStatus.49156 = INTEGER: down(2)
IF-MIB::ifOperStatus.49157 = INTEGER: down(2)
IF-MIB::ifOperStatus.49158 = INTEGER: down(2)
IF-MIB::ifOperStatus.49159 = INTEGER: down(2)
IF-MIB::ifOperStatus.49160 = INTEGER: down(2)
IF-MIB::ifOperStatus.49161 = INTEGER: down(2)
IF-MIB::ifOperStatus.49162 = INTEGER: up(1)
IF-MIB::ifLastChange.1 = Timeticks: (4090) 0:00:40.90
IF-MIB::ifLastChange.49153 = Timeticks: (4080) 0:00:40.80
IF-MIB::ifLastChange.49154 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.49155 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.49156 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.49157 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.49158 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.49159 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.49160 = Timeticks: (277962200) 32 days, 4:07:02.00
IF-MIB::ifLastChange.49161 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.49162 = Timeticks: (278049293) 32 days, 4:21:32.93
IF-MIB::ifInOctets.1 = Counter32: 0
IF-MIB::ifInOctets.49153 = Counter32: 53135056
IF-MIB::ifInOctets.49154 = Counter32: 0
IF-MIB::ifInOctets.49155 = Counter32: 0
IF-MIB::ifInOctets.49156 = Counter32: 0
IF-MIB::ifInOctets.49157 = Counter32: 0
IF-MIB::ifInOctets.49158 = Counter32: 0
IF-MIB::ifInOctets.49159 = Counter32: 0
IF-MIB::ifInOctets.49160 = Counter32: 764832644
IF-MIB::ifInOctets.49161 = Counter32: 0
IF-MIB::ifInOctets.49162 = Counter32: 129590858
IF-MIB::ifInUcastPkts.1 = Counter32: 0
IF-MIB::ifInUcastPkts.49153 = Counter32: 0
IF-MIB::ifInUcastPkts.49154 = Counter32: 0
IF-MIB::ifInUcastPkts.49155 = Counter32: 0
IF-MIB::ifInUcastPkts.49156 = Counter32: 0
IF-MIB::ifInUcastPkts.49157 = Counter32: 0
IF-MIB::ifInUcastPkts.49158 = Counter32: 0
IF-MIB::ifInUcastPkts.49159 = Counter32: 0
IF-MIB::ifInUcastPkts.49160 = Counter32: 5492088
IF-MIB::ifInUcastPkts.49161 = Counter32: 0
IF-MIB::ifInUcastPkts.49162 = Counter32: 157330
IF-MIB::ifInNUcastPkts.1 = Counter32: 0
IF-MIB::ifInNUcastPkts.49153 = Counter32: 434613
IF-MIB::ifInNUcastPkts.49154 = Counter32: 0
IF-MIB::ifInNUcastPkts.49155 = Counter32: 0
IF-MIB::ifInNUcastPkts.49156 = Counter32: 0
IF-MIB::ifInNUcastPkts.49157 = Counter32: 0
IF-MIB::ifInNUcastPkts.49158 = Counter32: 0
IF-MIB::ifInNUcastPkts.49159 = Counter32: 0
IF-MIB::ifInNUcastPkts.49160 = Counter32: 51566272
IF-MIB::ifInNUcastPkts.49161 = Counter32: 0
IF-MIB::ifInNUcastPkts.49162 = Counter32: 1402703
IF-MIB::ifInDiscards.1 = Counter32: 0
IF-MIB::ifInDiscards.49153 = Counter32: 0
IF-MIB::ifInDiscards.49154 = Counter32: 0
IF-MIB::ifInDiscards.49155 = Counter32: 0
IF-MIB::ifInDiscards.49156 = Counter32: 0
IF-MIB::ifInDiscards.49157 = Counter32: 0
IF-MIB::ifInDiscards.49158 = Counter32: 0
IF-MIB::ifInDiscards.49159 = Counter32: 0
IF-MIB::ifInDiscards.49160 = Counter32: 0
IF-MIB::ifInDiscards.49161 = Counter32: 0
IF-MIB::ifInDiscards.49162 = Counter32: 0
IF-MIB::ifInErrors.1 = Counter32: 0
IF-MIB::ifInErrors.49153 = Counter32: 0
IF-MIB::ifInErrors.49154 = Counter32: 0
IF-MIB::ifInErrors.49155 = Counter32: 0
IF-MIB::ifInErrors.49156 = Counter32: 0
IF-MIB::ifInErrors.49157 = Counter32: 0
IF-MIB::ifInErrors.49158 = Counter32: 0
IF-MIB::ifInErrors.49159 = Counter32: 0
IF-MIB::ifInErrors.49160 = Counter32: 0
IF-MIB::ifInErrors.49161 = Counter32: 0
IF-MIB::ifInErrors.49162 = Counter32: 0
IF-MIB::ifInUnknownProtos.1 = Counter32: 0
IF-MIB::ifInUnknownProtos.49153 = Counter32: 0
IF-MIB::ifInUnknownProtos.49154 = Counter32: 0
IF-MIB::ifInUnknownProtos.49155 = Counter32: 0
IF-MIB::ifInUnknownProtos.49156 = Counter32: 0
IF-MIB::ifInUnknownProtos.49157 = Counter32: 0
IF-MIB::ifInUnknownProtos.49158 = Counter32: 0
IF-MIB::ifInUnknownProtos.49159 = Counter32: 0
IF-MIB::ifInUnknownProtos.49160 = Counter32: 0
IF-MIB::ifInUnknownProtos.49161 = Counter32: 0
IF-MIB::ifInUnknownProtos.49162 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 0
IF-MIB::ifOutOctets.49153 = Counter32: 232338991
IF-MIB::ifOutOctets.49154 = Counter32: 0
IF-MIB::ifOutOctets.49155 = Counter32: 0
IF-MIB::ifOutOctets.49156 = Counter32: 0
IF-MIB::ifOutOctets.49157 = Counter32: 0
IF-MIB::ifOutOctets.49158 = Counter32: 0
IF-MIB::ifOutOctets.49159 = Counter32: 0
IF-MIB::ifOutOctets.49160 = Counter32: 788023857
IF-MIB::ifOutOctets.49161 = Counter32: 0
IF-MIB::ifOutOctets.49162 = Counter32: 24325307
IF-MIB::ifOutUcastPkts.1 = Counter32: 0
IF-MIB::ifOutUcastPkts.49153 = Counter32: 16309
IF-MIB::ifOutUcastPkts.49154 = Counter32: 0
IF-MIB::ifOutUcastPkts.49155 = Counter32: 0
IF-MIB::ifOutUcastPkts.49156 = Counter32: 0
IF-MIB::ifOutUcastPkts.49157 = Counter32: 0
IF-MIB::ifOutUcastPkts.49158 = Counter32: 0
IF-MIB::ifOutUcastPkts.49159 = Counter32: 0
IF-MIB::ifOutUcastPkts.49160 = Counter32: 5464366
IF-MIB::ifOutUcastPkts.49161 = Counter32: 0
IF-MIB::ifOutUcastPkts.49162 = Counter32: 149314
IF-MIB::ifOutNUcastPkts.1 = Counter32: 0
IF-MIB::ifOutNUcastPkts.49153 = Counter32: 52903137
IF-MIB::ifOutNUcastPkts.49154 = Counter32: 0
IF-MIB::ifOutNUcastPkts.49155 = Counter32: 0
IF-MIB::ifOutNUcastPkts.49156 = Counter32: 0
IF-MIB::ifOutNUcastPkts.49157 = Counter32: 0
IF-MIB::ifOutNUcastPkts.49158 = Counter32: 0
IF-MIB::ifOutNUcastPkts.49159 = Counter32: 0
IF-MIB::ifOutNUcastPkts.49160 = Counter32: 384688
IF-MIB::ifOutNUcastPkts.49161 = Counter32: 0
IF-MIB::ifOutNUcastPkts.49162 = Counter32: 2398
IF-MIB::ifOutDiscards.1 = Counter32: 0
IF-MIB::ifOutDiscards.49153 = Counter32: 0
IF-MIB::ifOutDiscards.49154 = Counter32: 0
IF-MIB::ifOutDiscards.49155 = Counter32: 0
IF-MIB::ifOutDiscards.49156 = Counter32: 0
IF-MIB::ifOutDiscards.49157 = Counter32: 0
IF-MIB::ifOutDiscards.49158 = Counter32: 0
IF-MIB::ifOutDiscards.49159 = Counter32: 0
IF-MIB::ifOutDiscards.49160 = Counter32: 0
IF-MIB::ifOutDiscards.49161 = Counter32: 0
IF-MIB::ifOutDiscards.49162 = Counter32: 0
IF-MIB::ifOutErrors.1 = Counter32: 0
IF-MIB::ifOutErrors.49153 = Counter32: 0
IF-MIB::ifOutErrors.49154 = Counter32: 0
IF-MIB::ifOutErrors.49155 = Counter32: 0
IF-MIB::ifOutErrors.49156 = Counter32: 0
IF-MIB::ifOutErrors.49157 = Counter32: 0
IF-MIB::ifOutErrors.49158 = Counter32: 0
IF-MIB::ifOutErrors.49159 = Counter32: 0
IF-MIB::ifOutErrors.49160 = Counter32: 0
IF-MIB::ifOutErrors.49161 = Counter32: 0
IF-MIB::ifOutErrors.49162 = Counter32: 0
IF-MIB::ifOutQLen.1 = Gauge32: 0
IF-MIB::ifOutQLen.49153 = Gauge32: 0
IF-MIB::ifOutQLen.49154 = Gauge32: 0
IF-MIB::ifOutQLen.49155 = Gauge32: 0
IF-MIB::ifOutQLen.49156 = Gauge32: 0
IF-MIB::ifOutQLen.49157 = Gauge32: 0
IF-MIB::ifOutQLen.49158 = Gauge32: 0
IF-MIB::ifOutQLen.49159 = Gauge32: 0
IF-MIB::ifOutQLen.49160 = Gauge32: 0
IF-MIB::ifOutQLen.49161 = Gauge32: 0
IF-MIB::ifOutQLen.49162 = Gauge32: 0
IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49153 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49154 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49155 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49156 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49157 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49158 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49159 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49160 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49161 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.49162 = OID: SNMPv2-SMI::zeroDotZero