Vlan TAG
Добавлено: 04 май 2016 18:38
Стоит задача с добавлением двух влан на один порт (тэгом)
Подскажите будет ли работать при таких настройках
Pon port
0) 5: if (Always) then AddTagVID = 566; forward
1) 6: if (Always) then AddTagVID = 2009; forward
2) 14: if (LinkIndex == 0x2) then path = port 1 queue 0; forward
3) 14: if (LinkIndex == 0x3) then path = port 1 queue 1; forward
4) 14: if (LinkIndex == 0x0) then path = port 0 queue 0; forward
5) 14: if (LinkIndex == 0x1) then path = port 0 queue 1; forward
Uni 0 port
0) 5: if (Always) then AddTagVID = 566; forward
1) 6: if (Always) then AddTagVID = 2009; forward
2) 14: if (Always) then path = link 0 queue 0; forward
Подскажите будет ли работать при таких настройках
Pon port
0) 5: if (Always) then AddTagVID = 566; forward
1) 6: if (Always) then AddTagVID = 2009; forward
2) 14: if (LinkIndex == 0x2) then path = port 1 queue 0; forward
3) 14: if (LinkIndex == 0x3) then path = port 1 queue 1; forward
4) 14: if (LinkIndex == 0x0) then path = port 0 queue 0; forward
5) 14: if (LinkIndex == 0x1) then path = port 0 queue 1; forward
Uni 0 port
0) 5: if (Always) then AddTagVID = 566; forward
1) 6: if (Always) then AddTagVID = 2009; forward
2) 14: if (Always) then path = link 0 queue 0; forward