You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone know the recommended options to make this equipment work with Movistar? I have an Internet connection through PPPoE, but I can't see the IGMP traffic from the IPTV VLAN.
Additionally, in Movistar, the Internet VLAN has ID 2, but it was replaced by VLAN 482. While reviewing the documentation, I found a list of internal reserved VLANs of the equipment that cannot be used:
FWD_CPU_VLAN_ID=0x1 // VLAN 1
FWD_CPU_SVLAN_ID=0x2 // VLAN 2
LAN_VLAN_ID1=0x9 // VLAN 9
UNTAG_WAN_VLAN_ID=0x8 // VLAN 8
LAN_VLAN_ID2=0xa // VLAN 10
FWD_PROTO_BLOCK_VLAN_ID=0xfa0 // VLAN 4000
FWD_BIND_INTERNET_VLAN_ID=0xfa5 // VLAN 4005
FWD_BIND_OTHER_VLAN_ID=0xfac // VLAN 4012
VLAN_MANU_TAG_VID=0xffff // VLAN 4095
The manual recommends remapping the internal VLAN to another number. For example, I changed VLAN 2 to 4011 to free it up:
cfgmib set FWD_CPU_SVLAN_ID 4011
This allows me to use VLAN 2 without any issues (although I still need to assign it manually).
If you're facing a similar situation, you may need to remap internal VLAN IDs to ensure compatibility with Movistar's requirements, especially for VLAN 2 used for Internet traffic.
The text was updated successfully, but these errors were encountered:
Does anyone know the recommended options to make this equipment work with Movistar? I have an Internet connection through PPPoE, but I can't see the IGMP traffic from the IPTV VLAN.
Additionally, in Movistar, the Internet VLAN has ID 2, but it was replaced by VLAN 482. While reviewing the documentation, I found a list of internal reserved VLANs of the equipment that cannot be used:
FWD_CPU_VLAN_ID=0x1 // VLAN 1
FWD_CPU_SVLAN_ID=0x2 // VLAN 2
LAN_VLAN_ID1=0x9 // VLAN 9
UNTAG_WAN_VLAN_ID=0x8 // VLAN 8
LAN_VLAN_ID2=0xa // VLAN 10
FWD_PROTO_BLOCK_VLAN_ID=0xfa0 // VLAN 4000
FWD_BIND_INTERNET_VLAN_ID=0xfa5 // VLAN 4005
FWD_BIND_OTHER_VLAN_ID=0xfac // VLAN 4012
VLAN_MANU_TAG_VID=0xffff // VLAN 4095
The manual recommends remapping the internal VLAN to another number. For example, I changed VLAN 2 to 4011 to free it up:
cfgmib set FWD_CPU_SVLAN_ID 4011
This allows me to use VLAN 2 without any issues (although I still need to assign it manually).
If you're facing a similar situation, you may need to remap internal VLAN IDs to ensure compatibility with Movistar's requirements, especially for VLAN 2 used for Internet traffic.
The text was updated successfully, but these errors were encountered: