Skip to main content

Mikrotik SXT 5nD r2 setup in bridge mode

How to connect two Mikrotik RouterBoard SXT 5nD r2 devices together in Bridge Mode
Doing a Bandwidth Test between two RouterBoard SXT-5nD's


Mikrotik routerboard default IP is 192.168.88.1

You can connect with routerboard by WinBox through IP and MAC address. You need to download WinBox from mikrotik website.

By default routerboard have Admin as username and blank password.

If you want to connect with device through IP then don't forget to add same network address into your pc NIC, otherwise connection isn't established. Else you can connect through MAC so choose MAC address from Elipsis next to "connect" field.

When you login, "RouterOS Default configuration" screen is popup. click okay.

Do same for other device to login to routerOS
If you followed the process then you already open both device.

Now you can set a HostName for those devices.

  • Click on the system button on the left then Identity
  • Change the name to something useful.
  • Make the change to both radios

Connecting Wireless radio

Steps to followed

  • Click the wireless button on the top left
  • "Wlan1" interface is grayed or dimmed, this means its currently disabled.
  • Right click "wlan1" interface and click Enable from dorpdown menu or just Blue Check button on top of menu bar. Now you can see the interface is enabled.

Its time to change radios device to Accesspoint and "Client"

Step to followed to make AccessPoint.
Access Point Configuration
  • Double click on Wlan1
  • Click the wireless tab at the top, next to General tab
  • Click the Mode drop-down menu and choose "Bridge"
  • Click the Band drop-down menu and choose "5Ghz-only-N"
  • On Channel Width  drop-down choose "20/40MHz HT Above
  • Choose "nv2" on Wireless Portocol
  • Click the HT tab at the top, next to wireless tab
  • From HT Guard Interval drop-down menu choose "long"
  • Select all 4 HT chain options and also select  all HT AMPDU priorities 
  • Click on WDS tab, on WDS mode drop-down menu choose dynamic.
  • And WDS Default  Bridge "bridge1"
  • On Nstreme tab select "Disable CSMA" and Framer policy "dynamic size"
  • Now select Apply button on the top right.








Client Configuration


Step to follow for client
  • Double click on wlan1
  • Click on Scan button on the right
  • The AP must show up, if it isn't, follow above steps again, if its does, then click on the SSID shown in the list and click the "connect" button then 'close'
After doing so you have connect client to AP. Wait we need change something more here .

Go to back to the wireless tab.
  • Click the Mode drop-down menu and choose "Station Bridge"
  • Click the Band drop-down menu and choose "5Ghz-only-N"
  • On Channel Width  drop-down choose "20/40MHz HT Above
  • Click the wireless protocol drop-down and choose "Any"
  • ON HT tab next to wireless tab select 4 HT chain options
  • From HT Guard Interval drop-down menu choose "long"
  • Then select all HT AMPDU priorities
  • Now click Apply button on right side.






On the wireless tables window you can see "R" next to the Wlan Interface. This indicate the cleint is register and connected to the AP.

Bandwidth test Between two SXT

  • Click the Tools button on the left then choose Bandwidth Test
  • Change the "Test To:" field to the address of the client - 192.168.88.1
  • From Protocol either choose "udp" or "tcp"
  • On Direction drop-down menu either choose of your choice 
  • Click the "user" field and enter admin for the username.
  • Now click Start button top right of the menu.
Here is my bidirectional TCP test.


Comments

  1. Thank you for this tutorial, it really helped me a lot:)

    ReplyDelete

Post a Comment

Popular posts from this blog

MongoDB Failed to start lsb an object/document-oriented database

After long gap I'm going to post new blog. Due to the work load and research I have little time.  MongoDB could not started after installation of 3.6 version, However downgrade to the 3.4, still the Mongodb couldn't start and show below error message. Search don't help to resolved the issue. After so much hit and trail nothing work. One Chinese forum posted this command and its works for me.  cd /var/lib sudo rm -rf ./mongodb sudo mkdir mongodb sudo chown -R mongodb mongodb/ sudo serivce mongodb restart

Cisco ASA in GNS3

Here is another tutorial running Cisco ASAv on GNS3 using Qemu. For Configure GNS3 In My case I have used ASAv952-204.qcow2 Go  to the GNS3>Edit>Preferences>QEMU>Qemu VMs>New Follow on screen procedure.  Don't forget to enable kvm and memory allocation.  Now you can see I can run ASAv 9.5.2 Blank Password.

IOS XR GNS3 QEMU

This time lets have tutorial on Cisco XR 9k series router image running on the GNS3. Please don't ask for the XR image. Your are smart enough to get it. My system configuration: Ubuntu 16.04 GNS3 1.4 RAM 8Gig i7 processor Used XR Image iosxrv-k9-demo-6.0.1.qcow2 This image is VIRL extracted image. You need to convert this image into QEMU image, follow this link I strongly recommend you to run it on the Linux system. Now you have converted image, then go to the GNS3>Edit>Preferences>QEMU>Qemu VMs>New then follow the onscreen procedure. Setting for QEMU XR Image. RAM:- 4Gig CPU:- 1 Adapters at lest 4.  -enable-kvm Here you can see I can run the XR on my system. Interface is up and system is already booted.  I have run 3 XR router  here is my system RAM CPU usages. RP/0/0/CPU0:XR3(config)#int gi0/0/0/0 RP/0/0/CPU0:XR3(config-if)#ip add 192.168.13.2 255.255.255.252 RP/0/0/CPU0:XR3(config-if)#co