-
Notifications
You must be signed in to change notification settings - Fork 8
/
lab_devices.yml
82 lines (67 loc) · 1.07 KB
/
lab_devices.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
cisco3:
device_type: cisco_xe
host: cisco3.lasthop.io
username: pyclass
cisco4:
device_type: cisco_xe
host: cisco4.lasthop.io
username: pyclass
arista1:
device_type: arista_eos
host: arista1.lasthop.io
username: pyclass
arista2:
device_type: arista_eos
host: arista2.lasthop.io
username: pyclass
arista3:
device_type: arista_eos
host: arista3.lasthop.io
username: pyclass
arista4:
device_type: arista_eos
host: arista4.lasthop.io
username: pyclass
vmx1:
device_type: juniper_junos
host: vmx1.lasthop.io
username: pyclass
vmx2:
device_type: juniper_junos
host: vmx2.lasthop.io
username: pyclass
nxos1:
device_type: cisco_nxos
host: nxos1.lasthop.io
username: pyclass
nxos2:
device_type: cisco_nxos
host: nxos2.lasthop.io
username: pyclass
# Any list is group of devices
cisco:
- cisco3
- cisco4
arista:
- arista1
- arista2
- arista3
- arista4
juniper:
- vmx1
- vmx2
nxos:
- nxos1
- nxos2
all:
- arista1
- arista2
- arista3
- arista4
- cisco3
- cisco4
- vmx1
- vmx2
- nxos1
- nxos2