forked from sonic-net/sonic-mgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabinfo.json
More file actions
28 lines (28 loc) · 704 Bytes
/
Copy pathlabinfo.json
File metadata and controls
28 lines (28 loc) · 704 Bytes
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
{
"hwsku_map": {
"Arista-7050-Q4S48": "Arista",
"Arista-7508-Q288": "Arista",
"Arista-7260QX-64": "Arista",
"Arista-VM": "Arista",
"Nexus-3064-NX": "Nexus",
"Force10-S6100": "Force10",
"Force10-S6000": "Force10"
},
"switch_login": {
"Nexus": {
"user": "admin",
"passwd": ["password"],
"enable": null
},
"Arista": {
"user": "admin",
"passwd": ["password", "123456"],
"enable": ['', null]
},
"Force10": {
"user": "admin",
"passwd": ["password"],
"enable": ["password"]
}
}
}