Practical OTV
Posted on October 30, 2018
(Last modified on January 5, 2024)
| kim
Practical OTV
————-
This post is all about OTV (Overlay Transport Virtualization) on the CSR1000v.
I wanted to create the post because there are alot of acronyms and terminology involved.
A secondary objective was to have a “real” multicast network in the middle, as the examples I have seen around the web, have used a direct P2P network for the DCI.
[Read More]
VxLAN on the CSR1Kv
Posted on August 23, 2017
(Last modified on January 5, 2024)
| kim
By now, VxLAN is becoming the standard way of tunneling in the Datacenter.
Using VxLAN, i will show how to use the CSR1Kv to extend your Datacenter L2 reach between sites as well.
First off, what is VxLAN?
It stands for Virtual Extensible LAN. Basically you have a way of decoupling your vlan’s into a new scheme.
[Read More]
ISIS Authentication types (packet captures)
Posted on July 24, 2017
(Last modified on January 5, 2024)
| kim
In this post i would like to highlight a couple of “features” of ISIS.
More specifically the authentication mechanism used and how it looks in the data plane.
I will do this by configuring a couple of routers and configure the 2 authentication types available. I will then look at packet captures taken from the link between them and illustrate how its used by the ISIS process.
[Read More]
Unified/Seamless MPLS
Posted on February 8, 2015
(Last modified on January 5, 2024)
| kim
In this post I would like to highlight a relative new (to me) application of MPLS called Unified MPLS.
The goal of Unified MPLS is to separate your network into individual segments of IGP’s in order to keep your core network as simple as possible while still maintaining an end-to-end LSP for regular MPLS applications such as L3 VPN’s.
[Read More]
EIGRP OTP example
Posted on October 9, 2014
(Last modified on January 5, 2024)
| kim
In this post id like to provide an example of a fairly new development to EIGRP which is called EIGRP Over The Top (OTP).
In all its simplicity it establish an EIGRP multihop adjacency using LISP as the encapsulation method for transport through the WAN network.
[Read More]
Trying out IPv6 Prefix Delegation
Posted on September 18, 2014
(Last modified on January 5, 2024)
| kim
In this post i will show how and why to use a feature called IPv6 Prefix Delegation (PD).
IPv6 prefix delegation is a feature that provides the capability to delegate or hand out IPv6 prefixes to other routers without the need to hardcode these prefixes into the routers.
[Read More]
VRF based path selection
Posted on August 20, 2014
(Last modified on January 5, 2024)
| kim
In this post I will be showing you how its possible to use different paths between your PE routers on a per VRF basis.
This is very useful if you have customers you want to “steer” away from your normal traffic flow between PE routers.
[Read More]
Using LISP for IPv6 tunnelling.
Posted on August 10, 2014
(Last modified on January 5, 2024)
| kim
In this post I would like to show how its possible to use a fairly new protocol, LISP, to interconnect IPv6 islands over an IPv4 backbone/core network.
LISP stands for Locator ID Seperation Protocol. As the name suggest, its actually meant to decouple location from identity. This means it can be used for such cool things as mobility, being VM’s or a mobile data connection.
[Read More]
Short update
Posted on February 12, 2014
(Last modified on January 5, 2024)
| kim
Its been a long time since my last update. I apologise for this. It wasnt my intention, it just sort of happened.
In the meantime I have tried the CCIE SP lab and didnt pass it, so I am still studying for my next attempt which is comming up shortly.
[Read More]
Fixing multicast RPF failure with BGP
Posted on June 12, 2013
(Last modified on January 5, 2024)
| kim
In this post i would like to explain how you can fix a multicast RPF failure using BGP.
If you take a look at the topology in figure 1, we have a network running EIGRP as the IGP
and where R1 advertises its loopback 0 (1.1.1.1/32). R4 also has a loopback 0 with the 4.4.4.4/32 address.
[Read More]
Understanding the “NTP access-group” command in IOS.
Posted on June 2, 2013
(Last modified on January 5, 2024)
| kim
NTP has always been one of those things I have found tricky to really lab up. Its fairly easy to setup, but verifying whether everything is working as you expect, can be hard because it takes a while to synchronize (and even unsynchronize).
[Read More]