SwOS CRS3xx
SwOS CRS3xx
SwOS/CRS3xx
< SwOS
Warning: This manual is moved to https://help.mikrotik.com/docs/display/SWOS/SwOS
Contents
Summary
CRS3xx series features
Models
Connecting to the Switch
Interface Overview
System
DHCP & PPPoE Snooping
Password and Backup
Link
PoE
SFP
Port Isolation
LAG
Forwarding
RSTP
Stats, Errors and Histogram
VLAN and VLANs
VLAN Configuration Example
Hosts
IGMP Snooping
SNMP
ACL Tab
Conditions part parameters
Action part parameters
Health
Dual Boot
Configuring SwOS using RouterOS
Reset and Reinstall
Summary
SwOS is an operating system designed specifically for administration of MikroTik switch products.
SwOS is configurable from your web browser. It gives you all the basic functionality for a managed switch, plus more: allows to manage port-to-port
forwarding, broadcast storm control, apply MAC filter, configure VLANs, mirror traffic, apply bandwidth limitation and even adjust some MAC and IP
header fields.
Warning: Each RouterBoard switch series device has its own firmware which cannot be installed on other series models!
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 1/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
Link Aggregation
Supports 802.3ad LACP groups
Supports static link aggregation groups
Up to 16 link aggregation groups
Up to 8 member ports per a group
Hardware automatic failover and load balancing
Multicast Forwarding
IGMP Snooping support
Unknown Multicast Filtering
Mirroring
Port based mirroring
VLAN
Fully compatible with IEEE802.1Q
Port based VLAN
Up to 250 VLAN entries (limited by SwOS)
VLAN filtering
Security
Port Lock
Broadcast Storm Control
DHCP & PPPoE Snooping
Models
This table clarifies the main differences between Cloud Router Switch models.
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 2/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
Model Switch Chip Serial console PoE-in support PoE-out support Health monitor
CRS326-24G- Marvell-
+ ether1, Passive PoE - CPU temperature
2S+ 98DX3236
CRS328-24P- Marvell- ether1 - ether24, CPU and board temperature, fan speed, PSU voltage and
+ -
4S+ 98DX3236 802.3af/at current, PoE-out monitoring
CRS328-4C- Marvell-
+ - - CPU temperature, fan speed, PSU state
20S-4S+ 98DX3236
CRS317-1G- Marvell-
+ - - CPU temperature, fan speed, PSU state
16S+ 98DX8216
CRS305-1G- Marvell-
- ether1, 802.3af/at - CPU temperature
4S+ 98DX3236
CRS309-1G- Marvell-
+ ether1, 802.3af/at - CPU temperature
8S+ 98DX8208
CRS312- Marvell-
+ - - CPU temperature, fan speed, PSU state
4C+8XG 98DX8212
CRS326- Marvell-
+ - - CPU temperature, fan speed, PSU state
24S+2Q+ 98DX8332
CRS318-16P- Marvell- ether1 - ether16, CPU temperature, PSU voltage and current, PoE-out
- -
2S+ 98DX226S 802.3af/at monitoring.
CRS318-1Fi- Marvell- ether1-ether14, ether16, ether15, Passive
- CPU temperature
15Fr-2S 98DX224S Passive PoE PoE
CRS354-48G- Marvell- CPU and board temperature, fan speed, PSU voltage and
+ - -
4S+2Q+ 98DX3257 current
CRS354-48P- Marvell- ether1 - ether48, CPU and board temperature, fan speed, PSU voltage and
+ -
4S+2Q+ 98DX3257 802.3af/at current, PoE-out monitoring
SwOS Login
SwOS default IP address: 192.168.88.1, user name: admin and there is no password.
Note: MikroTik Neighbor Discovery protocol tools can be used to discover IP address of Mikrotik switch. Manual:IP/Neighbor_discovery.
Currently LLDP is not supported.
Interface Overview
SwOS interface menu consists of multiple tabs depending on the device model. These are all possible SwOS menus: Link, PoE, SFP, Port Isolation, LAG,
Forwarding, RSTP, Stats, Errors, Hist, VLAN, VLANs, Hosts, IGMP, SNMP, ACL, System, Health and Upgrade.
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 3/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
System
System Tab performs the following functions:
Note: SwOS uses a simple algorithm to ensure TCP/IP communication - it just replies to the same IP and MAC address packet came from.
This way there is no need for Default Gateway on the device itself.
General Settings
Property Description
Address Acquisition Specify which address acquisition method to use:
DHCP with fallback - For first 10 seconds switch uses DHCP client. If request is unsuccessful, then
address is set as a Static IP Address value
static - Address is set as a Static IP Address value
DHCP only - Switch uses DHCP client to acquire address
Static IP Address IP address of the switch in case of Address Acquisition is set as DHCP with fallback or static
Identity Name of the switch (for Mikrotik Neighbor Discovery protocol)
Allow From IP address from which the switch is accessible. Default value is '0.0.0.0/0' - any address
Allow From Ports List of switch ports from which it is accessible
Allow From VLAN VLAN ID from which the switch is accessible (VLAN Mode on ingress port must be other than disabled in
order to connect)
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 4/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
Watchdog Enable or disable system Watchdog. It will reset CPU of the switch in case of fault condition
Independent VLAN Lookup Enable or disable independent VLAN lookup in the Host table for packet forwarding
IGMP Snooping Enable or disable IGMP Snooping
IGMP Fast Leave Enables or disables IGMP fast leave feature on the switch port. This property only has an effect when IGMP
Snooping is enabled.
Mikrotik Discovery Protocol Enable or disable Mikrotik Neighbor Discovery protocol
MAC Address MAC address of the switch (Read-only)
Serial Number Serial number of the switch (Read-only)
Board Name MikroTik model name of the switch (Read-only)
Uptime Current switch uptime (Read-only)
Property Description
Trusted Ports Group of ports, which allows DHCP or PPPoE servers to provide a requested information. Mainly used to limit
unauthorized servers to provide malicious information for users, access ports usually do not configure as
trusted
Add Information Option Enables or disables DHCP Option-82 information. When enabled, the Option-82 information (Agent Remote ID
and Circuit ID) is added for DHCP packets received from untrusted ports. Can be used together with Option-82
capable DHCP server to assign IP addresses and implement policies
Link
Link Tab allows you to configure each interface settings and monitor link status
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 5/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
Link Settings
Property Description
Enabled Enable or disable port
Name Editable port name
Link Status Current link status (Read-only)
Auto Negotiation Enable or disable auto negotiation
Speed Specify speed setting of the port (requires auto negotiation to be disabled)
Full Duplex Specify duplex mode of the port (requires auto negotiation to be disabled)
Flow control Tx/Rx Enable or disable 802.3x Flow control
PoE
Devices with PoE-out support have some configuration options and certain monitoring features, like PoE-out current, voltage, etc. For more detailed
description, see Manual:PoE-Out.
PoE tab
SFP
SFP tab allows you to monitor status of SFP/SFP+ modules.
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 6/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
SFP Tab
Port Isolation
Port Isolation table allows or restricts traffic forwarding between specific ports. By default, all available switch chip ports can communicate with any
other port, there is no isolation used. When the checkbox is enabled/ticked you allow to forward traffic from this port towards the ticked port. Below are
some port isolation examples.
Note: It is possible to check/uncheck multiple checkboxes by checking one of them and then dragging horizontally (Click & Drag).
Note: (R)STP will only work properly in Private VLAN setups. In setups with multiple isolated switch groups (R)STP might not properly
receive BPDUs and therefore fail to detect network loops.
LAG
IEEE 802.3ad (LACP) compatible link aggregation is supported, as well as static link aggregation to ensure failover and load balancing based on Layer2,
Layer3 and Layer4 hashing.
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 7/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
LAG Tab
Each individual port can be configured as Passive LACP, Active LACP or a Static LAG port.
Property Description
Mode (default: passive) Specify LACP packet exchange mode or Static LAG mode on ports:
Passive: Place port in listening state, use LACP only when it's contrary port uses active LACP mode
Active: Prefer to start LACP regardless contrary port mode
Static: Set port in a Static LAG mode
Property Description
Group Specify a Static LAG group
Trunk (read only) Represents group number port belongs to.
Partner (read only) Represents partner mac-address.
Forwarding
Forwarding Tab provides advanced forwarding options among switch ports, port locking, port mirroring, bandwidth limit and broadcast storm control
features.
Forwarding Settings
Property Description
Port Lock
Port Lock - Enables or disables MAC address learning on this port. When option is enabled, it will restrict
MAC address learning and static MAC addresses should be configured. Any received frames with unknown
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 8/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
source MAC address will be dropped
Lock On First - Allows to learn source MAC address from the first received frame, this property should be
used together with Port Lock. Learning of the first MAC address will reset every time an interface status
changes
Port Mirroring
Mirror Ingress - Whether traffic entering this port must be copied and forwarded to mirroring target port
Mirror Egress - Whether traffic leaving this port must be copied and forwarded to mirroring target port
Mirror To - Mirroring target port
Bandwidth Limit
Ingress Rate - Limit traffic entering this port (bps)
Note: It is possible to limit ingress traffic per port basis with traffic policer. The ingress policer controls the received traffic with packet
drops. Everything that exceeds the defined limit will get dropped. This can affect the TCP congestion control mechanism on end hosts and
achieved bandwidth can be actually less than defined.
RSTP
Per port and global RSTP configuration and monitoring is available in the RSTP menu.
RSTP Settings
Property Description
Bridge Priority (hex) RSTP bridge priority for Root Bridge selection
Port Cost Mode There are two methods for automatically detecting RSTP port cost depending on link speed.
short: 40G - 1; 10G - 2; 1G - 4; 100M - 10; 10M - 100
long: 40G - 500; 10G - 2000; 1G - 20000; 100M - 200000; 10M - 2000000
Root Bridge The priority and MAC address of the selected Root Bridge in the network (Read-only)
Property Description
RSTP Enable or disable STP/RSTP functionality on this port
Mode Shows STP/RSTP functionality mode on specific port (Read-only):
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 9/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
RSTP
STP
Root Path Cost Shows root path cost for ports that are facing root bridge (Read-only)
Type
edge - ports that are not supposed to receive any BPDUs, should be connected to end station (Read-only)
point-to-point - ports that operates in full-duplex links, can be part of STP and operate in forwarding
state (Read-only)
Port statistics
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 10/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
Note: Statistics for SFP+ interface are cleared whenever an active SFP+ link is established.
Property Description
VLAN Mode (disabled | optional | enabled | strict; Default: VLAN filtering mode, these options are relevant to egress ports (except for strict mode).
optional)
disabled - VLAN table is not used. Switch discards packets with a VLAN tag on
egress ports. If the packet has a VLAN tag and the VLAN ID matches Default VLAN
ID on egress ports, then with VLAN Receive=any the switch will remove the VLAN
tag and forward the packet.
optional - Disabled VLAN filtering. Handle packets with VLAN tag ID that is not
present in VLAN table just like packets without VLAN tag.
enabled - Enabled VLAN filtering. Drop packets with VLAN tag ID that is not present
in VLAN table. Default VLAN ID must be specified for access ports since it will be
used to tag ingress traffic and untag egress traffic for the certain port.
strict - Enabled VLAN filtering with additional ingress filtering, which checks if the
ingress port is a member of the received VLAN ID in the VLAN table. Received
packets on the ingress port with a VLAN ID that does not match with VLAN table will
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 11/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
be dropped. Default VLAN ID must be specified for access ports since it will be used
to tag ingress traffic and untag egress traffic for the certain port.
VLAN Receive (any | only tagged | only untagged; Default: Ingress traffic filtering based on VLAN tag presence.
optional)
any - Allows tagged and untagged packets on a certain port
only tagged - Allows only packets with a VLAN tag
only untagged - Allows only packets without a VLAN tag
Default VLAN ID (integer: 1..4095; Default: 1) VLAN ID which will be assigned on ingress traffic. Only has effect on untagged traffic, it
will be ignored for tagged traffic. This parameter is usually used to allocate access ports
with specific VLAN. It is also used to untag egress traffic if packet's VLAN ID matches
Default VLAN ID.
Force VLAN ID (integer: yes | no; Default: no) Assigns the Default VLAN ID value to all ingress traffic (tagged and untagged). Has
effect in all VLAN Modes. If port receives tagged traffic and Default VLAN ID is set to
1, then with this parameter the egress traffic will be untagged.
Property Description
VLAN ID (integer: 1..4095; Default: 0) VLAN ID to which assign ports.
Name (text; Default: ) Short description of the VLAN.
Port Isolation (yes | no; Default: yes) Use settings from Port Isolation menu to isolate the defined VLAN to only certain
ports. When disabled, the switch will ignore port isolation configuration and forward
traffic with the defined VLAN ID only to ports that are checked as members.
Learning (yes | no; Default: yes) Enables or disables MAC address learning on the defined VLAN. If disabled, then all
learned MAC addresses will appear as they have had been learned from VLAN 1.
Mirror (yes | no; Default: no) Enables or disables VLAN based mirroring. When enabled and Mirror To is set in the
Forwarding menu, then all traffic from the defined VLAN will be mirrored to the selected
port.
IGMP Snooping (yes | no; Default: no) Enables or disables IGMP Snooping on the defined VLAN. When enabled, the switch will
listen to IGMP Join and Leave requests from the defined VLAN and only forward traffic
to ports, which have sent IGMP membership requests from the defined VLAN. When
disabled, the switch will flood all VLAN member ports with Multicast traffic.
Members (ports; Default: none) Group of ports, which are allowed to forward traffic on the defined VLAN.
Simple trunk and access port configuration, as well as trunk and hybrid port configuration examples can be found in this article - SWOS/CSS326-VLAN-
Example.
Hosts
This table represents dynamically learnt MAC address to port mapping entries. It can contain two kinds of entries: dynamic and static. Dynamic entries
get added automatically, this is also called a learning process: when switch receives a packet from certain port, it adds the packet's source MAC address
and port it received the packet from to host table, so when a packet comes in with certain destination MAC address it knows to which port it should
forward the packet. If the destination MAC address is not present in host table then it forwards the packet to all ports in the group. Dynamic entries take
about 5 minutes to time out. CRS3xx devices supports 16383 host table entries.
Static entries will take over dynamic if dynamic entry with same mac-address already exists. Also by adding a static entry you get access to some more
functionality.
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 12/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
Host Table
Property Description
Ports Ports the packet should be forwarded to
MAC MAC address
VLAN ID VLAN ID
Drop Packet with certain MAC address coming from certain ports can be dropped
Mirror Packet can be cloned and sent to mirror-target port
Property Description
Port Ports the packet should be forwarded to (Read-only)
MAC Learned MAC address (Read-only)
VLAN ID Learned VLAN ID (Read-only)
IGMP Snooping
IGMP Snooping which controls multicast streams and prevents multicast flooding is implemented in SwOS starting from version 2.5. The feature allows
a switch to listen in the IGMP conversation between hosts and routers.
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 13/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
It is possible to enable IGMP Snooping for a specific VLAN ID under VLANs menu.
Note: IGMP Snooping for VLANs requires enabled "Independent VLAN Lookup" in the System menu.
SNMP
SwOS supports SNMP v1 and uses IF-MIB, SNMPv2-MIB, BRIDGE-MIB and MIKROTIK-MIB (only for health, PoE-out and SFP diagnostics) for SNMP
reporting.
System information
System uptime
Port status
Interface statistics
Host table information
SNMP settings
Property Description
Enabled Enable or disable SNMP service
Community SNMP community name
Contact Info Contact information for the NMS
Location Location information for the NMS
ACL Tab
An access control list (ACL) rule table is very powerful tool allowing wire speed packet filtering, forwarding and VLAN tagging based on L2,L3 protocol
header field conditions. Each rule contains a conditions part and an action part.
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 14/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
any
present
not present
Health
This menu provides different health related properties.
CRS328-24P-4S+ Health
Property Description
CPU Temperature Shows CPU temperature in celsius temperature scale (Read-only)
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 15/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
Board Temperature Shows PCB temperature in celsius temperature scale (Read-only)
FAN Shows FAN rotational speed (Read-only)
PSU Shows PSU related information depending on device model (Read-only):
PSU state, either failed or ok (for CRS328-20S-4C-4S+, CRS317-1G-16S+, CRS312-4C+8XG, CRS326-
24S+2Q+)
PSU voltage and consumed miliamperes by PoE-out connected devices (CRS328-24P-4S+, CRS318-16P-
2S+)
Note: For devices with only a CPU temperature sensor (CRS326-24G-2S+, CRS305-1G-4S+, CRS309-1G-8S+, CRS318-1Fi-15Fr-2S) health
information is available under System menu.
Dual Boot
“Dual Boot” feature allows you to choose which operating system you prefer to use, RouterOS or SwOS.
Boot RouterOS option is under System tab:
It is possible to load a SwOS backup firmware in case standard firmware breaks or upgrade fails:
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 16/17
25/10/21 11:15 SwOS/CRS3xx - MikroTik Wiki
Dual boot
https://wiki.mikrotik.com/wiki/SwOS/CRS3xx 17/17