goalmarketing / vigor2130

Automatically exported from code.google.com/p/vigor2130
0 stars 0 forks source link

802.1p Support #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
My ISP uses both a separate VLAN for their IPTV service as well as requiring 
the 802.1p field to be set to video on all packets destined to the VLAN. Is it 
possible to configure the 2130 to do this?

Original issue reported on code.google.com by josh.c...@gmail.com on 3 Nov 2011 at 5:54

GoogleCodeExporter commented 8 years ago
We have multi-vlan function and support IPTV WAN.
It should work.
You can test it.

Original comment by jht...@gmail.com on 20 Feb 2012 at 10:54

GoogleCodeExporter commented 8 years ago
I can set the IPTV WAN VLAN but not the 802.1p priority, therefore it doesn't 
work.

Original comment by josh.c...@gmail.com on 20 Feb 2012 at 10:56

GoogleCodeExporter commented 8 years ago
You can try to vconfig command:

vconfig set_egress_map eth1.2 0 1
that means wan interface (eth1.2) ,   priority bit will change 0  to 1

http://linux.about.com/library/cmd/blcmdl8_vconfig.htm

Original comment by jht...@gmail.com on 21 Feb 2012 at 7:54