What's new

Vodafone IPTV - Vlans 100,101,105

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

EditioN

New Around Here
Hi There!

Have here a small question that I guess you guys can answer me :)

Basically I receive 3 vlans from my ISP:

100 - Internet
101 - VoIP
105 - IPTV

Since I have two STB's and I want to avoid to connect a switch, I need to have vlan 100,101,105 tagged at WAN and vlan 105 untagged in 2 ports, vlan 101 in another port and the last one can stay in vlan (let's say 1).

I have this scenario working in Tomato using nvram commands but I'm not able to do it in asuswrt with vlans >15. Tried the ISP profile but I only have option for 2 ports (LAN3 and LAN4).
Any idea?

Appreciate the help!

Thanks.
 
Hey, no ideas?
From what I searched maybe I can use this commands?
robocfg vlan 101 ports "3 4t 5"
robocfg vlan 105 ports "1 2 4t 5"

This way I would have:
Vlan 101 tagged in WAN port and untagged at port 3
Vlan 105 tagged in WAN port and untagged at port 1,2
Port 0 would stay in vlan1

Is this the right/only way to do it?

Thanks.
 
Last edited:
You can edit nvram directly. That is what I did.
Check it. Nvram show | grep vlan

Hey there, thanks for the input.
The problem is that when I edit nvram directly it doesn't work with vlans above vlan 15.
I tried creating them like this:

vlan101hwname=et0
vlan101ports="1 4t 5"

And like this too, that works in Tomato:

vlan4ports=0t 4t 5
vlan4vid=101
vlan4hwname=et0

But neither works in AsusWRT :|
 
Just to add after some months.. :D
Ended up solving the problem with a script in jffs partition, I used "nat-start" with robocfg:
robocfg vlan 101 ports "0t 4t 5"
robocfg vlan 105 ports "2 3 4t 5"

Port 2 and 3 are used for the STBs, untagged vlan 105
Port 0 tagged with vlan 101 for VOiP
and the rest with vlan1 as default.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top