I need 802.11q vlan tagged for Movistar

I need 802.11q vlan tagged for Movistar internet, tv and telephone over the lan network. Can I configure the BPI-R2 as router for it?

Yes you can. Which Movistar internet do you have?

I have an ONT for 300mb symetric fiber , tv+phone+internet . Thx.

You can should connect via pppoe on vlan 6. Using the WAN interface a vlan

vconfig add wan 6 && ifconfig wan up

Peers config /etc/ppp/peers/fibre for ppp:

pty "/usr/sbin/pppoe -I wan.6 -T 80 -m 1452"
noipdefault
hide-password
lcp-echo-interval 20
lcp-echo-failure 3
connect /bin/true
noauth
persist
mtu 1492
#mtu 1500
#mru 1500
#usepeerdns
defaultroute
noaccomp
default-asyncmap
plugin rp-pppoe.so wan.6
user "adslppp@telefonicanetpa"

then launch the PPP

/usr/sbin/pppd call fibre

Thankx, I try it soon.