From cd2491ff35a9bc7e7c39aa337629777aea1bb5fd Mon Sep 17 00:00:00 2001 From: Shannon Byrnes Date: Mon, 3 Feb 2025 14:05:00 -0500 Subject: [PATCH] Remove some tedium --- lab-1/2_netmiko_lldp_neighbors_textfsm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab-1/2_netmiko_lldp_neighbors_textfsm.py b/lab-1/2_netmiko_lldp_neighbors_textfsm.py index 68015ba..44feff8 100644 --- a/lab-1/2_netmiko_lldp_neighbors_textfsm.py +++ b/lab-1/2_netmiko_lldp_neighbors_textfsm.py @@ -6,7 +6,7 @@ username = "fill me in!" # TODO password = "fill me in!" # TODO device_type = "fill me in!" # TODO -hosts = ["x.x.x.x", "y.y.y.y", "z.z.z.z"] # TODO +hosts = ["172.16.x.2", "172.16.x.3", "172.16.x.4"] # TODO command_to_run = "show lldp neighbors detail" for host in hosts: