2025-12-08 12:52:12 -08:00
|
|
|
# NOC EDITABLE DEVICE LISTS
|
|
|
|
|
# -------------------------
|
|
|
|
|
# Just add IP addresses to the relevant "bucket" list below.
|
|
|
|
|
|
|
|
|
|
# Bucket 1: Legacy Devices (Telnet)
|
|
|
|
|
set group_legacy {
|
2025-12-08 12:58:04 -08:00
|
|
|
216.31.134.74
|
2025-12-08 12:52:12 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
}
|