loader

BGP EVPN Route Types

From the previous posts, we learned that in order to differentiate between routes in the MP-BGP table, we include a 64-bit RD value along with the MAC address. In this post, we will discuss what else other than MAC address can propagate through BGP EVPN. Different route types carry BGP EVPN information. RFC 7432 defines […]

IP Multicast Overview

Data delivery models Let’s review what Multicast is by first looking into three other types of data delivery. Unicast: one-to-one transmission Broadcast: one-to-all transmission Anycast: one-to-nearest transmission Multicast is data transmission from one or a group of publishers to a group of subscribers. With that being said we will have different applications with IP Multicast […]

vPC Advanced Topics

vPC and STP By default, only vPC primary switch (Verify it using show vpc role) sends and receives BPDUs on the member ports (even if the root bridge is the vPC secondary switch. Verify it yourself by show spanning-tree interface pomember detail | i sent on the secondary switch). Let’s imagine that primary devices goes […]

vPC Configuration

In this topic, we are going to proceed with basic vPC configuration on NX-OS. Let’s review what we would need upfront before the configuration. We would need L3 connectivity for Peer Keepalive. For example, the management interface. We would require to enable vPC and LACP features. LACP must be used on all member interfaces as […]

Open Shortest-Path First (OSPF)

OSPFv2 Overview With Open-Shortest Path First (OSPF) as a Link-State routing protocol, routers build some information about the network. Those information include: Router ID Number of Links Links Descriptions Attached Router Subnet Mask Metric The routers multicast these information (Link State Advertisement or LSA) to the segment. As a result, all routers in the same […]