Hello, I'm asking you a question because I don't think the VLAN settings are correct.
First of all, I'm going to let you know that we're building an inter VLAN.
I’m Korean , And I am not fluent in English. So I have prepared a picture.
The picture will be uploaded under the name "INTERVLAN" as an attachment.
Router , switch are both running on the router OS !
Router Device = Mikrotik RB1100AH X4
Switch Device = Mikrotik CRS317-1G-16S+
Router interface [ eth 2 – LAN1 ] = Trunk port
VLAN ID 20 : 200.168.20.1/24 [ interface eth5,6 [ LAN5,6 ] ] – Switch part
VLAN ID 30 : 200.168.30.1/24 [ interface eth9,10 [ LAN9,10 ] ] – Switch part
Please take a good look at the instructions I tried
router switch common setting command
security SETTING
[admin@Mikrotik ] > /ip firewall filter add action=drop chain=input comment=”Drop FTP,SSH,Telnet From inbound” dst-port=21,22,23,139,445 protocol=tcp
FASTTRACK SETTING
[admin@Mikrotik ] > /ip firewall filter add chain=forward action=fasttrack-connection connection-state=established,related
[admin@Mikrotik ] > /ip firewall filter add chain=forward action=accept connection-state=established,related
Router [ RB1100AH x4 ] interface name setting
[admin@Mikrotik ] /interface > set [find name=ether1] name=WAN1
[admin@Mikrotik ] /interface > set [find name=ether2] name=LAN1
Router [ RB1100AH x4 ] DHCP CLIENT WAN1 interface add
[admin@Mikrotik ] > /ip dhcp-client add interface=WAN1
[admin@Mikrotik ] > /ip dhcp-client print
[admin@Mikrotik ] /ip dhcp-client > enable 0
**
The ip is well allocated on the wan1 interface through dhcp here.
It also confirmed that the WAN1 interface was well activated.
Router [ RB1100AH x4 ] ou have set the nat rule on the wan1 interface.
[admin@Mikrotik ] > /ip firewall nat add chain=srcnat out-interface=WAN1 action=masquerade
Router [ RB1100AH x4 ] You created Bridge Group Mikrotik-Trunk using protocol RSTP.
[admin@Mikrotik ] > /interface bridge add name = Mikrotik-Trunk protocol-mode=rstp
RB1100AH X4 interface "ETH2 = LAN1 " added to Mikrotik-Trunk.
[admin@Mikrotik ] > /interface bridge port add interface=LAN1 bridge=Mikrotik-Trunk
Create IBM-VLAN , SUPERMICRO-VLAN in the Bridge Mikrotik-Trunk Group.
[admin@Mikrotik ] > /interface vlan add name=IBM-VLAN vlan-id=30 interface=Mikrotik-Trunk
[admin@Mikrotik ] > /interface vlan add name=SUPERMICRO-VLAN vlan-id=20 interface=Mikrotik-Trunk
Assign IP ADDRESS to IBM-VLAN , SUPERMICRO-VLAN
[admin@Mikrotik ] > /ip address add address=200.168.20.1/24 interface=SUPERMICRO-VL;AN
[admin@Mikrotik ] > /ip address add address=200.168.30.1/24 interfsce=IBM-VLAN
Use DNS SERVER as 8.8.8.8 and 8.8.4.4 [Google DNS ].
[admin@Mikrotik ] > /ip dns set servers=8.8.8.8,8.8.4.4
This is where the router rb1100 ah x4 was set. = RB1100 AH x4 setting end!
From here on, switch device [ CRS317-1G-16S+] settings !
Set interface name for switch "CRS317-1G-16S +"
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus1] name=LAN1
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus2] name=LAN2
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus3] name=LAN3
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus4] name=LAN4
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus5] name=LAN5
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus6] name=LAN6
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus7] name=LAN7
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus8] name=LAN8
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus9] name=LAN9
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus10] name=LAN10
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus11] name=LAN11
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus12] name=LAN12
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus13] name=LAN13
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus14] name=LAN14
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus15] name=LAN15
[admin@Mikrotik ] > /interface set [find name=sfp-sfpplus16] name=LAN16
Set Bridge "IBM" and "SUPERMICRO" to PROTOCOL "RSTP". [ PART : CRS317-1G-16S+]
[admin@Mikrotik ] > /interface bridge add name=IBM protocol-mode=rstp
[admin@Mikrotik ] > /interface bridge add name=SUPERMICRO protocol-mode=rstp
Create VLAN "UPERMICRO-VLAN" , "IBM-VLAN".
[admin@Mikrotik ] > /interface vlan add name=SUPERMICRO-VLAN vlan-id=20 interface=LAN1
[admin@Mikrotik ] > /interface vlan add name=IBM-VLAN vlan-id=30 interface=LAN1
Bridge "IBM" and "SUPERMICRO" add VLAN interface.
[admin@Mikrotik ] > /interface bridge port add interface=SUPERMICRO-VLAN bridge=SUPERMICRO
[admin@Mikrotik ] > /interface bridge port add interface=IBM-VLAN bridge=IBM
[admin@Mikrotik ] > /interface bridge port add interface=LAN5 bridge=SUPERMICRO
[admin@Mikrotik ] > /interface bridge port add interface=LAN6 bridge=SUPERMICRO
[admin@Mikrotik ] > /interface bridge port add interface=LAN9 bridge=IBM
[admin@Mikrotik ] > /interface bridge port add interface=LAN10 bridge=IBM
Assign an ip address to the VLAN "SPERMICRO-VLAN" and "IBM-VLAN".
[admin@Mikrotik ] > /ip address add address=200.168.20.2/24 interface=SUPERMICRO-VLAN
[admin@Mikrotik ] > /ip address add address=200.168.30.2/24 interface=IBM-VLAN
Finally, the DNS address was set to 8.8.8.8,8.8.4.4 on the "CRS317-1G-16S+" switch equipment.
[admin@Mikrotik ] > /ip dns set servers=8.8.8.8,8.8.4.4
I've described the problem here. Take a good look.
Problem 1
VLAN20 (200.168.20.0/24) and VLAN30 (200.168.30.0/24). But VLAN 20, 30, they exchange pings.
Problem 2,
call the following message from the switch "CRS317-1G-16S +" (Router OS update) Error message: "Cold not resolve dns name"
Problem 3.
winbox-based gateway "RB1100 AH x4" is not available (Instead, it is available via a web browser.)
I want to make an interVLAN through bridge.
I'd appreciate it if you could redefine and reply to the instructions for resolving this error.