-
Notifications
You must be signed in to change notification settings - Fork 0
/
vlans.json
35 lines (35 loc) · 1.51 KB
/
vlans.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
{
"descritption" : "valid VLANs, editable by WRS experts",
"version" : "0.2",
"info" : "re-numeration of VLANS with VIDs 2582-2601",
"fbas" : {
"vid" : "2585", "fid" : "2585", "comment" : "FBAS traffic"},
"lldp_tx" : {
"vid" : "2586", "fid" : "2586", "comment" : "LLDP TX traffic"},
"ptp_gm" : {
"vid" : "2587", "fid" : "2587", "comment" : "Grandmaster WR-PTP"},
"ptp_tap" : {
"vid" : "2587", "fid" : "2587", "ports" : "19", "comment" : "VLAN for tap nodes, WR-PTP is allowed"},
"default" : {
"vid" : "2589", "fid" : "2589", "ports" : "19", "comment" : "default VLAN, 802.1x"},
"unauthen" : {
"vid" : "2588", "fid" : "2588", "ports" : "19", "comment" : "VLAN for unauthenticated devices, 802.1x"},
"ptp" : {
"vid" : "2601", "fid" : "2601", "comment" : "WR-PTP traffic"},
"service_ul" : {
"vid" : "2601", "fid" : "2601", "comment" : "up-stream traffic of service VLAN"},
"service_dl" : {
"vid" : "2600", "fid" : "2601", "comment" : "down-stream traffic of service VLAN"},
"prod" : {
"vid" : "2590", "fid" : "2590", "comment" : "Production WR group"},
"user" : {
"vid" : "2591", "fid" : "2591", "comment" : "User WR group"},
"timing" : {
"vid" : "2592", "fid" : "2592", "comment" : "Timing WR group"},
"int" : {
"vid" : "2593", "fid" : "2593", "comment" : "Integration WR group"},
"unilac" : {
"vid" : "2594", "fid" : "2594", "comment" : "UNILAC WR group"},
"uni-int" : {
"vid" : "2599", "fid" : "2599", "comment" : "Unilac+Integration WR group"}
}