This commit is contained in:
2022-04-04 12:33:04 -03:00
parent 608081b0dc
commit e905892d60
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ hasip = router.test("show ip int brief","1.1.1.1")
if hasip:
print("Router has ip 1.1.1.1")
else:
print("router don't has ip 1.1.1.1")
print("router does not have ip 1.1.1.1")
```
### Using manager configuration