netdisco / snmp-info

Other
39 stars 32 forks source link

Huawei AC6605 serial numbers (and other stuff) #529

Open Stoatwblr opened 5 years ago

Stoatwblr commented 5 years ago

The serial numbers for these are not showing up in Netdisco, but they do show at

SNMPv2-SMI::mib-2.47.1.1.1.1.11.9 (.1.3.6.1.2.1.47.1.1.1.1.11.9)

The "long" snmpwalks for these WACs show up the details of all the WAPs under their control that you'd normally get by snmp querying those WAPs Huawei WAPs don't do SNMP - but these subsections look like effective mini-snmpwalks of each device so it might be worth taking the time to extract this out. (These start around .1.3.6.1.4.1.2011.6.139.13)

inphobia commented 5 years ago

sounds hard to assign serials to devices not known in the netdisco device database (if the waps don't do snmp).

perhaps they could be made to show up as modules for the controller. i think one of the aerospace or other wlan controllers has done it like this.

Stoatwblr commented 2 years ago

arrgh, this slipped through the cracks.

yes, all the access points (WAPS) show up on the controller (WAC) as modules when you do a snmpwalk

ollyg commented 2 months ago

Netdisco has some support coming from Cisco WLC that extra virtual ports are created on the WLC for each AP and then wireless clients are put onto those ports. None of the Cisco APs have SNMP, this all comes from the WLC SNMP tables. It's a good concept but I've no idea how much work to implement again for Huawei. Presumably "just" a case of implementing the SNMP::Info methods in the class (as Netdisco is not specific to Cisco). Moving the ticket to SNMP::Info repo.