This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mix of ADSL and VDSL Interfaces

Dear Forums,

I searched thru some older topics, but seems this problem wasn't solved back when those threads were created.

Situation: I have two uplink devices with ADSL, which do run fine.

I have a new, additional uplink, which is a VDSL line. How do I set it up correctly? The provider requires an MTU of 1492 (that part is easy) and a VLAN Tagging ID of 2011. 

If I understand the threads correctly, the VLAN Checkbox sets VLAN Tagging, but with a different ID. Is there a way to get this line up and running?

Thanks very much for your Input.


This thread was automatically locked due to age.
Parents
  • Hi reag,

    yes its possible to change the VLAN tag but its a bit tricky.
    You have to access the console and use the confd-client program:

    1) list all PPPoE interfaces and search for the right REF ID (e.g. REF_UzxsEygZZr):
    /usr/local/bin/confd-client.plx get_objects interface pppoe

    2) change the vlan tag of the right interface from 7 to 2011:
    /usr/local/bin/confd-client.plx change_object REF_UzxsEygZZr vlantag 2011

    Cheers
     Ulrich
Reply
  • Hi reag,

    yes its possible to change the VLAN tag but its a bit tricky.
    You have to access the console and use the confd-client program:

    1) list all PPPoE interfaces and search for the right REF ID (e.g. REF_UzxsEygZZr):
    /usr/local/bin/confd-client.plx get_objects interface pppoe

    2) change the vlan tag of the right interface from 7 to 2011:
    /usr/local/bin/confd-client.plx change_object REF_UzxsEygZZr vlantag 2011

    Cheers
     Ulrich
Children
No Data