PalisadoesFoundation / switchmap-ng

A Python 3 inventory system that tabulates the status of network ports.
Apache License 2.0
16 stars 7 forks source link

Only poll the required Cisco contexts for VLAN MAC table data in the Bridge MIB #108

Closed palisadoes closed 7 years ago

palisadoes commented 7 years ago

The current code polls all VLANs twice for this information.

Once using the old context format, and again using the new format. This means that there are unnecessary delays when polling each device.

Create a way to test the context string format to use ahead of time and use that for all polling of the bridge MIB.