Skip to content

Instantly share code, notes, and snippets.

@kkrumm1
Last active August 24, 2017 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkrumm1/6714b821f24f796f721771a70072fd6b to your computer and use it in GitHub Desktop.
Save kkrumm1/6714b821f24f796f721771a70072fd6b to your computer and use it in GitHub Desktop.
LibreNMS Discovery
===================================
Version info:
Commit SHA: 573ccd415cff3c8c2280a3c71794346b8037cf92
Commit Date: 1501710352
DB Schema: 200
PHP: 7.0.20
MySQL: 5.5.52-MariaDB
RRDTool: 1.4.8
SNMP: NET-SNMP 5.7.2
==================================DEBUG!
SQL[SELECT * FROM `devices` WHERE status = 1 AND disabled = 0 AND `hostname` LIKE '10.64.109.54' ORDER BY device_id DESC]
SQL[SELECT * FROM devices_attribs WHERE `device_id` = '4']
10.64.109.54 4 comware SQL[INSERT INTO `device_perf` (`xmt`,`rcv`,`loss`,`min`,`max`,`avg`,`device_id`,`timestamp`) VALUES ('0','0','0','0','0','0','4',NOW())]
SNMP Check response code: 0
Modules status: Global+ OS Device
#### Load disco module os ####
SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovq -M /opt/librenms/mibs udp:HOSTNAME:161 SNMPv2-MIB::sysDescr.0]
HP 1910-8G-PoE+ (65W) Switch Software Version 5.20, Release 1513P62
Copyright(c) 2010-2013 Hewlett-Packard Development Company, L.P.
SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovqn -M /opt/librenms/mibs udp:HOSTNAME:161 SNMPv2-MIB::sysObjectID.0]
.*.4.1.255*
| HP 1910-8G-PoE+ (65W) Switch Software Version 5.20, Release 1513P62
Copyright(c) 2010-2013 Hewlett-Packard Development Company, L.P. | .1.3.6.1.4.1.25506.11.1.115 |
>> Runtime for discovery module 'os': 0.1160 seconds with 840 bytes
#### Unload disco module os ####
Modules status: Global+ OS Device
#### Load disco module ports ####
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifDescr]
ifDescr.1 = GigabitEthernet1/0/1
ifDescr.2 = GigabitEthernet1/0/2
ifDescr.3 = GigabitEthernet1/0/3
ifDescr.4 = GigabitEthernet1/0/4
ifDescr.5 = GigabitEthernet1/0/5
ifDescr.6 = GigabitEthernet1/0/6
ifDescr.7 = GigabitEthernet1/0/7
ifDescr.8 = GigabitEthernet1/0/8
ifDescr.9 = GigabitEthernet1/0/9
ifDescr.10 = NULL0
ifDescr.11 = Vlan-interface1
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifName]
ifName.1 = GigabitEthernet1/0/1
ifName.2 = GigabitEthernet1/0/2
ifName.3 = GigabitEthernet1/0/3
ifName.4 = GigabitEthernet1/0/4
ifName.5 = GigabitEthernet1/0/5
ifName.6 = GigabitEthernet1/0/6
ifName.7 = GigabitEthernet1/0/7
ifName.8 = GigabitEthernet1/0/8
ifName.9 = GigabitEthernet1/0/9
ifName.10 = NULL0
ifName.11 = Vlan-interface1
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifAlias]
ifAlias.1 = GigabitEthernet1/0/1 Interface
ifAlias.2 = GigabitEthernet1/0/2 Interface
ifAlias.3 = GigabitEthernet1/0/3 Interface
ifAlias.4 = GigabitEthernet1/0/4 Interface
ifAlias.5 = GigabitEthernet1/0/5 Interface
ifAlias.6 = GigabitEthernet1/0/6 Interface
ifAlias.7 = GigabitEthernet1/0/7 Interface
ifAlias.8 = GigabitEthernet1/0/8 Interface
ifAlias.9 = GigabitEthernet1/0/9 Interface
ifAlias.10 = NULL0 Interface
ifAlias.11 = Vlan-interface1 Interface
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifType]
ifType.1 = gigabitEthernet
ifType.2 = gigabitEthernet
ifType.3 = gigabitEthernet
ifType.4 = gigabitEthernet
ifType.5 = gigabitEthernet
ifType.6 = gigabitEthernet
ifType.7 = gigabitEthernet
ifType.8 = gigabitEthernet
ifType.9 = gigabitEthernet
ifType.10 = other
ifType.11 = l3ipvlan
Array
(
[1] => Array
(
[ifDescr] => GigabitEthernet1/0/1
[ifName] => GigabitEthernet1/0/1
[ifAlias] => GigabitEthernet1/0/1 Interface
[ifType] => gigabitEthernet
)
[2] => Array
(
[ifDescr] => GigabitEthernet1/0/2
[ifName] => GigabitEthernet1/0/2
[ifAlias] => GigabitEthernet1/0/2 Interface
[ifType] => gigabitEthernet
)
[3] => Array
(
[ifDescr] => GigabitEthernet1/0/3
[ifName] => GigabitEthernet1/0/3
[ifAlias] => GigabitEthernet1/0/3 Interface
[ifType] => gigabitEthernet
)
[4] => Array
(
[ifDescr] => GigabitEthernet1/0/4
[ifName] => GigabitEthernet1/0/4
[ifAlias] => GigabitEthernet1/0/4 Interface
[ifType] => gigabitEthernet
)
[5] => Array
(
[ifDescr] => GigabitEthernet1/0/5
[ifName] => GigabitEthernet1/0/5
[ifAlias] => GigabitEthernet1/0/5 Interface
[ifType] => gigabitEthernet
)
[6] => Array
(
[ifDescr] => GigabitEthernet1/0/6
[ifName] => GigabitEthernet1/0/6
[ifAlias] => GigabitEthernet1/0/6 Interface
[ifType] => gigabitEthernet
)
[7] => Array
(
[ifDescr] => GigabitEthernet1/0/7
[ifName] => GigabitEthernet1/0/7
[ifAlias] => GigabitEthernet1/0/7 Interface
[ifType] => gigabitEthernet
)
[8] => Array
(
[ifDescr] => GigabitEthernet1/0/8
[ifName] => GigabitEthernet1/0/8
[ifAlias] => GigabitEthernet1/0/8 Interface
[ifType] => gigabitEthernet
)
[9] => Array
(
[ifDescr] => GigabitEthernet1/0/9
[ifName] => GigabitEthernet1/0/9
[ifAlias] => GigabitEthernet1/0/9 Interface
[ifType] => gigabitEthernet
)
[10] => Array
(
[ifDescr] => NULL0
[ifName] => NULL0
[ifAlias] => NULL0 Interface
[ifType] => other
)
[11] => Array
(
[ifDescr] => Vlan-interface1
[ifName] => Vlan-interface1
[ifAlias] => Vlan-interface1 Interface
[ifType] => l3ipvlan
)
)
SQL[SELECT `name` FROM `port_association_mode` WHERE pom_id = '1']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' ORDER BY port_id]
...........
>> Runtime for discovery module 'ports': 0.6460 seconds with 2144 bytes
#### Unload disco module ports ####
Modules status: Global+ OS Device
#### Load disco module ports-stack ####
SQL[SELECT * FROM `ports_stack` WHERE `device_id` = '4']
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -M /opt/librenms/mibs udp:HOSTNAME:161 ifStackStatus]
ifStackStatus = No Such Instance currently exists at this OID
>> Runtime for discovery module 'ports-stack': 0.0720 seconds with 640 bytes
#### Unload disco module ports-stack ####
Modules status: Global+ OS Device
#### Load disco module entity-physical ####
Caching OIDs: entPhysicalEntrySNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-MIB:CISCO-ENTITY-VENDORTYPE-OID-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhysicalEntry]
entPhysicalDescr.1 = HP 1910-8G-PoE+ (65W) Switch Software Version Release 1513P62
entPhysicalDescr.2 = CONTAINER LEVEL1
entPhysicalDescr.3 = CONTAINER LEVEL1
entPhysicalDescr.6 = CONTAINER LEVEL1
entPhysicalDescr.7 = CONTAINER LEVEL1
entPhysicalDescr.8 = MODULE LEVEL1
entPhysicalDescr.9 = PSU
entPhysicalDescr.12 = SENSOR
entPhysicalDescr.13 = SENSOR
entPhysicalDescr.14 = CONTAINER LEVEL2
entPhysicalDescr.15 = MODULE LEVEL2
entPhysicalDescr.16 = GigabitEthernet1/0/1
entPhysicalDescr.17 = GigabitEthernet1/0/2
entPhysicalDescr.18 = GigabitEthernet1/0/3
entPhysicalDescr.19 = GigabitEthernet1/0/4
entPhysicalDescr.20 = GigabitEthernet1/0/5
entPhysicalDescr.21 = GigabitEthernet1/0/6
entPhysicalDescr.22 = GigabitEthernet1/0/7
entPhysicalDescr.23 = GigabitEthernet1/0/8
entPhysicalDescr.24 = GigabitEthernet1/0/9
entPhysicalVendorType.1 = enterprises.255*
entPhysicalVendorType.2 = zeroDotZero
entPhysicalVendorType.3 = zeroDotZero
entPhysicalVendorType.6 = zeroDotZero
entPhysicalVendorType.7 = zeroDotZero
entPhysicalVendorType.8 = zeroDotZero
entPhysicalVendorType.9 = enterprises.255*.2
entPhysicalVendorType.12 = zeroDotZero
entPhysicalVendorType.13 = zeroDotZero
entPhysicalVendorType.14 = zeroDotZero
entPhysicalVendorType.15 = zeroDotZero
entPhysicalVendorType.16 = enterprises.255*.4.43
entPhysicalVendorType.17 = enterprises.255*.4.43
entPhysicalVendorType.18 = enterprises.255*.4.43
entPhysicalVendorType.19 = enterprises.255*.4.43
entPhysicalVendorType.20 = enterprises.255*.4.43
entPhysicalVendorType.21 = enterprises.255*.4.43
entPhysicalVendorType.22 = enterprises.255*.4.43
entPhysicalVendorType.23 = enterprises.255*.4.43
entPhysicalVendorType.24 = enterprises.255*.4.44
entPhysicalContainedIn.1 = 0
entPhysicalContainedIn.2 = 1
entPhysicalContainedIn.3 = 1
entPhysicalContainedIn.6 = 1
entPhysicalContainedIn.7 = 1
entPhysicalContainedIn.8 = 2
entPhysicalContainedIn.9 = 3
entPhysicalContainedIn.12 = 6
entPhysicalContainedIn.13 = 7
entPhysicalContainedIn.14 = 8
entPhysicalContainedIn.15 = 14
entPhysicalContainedIn.16 = 15
entPhysicalContainedIn.17 = 15
entPhysicalContainedIn.18 = 15
entPhysicalContainedIn.19 = 15
entPhysicalContainedIn.20 = 15
entPhysicalContainedIn.21 = 15
entPhysicalContainedIn.22 = 15
entPhysicalContainedIn.23 = 15
entPhysicalContainedIn.24 = 15
entPhysicalClass.1 = chassis
entPhysicalClass.2 = container
entPhysicalClass.3 = container
entPhysicalClass.6 = container
entPhysicalClass.7 = container
entPhysicalClass.8 = module
entPhysicalClass.9 = powerSupply
entPhysicalClass.12 = sensor
entPhysicalClass.13 = sensor
entPhysicalClass.14 = container
entPhysicalClass.15 = module
entPhysicalClass.16 = port
entPhysicalClass.17 = port
entPhysicalClass.18 = port
entPhysicalClass.19 = port
entPhysicalClass.20 = port
entPhysicalClass.21 = port
entPhysicalClass.22 = port
entPhysicalClass.23 = port
entPhysicalClass.24 = port
entPhysicalParentRelPos.1 = 1
entPhysicalParentRelPos.2 = 1
entPhysicalParentRelPos.3 = 2
entPhysicalParentRelPos.6 = 5
entPhysicalParentRelPos.7 = 6
entPhysicalParentRelPos.8 = 1
entPhysicalParentRelPos.9 = 1
entPhysicalParentRelPos.12 = 1
entPhysicalParentRelPos.13 = 1
entPhysicalParentRelPos.14 = 1
entPhysicalParentRelPos.15 = 1
entPhysicalParentRelPos.16 = 1
entPhysicalParentRelPos.17 = 2
entPhysicalParentRelPos.18 = 3
entPhysicalParentRelPos.19 = 4
entPhysicalParentRelPos.20 = 5
entPhysicalParentRelPos.21 = 6
entPhysicalParentRelPos.22 = 7
entPhysicalParentRelPos.23 = 8
entPhysicalParentRelPos.24 = 9
entPhysicalName.1 = HP 1910-8G-PoE+ (65W) Switch JG349A
entPhysicalName.2 = Level 1 Virtual Container #1
entPhysicalName.3 = Level 1 Virtual Container #2
entPhysicalName.6 = Level 1 Virtual Container #5
entPhysicalName.7 = Level 1 Virtual Container #6
entPhysicalName.8 = Level 1 Virtual Module #1
entPhysicalName.9 = PSU1
entPhysicalName.12 = Sensor1
entPhysicalName.13 = Sensor2
entPhysicalName.14 = Level 2 Virtual Container #0
entPhysicalName.15 = Level 2 Virtual Module #0
entPhysicalName.16 = GigabitEthernet1/0/1
entPhysicalName.17 = GigabitEthernet1/0/2
entPhysicalName.18 = GigabitEthernet1/0/3
entPhysicalName.19 = GigabitEthernet1/0/4
entPhysicalName.20 = GigabitEthernet1/0/5
entPhysicalName.21 = GigabitEthernet1/0/6
entPhysicalName.22 = GigabitEthernet1/0/7
entPhysicalName.23 = GigabitEthernet1/0/8
entPhysicalName.24 = GigabitEthernet1/0/9
entPhysicalHardwareRev.1 = REV.A
entPhysicalHardwareRev.2 =
entPhysicalHardwareRev.3 =
entPhysicalHardwareRev.6 =
entPhysicalHardwareRev.7 =
entPhysicalHardwareRev.8 = REV.A
entPhysicalHardwareRev.9 =
entPhysicalHardwareRev.12 =
entPhysicalHardwareRev.13 =
entPhysicalHardwareRev.14 =
entPhysicalHardwareRev.15 = REV.A
entPhysicalHardwareRev.16 =
entPhysicalHardwareRev.17 =
entPhysicalHardwareRev.18 =
entPhysicalHardwareRev.19 =
entPhysicalHardwareRev.20 =
entPhysicalHardwareRev.21 =
entPhysicalHardwareRev.22 =
entPhysicalHardwareRev.23 =
entPhysicalHardwareRev.24 =
entPhysicalFirmwareRev.1 = 163
entPhysicalFirmwareRev.2 =
entPhysicalFirmwareRev.3 =
entPhysicalFirmwareRev.6 =
entPhysicalFirmwareRev.7 =
entPhysicalFirmwareRev.8 = 163
entPhysicalFirmwareRev.9 =
entPhysicalFirmwareRev.12 =
entPhysicalFirmwareRev.13 =
entPhysicalFirmwareRev.14 =
entPhysicalFirmwareRev.15 =
entPhysicalFirmwareRev.16 =
entPhysicalFirmwareRev.17 =
entPhysicalFirmwareRev.18 =
entPhysicalFirmwareRev.19 =
entPhysicalFirmwareRev.20 =
entPhysicalFirmwareRev.21 =
entPhysicalFirmwareRev.22 =
entPhysicalFirmwareRev.23 =
entPhysicalFirmwareRev.24 =
entPhysicalSoftwareRev.1 = 5.20 Release 1513P62
entPhysicalSoftwareRev.2 =
entPhysicalSoftwareRev.3 =
entPhysicalSoftwareRev.6 =
entPhysicalSoftwareRev.7 =
entPhysicalSoftwareRev.8 = Release 1513P62
entPhysicalSoftwareRev.9 =
entPhysicalSoftwareRev.12 =
entPhysicalSoftwareRev.13 =
entPhysicalSoftwareRev.14 =
entPhysicalSoftwareRev.15 =
entPhysicalSoftwareRev.16 =
entPhysicalSoftwareRev.17 =
entPhysicalSoftwareRev.18 =
entPhysicalSoftwareRev.19 =
entPhysicalSoftwareRev.20 =
entPhysicalSoftwareRev.21 =
entPhysicalSoftwareRev.22 =
entPhysicalSoftwareRev.23 =
entPhysicalSoftwareRev.24 =
entPhysicalSerialNum.1 = CN45FRK0FD
entPhysicalSerialNum.2 =
entPhysicalSerialNum.3 =
entPhysicalSerialNum.6 =
entPhysicalSerialNum.7 =
entPhysicalSerialNum.8 = CN45FRK0FD
entPhysicalSerialNum.9 =
entPhysicalSerialNum.12 =
entPhysicalSerialNum.13 =
entPhysicalSerialNum.14 =
entPhysicalSerialNum.15 =
entPhysicalSerialNum.16 =
entPhysicalSerialNum.17 =
entPhysicalSerialNum.18 =
entPhysicalSerialNum.19 =
entPhysicalSerialNum.20 =
entPhysicalSerialNum.21 =
entPhysicalSerialNum.22 =
entPhysicalSerialNum.23 =
entPhysicalSerialNum.24 = MY45G63DQN
entPhysicalMfgName.1 = HP
entPhysicalMfgName.2 =
entPhysicalMfgName.3 =
entPhysicalMfgName.6 =
entPhysicalMfgName.7 =
entPhysicalMfgName.8 = HP
entPhysicalMfgName.9 =
entPhysicalMfgName.12 =
entPhysicalMfgName.13 =
entPhysicalMfgName.14 =
entPhysicalMfgName.15 = HP
entPhysicalMfgName.16 =
entPhysicalMfgName.17 =
entPhysicalMfgName.18 =
entPhysicalMfgName.19 =
entPhysicalMfgName.20 =
entPhysicalMfgName.21 =
entPhysicalMfgName.22 =
entPhysicalMfgName.23 =
entPhysicalMfgName.24 = FINISAR CORP.
entPhysicalModelName.1 = HP 1910-8G-PoE+ (65W) Switch JG
entPhysicalModelName.2 =
entPhysicalModelName.3 =
entPhysicalModelName.6 =
entPhysicalModelName.7 =
entPhysicalModelName.8 = HP 1910-8G-PoE+ (65W) Switch JG
entPhysicalModelName.9 =
entPhysicalModelName.12 =
entPhysicalModelName.13 =
entPhysicalModelName.14 =
entPhysicalModelName.15 =
entPhysicalModelName.16 =
entPhysicalModelName.17 =
entPhysicalModelName.18 =
entPhysicalModelName.19 =
entPhysicalModelName.20 =
entPhysicalModelName.21 =
entPhysicalModelName.22 =
entPhysicalModelName.23 =
entPhysicalModelName.24 =
entPhysicalAlias.1 =
entPhysicalAlias.2 =
entPhysicalAlias.3 =
entPhysicalAlias.6 =
entPhysicalAlias.7 =
entPhysicalAlias.8 =
entPhysicalAlias.9 =
entPhysicalAlias.12 =
entPhysicalAlias.13 =
entPhysicalAlias.14 =
entPhysicalAlias.15 =
entPhysicalAlias.16 =
entPhysicalAlias.17 =
entPhysicalAlias.18 =
entPhysicalAlias.19 =
entPhysicalAlias.20 =
entPhysicalAlias.21 =
entPhysicalAlias.22 =
entPhysicalAlias.23 =
entPhysicalAlias.24 =
entPhysicalAssetID.1 =
entPhysicalAssetID.2 =
entPhysicalAssetID.3 =
entPhysicalAssetID.6 =
entPhysicalAssetID.7 =
entPhysicalAssetID.8 =
entPhysicalAssetID.9 =
entPhysicalAssetID.12 =
entPhysicalAssetID.13 =
entPhysicalAssetID.14 =
entPhysicalAssetID.15 =
entPhysicalAssetID.16 =
entPhysicalAssetID.17 =
entPhysicalAssetID.18 =
entPhysicalAssetID.19 =
entPhysicalAssetID.20 =
entPhysicalAssetID.21 =
entPhysicalAssetID.22 =
entPhysicalAssetID.23 =
entPhysicalAssetID.24 =
entPhysicalIsFRU.1 = true
entPhysicalIsFRU.2 = false
entPhysicalIsFRU.3 = false
entPhysicalIsFRU.6 = false
entPhysicalIsFRU.7 = false
entPhysicalIsFRU.8 = false
entPhysicalIsFRU.9 = false
entPhysicalIsFRU.12 = false
entPhysicalIsFRU.13 = false
entPhysicalIsFRU.14 = false
entPhysicalIsFRU.15 = true
entPhysicalIsFRU.16 = false
entPhysicalIsFRU.17 = false
entPhysicalIsFRU.18 = false
entPhysicalIsFRU.19 = false
entPhysicalIsFRU.20 = false
entPhysicalIsFRU.21 = false
entPhysicalIsFRU.22 = false
entPhysicalIsFRU.23 = false
entPhysicalIsFRU.24 = true
entPhysicalMfgDate.1 = 2014-5-20,0:0:0.0,.0:0
entPhysicalMfgDate.2 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.3 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.6 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.7 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.8 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.9 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.12 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.13 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.14 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.15 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.16 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.17 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.18 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.19 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.20 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.21 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.22 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.23 = 0-0-0,0:0:0.0,.0:0
entPhysicalMfgDate.24 = 0-0-0,0:0:0.0,.0:0
entPhysicalUris.1 = "NONE"
entPhysicalUris.2 = ""
entPhysicalUris.3 = ""
entPhysicalUris.6 = ""
entPhysicalUris.7 = ""
entPhysicalUris.8 = ""
entPhysicalUris.9 = ""
entPhysicalUris.12 = ""
entPhysicalUris.13 = ""
entPhysicalUris.14 = ""
entPhysicalUris.15 = ""
entPhysicalUris.16 = ""
entPhysicalUris.17 = ""
entPhysicalUris.18 = ""
entPhysicalUris.19 = ""
entPhysicalUris.20 = ""
entPhysicalUris.21 = ""
entPhysicalUris.22 = ""
entPhysicalUris.23 = ""
entPhysicalUris.24 = ""
entAliasMappingIdentifierSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-MIB:IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entAliasMappingIdentifier]
entAliasMappingIdentifier.16.0 = ifIndex.1
entAliasMappingIdentifier.17.0 = ifIndex.2
entAliasMappingIdentifier.18.0 = ifIndex.3
entAliasMappingIdentifier.19.0 = ifIndex.4
entAliasMappingIdentifier.20.0 = ifIndex.5
entAliasMappingIdentifier.21.0 = ifIndex.6
entAliasMappingIdentifier.22.0 = ifIndex.7
entAliasMappingIdentifier.23.0 = ifIndex.8
entAliasMappingIdentifier.24.0 = ifIndex.9
SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '1']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='1',`entPhysicalDescr` ='HP 1910-8G-PoE+ (65W) Switch Software Version Release 1513P62',`entPhysicalClass` ='chassis',`entPhysicalName` ='HP 1910-8G-PoE+ (65W) Switch JG349A',`entPhysicalModelName` ='HP 1910-8G-PoE+ (65W) Switch JG',`entPhysicalSerialNum` ='CN45FRK0FD',`entPhysicalContainedIn` ='0',`entPhysicalMfgName` ='HP',`entPhysicalParentRelPos` ='1',`entPhysicalVendorType` ='enterprises.25506.11.1.115',`entPhysicalHardwareRev` ='REV.A',`entPhysicalFirmwareRev` ='163',`entPhysicalSoftwareRev` ='5.20 Release 1513P62',`entPhysicalIsFRU` ='true',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='1']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '2']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='2',`entPhysicalDescr` ='CONTAINER LEVEL1',`entPhysicalClass` ='container',`entPhysicalName` ='Level 1 Virtual Container #1',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='1',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='1',`entPhysicalVendorType` ='zeroDotZero',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='2']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '3']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='3',`entPhysicalDescr` ='CONTAINER LEVEL1',`entPhysicalClass` ='container',`entPhysicalName` ='Level 1 Virtual Container #2',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='1',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='2',`entPhysicalVendorType` ='zeroDotZero',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='3']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '6']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='6',`entPhysicalDescr` ='CONTAINER LEVEL1',`entPhysicalClass` ='container',`entPhysicalName` ='Level 1 Virtual Container #5',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='1',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='5',`entPhysicalVendorType` ='zeroDotZero',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='6']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '7']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='7',`entPhysicalDescr` ='CONTAINER LEVEL1',`entPhysicalClass` ='container',`entPhysicalName` ='Level 1 Virtual Container #6',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='1',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='6',`entPhysicalVendorType` ='zeroDotZero',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='7']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '8']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='8',`entPhysicalDescr` ='MODULE LEVEL1',`entPhysicalClass` ='module',`entPhysicalName` ='Level 1 Virtual Module #1',`entPhysicalModelName` ='HP 1910-8G-PoE+ (65W) Switch JG',`entPhysicalSerialNum` ='CN45FRK0FD',`entPhysicalContainedIn` ='2',`entPhysicalMfgName` ='HP',`entPhysicalParentRelPos` ='1',`entPhysicalVendorType` ='zeroDotZero',`entPhysicalHardwareRev` ='REV.A',`entPhysicalFirmwareRev` ='163',`entPhysicalSoftwareRev` ='Release 1513P62',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='8']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '9']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='9',`entPhysicalDescr` ='PSU',`entPhysicalClass` ='powerSupply',`entPhysicalName` ='PSU1',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='3',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='1',`entPhysicalVendorType` ='enterprises.25506.3.1.6.2',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='9']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '12']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='12',`entPhysicalDescr` ='SENSOR',`entPhysicalClass` ='sensor',`entPhysicalName` ='Sensor1',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='6',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='1',`entPhysicalVendorType` ='zeroDotZero',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='12']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '13']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='13',`entPhysicalDescr` ='SENSOR',`entPhysicalClass` ='sensor',`entPhysicalName` ='Sensor2',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='7',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='1',`entPhysicalVendorType` ='zeroDotZero',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='13']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '14']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='14',`entPhysicalDescr` ='CONTAINER LEVEL2',`entPhysicalClass` ='container',`entPhysicalName` ='Level 2 Virtual Container #0',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='8',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='1',`entPhysicalVendorType` ='zeroDotZero',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='14']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '15']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='15',`entPhysicalDescr` ='MODULE LEVEL2',`entPhysicalClass` ='module',`entPhysicalName` ='Level 2 Virtual Module #0',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='14',`entPhysicalMfgName` ='HP',`entPhysicalParentRelPos` ='1',`entPhysicalVendorType` ='zeroDotZero',`entPhysicalHardwareRev` ='REV.A',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='true',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='15']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '16']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='16',`entPhysicalDescr` ='GigabitEthernet1/0/1',`entPhysicalClass` ='port',`entPhysicalName` ='GigabitEthernet1/0/1',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='15',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='1',`entPhysicalVendorType` ='enterprises.25506.3.1.10.4.43',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='16']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '17']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='17',`entPhysicalDescr` ='GigabitEthernet1/0/2',`entPhysicalClass` ='port',`entPhysicalName` ='GigabitEthernet1/0/2',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='15',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='2',`entPhysicalVendorType` ='enterprises.25506.3.1.10.4.43',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='17']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '18']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='18',`entPhysicalDescr` ='GigabitEthernet1/0/3',`entPhysicalClass` ='port',`entPhysicalName` ='GigabitEthernet1/0/3',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='15',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='3',`entPhysicalVendorType` ='enterprises.25506.3.1.10.4.43',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='18']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '19']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='19',`entPhysicalDescr` ='GigabitEthernet1/0/4',`entPhysicalClass` ='port',`entPhysicalName` ='GigabitEthernet1/0/4',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='15',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='4',`entPhysicalVendorType` ='enterprises.25506.3.1.10.4.43',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='19']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '20']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='20',`entPhysicalDescr` ='GigabitEthernet1/0/5',`entPhysicalClass` ='port',`entPhysicalName` ='GigabitEthernet1/0/5',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='15',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='5',`entPhysicalVendorType` ='enterprises.25506.3.1.10.4.43',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='20']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '21']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='21',`entPhysicalDescr` ='GigabitEthernet1/0/6',`entPhysicalClass` ='port',`entPhysicalName` ='GigabitEthernet1/0/6',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='15',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='6',`entPhysicalVendorType` ='enterprises.25506.3.1.10.4.43',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='21']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '22']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='22',`entPhysicalDescr` ='GigabitEthernet1/0/7',`entPhysicalClass` ='port',`entPhysicalName` ='GigabitEthernet1/0/7',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='15',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='7',`entPhysicalVendorType` ='enterprises.25506.3.1.10.4.43',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='22']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '23']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='23',`entPhysicalDescr` ='GigabitEthernet1/0/8',`entPhysicalClass` ='port',`entPhysicalName` ='GigabitEthernet1/0/8',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='',`entPhysicalContainedIn` ='15',`entPhysicalMfgName` ='',`entPhysicalParentRelPos` ='8',`entPhysicalVendorType` ='enterprises.25506.3.1.10.4.43',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='false',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='23']
.SQL[SELECT entPhysical_id FROM `entPhysical` WHERE device_id = '4' AND entPhysicalIndex = '24']
SQL[UPDATE `entPhysical` set `entPhysicalIndex` ='24',`entPhysicalDescr` ='GigabitEthernet1/0/9',`entPhysicalClass` ='port',`entPhysicalName` ='GigabitEthernet1/0/9',`entPhysicalModelName` ='',`entPhysicalSerialNum` ='MY45G63DQN',`entPhysicalContainedIn` ='15',`entPhysicalMfgName` ='FINISAR CORP.',`entPhysicalParentRelPos` ='9',`entPhysicalVendorType` ='enterprises.25506.3.1.10.4.44',`entPhysicalHardwareRev` ='',`entPhysicalFirmwareRev` ='',`entPhysicalSoftwareRev` ='',`entPhysicalIsFRU` ='true',`entPhysicalAlias` ='',`entPhysicalAssetID` ='' WHERE device_id='4' AND entPhysicalIndex='24']
.
SQL[SELECT * FROM `entPhysical` WHERE `device_id` = '4']
>> Runtime for discovery module 'entity-physical': 0.8780 seconds with 4856 bytes
#### Unload disco module entity-physical ####
Modules status: Global+ OS Device
#### Load disco module processors ####
HPE Comware SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhysicalName]
entPhysicalName.1 = HP 1910-8G-PoE+ (65W) Switch JG349A
entPhysicalName.2 = Level 1 Virtual Container #1
entPhysicalName.3 = Level 1 Virtual Container #2
entPhysicalName.6 = Level 1 Virtual Container #5
entPhysicalName.7 = Level 1 Virtual Container #6
entPhysicalName.8 = Level 1 Virtual Module #1
entPhysicalName.9 = PSU1
entPhysicalName.12 = Sensor1
entPhysicalName.13 = Sensor2
entPhysicalName.14 = Level 2 Virtual Container #0
entPhysicalName.15 = Level 2 Virtual Module #0
entPhysicalName.16 = GigabitEthernet1/0/1
entPhysicalName.17 = GigabitEthernet1/0/2
entPhysicalName.18 = GigabitEthernet1/0/3
entPhysicalName.19 = GigabitEthernet1/0/4
entPhysicalName.20 = GigabitEthernet1/0/5
entPhysicalName.21 = GigabitEthernet1/0/6
entPhysicalName.22 = GigabitEthernet1/0/7
entPhysicalName.23 = GigabitEthernet1/0/8
entPhysicalName.24 = GigabitEthernet1/0/9
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HH3C-ENTITY-EXT-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hh3cEntityExtCpuUsage]
hh3cEntityExtCpuUsage.1 = 0
hh3cEntityExtCpuUsage.2 = 0
hh3cEntityExtCpuUsage.3 = 0
hh3cEntityExtCpuUsage.6 = 0
hh3cEntityExtCpuUsage.7 = 0
hh3cEntityExtCpuUsage.8 = 7
hh3cEntityExtCpuUsage.9 = 0
hh3cEntityExtCpuUsage.12 = 0
hh3cEntityExtCpuUsage.13 = 0
hh3cEntityExtCpuUsage.14 = 0
hh3cEntityExtCpuUsage.15 = 0
hh3cEntityExtCpuUsage.16 = 0
hh3cEntityExtCpuUsage.17 = 0
hh3cEntityExtCpuUsage.18 = 0
hh3cEntityExtCpuUsage.19 = 0
hh3cEntityExtCpuUsage.20 = 0
hh3cEntityExtCpuUsage.21 = 0
hh3cEntityExtCpuUsage.22 = 0
hh3cEntityExtCpuUsage.23 = 0
hh3cEntityExtCpuUsage.24 = 0
hrDevice: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs udp:HOSTNAME:161 hrDevice]
hrDevice = No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs udp:HOSTNAME:161 hrProcessorLoad]
hrProcessorLoad = No Such Object available on this agent at this OID
SQL[SELECT COUNT(*) FROM `processors` WHERE `device_id` = '4' AND `processor_type` != 'ucd-old']
SQL[SELECT * FROM `processors` WHERE `device_id` = '4']
>> Runtime for discovery module 'processors': 0.2740 seconds with 63280 bytes
#### Unload disco module processors ####
Modules status: Global+ OS Device
#### Load disco module mempools ####
SQL[SELECT COUNT(*) FROM `mempools` WHERE `device_id` = '4' AND `mempool_type` = 'cemp']
hh3cEntityExtMemUsage: SQL[SELECT `entPhysicalIndex`, `entPhysicalClass`, `entPhysicalName` FROM `entPhysical` WHERE `device_id` = '4' AND `entPhysicalClass` = 'module' ORDER BY `entPhysicalIndex`]
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HH3C-ENTITY-EXT-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hh3cEntityExtMemUsage]
hh3cEntityExtMemUsage.1 = 0
hh3cEntityExtMemUsage.2 = 0
hh3cEntityExtMemUsage.3 = 0
hh3cEntityExtMemUsage.6 = 0
hh3cEntityExtMemUsage.7 = 0
hh3cEntityExtMemUsage.8 = 49
hh3cEntityExtMemUsage.9 = 0
hh3cEntityExtMemUsage.12 = 0
hh3cEntityExtMemUsage.13 = 0
hh3cEntityExtMemUsage.14 = 0
hh3cEntityExtMemUsage.15 = 0
hh3cEntityExtMemUsage.16 = 0
hh3cEntityExtMemUsage.17 = 0
hh3cEntityExtMemUsage.18 = 0
hh3cEntityExtMemUsage.19 = 0
hh3cEntityExtMemUsage.20 = 0
hh3cEntityExtMemUsage.21 = 0
hh3cEntityExtMemUsage.22 = 0
hh3cEntityExtMemUsage.23 = 0
hh3cEntityExtMemUsage.24 = 0
Discover Mempool: 8, comware, Level 1 Virtual Module #1, 1, ,
SQL[SELECT COUNT(mempool_id) FROM `mempools` WHERE `mempool_index` = '8' AND `device_id` = '4' AND `mempool_type` = 'comware']
.SQL[UPDATE `mempools` set `mempool_descr` ='Level 1 Virtual Module #1' WHERE device_id='4' AND mempool_index='8' AND mempool_type='comware']
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m NETSWITCH-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/hp udp:HOSTNAME:161 hpLocal]
hpLocalMem = No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m NETSWITCH-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/hp udp:HOSTNAME:161 hpGlobal]
hpGlobalMem = No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES:NetWare-Host-Ext-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hrStorageEntry]
hrStorageEntry = No Such Object available on this agent at this OID
Array
(
[comware] => Array
(
[8] => 1
)
)
SQL[SELECT * FROM `mempools` WHERE `device_id` = '4']
8 -> comware
>> Runtime for discovery module 'mempools': 0.2410 seconds with 24776 bytes
#### Unload disco module mempools ####
Modules status: Global+ OS Device
#### Load disco module cisco-vrf-lite ####
SQL[SELECT * FROM vrf_lite_cisco WHERE device_id = '4' ]
>> Runtime for discovery module 'cisco-vrf-lite': 0.0000 seconds with 1544 bytes
#### Unload disco module cisco-vrf-lite ####
Modules status: Global- OS Device Module [ cisco-mac-accounting ] disabled globally.
Modules status: Global- OS Device Module [ cisco-pw ] disabled globally.
Modules status: Global- OS Device Module [ cisco-vrf ] disabled globally.
Modules status: Global- OS Device Module [ cisco-cef ] disabled globally.
Modules status: Global- OS Device Module [ cisco-sla ] disabled globally.
Modules status: Global- OS Device Module [ cisco-cbqos ] disabled globally.
Modules status: Global- OS Device Module [ cisco-otv ] disabled globally.
Modules status: Global+ OS Device
#### Load disco module ipv4-addresses ####
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osq -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipAdEntIfIndex]
ipAdEntIfIndex.* 11
SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipAdEntNetMask.10.64.109.54]
*
SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = '4' AND `ifIndex` = '11']
SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '11']
SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = '10.64.109.0/24']
SQL[UPDATE `ipv4_networks` set `context_name` ='' WHERE `ipv4_network` = '10.64.109.0/24']
sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = '10.64.109.0/24']
SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = '10.64.109.54' AND `ipv4_prefixlen` = '24' AND `port_id` = '28' ]
SQL[UPDATE `ipv4_addresses` set `context_name` ='' WHERE `ipv4_address` = '10.64.109.54' AND `ipv4_prefixlen` = '24' AND `port_id` = '28']
.SQL[SELECT `ipv4_addresses`.*, `ports`.`device_id`, `ports`.`ifIndex` FROM `ipv4_addresses` LEFT JOIN `ports` ON `ipv4_addresses`.`port_id` = `ports`.`port_id` WHERE `ports`.device_id = '4' OR `ports`.`device_id` IS NULL]
>> Runtime for discovery module 'ipv4-addresses': 0.0750 seconds with 4576 bytes
#### Unload disco module ipv4-addresses ####
Modules status: Global+ OS Device
#### Load disco module ipv6-addresses ####
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Ln -Osq -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipAddressIfIndex.ipv6]
ipAddressIfIndex.ipv6 No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Ln -Osq -OnU -m IPV6-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipv6AddrPfxLength]
.*.*.8.1.2 No Such Object available on this agent at this OID
SQL[SELECT `ipv6_addresses`.*, `ports`.`device_id`, `ports`.`ifIndex` FROM `ipv6_addresses` LEFT JOIN `ports` ON `ipv6_addresses`.`port_id` = `ports`.`port_id` WHERE `ports`.device_id = '4' OR `ports`.`device_id` IS NULL]
>> Runtime for discovery module 'ipv6-addresses': 0.1270 seconds with 1176 bytes
#### Unload disco module ipv6-addresses ####
Modules status: Global- OS Device Module [ route ] disabled globally.
Modules status: Global+ OS Device
#### Load disco module sensors ####
Pre-cache comware: hh3cTransceiverInfoTable SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HH3C-TRANSCEIVER-INFO-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hh3cTransceiverInfoTable]
hh3cTransceiverHardwareType.9 = "MM"
hh3cTransceiverType.9 = "1000_BASE_SX_SFP"
hh3cTransceiverWaveLength.9 = 850
hh3cTransceiverVendorName.9 = "FINISAR CORP."
hh3cTransceiverSerialNumber.9 = ""
hh3cTransceiverFiberDiameterType.9 = fiber50
hh3cTransceiverTransferDistance.9 = 300
hh3cTransceiverDiagnostic.9 = true
hh3cTransceiverCurTXPower.9 = 2147483647
hh3cTransceiverMaxTXPower.9 = 2147483647
hh3cTransceiverMinTXPower.9 = 2147483647
hh3cTransceiverCurRXPower.9 = 2147483647
hh3cTransceiverMaxRXPower.9 = 2147483647
hh3cTransceiverMinRXPower.9 = 2147483647
hh3cTransceiverTemperature.9 = 2147483647
hh3cTransceiverVoltage.9 = 2147483647
hh3cTransceiverBiasCurrent.9 = 2147483647
Array
(
[comware_oids] => Array
(
[9] => Array
(
[hh3cTransceiverHardwareType] => MM
[hh3cTransceiverType] => 1000_BASE_SX_SFP
[hh3cTransceiverWaveLength] => 850
[hh3cTransceiverVendorName] => FINISAR CORP.
[hh3cTransceiverSerialNumber] =>
[hh3cTransceiverFiberDiameterType] => fiber50
[hh3cTransceiverTransferDistance] => 300
[hh3cTransceiverDiagnostic] => true
[hh3cTransceiverCurTXPower] => 2147483647
[hh3cTransceiverMaxTXPower] => 2147483647
[hh3cTransceiverMinTXPower] => 2147483647
[hh3cTransceiverCurRXPower] => 2147483647
[hh3cTransceiverMaxRXPower] => 2147483647
[hh3cTransceiverMinRXPower] => 2147483647
[hh3cTransceiverTemperature] => 2147483647
[hh3cTransceiverVoltage] => 2147483647
[hh3cTransceiverBiasCurrent] => 2147483647
)
)
)
ENTITY-SENSOR: Caching OIDs: entPhysicalDescrSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m CISCO-ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhysicalDescr]
entPhysicalDescr.1 = HP 1910-8G-PoE+ (65W) Switch Software Version Release 1513P62
entPhysicalDescr.2 = CONTAINER LEVEL1
entPhysicalDescr.3 = CONTAINER LEVEL1
entPhysicalDescr.6 = CONTAINER LEVEL1
entPhysicalDescr.7 = CONTAINER LEVEL1
entPhysicalDescr.8 = MODULE LEVEL1
entPhysicalDescr.9 = PSU
entPhysicalDescr.12 = SENSOR
entPhysicalDescr.13 = SENSOR
entPhysicalDescr.14 = CONTAINER LEVEL2
entPhysicalDescr.15 = MODULE LEVEL2
entPhysicalDescr.16 = GigabitEthernet1/0/1
entPhysicalDescr.17 = GigabitEthernet1/0/2
entPhysicalDescr.18 = GigabitEthernet1/0/3
entPhysicalDescr.19 = GigabitEthernet1/0/4
entPhysicalDescr.20 = GigabitEthernet1/0/5
entPhysicalDescr.21 = GigabitEthernet1/0/6
entPhysicalDescr.22 = GigabitEthernet1/0/7
entPhysicalDescr.23 = GigabitEthernet1/0/8
entPhysicalDescr.24 = GigabitEthernet1/0/9
entPhysicalNameSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m CISCO-ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhysicalName]
entPhysicalName.1 = HP 1910-8G-PoE+ (65W) Switch JG349A
entPhysicalName.2 = Level 1 Virtual Container #1
entPhysicalName.3 = Level 1 Virtual Container #2
entPhysicalName.6 = Level 1 Virtual Container #5
entPhysicalName.7 = Level 1 Virtual Container #6
entPhysicalName.8 = Level 1 Virtual Module #1
entPhysicalName.9 = PSU1
entPhysicalName.12 = Sensor1
entPhysicalName.13 = Sensor2
entPhysicalName.14 = Level 2 Virtual Container #0
entPhysicalName.15 = Level 2 Virtual Module #0
entPhysicalName.16 = GigabitEthernet1/0/1
entPhysicalName.17 = GigabitEthernet1/0/2
entPhysicalName.18 = GigabitEthernet1/0/3
entPhysicalName.19 = GigabitEthernet1/0/4
entPhysicalName.20 = GigabitEthernet1/0/5
entPhysicalName.21 = GigabitEthernet1/0/6
entPhysicalName.22 = GigabitEthernet1/0/7
entPhysicalName.23 = GigabitEthernet1/0/8
entPhysicalName.24 = GigabitEthernet1/0/9
entPhySensorTypeSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhySensorType]
entPhySensorType = No Such Object available on this agent at this OID
entPhySensorScaleSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhySensorScale]
entPhySensorScale = No Such Object available on this agent at this OID
entPhySensorPrecisionSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhySensorPrecision]
entPhySensorPrecision = No Such Object available on this agent at this OID
entPhySensorValueSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhySensorValue]
entPhySensorValue = No Such Object available on this agent at this OID
SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '4' AND `attrib_type` = 'ipmi_hostname' ]
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='voltage' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'ipmi']
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='temperature' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'ipmi']
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='fanspeed' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'ipmi']
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='power' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'ipmi']
Airflow: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='airflow' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Current: Comware SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='current' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Charge: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='charge' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Dbm: Comware SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='dbm' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Fanspeed: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='fanspeed' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Frequency: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='frequency' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Humidity: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='humidity' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Load: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='load' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Power: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='power' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Runtime: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='runtime' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Signal: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='signal' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
State: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HH3C-LswDEVM-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hh3cdevMFanStatusTable]
hh3cDevMFanNum.1 = 1
hh3cDevMFanStatus.1 = unsupport
SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = 'hh3cDevMFanStatus' LIMIT 1]
SQL[SELECT * FROM `state_translations` WHERE `state_index_id` = '1']
Discover sensor: .1.3.6.1.4.1.25506.8.35.9.1.1.1.2.1, 1, hh3cDevMFanStatus, Fan 1, snmp, 1, 1, 1, unsupport
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= 'snmp' AND `sensor_class` = 'state' AND `device_id` = '4' AND sensor_type = 'hh3cDevMFanStatus' AND `sensor_index` = '1']
SQL[SELECT * FROM `sensors` WHERE `sensor_class` = 'state' AND `device_id` = '4' AND `sensor_type` = 'hh3cDevMFanStatus' AND `sensor_index` = '1']
.SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = 'state' AND `device_id` = '4' AND `sensor_type` = 'hh3cDevMFanStatus' AND `sensor_index` = '1']
SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = 'hh3cDevMFanStatus']
SQL[INSERT INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES ('9','1')]
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HH3C-LswDEVM-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hh3cdevMPowerStatusTable]
hh3cDevMPowerNum.1 = 1
hh3cDevMPowerStatus.1 = active
SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = 'hh3cDevMPowerStatus' LIMIT 1]
SQL[SELECT * FROM `state_translations` WHERE `state_index_id` = '2']
Discover sensor: .1.3.6.1.4.1.25506.8.35.9.1.2.1.2.1, 1, hh3cDevMPowerStatus, Power Supply 1, snmp, 1, 1, 1, active
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= 'snmp' AND `sensor_class` = 'state' AND `device_id` = '4' AND sensor_type = 'hh3cDevMPowerStatus' AND `sensor_index` = '1']
SQL[SELECT * FROM `sensors` WHERE `sensor_class` = 'state' AND `device_id` = '4' AND `sensor_type` = 'hh3cDevMPowerStatus' AND `sensor_index` = '1']
.SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = 'state' AND `device_id` = '4' AND `sensor_type` = 'hh3cDevMPowerStatus' AND `sensor_index` = '1']
SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = 'hh3cDevMPowerStatus']
SQL[INSERT INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES ('10','2')]
Array
(
[hh3cDevMFanStatus] => Array
(
[1] => 1
)
[hh3cDevMPowerStatus] => Array
(
[1] => 1
)
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='state' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
1 -> hh3cDevMFanStatus
1 -> hh3cDevMPowerStatus
Temperature: Comware SQL[SELECT `entPhysicalIndex`, `entPhysicalClass`, `entPhysicalName` FROM `entPhysical` WHERE `device_id` = '4' AND `entPhysicalClass` REGEXP 'module|sensor' ORDER BY `entPhysicalIndex`]
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HH3C-ENTITY-EXT-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hh3cEntityExtTemperature]
hh3cEntityExtTemperature.1 = 0
hh3cEntityExtTemperature.2 = 0
hh3cEntityExtTemperature.3 = 0
hh3cEntityExtTemperature.6 = 0
hh3cEntityExtTemperature.7 = 0
hh3cEntityExtTemperature.8 = 40
hh3cEntityExtTemperature.9 = 0
hh3cEntityExtTemperature.12 = 40
hh3cEntityExtTemperature.13 = 43
hh3cEntityExtTemperature.14 = 0
hh3cEntityExtTemperature.15 = 0
hh3cEntityExtTemperature.16 = 0
hh3cEntityExtTemperature.17 = 0
hh3cEntityExtTemperature.18 = 0
hh3cEntityExtTemperature.19 = 0
hh3cEntityExtTemperature.20 = 0
hh3cEntityExtTemperature.21 = 0
hh3cEntityExtTemperature.22 = 0
hh3cEntityExtTemperature.23 = 0
hh3cEntityExtTemperature.24 = 0
Discover sensor: .1.3.6.1.4.1.25506.2.6.1.1.1.1.12.8, temp-8, comware, Level 1 Virtual Module #1, snmp, 1, 1, 8, 40
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= 'snmp' AND `sensor_class` = 'temperature' AND `device_id` = '4' AND sensor_type = 'comware' AND `sensor_index` = 'temp-8']
SQL[SELECT * FROM `sensors` WHERE `sensor_class` = 'temperature' AND `device_id` = '4' AND `sensor_type` = 'comware' AND `sensor_index` = 'temp-8']
.Discover sensor: .1.3.6.1.4.1.25506.2.6.1.1.1.1.12.12, temp-12, comware, Sensor1, snmp, 1, 1, 12, 40
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= 'snmp' AND `sensor_class` = 'temperature' AND `device_id` = '4' AND sensor_type = 'comware' AND `sensor_index` = 'temp-12']
SQL[SELECT * FROM `sensors` WHERE `sensor_class` = 'temperature' AND `device_id` = '4' AND `sensor_type` = 'comware' AND `sensor_index` = 'temp-12']
.Discover sensor: .1.3.6.1.4.1.25506.2.6.1.1.1.1.12.13, temp-13, comware, Sensor2, snmp, 1, 1, 13, 43
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= 'snmp' AND `sensor_class` = 'temperature' AND `device_id` = '4' AND sensor_type = 'comware' AND `sensor_index` = 'temp-13']
SQL[SELECT * FROM `sensors` WHERE `sensor_class` = 'temperature' AND `device_id` = '4' AND `sensor_type` = 'comware' AND `sensor_index` = 'temp-13']
.Discover sensor: .1.3.6.1.4.1.25506.2.6.1.1.1.1.12.15, temp-15, comware, Level 2 Virtual Module #0, snmp, 1, 1, 15, 0
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= 'snmp' AND `sensor_class` = 'temperature' AND `device_id` = '4' AND sensor_type = 'comware' AND `sensor_index` = 'temp-15']
SQL[SELECT * FROM `sensors` WHERE `sensor_class` = 'temperature' AND `device_id` = '4' AND `sensor_type` = 'comware' AND `sensor_index` = 'temp-15']
.Array
(
[comware] => Array
(
[temp-8] => 1
[temp-12] => 1
[temp-13] => 1
[temp-15] => 1
)
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='temperature' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
temp-8 -> comware
temp-12 -> comware
temp-13 -> comware
temp-15 -> comware
Voltage: Comware SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='voltage' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
Snr: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='snr' AND S.device_id = D.device_id AND D.device_id = '4' AND S.poller_type = 'snmp']
>> Runtime for discovery module 'sensors': 0.8890 seconds with 51080 bytes
#### Unload disco module sensors ####
Modules status: Global+ OS Device
#### Load disco module storage ####
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m EQLVOLUME-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/equallogic udp:HOSTNAME:161 EqliscsiVolumeEntry]
eqliscsiVolumeEntry = No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES:NetWare-Host-Ext-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hrStorageEntry]
hrStorageEntry = No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m NETAPP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dfEntry]
dfEntry = No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m UCD-SNMP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dskTable]
dskTable = No Such Object available on this agent at this OID
SQL[SELECT `storage_descr` FROM `storage` WHERE `device_id` = '4' AND `storage_type` != 'dsk']
SQL[SELECT * FROM `storage` WHERE `device_id` = '4']
>> Runtime for discovery module 'storage': 0.2340 seconds with 3232 bytes
#### Unload disco module storage ####
Modules status: Global+ OS Device
#### Load disco module hr-device ####
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs udp:HOSTNAME:161 hrDeviceEntry]
hrDeviceEntry = No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs udp:HOSTNAME:161 hrProcessorEntry]
hrProcessorEntry = No Such Object available on this agent at this OID
Array
(
)
SQL[SELECT * FROM `hrDevice` WHERE `device_id` = '4']
>> Runtime for discovery module 'hr-device': 0.1060 seconds with 792 bytes
#### Unload disco module hr-device ####
Modules status: Global+ OS Device
#### Load disco module discovery-protocols ####
CISCO-CDP-MIB: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m CISCO-CDP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 cdpCache]
cdpCache = No Such Object available on this agent at this OID
Array
(
)
LLDP-MIB: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m LLDP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 lldpRemoteSystemsData]
lldpRemChassisIdSubtype.3231.9.1 = macAddress
lldpRemChassisIdSubtype.6713.8.1 = macAddress
lldpRemChassisId.3231.9.1 = "C8 CB B8 73 EF 00 "
lldpRemChassisId.6713.8.1 = "A0 48 1C 55 4E 92 "
lldpRemPortIdSubtype.3231.9.1 = local
lldpRemPortIdSubtype.6713.8.1 = macAddress
lldpRemPortId.3231.9.1 = "63"
lldpRemPortId.6713.8.1 = "A0 48 1C 55 4E 92 "
lldpRemPortDesc.3231.9.1 = C15
lldpRemPortDesc.6713.8.1 = Port 1
lldpRemSysName.3231.9.1 = LSES-Core
lldpRemSysName.6713.8.1 = LSE-Gym-WLAN-GigabitEthe>-CN30D321NB
lldpRemSysDesc.3231.9.1 = HP J8697A Switch 5406zl, revision K.16.02.0019, ROM K.15.30 (/ws/swbuildm/rel_spokane_ospf_qaoff/code/build/btm(swbuildm_rel_spokane_ospf_qaoff_rel_spokane_ospf))
lldpRemSysDesc.6713.8.1 = HP AP Controlled,CN30D321NB,J9590-60001:52-A,*-23187
lldpRemSysCapSupported.3231.9.1 = "28 "
lldpRemSysCapSupported.6713.8.1 = "10 "
lldpRemSysCapEnabled.3231.9.1 = "28 "
lldpRemSysCapEnabled.6713.8.1 = "10 "
lldpRemManAddrIfSubtype.3231.9.1.ipV4.".@m." = ifIndex
lldpRemManAddrIfSubtype.6713.8.1.ipV4."...[" = ifIndex
lldpRemManAddrIfId.3231.9.1.ipV4.".@m." = 0
lldpRemManAddrIfId.6713.8.1.ipV4."...[" = 0
lldpRemManAddrOID.3231.9.1.ipV4.".@m." = zeroDotZero
lldpRemManAddrOID.6713.8.1.ipV4."...[" = zeroDotZero
lldpRemChassisIdSubtype.3231.9.1 = macAddress || lldpRemChassisIdSubtype || 3231 || 9 || 1
lldpRemChassisIdSubtype.6713.8.1 = macAddress || lldpRemChassisIdSubtype || 6713 || 8 || 1
lldpRemChassisId.3231.9.1 = "C8 CB B8 73 EF 00 " || lldpRemChassisId || 3231 || 9 || 1
lldpRemChassisId.6713.8.1 = "A0 48 1C 55 4E 92 " || lldpRemChassisId || 6713 || 8 || 1
lldpRemPortIdSubtype.3231.9.1 = local || lldpRemPortIdSubtype || 3231 || 9 || 1
lldpRemPortIdSubtype.6713.8.1 = macAddress || lldpRemPortIdSubtype || 6713 || 8 || 1
lldpRemPortId.3231.9.1 = "63" || lldpRemPortId || 3231 || 9 || 1
lldpRemPortId.6713.8.1 = "A0 48 1C 55 4E 92 " || lldpRemPortId || 6713 || 8 || 1
lldpRemPortDesc.3231.9.1 = C15 || lldpRemPortDesc || 3231 || 9 || 1
lldpRemPortDesc.6713.8.1 = Port 1 || lldpRemPortDesc || 6713 || 8 || 1
lldpRemSysName.3231.9.1 = LSES-Core || lldpRemSysName || 3231 || 9 || 1
lldpRemSysName.6713.8.1 = LSE-Gym-WLAN-GigabitEthe>-CN30D321NB || lldpRemSysName || 6713 || 8 || 1
lldpRemSysDesc.3231.9.1 = HP J8697A Switch 5406zl, revision K.16.02.0019, ROM K.15.30 (/ws/swbuildm/rel_spokane_ospf_qaoff/code/build/btm(swbuildm_rel_spokane_ospf_qaoff_rel_spokane_ospf)) || lldpRemSysDesc || 3231 || 9 || 1
lldpRemSysDesc.6713.8.1 = HP AP Controlled,CN30D321NB,J9590-60001:52-A,6.6.5.0-23187 || lldpRemSysDesc || 6713 || 8 || 1
lldpRemSysCapSupported.3231.9.1 = "28 " || lldpRemSysCapSupported || 3231 || 9 || 1
lldpRemSysCapSupported.6713.8.1 = "10 " || lldpRemSysCapSupported || 6713 || 8 || 1
lldpRemSysCapEnabled.3231.9.1 = "28 " || lldpRemSysCapEnabled || 3231 || 9 || 1
lldpRemSysCapEnabled.6713.8.1 = "10 " || lldpRemSysCapEnabled || 6713 || 8 || 1
lldpRemManAddrIfSubtype.3231.9.1.ipV4.".@m." = ifIndex || lldpRemManAddrIfSubtype || 3231 || 9 || 1
lldpRemManAddrIfSubtype.6713.8.1.ipV4."...[" = ifIndex || lldpRemManAddrIfSubtype || 6713 || 8 || 1
lldpRemManAddrIfId.3231.9.1.ipV4.".@m." = 0 || lldpRemManAddrIfId || 3231 || 9 || 1
lldpRemManAddrIfId.6713.8.1.ipV4."...[" = 0 || lldpRemManAddrIfId || 6713 || 8 || 1
lldpRemManAddrOID.3231.9.1.ipV4.".@m." = zeroDotZero || lldpRemManAddrOID || 3231 || 9 || 1
lldpRemManAddrOID.6713.8.1.ipV4."...[" = zeroDotZero || lldpRemManAddrOID || 6713 || 8 || 1
Array
(
[3231] => Array
(
[9] => Array
(
[1] => Array
(
[lldpRemChassisIdSubtype] => macAddress
[lldpRemChassisId] => C8 CB B8 73 EF 00
[lldpRemPortIdSubtype] => local
[lldpRemPortId] => 63
[lldpRemPortDesc] => C15
[lldpRemSysName] => LSES-Core
[lldpRemSysDesc] => HP J8697A Switch 5406zl, revision K.16.02.0019, ROM K.15.30 (/ws/swbuildm/rel_spokane_ospf_qaoff/code/build/btm(swbuildm_rel_spokane_ospf_qaoff_rel_spokane_ospf))
[lldpRemSysCapSupported] => 28
[lldpRemSysCapEnabled] => 28
[lldpRemManAddrIfSubtype] => ifIndex
[lldpRemManAddrIfId] => 0
[lldpRemManAddrOID] => zeroDotZero
)
)
)
[6713] => Array
(
[8] => Array
(
[1] => Array
(
[lldpRemChassisIdSubtype] => macAddress
[lldpRemChassisId] => A0 48 1C 55 4E 92
[lldpRemPortIdSubtype] => macAddress
[lldpRemPortId] => A0 48 1C 55 4E 92
[lldpRemPortDesc] => Port 1
[lldpRemSysName] => LSE-Gym-WLAN-GigabitEthe>-CN30D321NB
[lldpRemSysDesc] => HP AP Controlled,CN30D321NB,J9590-60001:52-A,6.6.5.0-23187
[lldpRemSysCapSupported] => 10
[lldpRemSysCapEnabled] => 10
[lldpRemManAddrIfSubtype] => ifIndex
[lldpRemManAddrIfId] => 0
[lldpRemManAddrOID] => zeroDotZero
)
)
)
)
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dBasePortIfIndex]
dot1dBasePortIfIndex.1 = 1
dot1dBasePortIfIndex.2 = 2
dot1dBasePortIfIndex.3 = 3
dot1dBasePortIfIndex.4 = 4
dot1dBasePortIfIndex.5 = 5
dot1dBasePortIfIndex.6 = 6
dot1dBasePortIfIndex.7 = 7
dot1dBasePortIfIndex.8 = 8
dot1dBasePortIfIndex.9 = 9
Array
(
[1] => Array
(
[dot1dBasePortIfIndex] => 1
)
[2] => Array
(
[dot1dBasePortIfIndex] => 2
)
[3] => Array
(
[dot1dBasePortIfIndex] => 3
)
[4] => Array
(
[dot1dBasePortIfIndex] => 4
)
[5] => Array
(
[dot1dBasePortIfIndex] => 5
)
[6] => Array
(
[dot1dBasePortIfIndex] => 6
)
[7] => Array
(
[dot1dBasePortIfIndex] => 7
)
[8] => Array
(
[dot1dBasePortIfIndex] => 8
)
[9] => Array
(
[dot1dBasePortIfIndex] => 9
)
)
Array
(
[9] => Array
(
[1] => Array
(
[lldpRemChassisIdSubtype] => macAddress
[lldpRemChassisId] => C8 CB B8 73 EF 00
[lldpRemPortIdSubtype] => local
[lldpRemPortId] => 63
[lldpRemPortDesc] => C15
[lldpRemSysName] => LSES-Core
[lldpRemSysDesc] => HP J8697A Switch 5406zl, revision K.16.02.0019, ROM K.15.30 (/ws/swbuildm/rel_spokane_ospf_qaoff/code/build/btm(swbuildm_rel_spokane_ospf_qaoff_rel_spokane_ospf))
[lldpRemSysCapSupported] => 28
[lldpRemSysCapEnabled] => 28
[lldpRemManAddrIfSubtype] => ifIndex
[lldpRemManAddrIfId] => 0
[lldpRemManAddrOID] => zeroDotZero
)
)
)
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '9']
Array
(
[1] => Array
(
[lldpRemChassisIdSubtype] => macAddress
[lldpRemChassisId] => C8 CB B8 73 EF 00
[lldpRemPortIdSubtype] => local
[lldpRemPortId] => 63
[lldpRemPortDesc] => C15
[lldpRemSysName] => LSES-Core
[lldpRemSysDesc] => HP J8697A Switch 5406zl, revision K.16.02.0019, ROM K.15.30 (/ws/swbuildm/rel_spokane_ospf_qaoff/code/build/btm(swbuildm_rel_spokane_ospf_qaoff_rel_spokane_ospf))
[lldpRemSysCapSupported] => 28
[lldpRemSysCapEnabled] => 28
[lldpRemManAddrIfSubtype] => ifIndex
[lldpRemManAddrIfId] => 0
[lldpRemManAddrOID] => zeroDotZero
)
)
SQL[SELECT `device_id` FROM `devices` WHERE `sysName` = 'LSES-Core' OR `hostname` = 'LSES-Core']
discovering LSES-Core
ip lookup result: 10.64.109.2
SQL[SELECT COUNT(*) FROM `devices` WHERE `hostname`='LSES-Core']
SQL[SELECT `name` FROM `port_association_mode` ORDER BY pom_id]
SQL[SELECT `pom_id` FROM `port_association_mode` WHERE name = 'ifIndex']
SNMP Check response code: 1
SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m SNMPv2-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ udp:HOSTNAME:161 sysObjectID.0]
SQL[SELECT `pom_id` FROM `port_association_mode` WHERE name = 'ifIndex']
SNMP Check response code: 1
SNMP[/usr/bin/snmpget -v3 -n '' -l 'noAuthNoPriv' -u 'root' -Oqv -m SNMPv2-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ udp:HOSTNAME:161 sysObjectID.0]
SQL[SELECT `pom_id` FROM `port_association_mode` WHERE name = 'ifIndex']
SNMP Check response code: 1
SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Oqv -m SNMPv2-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ udp:HOSTNAME:161 sysObjectID.0]
SQL[SELECT * FROM `devices` WHERE `device_id` = '4']
SQL[SELECT * FROM `vrf_lite_cisco` WHERE `device_id` = '4']
SQL[INSERT INTO `eventlog` (`host`,`device_id`,`reference`,`type`,`datetime`,`severity`,`message`,`username`) VALUES ('4','4','NULL','discovery',NOW(),'5','LLDP discovery of LSES-Core (10.64.109.2) failed - Could not connect to LSES-Core, please check the snmp details and snmp reachability','')]
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m PTOPO-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ptopoConnEntry]
ptopoConnEntry = No Such Object available on this agent at this OID
Array
(
)
Discovering
discovering
name lookup of failed
SQL[INSERT INTO `eventlog` (`host`,`device_id`,`reference`,`type`,`datetime`,`severity`,`message`,`username`) VALUES ('4','4','NULL','discovery',NOW(),'5','LLDP discovery of failed - Check name lookup','')]
Discover link: 26, lldp, 0, LSES-Core, 63, , HP J8697A Switch 5406zl, revision K.16.02.0019, ROM K.15.30 (/ws/swbuildm/rel_spokane_ospf_qaoff/code/build/btm(swbuildm_rel_spokane_ospf_qaoff_rel_spokane_ospf))
SQL[SELECT COUNT(*) FROM `links` WHERE `remote_hostname` = 'LSES-Core' AND `local_port_id` = '26' AND `protocol` = 'lldp' AND `remote_port` = '63']
SQL[SELECT * FROM `links` WHERE `remote_hostname` = 'LSES-Core' AND `local_port_id` = '26' AND `protocol` = 'lldp' AND `remote_port` = '63']
SQL[UPDATE `links` set `remote_platform` ='',`remote_version` ='HP J8697A Switch 5406zl, revision K.16.02.0019, ROM K.15.30 (/ws/swbuildm/rel_spokane_ospf_qaoff/code/build/btm(swbuildm_rel_spokane_ospf_qaoff_rel_spokane_ospf))',`local_device_id` ='4',`remote_device_id` ='' WHERE `id` = '1']
U( 0 updated )Array
(
[8] => Array
(
[1] => Array
(
[lldpRemChassisIdSubtype] => macAddress
[lldpRemChassisId] => A0 48 1C 55 4E 92
[lldpRemPortIdSubtype] => macAddress
[lldpRemPortId] => A0 48 1C 55 4E 92
[lldpRemPortDesc] => Port 1
[lldpRemSysName] => LSE-Gym-WLAN-GigabitEthe>-CN30D321NB
[lldpRemSysDesc] => HP AP Controlled,CN30D321NB,J9590-60001:52-A,6.6.5.0-23187
[lldpRemSysCapSupported] => 10
[lldpRemSysCapEnabled] => 10
[lldpRemManAddrIfSubtype] => ifIndex
[lldpRemManAddrIfId] => 0
[lldpRemManAddrOID] => zeroDotZero
)
)
)
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '8']
Array
(
[1] => Array
(
[lldpRemChassisIdSubtype] => macAddress
[lldpRemChassisId] => A0 48 1C 55 4E 92
[lldpRemPortIdSubtype] => macAddress
[lldpRemPortId] => A0 48 1C 55 4E 92
[lldpRemPortDesc] => Port 1
[lldpRemSysName] => LSE-Gym-WLAN-GigabitEthe>-CN30D321NB
[lldpRemSysDesc] => HP AP Controlled,CN30D321NB,J9590-60001:52-A,6.6.5.0-23187
[lldpRemSysCapSupported] => 10
[lldpRemSysCapEnabled] => 10
[lldpRemManAddrIfSubtype] => ifIndex
[lldpRemManAddrIfId] => 0
[lldpRemManAddrOID] => zeroDotZero
)
)
SQL[SELECT `device_id` FROM `devices` WHERE `sysName` = 'LSE-Gym-WLAN-GigabitEthe>-CN30D321NB' OR `hostname` = 'LSE-Gym-WLAN-GigabitEthe>-CN30D321NB']
SQL[SELECT `device_id` FROM `ports` WHERE ifPhysAddress = 'a0481c554e92' AND `deleted` = '0']
Discover link: 25, lldp, 0, LSE-Gym-WLAN-GigabitEthe>-CN30D321NB, A0 48 1C 55 4E 92 , , HP AP Controlled,CN30D321NB,J9590-60001:52-A,6.6.5.0-23187
SQL[SELECT COUNT(*) FROM `links` WHERE `remote_hostname` = 'LSE-Gym-WLAN-GigabitEthe>-CN30D321NB' AND `local_port_id` = '25' AND `protocol` = 'lldp' AND `remote_port` = 'A0 48 1C 55 4E 92 ']
SQL[SELECT * FROM `links` WHERE `remote_hostname` = 'LSE-Gym-WLAN-GigabitEthe>-CN30D321NB' AND `local_port_id` = '25' AND `protocol` = 'lldp' AND `remote_port` = 'A0 48 1C 55 4E 92 ']
SQL[UPDATE `links` set `remote_platform` ='',`remote_version` ='HP AP Controlled,CN30D321NB,J9590-60001:52-A,6.6.5.0-23187',`local_device_id` ='4',`remote_device_id` ='' WHERE `id` = '2']
U( 0 updated ) OSPF Discovery: enabled
SQL[SELECT DISTINCT(`ospfNbrIpAddr`),`device_id` FROM `ospf_nbrs` WHERE `device_id`='4']
Array
(
[26] => Array
(
[LSES-Core] => Array
(
[63] => 1
)
)
[25] => Array
(
[LSE-Gym-WLAN-GigabitEthe>-CN30D321NB] => Array
(
[A0 48 1C 55 4E 92 ] => 1
)
)
)
SQL[SELECT * FROM `links` AS L, `ports` AS I WHERE L.local_port_id = I.port_id AND I.device_id = '4']
25 -> LSE-Gym-WLAN-GigabitEthe>-CN30D321NB -> A0 48 1C 55 4E 92
26 -> LSES-Core -> 63
>> Runtime for discovery module 'discovery-protocols': 24.5000 seconds with 45312 bytes
#### Unload disco module discovery-protocols ####
Modules status: Global+ OS Device
#### Load disco module arp-table ####
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipNetToPhysicalPhysAddress]
ipNetToPhysicalPhysAddress = No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipNetToMediaPhysAddress]
ipNetToMediaPhysAddress[11][*] = c8:cb:b8:73:ef:0
SQL[SELECT * from `ipv4_mac` WHERE `device_id`='4' AND `context_name`='']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '11']
Vlan-interface1:
c8:cb:b8:73:ef:0 => 10.64.109.2
SQL[DELETE `ipv4_mac` FROM `ipv4_mac`
LEFT JOIN `ports` ON `ipv4_mac`.`port_id` = `ports`.`port_id`
LEFT JOIN `devices` ON `ipv4_mac`.`device_id` = `devices`.`device_id`
WHERE `ports`.`port_id` IS NULL OR `devices`.`device_id` IS NULL]
>> Runtime for discovery module 'arp-table': 0.1000 seconds with 8248 bytes
#### Unload disco module arp-table ####
Modules status: Global- OS Device Module [ discovery-arp ] disabled globally.
Modules status: Global- OS Device Module [ junose-atm-vp ] disabled globally.
Modules status: Global+ OS Device
#### Load disco module bgp-peers ####
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Oqvn -M /opt/librenms/mibs udp:HOSTNAME:161 .1.3.6.1.2.1.15.2]
No Such Object available on this agent at this OID
No BGP on hostPeers :
SQL[SELECT * FROM bgpPeers WHERE device_id = '4' AND (context_name = '' OR context_name IS NULL)]
>> Runtime for discovery module 'bgp-peers': 0.1020 seconds with 6864 bytes
#### Unload disco module bgp-peers ####
Modules status: Global+ OS Device
#### Load disco module vlans ####
SQL[SELECT * FROM `vlans` WHERE `device_id` = '4']
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dBasePortIfIndex]
dot1dBasePortIfIndex.1 = 1
dot1dBasePortIfIndex.2 = 2
dot1dBasePortIfIndex.3 = 3
dot1dBasePortIfIndex.4 = 4
dot1dBasePortIfIndex.5 = 5
dot1dBasePortIfIndex.6 = 6
dot1dBasePortIfIndex.7 = 7
dot1dBasePortIfIndex.8 = 8
dot1dBasePortIfIndex.9 = 9
IEEE8021-Q-BRIDGE-MIB VLANs: SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IEEE8021-Q-BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1qVlanVersionNumber.0]
version1
ver version1 SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m Q-BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1qVlanStaticName]
dot1qVlanStaticName.1 = VLAN 0001
dot1qVlanStaticName.500 = VLAN 0500
dot1qVlanStaticName.501 = VLAN 0501
dot1qVlanStaticName.505 = VLAN 0505
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs --hexOutputLength=0 -m Q-BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1qVlanCurrentEgressPorts]
dot1qVlanCurrentEgressPorts = No Such Object available on this agent at this OID
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs --hexOutputLength=0 -m Q-BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1qVlanCurrentUntaggedPorts]
dot1qVlanCurrentUntaggedPorts = No Such Object available on this agent at this OID
1. 500. 501. 505.
VLAN 1
VLAN 500
VLAN 501
VLAN 505
>> Runtime for discovery module 'vlans': 0.2400 seconds with 9200 bytes
#### Unload disco module vlans ####
Modules status: Global- OS Device Module [ vmware-vminfo ] disabled globally.
Modules status: Global- OS Device Module [ libvirt-vminfo ] disabled globally.
Modules status: Global- OS Device Module [ toner ] disabled globally.
Modules status: Global+ OS Device
#### Load disco module ucd-diskio ####
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m UCD-DISKIO-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 diskIOEntry]
diskIOEntry = No Such Object available on this agent at this OID
Array
(
)
SQL[SELECT * FROM `ucd_diskio` where `device_id` = '4']
>> Runtime for discovery module 'ucd-diskio': 0.0490 seconds with 736 bytes
#### Unload disco module ucd-diskio ####
Modules status: Global- OS Device Module [ applications ] disabled globally.
Modules status: Global+ OS Device
#### Load disco module services ####
>> Runtime for discovery module 'services': 0.0000 seconds with 328 bytes
#### Unload disco module services ####
Modules status: Global+ OS Device
#### Load disco module stp ####
SQL[SELECT * FROM `stp` WHERE `device_id` = '4']
SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m RSTP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dStpProtocolSpecification.0]
unknown
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m RSTP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dStp]
dot1dStpProtocolSpecification.0 = unknown
dot1dStpPriority.0 = 32768
dot1dStpTimeSinceTopologyChange.0 = 1:5:54:11.13
dot1dStpTopChanges.0 = 2
dot1dStpDesignatedRoot.0 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpRootCost.0 = 20
dot1dStpRootPort.0 = 9
dot1dStpMaxAge.0 = 2000
dot1dStpHelloTime.0 = 200
dot1dStpHoldTime.0 = 0
dot1dStpForwardDelay.0 = 1500
dot1dStpBridgeMaxAge.0 = 2000
dot1dStpBridgeHelloTime.0 = 200
dot1dStpBridgeForwardDelay.0 = 1500
dot1dStpPort.1 = 1
dot1dStpPort.2 = 2
dot1dStpPort.3 = 3
dot1dStpPort.4 = 4
dot1dStpPort.5 = 5
dot1dStpPort.6 = 6
dot1dStpPort.7 = 7
dot1dStpPort.8 = 8
dot1dStpPort.9 = 9
dot1dStpPortPriority.1 = 128
dot1dStpPortPriority.2 = 128
dot1dStpPortPriority.3 = 128
dot1dStpPortPriority.4 = 128
dot1dStpPortPriority.5 = 128
dot1dStpPortPriority.6 = 128
dot1dStpPortPriority.7 = 128
dot1dStpPortPriority.8 = 128
dot1dStpPortPriority.9 = 128
dot1dStpPortState.1 = blocking
dot1dStpPortState.2 = blocking
dot1dStpPortState.3 = blocking
dot1dStpPortState.4 = blocking
dot1dStpPortState.5 = blocking
dot1dStpPortState.6 = blocking
dot1dStpPortState.7 = forwarding
dot1dStpPortState.8 = forwarding
dot1dStpPortState.9 = forwarding
dot1dStpPortEnable.1 = enabled
dot1dStpPortEnable.2 = enabled
dot1dStpPortEnable.3 = enabled
dot1dStpPortEnable.4 = enabled
dot1dStpPortEnable.5 = enabled
dot1dStpPortEnable.6 = enabled
dot1dStpPortEnable.7 = enabled
dot1dStpPortEnable.8 = enabled
dot1dStpPortEnable.9 = enabled
dot1dStpPortPathCost.1 = 65535
dot1dStpPortPathCost.2 = 65535
dot1dStpPortPathCost.3 = 65535
dot1dStpPortPathCost.4 = 65535
dot1dStpPortPathCost.5 = 65535
dot1dStpPortPathCost.6 = 65535
dot1dStpPortPathCost.7 = 200
dot1dStpPortPathCost.8 = 20
dot1dStpPortPathCost.9 = 20
dot1dStpPortDesignatedRoot.1 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedRoot.2 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedRoot.3 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedRoot.4 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedRoot.5 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedRoot.6 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedRoot.7 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedRoot.8 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedRoot.9 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedCost.1 = 20
dot1dStpPortDesignatedCost.2 = 20
dot1dStpPortDesignatedCost.3 = 20
dot1dStpPortDesignatedCost.4 = 20
dot1dStpPortDesignatedCost.5 = 20
dot1dStpPortDesignatedCost.6 = 20
dot1dStpPortDesignatedCost.7 = 20
dot1dStpPortDesignatedCost.8 = 20
dot1dStpPortDesignatedCost.9 = 0
dot1dStpPortDesignatedBridge.1 = "80 00 44 31 92 F3 A6 7F "
dot1dStpPortDesignatedBridge.2 = "80 00 44 31 92 F3 A6 7F "
dot1dStpPortDesignatedBridge.3 = "80 00 44 31 92 F3 A6 7F "
dot1dStpPortDesignatedBridge.4 = "80 00 44 31 92 F3 A6 7F "
dot1dStpPortDesignatedBridge.5 = "80 00 44 31 92 F3 A6 7F "
dot1dStpPortDesignatedBridge.6 = "80 00 44 31 92 F3 A6 7F "
dot1dStpPortDesignatedBridge.7 = "80 00 44 31 92 F3 A6 7F "
dot1dStpPortDesignatedBridge.8 = "80 00 44 31 92 F3 A6 7F "
dot1dStpPortDesignatedBridge.9 = "00 00 C8 CB B8 73 EF 00 "
dot1dStpPortDesignatedPort.1 = "80 01 "
dot1dStpPortDesignatedPort.2 = "80 02 "
dot1dStpPortDesignatedPort.3 = "80 03 "
dot1dStpPortDesignatedPort.4 = "80 04 "
dot1dStpPortDesignatedPort.5 = "80 05 "
dot1dStpPortDesignatedPort.6 = "80 06 "
dot1dStpPortDesignatedPort.7 = "80 07 "
dot1dStpPortDesignatedPort.8 = "80 08 "
dot1dStpPortDesignatedPort.9 = "80 3F "
dot1dStpPortForwardTransitions.1 = 0
dot1dStpPortForwardTransitions.2 = 4
dot1dStpPortForwardTransitions.3 = 0
dot1dStpPortForwardTransitions.4 = 0
dot1dStpPortForwardTransitions.5 = 0
dot1dStpPortForwardTransitions.6 = 0
dot1dStpPortForwardTransitions.7 = 38
dot1dStpPortForwardTransitions.8 = 1
dot1dStpPortForwardTransitions.9 = 1
SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m RSTP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dBaseBridgeAddress.0]
44:31:92:f3:a6:7f
SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovt -m RSTP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dStpTimeSinceTopologyChange.0]
10765143
Array
(
[protocolSpecification] => unknown
[priority] => 32768
[topChanges] => 2
[rootCost] => 20
[rootPort] => 9
[maxAge] => 20
[helloTime] => 2
[holdTime] => 0
[forwardDelay] => 15
[bridgeMaxAge] => 20
[bridgeHelloTime] => 2
[bridgeForwardDelay] => 15
[device_id] => 4
[timeSinceTopologyChange] => 107651
[designatedRoot] => c8cbb873ef00
[bridgeAddress] => 443192f3a67f
[rootBridge] => 0
)
STP SQL[SELECT port_id FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '1']
Array
(
[priority] => 128
[state] => blocking
[enable] => enabled
[pathCost] => 65535
[designatedCost] => 20
[designatedPort] => 1
[forwardTransitions] => 0
[device_id] => 4
[port_id] => 18
[designatedRoot] => c8cbb873ef00
[designatedBridge] => 443192f3a67f
)
SQL[SELECT 1 FROM `ports_stp` WHERE `device_id` = '4' AND `port_id` = '18']
SQL[SELECT port_id FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '2']
Array
(
[priority] => 128
[state] => blocking
[enable] => enabled
[pathCost] => 65535
[designatedCost] => 20
[designatedPort] => 2
[forwardTransitions] => 4
[device_id] => 4
[port_id] => 19
[designatedRoot] => c8cbb873ef00
[designatedBridge] => 443192f3a67f
)
SQL[SELECT 1 FROM `ports_stp` WHERE `device_id` = '4' AND `port_id` = '19']
SQL[SELECT port_id FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '3']
Array
(
[priority] => 128
[state] => blocking
[enable] => enabled
[pathCost] => 65535
[designatedCost] => 20
[designatedPort] => 3
[forwardTransitions] => 0
[device_id] => 4
[port_id] => 20
[designatedRoot] => c8cbb873ef00
[designatedBridge] => 443192f3a67f
)
SQL[SELECT 1 FROM `ports_stp` WHERE `device_id` = '4' AND `port_id` = '20']
SQL[SELECT port_id FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '4']
Array
(
[priority] => 128
[state] => blocking
[enable] => enabled
[pathCost] => 65535
[designatedCost] => 20
[designatedPort] => 4
[forwardTransitions] => 0
[device_id] => 4
[port_id] => 21
[designatedRoot] => c8cbb873ef00
[designatedBridge] => 443192f3a67f
)
SQL[SELECT 1 FROM `ports_stp` WHERE `device_id` = '4' AND `port_id` = '21']
SQL[SELECT port_id FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '5']
Array
(
[priority] => 128
[state] => blocking
[enable] => enabled
[pathCost] => 65535
[designatedCost] => 20
[designatedPort] => 5
[forwardTransitions] => 0
[device_id] => 4
[port_id] => 22
[designatedRoot] => c8cbb873ef00
[designatedBridge] => 443192f3a67f
)
SQL[SELECT 1 FROM `ports_stp` WHERE `device_id` = '4' AND `port_id` = '22']
SQL[SELECT port_id FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '6']
Array
(
[priority] => 128
[state] => blocking
[enable] => enabled
[pathCost] => 65535
[designatedCost] => 20
[designatedPort] => 6
[forwardTransitions] => 0
[device_id] => 4
[port_id] => 23
[designatedRoot] => c8cbb873ef00
[designatedBridge] => 443192f3a67f
)
SQL[SELECT 1 FROM `ports_stp` WHERE `device_id` = '4' AND `port_id` = '23']
SQL[SELECT port_id FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '7']
Array
(
[priority] => 128
[state] => forwarding
[enable] => enabled
[pathCost] => 200
[designatedCost] => 20
[designatedPort] => 7
[forwardTransitions] => 38
[device_id] => 4
[port_id] => 24
[designatedRoot] => c8cbb873ef00
[designatedBridge] => 443192f3a67f
)
SQL[SELECT 1 FROM `ports_stp` WHERE `device_id` = '4' AND `port_id` = '24']
SQL[SELECT port_id FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '8']
Array
(
[priority] => 128
[state] => forwarding
[enable] => enabled
[pathCost] => 20
[designatedCost] => 20
[designatedPort] => 8
[forwardTransitions] => 1
[device_id] => 4
[port_id] => 25
[designatedRoot] => c8cbb873ef00
[designatedBridge] => 443192f3a67f
)
SQL[SELECT 1 FROM `ports_stp` WHERE `device_id` = '4' AND `port_id` = '25']
SQL[SELECT port_id FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '9']
Array
(
[priority] => 128
[state] => forwarding
[enable] => enabled
[pathCost] => 20
[designatedCost] => 0
[designatedPort] => 63
[forwardTransitions] => 1
[device_id] => 4
[port_id] => 26
[designatedRoot] => c8cbb873ef00
[designatedBridge] => c8cbb873ef00
)
SQL[SELECT 1 FROM `ports_stp` WHERE `device_id` = '4' AND `port_id` = '26']
SQL[SELECT * FROM `ports_stp` WHERE `device_id` = '4']
SQL[SELECT `ifIndex` FROM `ports` WHERE `device_id` = '4' AND `port_id` = '18']
SQL[SELECT `ifIndex` FROM `ports` WHERE `device_id` = '4' AND `port_id` = '19']
SQL[SELECT `ifIndex` FROM `ports` WHERE `device_id` = '4' AND `port_id` = '20']
SQL[SELECT `ifIndex` FROM `ports` WHERE `device_id` = '4' AND `port_id` = '21']
SQL[SELECT `ifIndex` FROM `ports` WHERE `device_id` = '4' AND `port_id` = '22']
SQL[SELECT `ifIndex` FROM `ports` WHERE `device_id` = '4' AND `port_id` = '23']
SQL[SELECT `ifIndex` FROM `ports` WHERE `device_id` = '4' AND `port_id` = '24']
SQL[SELECT `ifIndex` FROM `ports` WHERE `device_id` = '4' AND `port_id` = '25']
SQL[SELECT `ifIndex` FROM `ports` WHERE `device_id` = '4' AND `port_id` = '26']
>> Runtime for discovery module 'stp': 0.3410 seconds with 6248 bytes
#### Unload disco module stp ####
Modules status: Global+ OS Device
#### Load disco module ntp ####
>> Runtime for discovery module 'ntp': 0.0000 seconds with 144 bytes
#### Unload disco module ntp ####
Modules status: Global- OS Device Module [ loadbalancers ] disabled globally.
Modules status: Global- OS Device Module [ mef ] disabled globally.
Modules status: Global+ OS Device
#### Load disco module wireless ####
Attempting to initialize OS: comware
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='ap-count']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='clients']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='quality']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='capacity']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='utilization']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='rate']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='ccq']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='snr']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='mse']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='rssi']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='power']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='noise-floor']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='error-ratio']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='error-rate']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='frequency']
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='4' AND `sensor_class`='distance']
>> Runtime for discovery module 'wireless': 0.0070 seconds with 198728 bytes
#### Unload disco module wireless ####
Modules status: Global+ OS Device
#### Load disco module fdb-table ####
SQL[SELECT `vlan_id`, `vlan_vlan` from `vlans` WHERE `device_id` = '4']
SQL[SELECT * FROM `ports_fdb` WHERE `device_id` = '4']
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m Q-BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1qTpFdbPort]
dot1qTpFdbPort[1][0:26:73:bf:dd:29] = 9
dot1qTpFdbPort[1][0:c0:b7:60:20:bc] = 9
dot1qTpFdbPort[1][0:e0:c9:1:7d:c6] = 9
dot1qTpFdbPort[1][0:e0:c9:20:98:15] = 9
dot1qTpFdbPort[1][14:58:d0:3f:63:6e] = 9
dot1qTpFdbPort[1][38:ea:a7:2d:9:80] = 9
dot1qTpFdbPort[1][38:ea:a7:2d:68:80] = 9
dot1qTpFdbPort[1][38:ea:a7:2d:b8:0] = 9
dot1qTpFdbPort[1][38:ea:a7:2d:ea:c0] = 9
dot1qTpFdbPort[1][3c:a8:2a:7:65:2f] = 9
dot1qTpFdbPort[1][50:65:f3:9e:a7:40] = 9
dot1qTpFdbPort[1][60:e3:ac:ba:c1:73] = 9
dot1qTpFdbPort[1][a0:48:1c:55:4e:92] = 8
dot1qTpFdbPort[1][b4:b5:2f:4f:46:77] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:46:78] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:46:7b] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:46:8b] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:46:8e] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:46:91] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:46:94] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:55:56] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:55:68] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:4] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:24] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:36] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:3d] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:40] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:49] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:4a] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:4b] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:4e] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:51] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:5a] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:5c] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:5f] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:85] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:86] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:87] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:88] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:91] = 9
dot1qTpFdbPort[1][b4:b5:2f:4f:56:95] = 9
dot1qTpFdbPort[1][c8:cb:b8:73:ef:0] = 9
dot1qTpFdbPort[1][c8:cb:b8:73:ff:c1] = 9
dot1qTpFdbPort[1][e8:39:35:f1:d5:48] = 9
dot1qTpFdbPort[500][4:15:52:70:40:da] = 9
dot1qTpFdbPort[500][4:15:52:81:c8:71] = 9
dot1qTpFdbPort[500][4:15:52:81:c8:9b] = 9
dot1qTpFdbPort[500][4:15:52:82:e4:5d] = 9
dot1qTpFdbPort[500][4:15:52:87:7e:7] = 9
dot1qTpFdbPort[500][4:15:52:8b:55:82] = 9
dot1qTpFdbPort[500][4:15:52:8d:95:50] = 9
dot1qTpFdbPort[500][4:15:52:8e:24:ae] = 9
dot1qTpFdbPort[500][4:15:52:8e:51:86] = 9
dot1qTpFdbPort[500][4:e5:36:79:a6:1c] = 9
dot1qTpFdbPort[500][4:e5:36:79:a6:2b] = 9
dot1qTpFdbPort[500][4:e5:36:7d:7d:77] = 9
dot1qTpFdbPort[500][4:e5:36:80:8:59] = 9
dot1qTpFdbPort[500][4c:32:75:36:f7:7a] = 9
dot1qTpFdbPort[500][4c:32:75:42:94:cc] = 9
dot1qTpFdbPort[500][4c:32:75:48:c8:a8] = 9
dot1qTpFdbPort[500][64:a3:cb:1d:85:54] = 9
dot1qTpFdbPort[500][64:a3:cb:26:8a:43] = 9
dot1qTpFdbPort[500][84:85:6:91:4b:81] = 9
dot1qTpFdbPort[500][84:85:6:95:26:9] = 9
dot1qTpFdbPort[500][84:85:6:9c:42:8e] = 9
dot1qTpFdbPort[500][84:85:6:9e:4e:6d] = 9
dot1qTpFdbPort[500][84:85:6:a4:1c:46] = 9
dot1qTpFdbPort[500][88:53:95:e:e8:82] = 9
dot1qTpFdbPort[500][88:53:95:12:b:12] = 9
dot1qTpFdbPort[500][88:53:95:18:6d:c] = 9
dot1qTpFdbPort[500][88:53:95:19:f0:49] = 9
dot1qTpFdbPort[500][b4:74:43:33:c3:35] = 8
dot1qTpFdbPort[500][b4:b5:2f:4f:56:3d] = 9
dot1qTpFdbPort[500][c8:cb:b8:73:ef:0] = 9
dot1qTpFdbPort[500][e0:b9:ba:af:7e:bb] = 9
dot1qTpFdbPort[500][e0:b9:ba:b3:d9:56] = 9
dot1qTpFdbPort[500][e0:b9:ba:b5:ab:84] = 9
dot1qTpFdbPort[501][0:1f:29:3a:e5:e2] = 9
dot1qTpFdbPort[501][0:60:ef:15:11:c2] = 9
dot1qTpFdbPort[501][4:15:52:44:2a:b0] = 9
dot1qTpFdbPort[501][4:15:52:54:d1:7] = 9
dot1qTpFdbPort[501][4c:32:75:36:f7:7a] = 9
dot1qTpFdbPort[501][4c:32:75:42:94:cc] = 9
dot1qTpFdbPort[501][4c:32:75:45:1d:1a] = 9
dot1qTpFdbPort[501][4c:32:75:48:c8:a8] = 9
dot1qTpFdbPort[501][74:e1:b6:16:23:6b] = 9
dot1qTpFdbPort[501][80:c1:6e:ef:ef:da] = 9
dot1qTpFdbPort[501][80:c1:6e:ef:ef:e8] = 9
dot1qTpFdbPort[501][98:5a:eb:d7:4b:bf] = 9
dot1qTpFdbPort[501][98:5a:eb:d7:52:b0] = 9
dot1qTpFdbPort[501][ac:16:2d:e:57:43] = 9
dot1qTpFdbPort[501][ac:16:2d:e:57:59] = 9
dot1qTpFdbPort[501][ac:16:2d:11:d:7d] = 9
dot1qTpFdbPort[501][ac:16:2d:11:13:db] = 9
dot1qTpFdbPort[501][ac:16:2d:11:c4:2e] = 9
dot1qTpFdbPort[501][c8:cb:b8:73:ef:0] = 9
dot1qTpFdbPort[505][c8:cb:b8:73:ef:0] = 9
dot1qTpFdbPort[505][e8:39:35:f1:d5:48] = 9
Q-BRIDGE-MIB:SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dBasePortIfIndex]
dot1dBasePortIfIndex[1] = 1
dot1dBasePortIfIndex[2] = 2
dot1dBasePortIfIndex[3] = 3
dot1dBasePortIfIndex[4] = 4
dot1dBasePortIfIndex[5] = 5
dot1dBasePortIfIndex[6] = 6
dot1dBasePortIfIndex[7] = 7
dot1dBasePortIfIndex[8] = 8
dot1dBasePortIfIndex[9] = 9
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '1']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '2']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '3']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '4']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '5']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '6']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '7']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '8']
SQL[SELECT * FROM `ports` WHERE `device_id` = '4' AND `ifIndex` = '9']
vlan 1 mac 002673bfdd29 port (9) 26
vlan 1 mac 00c0b76020bc port (9) 26
vlan 1 mac 00e0c9017dc6 port (9) 26
vlan 1 mac 00e0c9209815 port (9) 26
vlan 1 mac 1458d03f636e port (9) 26
vlan 1 mac 38eaa72d0980 port (9) 26
vlan 1 mac 38eaa72d6880 port (9) 26
vlan 1 mac 38eaa72db800 port (9) 26
vlan 1 mac 38eaa72deac0 port (9) 26
vlan 1 mac 3ca82a07652f port (9) 26
vlan 1 mac 5065f39ea740 port (9) 26
vlan 1 mac 60e3acbac173 port (9) 26
vlan 1 mac a0481c554e92 port (8) 25
vlan 1 mac b4b52f4f4677 port (9) 26
vlan 1 mac b4b52f4f4678 port (9) 26
vlan 1 mac b4b52f4f467b port (9) 26
vlan 1 mac b4b52f4f468b port (9) 26
vlan 1 mac b4b52f4f468e port (9) 26
vlan 1 mac b4b52f4f4691 port (9) 26
vlan 1 mac b4b52f4f4694 port (9) 26
vlan 1 mac b4b52f4f5556 port (9) 26
vlan 1 mac b4b52f4f5568 port (9) 26
vlan 1 mac b4b52f4f5604 port (9) 26
vlan 1 mac b4b52f4f5624 port (9) 26
vlan 1 mac b4b52f4f5636 port (9) 26
vlan 1 mac b4b52f4f563d port (9) 26
vlan 1 mac b4b52f4f5640 port (9) 26
vlan 1 mac b4b52f4f5649 port (9) 26
vlan 1 mac b4b52f4f564a port (9) 26
vlan 1 mac b4b52f4f564b port (9) 26
vlan 1 mac b4b52f4f564e port (9) 26
vlan 1 mac b4b52f4f5651 port (9) 26
vlan 1 mac b4b52f4f565a port (9) 26
vlan 1 mac b4b52f4f565c port (9) 26
vlan 1 mac b4b52f4f565f port (9) 26
vlan 1 mac b4b52f4f5685 port (9) 26
vlan 1 mac b4b52f4f5686 port (9) 26
vlan 1 mac b4b52f4f5687 port (9) 26
vlan 1 mac b4b52f4f5688 port (9) 26
vlan 1 mac b4b52f4f5691 port (9) 26
vlan 1 mac b4b52f4f5695 port (9) 26
vlan 1 mac c8cbb873ef00 port (9) 26
vlan 1 mac c8cbb873ffc1 port (9) 26
vlan 1 mac e83935f1d548 port (9) 26
vlan 500 mac 0415527040da port (9) 26
vlan 500 mac 04155281c871 port (9) 26
vlan 500 mac 04155281c89b port (9) 26
vlan 500 mac 04155282e45d port (9) 26
vlan 500 mac 041552877e07 port (9) 26
vlan 500 mac 0415528b5582 port (9) 26
vlan 500 mac 0415528d9550 port (9) 26
vlan 500 mac 0415528e24ae port (9) 26
vlan 500 mac 0415528e5186 port (9) 26
vlan 500 mac 04e53679a61c port (9) 26
vlan 500 mac 04e53679a62b port (9) 26
vlan 500 mac 04e5367d7d77 port (9) 26
vlan 500 mac 04e536800859 port (9) 26
vlan 500 mac 4c327536f77a port (9) 26
vlan 500 mac 4c32754294cc port (9) 26
vlan 500 mac 4c327548c8a8 port (9) 26
vlan 500 mac 64a3cb1d8554 port (9) 26
vlan 500 mac 64a3cb268a43 port (9) 26
vlan 500 mac 848506914b81 port (9) 26
vlan 500 mac 848506952609 port (9) 26
vlan 500 mac 8485069c428e port (9) 26
vlan 500 mac 8485069e4e6d port (9) 26
vlan 500 mac 848506a41c46 port (9) 26
vlan 500 mac 8853950ee882 port (9) 26
vlan 500 mac 885395120b12 port (9) 26
vlan 500 mac 885395186d0c port (9) 26
vlan 500 mac 88539519f049 port (9) 26
vlan 500 mac b4744333c335 port (8) 25
vlan 500 mac b4b52f4f563d port (9) 26
vlan 500 mac c8cbb873ef00 port (9) 26
vlan 500 mac e0b9baaf7ebb port (9) 26
vlan 500 mac e0b9bab3d956 port (9) 26
vlan 500 mac e0b9bab5ab84 port (9) 26
vlan 501 mac 001f293ae5e2 port (9) 26
vlan 501 mac 0060ef1511c2 port (9) 26
vlan 501 mac 041552442ab0 port (9) 26
vlan 501 mac 04155254d107 port (9) 26
vlan 501 mac 4c327536f77a port (9) 26
vlan 501 mac 4c32754294cc port (9) 26
vlan 501 mac 4c3275451d1a port (9) 26
vlan 501 mac 4c327548c8a8 port (9) 26
vlan 501 mac 74e1b616236b port (9) 26
vlan 501 mac 80c16eefefda port (9) 26
vlan 501 mac 80c16eefefe8 port (9) 26
vlan 501 mac 985aebd74bbf port (9) 26
vlan 501 mac 985aebd752b0 port (9) 26
vlan 501 mac ac162d0e5743 port (9) 26
vlan 501 mac ac162d0e5759 port (9) 26
vlan 501 mac ac162d110d7d port (9) 26
vlan 501 mac ac162d1113db port (9) 26
vlan 501 mac ac162d11c42e port (9) 26
vlan 501 mac c8cbb873ef00 port (9) 26
vlan 505 mac c8cbb873ef00 port (9) 26
vlan 505 mac e83935f1d548 port (9) 26
1: SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','002673bfdd29','1','4')]
+..........SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','60e3acbac173','1','4')]
+................................
500: .SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','04155281c871','2','4')]
+..SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','041552877e07','2','4')]
+...SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','0415528e5186','2','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','04e53679a61c','2','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','04e53679a62b','2','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','04e5367d7d77','2','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','04e536800859','2','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','4c327536f77a','2','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','4c32754294cc','2','4')]
+....SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','848506952609','2','4')]
+.SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','8485069e4e6d','2','4')]
+.SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','8853950ee882','2','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','885395120b12','2','4')]
+.SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','88539519f049','2','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('25','b4744333c335','2','4')]
+....SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','e0b9bab5ab84','2','4')]
+
501: SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','001f293ae5e2','3','4')]
+.SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','041552442ab0','3','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','04155254d107','3','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','4c327536f77a','3','4')]
+SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','4c32754294cc','3','4')]
+..SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','74e1b616236b','3','4')]
+..SQL[INSERT INTO `ports_fdb` (`port_id`,`mac_address`,`vlan_id`,`device_id`) VALUES ('26','985aebd74bbf','3','4')]
+.......
505: ..
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '002673bfb40c' AND `vlan_id` = '1' and `device_id` = '4']
Deleting: 002673bfb40c
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '985aebd74712' AND `vlan_id` = '1' and `device_id` = '4']
Deleting: 985aebd74712
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '0001e6023b59' AND `vlan_id` = '1' and `device_id` = '4']
Deleting: 0001e6023b59
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '28a02b9a55bc' AND `vlan_id` = '1' and `device_id` = '4']
Deleting: 28a02b9a55bc
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '483b38120f8b' AND `vlan_id` = '1' and `device_id` = '4']
Deleting: 483b38120f8b
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '985aebd5c08d' AND `vlan_id` = '1' and `device_id` = '4']
Deleting: 985aebd5c08d
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '04e53680076f' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 04e53680076f
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = 'e0b9bab1d580' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: e0b9bab1d580
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '64a3cb1c6a58' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 64a3cb1c6a58
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '8485068cfc07' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 8485068cfc07
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '88539514dcd7' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 88539514dcd7
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '885395186e05' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 885395186e05
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '04155275096c' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 04155275096c
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '0415528e52a9' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 0415528e52a9
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '60f189e6034d' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 60f189e6034d
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '649abe02bb61' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 649abe02bb61
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '64a3cb25ab1b' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 64a3cb25ab1b
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '64a3cb268a55' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 64a3cb268a55
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '64a3cb274eaa' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 64a3cb274eaa
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '848506a147bc' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: 848506a147bc
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = 'cc20e8305f35' AND `vlan_id` = '2' and `device_id` = '4']
Deleting: cc20e8305f35
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '985aebd5c3e3' AND `vlan_id` = '3' and `device_id` = '4']
Deleting: 985aebd5c3e3
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = 'ac162d063610' AND `vlan_id` = '3' and `device_id` = '4']
Deleting: ac162d063610
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '4c32753641c1' AND `vlan_id` = '3' and `device_id` = '4']
Deleting: 4c32753641c1
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '24be0511e01f' AND `vlan_id` = '3' and `device_id` = '4']
Deleting: 24be0511e01f
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '4c327537ab55' AND `vlan_id` = '3' and `device_id` = '4']
Deleting: 4c327537ab55
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = 'cc20e8305f35' AND `vlan_id` = '3' and `device_id` = '4']
Deleting: cc20e8305f35
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '285aeb2e59be' AND `vlan_id` = '4' and `device_id` = '4']
Deleting: 285aeb2e59be
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '28a02b9a55bc' AND `vlan_id` = '4' and `device_id` = '4']
Deleting: 28a02b9a55bc
SQL[DELETE FROM `ports_fdb` WHERE `port_id` = '26' AND `mac_address` = '483b38120f8b' AND `vlan_id` = '4' and `device_id` = '4']
Deleting: 483b38120f8b
>> Runtime for discovery module 'fdb-table': 0.3530 seconds with 128336 bytes
#### Unload disco module fdb-table ####
SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '4' AND `attrib_type` = 'poll_mib' ]
SQL[UPDATE `devices` set `last_discovered` =NOW(),`last_discovered_timetaken` ='29.411' WHERE `device_id` = '4']
Discovered in 29.411 seconds
SQL[INSERT INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`,`poller`) VALUES ('discover','10.64.109.54','1503538357.2649','29.47','1','dev-server.nbisd.edu\n')]
/opt/librenms/discovery.php 10.64.109.54 2017-08-23 20:33:06 - 1 devices discovered in 29.47 secs
SNMP: Get[14/24.45s] Walk [41/4.07s]
MySQL: Cell[71/0.02s] Row[32/0.01s] Rows[64/0.02s] Column[1/0.00s] Update[26/0.02s] Insert[31/0.02s] Delete[30/0.02s]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment