Community discussions

MikroTik App
 
charles5
just joined
Topic Author
Posts: 2
Joined: Sun Feb 18, 2024 11:18 pm

Basic Vlan Tag/Untag

Sun Feb 18, 2024 11:25 pm

Hi, I have a HEX router that send Vlan 100 + Untag traffic to a PowerBox Pro in Bridge mode on Eth1. I want Vlan to be Untag on Eth3.

How to configure the PowerBox Pro to do So?

Thx!!!
 
User avatar
BartoszP
Forum Guru
Forum Guru
Posts: 2880
Joined: Mon Jun 16, 2014 1:13 pm
Location: Poland

Re: Basic Vlan Tag/Untag

Mon Feb 19, 2024 8:51 am

 
gigabyte091
Forum Guru
Forum Guru
Posts: 1205
Joined: Fri Dec 31, 2021 11:44 am
Location: Croatia

Re: Basic Vlan Tag/Untag

Mon Feb 19, 2024 9:44 am

Did you even try to configure it yourself ? If yes then please post your configuration here.
 
erlinden
Forum Guru
Forum Guru
Posts: 1975
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: Basic Vlan Tag/Untag

Mon Feb 19, 2024 10:51 am

There is a dedicated page on this topic:
https://help.mikrotik.com/docs/display/ ... switchchip
 
charles5
just joined
Topic Author
Posts: 2
Joined: Sun Feb 18, 2024 11:18 pm

Re: Basic Vlan Tag/Untag

Mon Feb 19, 2024 1:51 pm

Here's the config that does't work... Incoming traffic from a HEX router to this PowerBox acting as a switch on Eth1 with V100 tag and need to untag at ether3-PTP... What needs to be done? Thx!

/interface bridge
add ingress-filtering=yes name=bridge1 vlan-filtering=yes
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3-PTP
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=sfp1
/interface bridge vlan
add bridge=bridge1 tagged=ether1 untagged=ether3-PTP vlan-ids=100
/interface list member
add interface=ether1 list=WAN
add interface=ether2 list=LAN
add interface=ether3-PTP list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=sfp1 list=LAN
Last edited by charles5 on Mon Feb 19, 2024 2:10 pm, edited 2 times in total.
 
gigabyte091
Forum Guru
Forum Guru
Posts: 1205
Joined: Fri Dec 31, 2021 11:44 am
Location: Croatia

Re: Basic Vlan Tag/Untag

Mon Feb 19, 2024 3:16 pm

You are only sending 1 VLAN to this powerbox ? Why is your trunk port in WAN list on device you are using as a switch ?

Can you show config from your device that is used as a router ?
 
charles5
just joined
Topic Author
Posts: 2
Joined: Sun Feb 18, 2024 11:18 pm

Re: Basic Vlan Tag/Untag

Mon Feb 19, 2024 3:35 pm

You are only sending 1 VLAN to this powerbox ? Why is your trunk port in WAN list on device you are using as a switch ?

Can you show config from your device that is used as a router ?
I'm sending vlan 100 and other untag traffic to powerBox on Eth1. Here is the config from HEX router sending packets:

/interface vlan
add interface=ether1 name=v.100.e5.BH vlan-id=100
/ip address
add address=10.1.37.1/29 interface=v.100.e5.BH network=10.1.37.0
/routing ospf interface-template
add area=ospf-area-1 cost=30 disabled=no interfaces=ether1 networks=\
10.1.37.0/29 type=ptp
 
User avatar
BartoszP
Forum Guru
Forum Guru
Posts: 2880
Joined: Mon Jun 16, 2014 1:13 pm
Location: Poland

Re: Basic Vlan Tag/Untag

Mon Feb 19, 2024 3:42 pm

There is no need to quote previos post and please DO use proper formatting tags for code.

Who is online

Users browsing this forum: aboiles, gigabyte091, Pilo2710 and 22 guests