MikroTik IXP_SW Configuration

Diarmuid O'Briain, diarmuid@obriain.com
22/01/2018, version 1.0

Last updated: 22-01-2018 21:59


Reset the configuration

  system reset-configuration no-defaults=yes
  

System identity

Add a system identity.

  system identity set name=IXP_SW
  

Switch ports

Create Switch from ports 2,3 & 4

  interface ethernet set 1 name=ether2_ISP1
  interface ethernet set 2 master-port=ether2_ISP1 name=ether3_ISP2
  interface ethernet set 3 master-port=ether2_ISP1 name=ether4_IXP_CORE
  interface ethernet set 4 master-port=ether2_ISP1
  

Monitor port

Create mirror port to monitor traffic.

  interface ethernet switch set 0 mirror-source=ether4_IXP_CORE mirror-target=ether5