We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf3b31 commit 0376384Copy full SHA for 0376384
FW_GW_project_Prework.py
@@ -1,9 +1,9 @@
1
def main():
2
import getpass
3
from FW_GW_project3 import Client
4
- host = "172.19.254.4"
+ host = "172.19.####"
5
usr="admin"
6
- pwd = "!@#CiScO123"
+ pwd = "!@#######"
7
#tn = input("Enter the Tenant Name:")
8
tn = "HNSEC_FW_GW"
9
vrf = input("Enter the VRF Name:")
@@ -65,4 +65,4 @@ def main():
65
66
67
if __name__ == '__main__':
68
- main()
+ main()
0 commit comments