NetDevOps Micro-Tools
Small tools. Real automation. Zero friction.
Config Generators
Security Tools
Network Tools
Profiles
SNMPv3 Config Generator v2 - Cisco Best Practices
show snmp
show snmp engineID
show snmp group
show snmp user
show snmp view
show snmp mib
show running-config | section snmp
show running-config | include snmp
show snmp host
show snmp sessions
show snmp statistics
show snmp contact
show snmp location
debug snmp packets
debug snmp requests
undebug all
SNMPv3 Multi-Host Generator v3 - Enterprise
NTP Config Generator v2 - Cisco Best Practices
show ntp status
show ntp associations
show ntp associations detail
show clock
show clock detail
show calendar
show running-config | section ntp
show running-config | include ntp
show running-config | section clock
show ntp authentication-keys
show ntp trusted-keys
show ntp authentication-status
show access-lists
show ntp access-groups
debug ntp events
debug ntp packets
undebug all
AAA / TACACS+ Config Generator
show aaa servers
show aaa sessions
show aaa user all
show tacacs
show tacacs private
test aaa group tacacs+ [user] [pass] legacy
show running-config | section aaa
show running-config | section tacacs
show running-config | include aaa
show aaa method-lists authentication
show aaa method-lists authorization
show aaa method-lists accounting
show running-config | include username
show users
show privilege
debug aaa authentication
debug aaa authorization
debug tacacs
undebug all
Golden Config Builder
show version
show inventory
show platform
show running-config | section line
show running-config | section service
show running-config | include password
show logging
show running-config | section logging
show archive log config all
show ip interface brief
show interfaces status
show running-config | section interface
show running-config | section banner
show running-config | include banner
show running-config
show startup-config
show archive config differences
CVE Analyzer (v0.2)
Security posture
Run an analysis to see severity breakdown and recommended upgrade target.
CVE Mitigation Advisor v1.0 - NEW
Get actionable mitigation commands for known CVEs. Enter a CVE ID to receive workaround steps, ACL configurations, upgrade recommendations, and verification commands.
iPerf3 Command Generator
iperf3 -s
iperf3 -s -D
iperf3 -s -p 5201
iperf3 -c <server_ip>
iperf3 -c <ip> -t 30
iperf3 -c <ip> -i 1 -t 60
iperf3 -c <ip> -P 4
iperf3 -c <ip> -P 8 -w 32M
iperf3 -c <ip> -u
iperf3 -c <ip> -u -b 100M
iperf3 -c <ip> -u -b 1G
iperf3 -c <ip> -R
iperf3 -c <ip> -R -t 30
iperf3 -c <ip> -J
iperf3 -c <ip> --logfile out.txt
iperf3 -c <ip> -f m
IP Subnet Calculator
Class A: /8 (255.0.0.0)
Class B: /16 (255.255.0.0)
Class C: /24 (255.255.255.0)
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
/24 = 254 hosts
/25 = 126 hosts
/26 = 62 hosts
/27 = 30 hosts
/28 = 14 hosts
/29 = 6 hosts
/30 = 2 hosts (P2P)
/31 = 2 hosts (RFC3021)
/24 → 0.0.0.255
/16 → 0.0.255.255
/8 → 0.255.255.255
127.0.0.1 (loopback)
0.0.0.0 (default route)
255.255.255.255 (broadcast)
MTU Calculator
GRE: 24 bytes
IPSec (tunnel): 73 bytes
VXLAN: 50 bytes
GRE over IPSec: 97 bytes
GRE: 1476
IPSec: 1427
VXLAN: 1450
GRE/IPSec: 1403
MSS = MTU - 40
40 = IP(20) + TCP(20)
ip tcp adjust-mss [value]
ip mtu [value]
ip tcp adjust-mss [value]
tunnel path-mtu-discovery
IPv4: 576 bytes
IPv6: 1280 bytes
Jumbo: 9000 bytes
ping -f -s [size] [ip]
show interface tunnel X
debug ip icmp
Timezone Converter v1.1 + NATO DTG
Convert timestamps between timezones for log correlation. Essential when troubleshooting across multiple sites with different time configurations (ZULU, EST, CET, etc.).
NATO DTG Format v1.3
Convert NATO Date-Time Group (DTG) format used in military communications.
Manual DTG input (for pasting from logs)
Batch Convert (Multiple Timestamps)
Paste multiple timestamps (one per line) to convert them all at once.
Config Parser Parse show run to JSON
hostname
ip domain-name
enable secret
service pwd-enc
interface GigabitEthernet0/0
description
ip address X.X.X.X
snmp-server community
snmp-server user
snmp-server host
location / contact
ntp server
ntp source
ntp authenticate
ntp trusted-key
logging buffered
logging console
logging host
aaa new-model
aaa authentication
tacacs server
username X secret
IP Path Tracer v1.0 — Traceroute Analyzer
Config Explainer v1.0 — Plain English
Unused Port Auditor v1.0 — Find Inactive Ports
Config Drift Detection v1.0 — Compare Two Configs
Paste two configs (baseline vs current) to detect changes, additions, and removals. Risk-flags highlight security-sensitive drift.
CIS Compliance Audit v1.0 — Cisco IOS Benchmark
Audit your Cisco IOS/IOS-XE config against CIS Benchmark hardening rules. Get a compliance score, pass/fail per rule, and remediation commands.
Device Profiles (v2)
Saved profiles
Profiles are stored on the backend. Use Docker volume mapping to persist them across restarts.
Create new profile
- Fill in configuration in SNMPv3, NTP, and AAA tabs
- Return here and enter a profile name
- Click Save profile — all form values will be captured