Jump to content
  • 0

KN-3610 simultaneus untaged and taged VDSL VLAN possible?


Question

Posted

Is possible to setup on KN-3610 (or KN-3611) on VDLS PTM connection simultaneously untagged VLAN and tagged VLAN with ID, 2 VLAN together.

I need to replace ISP router what have this kind of complicated setup in ISP specific router.

Where is possible to buy KN-3611 in Europe/EU?

7 answers to this question

Recommended Posts

  • 0
Posted

Hi,

It depends. Currently, it's not possible to have two different ISPs on the same port. If you need different services on different VLANs, refer to the attached screenshot for instructions.

Screenshot 2026-02-01 at 15.43.16.png

  • 0
Posted

I have one ISP, but ISP have 2 VLAN-s on VDLS.

1. untagged (native) VALN, without ID for general internet connection.

2. VLAN with ID for IPTV.

Is it possible to send them to different physical LAN ports?

  • 0
Posted
15 hours ago, moij258 said:

I have one ISP, but ISP have 2 VLAN-s on VDLS.

1. untagged (native) VALN, without ID for general internet connection.

2. VLAN with ID for IPTV.

Is it possible to send them to different physical LAN ports?

@moij258 if I understand you correctly, your goal is to configure something like this (in my example I configure the IPTV VLAN on the port #4):

image.png

image.png

 

  • 0
Posted (edited)

This mean if VLAN ID is not defined router handles it as untagged (native) VALN?

Other routers I have seen, did not expect empty VLAN ID at all or have some special check box for untagged (native) VLAN.

Edited by moij258
  • 0
Posted
2 hours ago, moij258 said:

This mean if VLAN ID is not defined router handles it as untagged (native) VALN?

Other routers I have seen, did not expect empty VLAN ID at all or have some special check box for untagged (native) VLAN.

Yes, this configuration (no VLAN for the Internet, only for IPTV) should work as you expect.

I hope that helps 🙂

  • 0
Posted

No, on my ISP both connections are VLAN connection: 1. is native untagged VLAN (special VLAN on an 802.1Q trunk link that carries traffic without VLAN tags), 2. is VLAN with specific ID number/tag.

Is this configuration possible on KN-3610?

  • 0
Posted
18 hours ago, moij258 said:

No, on my ISP both connections are VLAN connection: 1. is native untagged VLAN (special VLAN on an 802.1Q trunk link that carries traffic without VLAN tags), 2. is VLAN with specific ID number/tag.

Is this configuration possible on KN-3610?

You can configure a configuration that you describe via the command line. It won't be possible to do it in the web UI.

Spoiler
telnet 192.168.1.1
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.
KeeneticOS version 5.00.C.4.0-1, copyright (c) 2010-2025 Keenetic Ltd.

This software is a subject of Keenetic Ltd. end-user licence agreement. By using it you agree on terms and conditions hereof. For more information please check https://keenetic.com/legal

WARNING: administrative password is not configured.
(config)> in

        interface - network interface configuration

(config)> interface Dsl0

 Usage template:
        interface {name}

   Choose:
            Dsl0
       Dsl0/Pvc0

(config)> interface Dsl0

 Usage template:
        interface {name}

   Choose:
            Dsl0
       Dsl0/Pvc0

(config)> interface Dsl0/Vlan0
Network::Interface::Repository: "Dsl0/Vlan0" interface created.
(config-if)> ip address dhcp
Dhcp::Client: Started DHCP client on Dsl0/Vlan0.
(config-if)> ip global auto
Network::Interface::L3Base: Global priority recalculated.
(config-if)> up
Network::Interface::Base: "Dsl0/Vlan0": interface is up.
(config-if)> exit
Core::Configurator: Done.
(config)> interface Dsl0/Vlan123
Network::Interface::Repository: "Dsl0/Vlan123" interface created.
(config-if)> ip address dhcp
Dhcp::Client: Started DHCP client on Dsl0/Vlan123.
(config-if)> ip global auto
Network::Interface::L3Base: Global priority recalculated.
(config-if)> up
Network::Interface::Base: "Dsl0/Vlan0": interface is up.
(config-if)> exit
Core::Configurator: Done.
(config)> sy

           system - maintenance functions

(config)> system con

    configuration - manage system configuration

(config)> system configuration save
Core::System::StartupConfig: Saving (cli).

 

The resulting configuration file (startup-config) will contain something like this:

...

interface Dsl0
    rename DSL
    ip dhcp client dns-routes
    ip name-servers
    ...
    up
!

...

interface Dsl0/Vlan0
    security-level public
    ip address dhcp
    ip dhcp client dns-routes
    ip global 306
    up
!

interface Dsl0/Vlan123
    security-level public
    ip address dhcp
    ip dhcp client dns-routes
    ip global 153
    up
!
...

 

However, I don't have enough expertise to answer any following questions about the setup you want. I kindly suggest that you contact our technical support: https://support.keenetic.com/

Our support engineers will be able to answer your questions better than I am.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...