Skip to content
Snippets Groups Projects
Commit 2a08aeed authored by rick.mollard's avatar rick.mollard
Browse files

updates

parent ff8efd4d
Branches
No related tags found
No related merge requests found
......@@ -65,8 +65,8 @@ for selectIP in file:
if policyrole in to:
print(to)
port = to.split(" ")[0]
output2 = net_connect.send_command(f"port-access reauthenticate interface {port}")
print(f"{port} Reauthentication initiated.")
output2 = net_connect.send_command(f"port-access reauthenticate interface {to3}")
print(f"{to3} Reauthentication initiated.")
#output1 = [f"interface {to3}","shut","no power"]
#net_connect.send_config_set(output1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment