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.
2 parents b3a9300 + 7b21512 commit 79a1635Copy full SHA for 79a1635
connection/mock_device/cat9500
87 KB
connection/testbed.yaml
@@ -0,0 +1,26 @@
1
+testbed:
2
+ name: c9000
3
+
4
+devices:
5
+ cat9500:
6
+ os: iosxe
7
+ type: c9500
8
+ platform: c9500
9
+ credentials:
10
+ default:
11
+ password: password
12
+ username: admin
13
+ enable:
14
15
16
+ connections:
17
+ defaults:
18
+ class: unicon.Unicon
19
+ cli:
20
+ protocol: telnet
21
+ ip: 172.27.101.31
22
+ port: 6052
23
+ service_attributes:
24
+ execute:
25
+ timeout: 600
26
0 commit comments