moij258 Posted Saturday at 01:17 PM Posted Saturday at 01:17 PM 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? Quote
0 keen_parish27 Posted Sunday at 02:44 PM Posted Sunday at 02:44 PM 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. Quote
0 moij258 Posted Sunday at 08:25 PM Author Posted Sunday at 08:25 PM 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? Quote
0 eralde Posted Sunday at 10:48 PM Posted Sunday at 10:48 PM 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): Spoiler Screen Recording 2026-02-02 at 04.27.29.mov Quote
0 moij258 Posted yesterday at 12:19 PM Author Posted yesterday at 12:19 PM (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 yesterday at 12:19 PM by moij258 Quote
0 eralde Posted yesterday at 02:43 PM Posted yesterday at 02:43 PM 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 🙂 Quote
0 moij258 Posted yesterday at 03:25 PM Author Posted yesterday at 03:25 PM 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? Quote
0 eralde Posted yesterday at 04:10 PM Posted yesterday at 04:10 PM 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. Quote
Question
moij258
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
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.