Community discussions

MikroTik App
 
matthew01
just joined
Topic Author
Posts: 4
Joined: Wed Oct 27, 2021 2:21 pm

Configure CSS326-24G-2S+RM

Sun Nov 28, 2021 2:27 pm

Hi

I am new to MikroTik Products and have a MikroTik RB4011 Router and CSS326-24G-2S+RM

This is the config I have on the RB4011
Ethernet Port 1 is my WAN Port

Step 1: Create Bridge

/interface bridge
add name=bridge1 vlan-filtering=yes


Step 2: Create VLAN-Interfaces

/interface vlan
add comment="LAN" interface=bridge1 name=bridge1_vlan100 vlan-id=100
add comment="Guest Wifi" interface=bridge1 name=bridge1_vlan110 vlan-id=110
add comment="Server" interface=bridge1 name=bridge1_vlan200 vlan-id=200


Step 3: Assign IP-Addresses on Interfaces

/ip address
add address=10.8.100.254/24 comment="LAN (vlan100)" interface=bridge1_vlan100 network=10.8.100.0
add address=10.8.110.254/24 comment="Guest Wifi (vlan110)" interface=bridge1_vlan110 network=10.8.110.0
add address=10.200.0.254/24 comment="Server (vlan200)" interface=bridge1_vlan200 network=10.200.0.0
add address=192.168.100.254/24 comment=MGMT interface=bridge1 network=192.168.100.0


Step 4: Create DHCP-Server

/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge1 name=dhcp1
add address-pool=dhcp_pool1 disabled=no interface=bridge1_vlan100 name=dhcp2
add address-pool=dhcp_pool2 disabled=no interface=bridge1_vlan110 name=dhcp3
add address-pool=dhcp_pool3 disabled=no interface=bridge1_vlan200 name=dhcp4


/ip dhcp-server network
add address=10.8.100.0/24 dns-server=10.8.100.254 gateway=10.8.100.254
add address=10.8.110.0/24 dns-server=10.8.110.254 gateway=10.8.110.254
add address=10.200.0.0/24 dns-server=10.200.0.254 gateway=10.200.0.254
add address=192.168.100.0/24 dns-server=192.168.100.254 gateway=192.168.100.254


Step 5: Bridge VLAN-Filtering

/interface bridge vlan
add bridge=bridge1 tagged=bridge1,ether6,ether7,ether8,ether9,ether10 vlan-ids=100
add bridge=bridge1 tagged=bridge1,ether6,ether7,ether8,ether9,ether10 vlan-ids=110
add bridge=bridge1 tagged=bridge1,ether6,ether7,ether8,ether9,ether10 vlan-ids=200


Step 6: Assign Interface to Bridge

/interface bridge port
add bridge=bridge1 interface=ether6
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether8
add bridge=bridge1 interface=ether9
add bridge=bridge1 interface=ether10


Port 9 on the RB4011 I have have the CSS326-24G-2S+RM connected to Port 24


How do I configure an Access Port and a Trunk Port on the CSS326-24G-2S+RM as I am not sure of the settings to configure the VLANs on the CSS326-24G-2S+RM

Regards

Matthew
 
User avatar
k6ccc
Forum Guru
Forum Guru
Posts: 1490
Joined: Fri May 13, 2016 12:01 am
Location: Glendora, CA, USA (near Los Angeles)
Contact:

Re: Configure CSS326-24G-2S+RM

Tue Nov 30, 2021 6:40 am

Here are a couple of screen captures from one of mine that might get you pointed in the right direction. I included a link to each screen capture in case your browser does not embed the images.

First, the VLAN tab:
Image
http://extraphotos.info/mikrotik/CSS326 ... -08-24.png
The top port and the bottom three ports are all VLAN trunks. Open Mesh #1 and #2 near the bottom are hybrid ports (they are WiFi access points that use a untagged port for management and VLANs for each SSID). Everything else that is active is untagged end device ports.

Then the VLANs tab:
Image
http://extraphotos.info/mikrotik/CSS326 ... -08-24.png
 
mixig
Member
Member
Posts: 315
Joined: Thu Oct 27, 2011 2:19 pm

Re: Configure CSS326-24G-2S+RM

Tue Dec 07, 2021 11:44 pm

Who is online

Users browsing this forum: No registered users and 9 guests