Skip to content
LinuxOak
  • Home
  • Network
  • Linux
  • Python
  • AI Ops
  • Security
  • About
  • Toggle website search
Menu Close
  • Home
  • Network
  • Linux
  • Python
  • AI Ops
  • Security
  • About
  • Toggle website search
  • Home
  • Network
  • Linux
  • Python
  • AI Ops
  • Security
  • About

netmiko

  1. Home>
  2. netmiko
Network / Python

Project: Back Up Running-Configs from a Device List into Git

A complete config-backup tool: read a YAML inventory, pull running-configs with Netmiko, save to disk, and commit to Git so every change becomes a reviewable diff.

0 Comments
July 13, 2026
Network / Python

TextFSM and ntc-templates: Turn show Output into Structured Data

Turn show command output into lists of dicts with TextFSM and ntc-templates — parse_output for common commands, hand-written templates for the rest, no regex per command.

0 Comments
July 12, 2026
Network / Python

Multi-Vendor SSH with Netmiko: send_command and send_config_set

Netmiko makes router SSH automation easy: send_command with TextFSM parsing, send_config_set for changes, save_config, enable mode, and fleet-wide pushes with error isolation.

Comments Off on Multi-Vendor SSH with Netmiko: send_command and send_config_set
June 3, 2026
  • Project: Bulk Config Push with a Diff Report (and Where to Go Next)
    In Network, Python
    July 14, 2026
  • Project: Back Up Running-Configs from a Device List into Git
    In Network, Python
    July 13, 2026
  • TextFSM and ntc-templates: Turn show Output into Structured Data
    In Network, Python
    July 12, 2026
  • NETCONF with ncclient on Cisco IOS-XE
    In Network, Python
    July 11, 2026
  • REST APIs with requests: Talking to DNAC and Meraki-Style Controllers
    In Network, Python
    July 10, 2026
LinuxOak © 2024