netdisco / snmp-info

Other
35 stars 31 forks source link

Add EIGRP Neighbor Tables #90

Closed netdisco-automation closed 7 years ago

netdisco-automation commented 17 years ago

Simple patch to add support for EIGRP neighbor tables. I kept naming consistent with the BGP tables. For example, I used 'eigrp_peers' as the function for listing neighbors. Feel free to change this if it isn't intuitive.

This has been tested and works on Cisco IOS based devices in the 12.3 and above code level.

Reported by: intrep

Original Ticket: snmp-info/patches/21

netdisco-automation commented 17 years ago

EIGRP Neighbor Patch

Original comment by: intrep

netdisco-automation commented 17 years ago

Original comment by: jeneric-placeholder

netdisco-automation commented 17 years ago

Logged In: YES user_id=1135238

Not sure what to do with this right now. We removed Cisco specific stuff from the L2/L3 superclasses previously so we didn't have load Cisco MIBs if no Cisco devices. Don't really want an EIGRP class. Not sure what Cisco specific classes we would need to include this in other than L3::Cisco.

Original comment by: jeneric-placeholder

netdisco-automation commented 17 years ago

Logged In: YES user_id=1135238 Originator: NO

Add this to L3::Cisco, have other L3 Cisco classes inherit it.

Original comment by: jeneric-placeholder

netdisco-automation commented 17 years ago

Logged In: YES user_id=1135238 Originator: NO

Committed to L3::Cisco. We may want other L3 Cisco devices to inherit this class to get EIGRP information.

Original comment by: jeneric-placeholder

netdisco-automation commented 17 years ago

Original comment by: jeneric-placeholder