* Update Info.pm
* Create Hirschmann.pm
* Update Hirschmann.pm
* Use name instead of OID in serial number
* RS40 Comment
* MAC address of the switch (on the CPU pseudo interface)
* Update README
Add SNMP::Info::Layer2::Hirschmann
* Update Hirschmann.pm
release 3.84
* does not have an i_ignore function, don't mention it in the docs
* these interfaces don't even exist on oneaccess
remove i_ignore, mark tests as complete now
* don't see a reason for a function, so remove it:
sub i_ignore {return;}
merging this for now so we don't forget about this, but ubiquiti seems to have expanded into switches & routers as well.
so in the future this class will either needs to be expanded or split into different ones (wifi/switch/router).
* Clean up EdgeOS and EdgeSwitch verion reporting
* Fixes EdgeOS hotfix versioning
* Also clean up AirOS firmware
* Support ER-12
* lowercase vendorname
* ident
* remove $Id$ tags from rcs software which has been retired
* make an effort to sync required mib docs with actual code
* sync even more docs with what code actually does
* some whitespace nits
* fixup example to use snmpv2 for all but the most ancient devices
* remove blurb to find more specific snmp::info classes for classes
which alrdy are as specific as they can get (eg snmp::info::layer3::vmware
doesn't need info on to find a specific module since there ain't none)
* rename all sub {vendor} strings to lowercase vendor, if cisco, juniper
and arista can be lowercase, so can be all the rest.
* fix tests
* spread some use warnings around
* use $ instead of @
* remove defines that are included via parent classes
* use strict + warnings
* remove alrdy included modules
* add comma after last list item
* typos
* mibs are found in our mib repo, not on the cisco site
* documentation fixes
netdisco/netdisco#496 has more background on the issue.
somewhere incorrect data is returned for bp_index mappings when running macsuck, but i cannot reproduce this when using snmp::info directly.
forcing i_index to reload works around the issue, performance impact is minimal.