-
Notifications
You must be signed in to change notification settings - Fork 0
/
prod_switches.json
91 lines (91 loc) · 2.28 KB
/
prod_switches.json
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
83
84
85
86
87
88
89
90
91
{
"descritption" : "WRS configurations, editable by all TOS staffs",
"refs" : "vlans",
"devices" : [
{
"name" : "production_grandmaster",
"layer" : "grand_master",
"vlan" : {"ref":"vlans", "name":"ptp_gm"},
"optional" : {
"cipher" : "enabled",
"CONFIG_NTP_SERVER" : "10.249.20.69",
"CONFIG_SNMP_SYSTEM_CLOCK_MONITOR_ENABLED" : "true"
}
}, {
"name" : "production_clockmaster",
"layer" : "clock_master",
"vlan" : {"ref":"vlans", "name":"ptp_gm"},
"optional" : {
"cipher" : "enabled",
"CONFIG_NTP_SERVER" : "10.249.20.69",
"CONFIG_SNMP_SYSTEM_CLOCK_MONITOR_ENABLED" : "true"
}
}, {
"name" : "production_service",
"layer" : "service",
"vlan" : {"ref":"vlans", "name":"service_dl"},
"rvlan" : {
"enable" : "n"
},
"optional" : {
"cipher" : "enabled",
"CONFIG_NTP_SERVER" : "10.249.20.69"
}
}, {
"name" : "production_localmaster",
"layer" : "local_master",
"vlan" : {"ref":"vlans", "name":"prod"},
"optional" : {
"cipher" : "enabled"
}
}, {
"name" : "production_distribution",
"layer" : "distribution",
"vlan" : {"ref":"vlans", "name":"prod"},
"optional" : {
"cipher" : "enabled"
}
}, {
"name" : "production_access",
"layer" : "access",
"vlan" : {"ref":"vlans", "name":"prod"},
"optional" : {
"cipher" : "enabled"
}
}, {
"name" : "production_access_unilac_gateway",
"layer" : "access_control_18",
"vlan" : {"ref":"vlans", "name":"prod"},
"optional" : {
"cipher" : "enabled"
}
}, {
"name" : "production_access_b2b_a",
"layer" : "access_b2b_a",
"vlan" : {"ref":"vlans", "name":"prod"},
"optional" : {
"cipher" : "enabled"
}
}, {
"name" : "production_access_b2b_b",
"layer" : "access_b2b_b",
"vlan" : {"ref":"vlans", "name":"prod"},
"optional" : {
"cipher" : "enabled"
}
}, {
"name" : "production_access_b2b_c",
"layer" : "access_b2b_c",
"vlan" : {"ref":"vlans", "name":"prod"},
"optional" : {
"cipher" : "enabled"
}
}, {
"name" : "production_access_b2b_e",
"layer" : "access_b2b_e",
"vlan" : {"ref":"vlans", "name":"prod"},
"optional" : {
"cipher" : "enabled"
}
} ]
}