This morning I put together a spreadsheet all about the Type of Service byte and it’s associated DSCP and ECN markings. Feel free to download it and reference or modify it as you see fit.
When learning protocols, I like to build out a lab, take packet captures, debugs, and show commands and try to understand and justify the output. My most recent exercise is with PVST+. I built out the 6-switch topology below in CML. One of the first things I experimented with is bridge priority configuration. VLAN 10
Lately I’ve been focusing on honing my BGP skills to prepare for the ENSLD exam. While this isn’t a configuration focused exam, I’ve been spending some lab time on it to reinforce design concepts. I built out a 29-node lab in Cisco modeling labs featuring eBGP, iBGP, route reflectors, BGP confederations, and eBGP third party
One of the most effective methods to build stable and scalable routing designs is to summarize topology and reachability information in routing protocols. Summarization can help networks converge faster and limit the number of routers that need to perform route calculations when an event such as a link flap occurs. However, there are tradeoffs to
Ethernet Ethernet allows multiple hosts to share the same network segment. There are only 3 ways to deliver a frame to another computer over ethernet. You can send a broadcast and interrupt every host on the segment, send a multicast and hope that the intended receiver is listening, or send a unicast by placing the
The feasible successor is EIGRP predetermining an alternate next hop to reach a destination for fast failover. The feasible successor route is stored in the EIGRP topology table but is not installed in the RIB/FIB by default. The variance command can be used to promote the feasible successor to the routing table and traffic will
When designing hub and spoke networks, most architects will opt for distance or path vector routing protocols when given the choice. I don’t blame them, distance/path vector provides several benefits that work well in hub and spoke topologies. EIGRP based hub and spoke networks can scale to thousands of spokes without much work. Route summarization
Link State Advertisements (LSAs) are one of hardest things to understand while learning OSPF. I believe that having a basic understanding of the LSA types and being able to interpret them is crucial to understanding OSPF operation. LSAs are flooded to populate the Link State Database (LSDB) on routers participating in OSPF. The content of
Back in mid-February, I sat and passed Cisco’s 350-401 Enterprise Core exam. The final crunch before the exam wore me thin so I took a few days of rest and celebration. The current CCNP structure requires passing a core exam and 1 concentration exam within the same track. During my ENCOR studies I was torn
On the surface Cisco’s HSRP and the IETF’s VRRP appear to be the same thing. They both provide IP next hop redundancy by using an election process to determine which router should host a virtual IP address. The router that wins the election will host the VIP and respond to ARP requests for the VIP.