From 770c8e420436139b7504c218485c263c26099401 Mon Sep 17 00:00:00 2001 From: SebastianQ Date: Mon, 16 Mar 2026 13:53:10 -0500 Subject: [PATCH] Added new command --- connect_routers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/connect_routers.py b/connect_routers.py index f73be10..6c8db2d 100644 --- a/connect_routers.py +++ b/connect_routers.py @@ -10,6 +10,7 @@ def connect_to_router(router): print(f"Connecting to {router['hostname']} at {router['ip']}...") print(f"Using username: {router['username']}") print(f"Enable password: {router['enable_password']}") + print(f"Example command: 'show ip interface brief'") print(f"Connection to {router['hostname']} successful!") print("-" * 40)