#
eigrp
Here are 21 public repositories matching this topic...
Packet captures from various CCIE routing and switching learning labs.
cisco
networking
ipv6
bgp
rip
routing
ospf
mpls
switching
wireshark
packet-capture
routing-protocols
ccnp
ccna
eigrp
spanning-tree-protocol
routing-example
ccie
cisco-ios
certifications
-
Updated
Mar 9, 2019
An implementation of EIGRP in Python
-
Updated
Apr 11, 2016 - Python
These are some of the basic network topologies I configured when preparing for the CCNA R&S 200-125 exam.
dns
networking
ipv6
dhcp
rip
routing
ipv4
ospf
switching
dhcp-server
dns-server
network-programming
subnetting
eigrp
vlans-management
access-control-lists
-
Updated
Sep 2, 2020
This project is to apply and test the concepts of Network Routing Protocol on a Campus based System.
-
Updated
Jun 23, 2017
Static Routing, Dynamic Routing, Classfull Routing, Classless Routing, Static Routing, RIPv1 & RIPv2, EIGRP, OSPF, VLANs, VTP, Spanning Tree Protocol, Access-Lists, Wireless Routing
networking
ospf
ripv2
dynamic-routing
eigrp
spanning-tree-protocol
vlans
static-route
cisco-packet-tracer
static-routing
classfull-routing
classless-routing
ripv1
vtp
access-lists
wireless-routing
-
Updated
Sep 13, 2017
🖧 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
cysco network design for a university
-
Updated
May 4, 2019
Internet & intranet Architecture (I&IA) / Routing. Small project implemented on Cisco Packet Tracer
dhcp
floating
dynamic
nat
rip
routing
acl
ospf
route
recursive
dhcp-server
vlan
acl-rules
routing-protocols
eigrp
vlans
cisco-packet-tracer
routing-example
iia
rip-routing
-
Updated
Apr 11, 2020
Improve this page
Add a description, image, and links to the eigrp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eigrp topic, visit your repo's landing page and select "manage topics."
In
zebra/rt_netlink.c, we callvrf_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_vrfobject.You would need to create a hash table probably in
zebra/zebra_vrf.hthat uses thetable_idhash as a key and then update the code invrf_lookup_by_id()to use this.This shoul