Skip to content
#

eigrp

Here are 21 public repositories matching this topic...

sworleys
sworleys commented Mar 11, 2020

In zebra/rt_netlink.c, we call vrf_lookup_by_id() when we get a route to find the associated vrf object for that table.

This should be improved to be a hash table mapping of Table ID to zebra_vrf object.

You would need to create a hash table probably in zebra/zebra_vrf.h that uses the table_id hash as a key and then update the code in vrf_lookup_by_id() to use this.

This shoul

🖧 Designed this topology using the software called Packet Tracer, version 7.2.1.0218. The design made is good for small to medium enterprise with the use of EIGRP routing protocol, dhcp server, subnetting, intervlan routing, etherchannel, pvst and additional base wifi configuration(WLC and Lightweight Access points). Made this topology as part of my preparation for CCNA certification.

  • Updated Aug 2, 2020

Improve this page

Add a description, image, and links to the eigrp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eigrp topic, visit your repo's landing page and select "manage topics."

Learn more