Community discussions

MikroTik App
 
neoprogger
just joined
Topic Author
Posts: 15
Joined: Tue May 10, 2016 7:55 pm

Multiple Tagged Uplinks and Management

Fri Apr 21, 2017 1:50 pm

Hi,
We currently evaluate the CRS226-24G-2S+-RM as our new client switches for inhouse networking.
The plan was to use the SFP-SFPplus1 port for uplink to the core, but as we don't have fiber everywhere we need some switches with copper uplink.
As the S-RJ01 don't work within the sfpport, we need to have multiple tagged uplinks defined (we wan't one unified config for all)

The question: as the vlan interface is bound to one master port I don't know how to set multiple "masters" with management vlan interface on it

Is this possible?

Thanks

Alex
The current config is:
/interface ethernet
set [ find default-name=sfpplus2 ] master-port=sfp-sfpplus1
/interface vlan
add interface=sfp-sfpplus1 name=vlan15 vlan-id=15
/interface ethernet
set [ find default-name=ether1 ] master-port=sfp-sfpplus1
set [ find default-name=ether2 ] master-port=sfp-sfpplus1
set [ find default-name=ether3 ] master-port=sfp-sfpplus1
set [ find default-name=ether4 ] master-port=sfp-sfpplus1
set [ find default-name=ether5 ] master-port=sfp-sfpplus1
set [ find default-name=ether6 ] master-port=sfp-sfpplus1
set [ find default-name=ether7 ] master-port=sfp-sfpplus1
set [ find default-name=ether8 ] master-port=sfp-sfpplus1
set [ find default-name=ether9 ] master-port=sfp-sfpplus1
set [ find default-name=ether10 ] master-port=sfp-sfpplus1
set [ find default-name=ether11 ] master-port=sfp-sfpplus1
set [ find default-name=ether12 ] master-port=sfp-sfpplus1
set [ find default-name=ether13 ] master-port=sfp-sfpplus1
set [ find default-name=ether14 ] master-port=sfp-sfpplus1
set [ find default-name=ether15 ] master-port=sfp-sfpplus1
set [ find default-name=ether16 ] master-port=sfp-sfpplus1
set [ find default-name=ether17 ] master-port=sfp-sfpplus1
set [ find default-name=ether18 ] master-port=sfp-sfpplus1
set [ find default-name=ether19 ] master-port=sfp-sfpplus1
set [ find default-name=ether20 ] master-port=sfp-sfpplus1
set [ find default-name=ether21 ] master-port=sfp-sfpplus1
set [ find default-name=ether22 ] master-port=sfp-sfpplus1
set [ find default-name=ether23 ] master-port=sfp-sfpplus1
set [ find default-name=ether24 ] master-port=sfp-sfpplus1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface ethernet switch egress-vlan-tag
add tagged-ports=sfp-sfpplus1 vlan-id=13
add tagged-ports=switch1-cpu,sfp-sfpplus1 vlan-id=15
/interface ethernet switch ingress-vlan-translation
add new-customer-vid=13 ports=ether2
add new-customer-vid=13 ports=ether3
add new-customer-vid=13 ports=ether4
add new-customer-vid=13 ports=ether5
add new-customer-vid=13 ports=ether6
add new-customer-vid=13 ports=ether7
add new-customer-vid=13 ports=ether8
add new-customer-vid=13 ports=ether9
add new-customer-vid=13 ports=ether10
add new-customer-vid=13 ports=ether11
add new-customer-vid=13 ports=ether12
add new-customer-vid=13 ports=ether13
add new-customer-vid=13 ports=ether14
add new-customer-vid=13 ports=ether15
add new-customer-vid=13 ports=ether16
add new-customer-vid=13 ports=ether17
add new-customer-vid=13 ports=ether18
add new-customer-vid=13 ports=ether19
add new-customer-vid=13 ports=ether20
add new-customer-vid=13 ports=ether21
add new-customer-vid=13 ports=ether22
add new-customer-vid=13 ports=ether23
add new-customer-vid=13 ports=ether24
/ip address
add address=192.168.15.5/24 interface=vlan15 network=192.168.15.0
/ip dns
set servers=192.168.15.104
/ip route
add distance=1 gateway=192.168.15.254
/lcd interface pages
set 1 interfaces=ether13
/snmp
set contact=keilhofer enabled=yes location=mietzing_mauererhalle
/system clock
set time-zone-name=Europe/Berlin
/system identity
set name=vt-building1
/system ntp client
set enabled=yes primary-ntp=192.168.15.151
 
AldoJimenez
Trainer
Trainer
Posts: 30
Joined: Fri Feb 12, 2016 11:49 pm
Contact:

Re: Multiple Tagged Uplinks and Management

Tue May 09, 2017 4:34 pm

Hi Alex,

You can only have one master port, unless you want to split the ports. You can still have a unified config template that could have two variations. The only thing that would change is the master port (by performing a simple replace across) and of course you would have to remove the new master port from the /interface ethernet switch ingress-vlan-translation.

Who is online

Users browsing this forum: coolalexg, sator1 and 53 guests