network-notes
  • Menu ▾
    • Home
    • About
    • Topics
    • Tags
    • Archive
  • Home
  • About
  • Topics
  • Tags
  • Archive

CLI Over HTTPS Part 2: Proving It

2026-04-30Brett Lykins
#network-automation  #ssh  #https  #performance  #golang  #benchmarking  CLI Over HTTPS Part 2: Proving It
I built clibench, a dual-protocol device emulator in Go, to measure SSH vs HTTPS CLI performance at realistic latencies. Here’s the architecture, the code, and the numbers.
Read more →

CLI Over HTTPS Part 1: The Protocol Tax

2026-04-28Brett Lykins
#network-automation  #ssh  #https  #performance  #cli  #cisco-asa  CLI Over HTTPS Part 1: The Protocol Tax
SSH-based network automation is slow at scale. Not because of the devices, but because of the protocol. Here’s what the SSH handshake actually costs and why HTTPS is a faster transport for CLI commands.
Read more →

What Actually Happens When You SSH Into a Router

2026-04-23Brett Lykins
#ssh  #network-automation  #protocols  #netconf  #restconf  What Actually Happens When You SSH Into a Router
You type ssh router1 and a prompt appears. Between those two events, dozens of packets cross the wire across three protocol layers. Here’s what’s actually happening, and why it matters for automation.
Read more →

CiSSHGo: A Lightweight SSH Device Emulator for Network Automation Testing

2026-04-20Brett Lykins
#network-automation  #testing  #ssh  #golang  #ci-cd  #cisshgo  CiSSHGo: A Lightweight SSH Device Emulator for Network Automation Testing
CiSSHGo is a Go-based SSH server that emulates network equipment by playing back command transcripts. Here’s what it can do and where it fits in your testing workflow.
Read more →

SONiC at the Edge: Cheaper Switches Don’t Mean a Cheaper Network

2026-04-08Brett Lykins
#sonic  #open-networking  #enterprise  #disaggregation  #business-case  SONiC at the Edge: Cheaper Switches Don't Mean a Cheaper Network
Cheaper switches don’t automatically mean a cheaper network. A framework for evaluating SONiC TCO — staffing, tooling, scale thresholds, and organizational readiness at the enterprise edge.
Read more →

SONiC Hits the Access Layer: Why 1G Commodity Switches Change the Math

2026-04-06Brett Lykins
#sonic  #open-networking  #enterprise  #disaggregation  #switching  #access-layer  SONiC Hits the Access Layer: Why 1G Commodity Switches Change the Math
Commodity 1G switching hardware now runs SONiC. For enterprises managing tens of thousands of network nodes, the economics of open networking at the access layer are worth a serious look.
Read more →

Testing ISAKMP Part 4: Using Scapy

2026-02-22Brett Lykins
#isakmp  #ikev1  #vpn  #udp  #scapy  #python  #RFC2408  Testing ISAKMP Part 4: Using Scapy
Using Scapy to dynamically build and test ISAKMP packets with Python — automating VPN connectivity testing at scale.
Read more →
Older posts →
© 2015-2026 Brett Lykins :: RSS Feed