Bits, Bytes, & Radio Waves

A quiet journey through discovery and understanding.

Author: Aaron Rombaut

  • Connecting to IPv6 Websites by IP

    Internet Protocol version 6 (IPv6) request for comments (RFC) 1883 (https://tools.ietf.org/html/rfc1883) came out in December 1995. That’s 22 years ago! So how do you connect to an IPv6 address without using a Domain Name Server (DNS)? It’s only slightly different than Internet Protocol version 4 (IPv4). You do need to make sure you have an…

  • Point-to-Point Link

    Configure To configure a Point-to-Point link, you will configure the serial interface just like you would an Ethernet interface. In addition, you need to use the no shutdown command because interfaces are down by default on a router. The other difference is that you need to have a clocking mechanism in place. Clocking takes place…

  • EtherChannel

    EtherChannel is a way to provide redundant links and not be affected by Spanning Tree Protocol (STP). By design, when you connect multiple links to switches, STP will shut down the excess links to prevent loops. There is a Cisco version and an IEEE version. Cisco’s is called Port Aggregation Protocol (PAgP), and the IEEE…