From c8762031b31d5664920e8bc797c5b644435433e7 Mon Sep 17 00:00:00 2001 From: RANCID Date: Mon, 8 Dec 2025 12:52:12 -0800 Subject: [PATCH] Initial config files --- noc_devices.tcl | 20 ++++++++++++++++++++ router.db | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 noc_devices.tcl create mode 100644 router.db diff --git a/noc_devices.tcl b/noc_devices.tcl new file mode 100644 index 0000000..00ddba2 --- /dev/null +++ b/noc_devices.tcl @@ -0,0 +1,20 @@ +# NOC EDITABLE DEVICE LISTS +# ------------------------- +# Just add IP addresses to the relevant "bucket" list below. + +# Bucket 1: Legacy Devices (Telnet) +set group_legacy { + 192.168.10.5 + 192.168.10.6 +} + +# Bucket 2: Modern Cisco (SSH) +set group_modern { + 10.20.1.50 + 10.20.1.51 +} + +# Bucket 3: Juniper Firewalls (SSH + Specific User) +set group_juniper { + 172.16.1.100 +} diff --git a/router.db b/router.db new file mode 100644 index 0000000..12de864 --- /dev/null +++ b/router.db @@ -0,0 +1,2 @@ +216.31.129.5;cisco-xr;up;git +216.31.134.74;cisco;up;git \ No newline at end of file