1.2.f Route filtering with any routing protocol
I’m finally back to labbing after almost two years off. I’d like to say I have a good excuse, but I won’t bother. What’s important is that I’ve picked it up again. So let’s jump into it. Filtering EIGRP Routes with Prefix-Lists For this bit, we’ll filter routes coming in using prefix-lists. How hard can…
Bonus: Install pyATS with Proxy
I had trouble finding this command. I want to document it because I’ll forget. That’s it.
Bonus: SD-WAN IOS Upgrade
This will be a quick post on upgrading an ASR IOS using SD-WAN. I’m going to go from 17.3.3 to 17.3.4a. We’ll just be uploading the image directly to vManage. Add Image to Repository In vManage, go to Maintenance > Software Repository > Software Images > Add New Software. Select the first option, vManage. Click…
1.5.a IBGP and EBGP peer relationships
Some trivia facts: Basic eBGP configuration: R1:router bgp 1 neighbor 1.1.12.2 remote-as 2 network 1.1.12.0 mask 255.255.255.0 network 10.1.1.1 mask 255.255.255.255 R2router bgp 2 neighbor 1.1.12.1 remote-as 1 network 1.1.12.0 mask 255.255.255.0 network 10.1.1.2 mask 255.255.255.255 Basic iBGP configuration: R1:router bgp 1 neighbor 1.1.12.2 remote-as 1 network 1.1.12.0 mask 255.255.255.0 network 10.1.1.1 mask 255.255.255.255 R2:router…
1.4.e Optimization, convergence and scalability (OSPF)
1.4.e i Metrics I already covered OSPF metrics in the previous post, so I’ll skip it here. I may come back and move things around later to make it easier to find stuff. 1.4.e ii LSA throttling, SPF tuning, fast hello LSA Throttling (OSPFv2) https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-16/iro-xe-16-book/iro-lsa-throt.html LSA throttling does two things. Firstly, it’s gets us away…
1.4 OSPF (v2 and v3)
1.4.a Adjacencies A quick review of everything we need to remember for adjacencies to form: Unlike EIGRP, the hello timer and dead timer in OSPF must match. Remember the dead timer is 4x the hello timer, not the typical 3x. We’ll probably be tasked with tweaking these in the lab. interface gig 0/0 ip ospf…
1.3.f v EIGRP stub with leak map
Stub Routers:As we learned in 1.3.c iii, routes hang out in the active state waiting for a reply to the query they sent. What if we know for sure that the route we’re trying to learn about is definitely not down that alley behind that building over there. Do we really need to send queries…
1.3.f Optimization, convergence and scalability (EIGRP)
Optimization comes down to three things: Failure detection: How fast can we figure out something’s wrong? (We should use BFD here, but let’s pretend we can’t because the task tells us not to.) Information propagation: How fast can we tell our neighbors about the failure? Fault repair: How fast can we calculate an alternate path?…
1.3.e EIGRP Named Mode
Updated 11/5/23 to include unicast vs multicast neighbors and the no next-hop-self command.The nice thing about Named Mode is everything is (sort of) in the same place, instead of some config being under router eigrp and some config being under individual interface configs. Is that it, it’s just more organized? There are also these advantages:…
1.3.d EIGRP load balancing
1.3.d i Equal-cost Enabled by default, as long as the metrics match. Nothing really to do here. 1.3.d ii Unequal-cost Use the variance command. The only trick is when you multiply your best path’s metric by the configured variance, the product has to be higher than any potential path’s metrics, otherwise they still won’t be…
Something went wrong. Please refresh the page and/or try again.
Follow My Blog
Get new content delivered directly to your inbox.