Community discussions

MikroTik App
 
jenkster0000
just joined
Topic Author
Posts: 1
Joined: Thu Aug 11, 2022 3:37 pm

CRS310-1G-5S-4s+ Config Question

Thu Aug 11, 2022 3:53 pm

Hey Guys,
I'm having some issues with my port configuration. When testing VLAN 501 it works great to a end device but I'm having issues with VLAN 201. Specifically I can't ping the IP I put on the VLAN 201 interface. Any suggestions on what to do with config?

VLAN 201 is the Mikrotik Management VLAN. It only needs to be bound to SFP4 (Uplink Port).
VLAN 501 is Data which is tagged on SFP4 (Uplink) and untagged on all the rest of the ports.

Version 7.4.1
/interface bridge
add ingress-filtering=no name="Main Bridge" vlan-filtering=yes
/interface vlan
add interface="Main Bridge" name=vlan201 vlan-id=201
/interface bridge port
add bridge="Main Bridge" ingress-filtering=no interface=sfp-sfpplus4
add bridge="Main Bridge" ingress-filtering=no interface=sfp1 pvid=501
add bridge="Main Bridge" ingress-filtering=no interface=sfp2 pvid=501
add bridge="Main Bridge" interface=sfp3 pvid=501
add bridge="Main Bridge" interface=sfp4 pvid=501
add bridge="Main Bridge" interface=sfp5 pvid=501
add bridge="Main Bridge" interface=sfp-sfpplus1 pvid=501
add bridge="Main Bridge" interface=sfp-sfpplus2 pvid=501
add bridge="Main Bridge" interface=sfp-sfpplus3 pvid=501
/interface bridge vlan
add bridge="Main Bridge" tagged=sfp-sfpplus4 untagged=\
    sfp1,sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus3,sfp2,sfp3,sfp4,sfp5 vlan-ids=\
    501
add bridge="Main Bridge" tagged=sfp-sfpplus4 vlan-ids=201
/ip address
add address=172.28.239.16/25 interface=vlan201 network=172.28.239.0
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=172.28.239.1
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11383
Joined: Thu Mar 03, 2016 10:23 pm

Re: CRS310-1G-5S-4s+ Config Question  [SOLVED]

Thu Aug 11, 2022 4:30 pm

You have to include "Main Bridge" interface as tagged port member of VLAN 201, currently you only have sfp-sfpplus4 there.

Who is online

Users browsing this forum: aoravent, mtest001, phascogale, Soleous75 and 79 guests