/127s for IPv6 Point -To-Point links
/127’s for point-to-point links (RFC 6164) instead of /64’s https://datatracker.ietf.org/doc/html/rfc6164 [RFC4291] specifies that interface IDs for all unicast addresses, except those that start with the binary value 000, are required to be 64 bits long and to be constructed in …
Designing a modular network
Several of you have heard me discuss modular network design, which has five distinct advantages. 1. ScalableYou can upgrade pieces more easily than all-in-one devices. Upgrading a certain module for that big new client might mean the difference between being …
Some random IpV6 tools
http://www.subnetonline.com/pages/ipv6-network-tools/online-ipv6-ping.phpIPV6 Ping tool http://www.subnetonline.com/pages/subnet-calculators/ipv6-subnet-calculator.phpIPV6 Subnet Calculator
What is a Data Center Interconnect
As you become more familiar with Cisco Data Center terminology, you will encounter the term DCI. A DCI is a Data Center Interconnect. DCIs typically fall into three categories. Dark Fiber (CWDM/DWDM)MPLS Layer 2 VPN (VPWS/VPLS)MPLS Layer 3 VPN A …
DNSSEC Key Ceremony #27
Want to really geek out on one of the fundamental cornerstone of the Internet? Watch this video. https://www.youtube.com/watch?v=FbzJgsXAW3o I can’t embed the video as they have turned off that feature.
Understanding BGP Hold Timers
At its core, a Hold Timer in BGP refers to the duration a BGP speaker (router) will wait for updates from its peer before considering the connection as possibly down. It’s a timeout mechanism that ensures BGP routers stay synchronized …
Navigating the Complexity of Full BGP Routes: A Deep Dive into Border Gateway Protocol
In networking and internet connectivity, the Border Gateway Protocol (BGP) stands out as a crucial protocol responsible for routing data packets across the vast expanse of the internet. At the heart of BGP lies the concept of routing tables, and …
Understanding BGP Route Reflection: Simplifying Scalable Network Designs
Border Gateway Protocol (BGP) is a crucial component in the routing world, particularly in large-scale networks where scalability and efficient routing are paramount. In the context of expansive networks, BGP Route Reflection emerges as a fundamental technique to alleviate the …
Greg Sowell talks ProxmoxVE Container Admin via Ansible and Ascender
A recent ask from a fan was “how do you manage containers inside of proxmox”, so here it is! This demos creating, starting, stopping, and deleting containers. The playbook can be found here: https://github.com/gregsowell/ansible…
Unveiling the Versatile Applications of VXLAN in Modern Networking
VXLAN, standing for Virtual Extensible LAN, offers many applications that cater to the evolving needs of modern networking paradigms. 1. Data Center Interconnectivity VXLAN plays a pivotal role in connecting geographically dispersed data centers. Encapsulating Layer 2 Ethernet frames within …