EIGRP STUB
First a heads up - it's a bit complicated because there are just too many details... Subjective impression!
The command is rather straight forward:
Cisqueros_1(config-router)#eigrp stub connected [connected | summary | static | receive-only | redistributed]
When the EIGRP process is configured as STUB on a router using the "stub connected" command:
Cisqueros_1(config-router)#eigrp stub connected
There are a few things that we need to remember:
- That router will no longer see Connected routes, ONLY the Summary (if configured), and also Static and Redistributed routes (because the STUB doesn't affect the Router where it's configured)
- The EIGRP Neighbor(s) will NOT see the Summary, Static or Redistributed Routes, ONLY the specific routes BECAUSE ONLY Connected Routes are advertised
If however we use the "stub summary" command to configure the STUB:
Cisqueros_1(config-router)#eigrp stub stub summary
- The router will keep the same EIGRP routes in the routing table
- The EIGRP Neighbor(s) will ONLY see the Summary
Now with the "stub static" or "stub redistributed":
Cisqueros_1(config-router)#eigrp stub stub [static | redistributed]
This router keeps behaving exactly the same, while the EIGRP Neigbors ONLY receive the Static OR Redistributed routes
With the "stub receive-only":
Cisqueros_1(config-router)#eigrp stub receive-only
This router keeps behaving exactly the same, while the EIGRP Neigbors stop receiving ANY routes from the Router
And finally the "eigrp stub" command can be configured without any attributes, so just:
Cisqueros_1(config-router)#eigrp stub
in which case the EIGRP neighbors ONLY receive the Summary Route
Subscribe to:
Post Comments (Atom)
Most Popular Posts
-
Before we start, lets once again make sure we fully understand what Bridge Domain is. The bridge domain can be compared to a giant distribut...
-
Ever since Cisco bought Insieme and created Cisco ACI, and VMware bought Nicira and created NSX, I've been intensively deep-diving and b...
-
[In collaboration with the guest blogger, Marc Espinosa ] Let's start with the messaging protocols, MQTT and CoAP, and consider which ...
-
By know you should know the following facts about ACI: Cisco Nexus 9k Switches make the ACI Fabric, which is the Control and the Data pla...
-
Get ready to have your mind blown. One of the easiest procedures I've encountered. You just need to follow these 3 steps, to migrate the...
-
The VM-Series firewall for VMware NSX is jointly developed by Palo Alto Networks and VMware. NetX APIs are used to integrate the Palo Alto N...
-
Google has made their Cloud Platform (GCP) so that you can host your application any way your business requires. When we talk about the ...
-
First time we “unpack” ACI, we will find a certain number of potential Spine and potential Leaf switches, and hopefully 3 (or 5) APIC Contro...
-
Narbik Topology for web-iou Disclaimer: I DON’T OWN NOR HAVE AN ACCESS TO THE TOPOLOGY, INITIAL CONFIGS, IOU/IOL BINARIES OR ANY OTHER ...
-
Before I get into the Python for NX-OS, let me explain a few concepts that I've seen Network Engineers have been struggling with. Dev...
No comments:
Post a Comment