Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 23620

General • Re: VLAN : struggling with hybrid port

$
0
0
Hi!

@anav, the model of the MT device is RB5009UPr+S+ ( I know that it's a very capable router that I sadly under utilize, but I want it like that :) )

here's the the export file:
Code:
# 1970-01-02 00:11:44 by RouterOS 7.13# software id = PDRU-DC9W## model = RB5009UPr+S+# serial number = XXXXXXXXXX/interface bridgeadd name=BR1 vlan-filtering=yes/interface bondingadd mode=802.3ad name=bond1 slaves=ether7,ether8/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTik/interface bridge portadd bridge=BR1 interface=ether1add bridge=BR1 interface=ether2 pvid=50add bridge=BR1 interface=ether3 pvid=50add bridge=BR1 interface=ether4 pvid=50add bridge=BR1 interface=ether5 pvid=50add bridge=BR1 interface=ether6 pvid=50add bridge=BR1 interface=bond1 pvid=50add bridge=BR1 interface=sfp-sfpplus1 pvid=50/interface bridge vlanadd bridge=BR1 tagged=ether1 untagged=\    ether2,ether4,ether5,ether6,bond1,sfp-sfpplus1,BR1 vlan-ids=50/system identityset name=Mikrotik/system noteset show-at-login=no
weirldy, the above export doesn't show
Code:
/interface bridge vlan set bridge=BR1 tagged=ether1,ether3 [find vlan-ids=100]
(I ran the command again another time before doing the export to confirm).

@mkx maybe I misunderstood you, but replacing:
Code:
/interface bridge vlan add bridge=BR1 tagged=ether1 vlan-ids=100/interface bridge vlan set bridge=BR1 tagged=ether3 [find vlan-ids=100] 
with
/interface bridge vlan set bridge=BR1 tagged=ether1,ether3 [find vlan-ids=100]
doesn't work but it put me on the right track !!!

I managed to finally make it work with:
Code:
/interface bridge vlan add bridge=BR1 tagged=ether1,ether3 vlan-ids=100
I hope this is not a lucky misconfig ( in which case I'd be happy to read the correct one )

Here's all the command I ran starting from
Code:
/system reset-configuration no-defaults=yes
(so it may help others in the same case ) :
Code:
/system identity set name="Mikrotik"/interface bridge add name=BR1/interface bonding add mode=802.3ad name=bond1 slaves=ether7,ether8/interface bridge portadd bridge=BR1 interface=ether1add bridge=BR1 interface=ether2 pvid=50add bridge=BR1 interface=ether3 pvid=50add bridge=BR1 interface=ether4 pvid=50add bridge=BR1 interface=ether5 pvid=50add bridge=BR1 interface=ether6 pvid=50add bridge=BR1 interface=bond1 pvid=50add bridge=BR1 interface=sfp-sfpplus1 pvid=50/interface bridge vlan add bridge=BR1 tagged=ether1 untagged=ether2,ether4,ether5,ether6,bond1,sfp-sfpplus1,BR1 vlan-ids=50/interface bridge vlan add bridge=BR1 tagged=ether1,ether3 vlan-ids=100/interface bridge set BR1 vlan-filtering=yes
Thanks a ton for your help !!!

Statistics: Posted by Methraton — Thu Dec 28, 2023 4:38 am



Viewing all articles
Browse latest Browse all 23620

Trending Articles