We have an issue with the current usage of the F5 MIB: the indexes for
the interfaces are not an interger but a string (incompatible with the
schema of Netdisco).
So, I have updated the F5 module with:
- usage of the IF-MIB entry anytime where is it possible
- creation of a function to map the F5 ID for interfaces with the IF-MIB ID
It could solve this issue on Netdisco:
https://github.com/netdisco/netdisco/issues/1029
* 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