Skip to content

Commit

Permalink
Remove some tedium
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Feb 3, 2025
1 parent a19324f commit cd2491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab-1/2_netmiko_lldp_neighbors_textfsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd2491f

Please sign in to comment.