netdisco / snmp-info

Other
37 stars 32 forks source link

Viptela support #348

Open malcom42 opened 5 years ago

malcom42 commented 5 years ago

We're switching to Viptela vEdges and eventhough they support pulling the ARP table via SNMP, Snmp::Info switches over to

SNMP::Info::device_type() layers:01001000 id:41916 sysDescr:"Viptela SNMP agent" SNMP::Info::specify() - Changed Class to SNMP::Info::Layer7.

and doesn't pull data from at_netaddr and at_paddr like it does on Classic Cisco devices.

Viptelas ARP Table is located under:

.1.3.6.1.4.1.41916.12.1.1( VIPTELA-OPER-VPN.1.1 )

https://sdwan-docs.cisco.com/Product_Documentation/Software_Features/Release_18.3/02System_and_Interfaces/01_System_and_Interfaces_Overview/Supported_SNMP_MIBs

inphobia commented 5 years ago

this will most likely a class override to get some basic info out of it, but that won't really do what you want i think. if devices have custom mibs the most of the time need a class written for them, but we need a lot more info for that.

this should give you an idea of what's needed: https://github.com/netdisco/snmp-info/wiki/Simulating-Agents#snmpsim-snmprec-version