Knowledge Base
  • Getting Started
    • Quick Start
    • Knowledge Base
    • Contact RoamingiQ
    • New Customer Onboarding
  • Network Equipment
    • Supported Access Points
    • Access Point Configuration Guides
      • What You'll Need
      • Ruckus Virtual Smart Zone 5.4
      • Ruckus Virtual Smart Zone 6.1
      • Ruckus One
      • Ruckus Unleashed
      • Cambium cnMaestro X
      • TP Link Omada Pro
      • Aruba Central
      • Cisco Meraki
    • Supported Routers
    • Router Configuration Guides
      • Mikrotik
  • Network Administrator Console
    • Network Administrator Console Introduction
    • Network Operator Settings
      • E-mail Templates
      • Terms and Conditions
      • Display Options
      • Network Administrators
      • Service Plans
      • FCC Broadband Labels
      • Keypools
      • Shopping Cart
        • Shopping Cart Payment Rules
      • Realpage
      • Webhooks
      • Network Operator Logs
      • Gateway Errors and Pending Changes
    • Creating a New Venue
      • Venue Details/General Information
      • Venue Details/Configuration Options
      • Overlapping Subscriptions
      • Add Venue Units
      • Add and Remove Service Plans to Venue
      • Add a Keypool to a Venue
      • Add Venue Administrators to a Venue
      • Add Equipment to a Venue
      • Configure Venue Shopping Cart
      • Connect a Venue to RealPage
      • Migrating a Venue to VAULT From Another Provider
    • Managing Your Subscribers
      • Add Subscribers to a Venue
      • View and Modify Subscriber Details
      • Ending a Subscription
      • Issuing a Refund or Credit
      • Messaging Subscribers
      • View Subscriber Bandwidth
      • View, Modify, and Test Subscriber Wi-Fi Passwords
      • View Subscriber Transaction History
      • View Subscriber Logs
      • View Subscriber Devices
      • View System Data
      • Permanently Delete a Subscriber Record
    • Managing Your Venues
      • View and Modify Venue Details
      • View and Modify Venue Units
      • Export Units
      • View Venue Bandwidth
      • View Venue Logs
      • View Venue Transaction History
      • Delete a Venue
    • How to Change Roles
    • SMS Sign Up
  • Venue Administrator Console
    • Venue Administrator Console Introduction
    • Venue Administrator Dashboard
      • Add Subscribers
      • Add Guests
      • Add Venue Administrators
      • Message Subscribers
      • Activity Summary
      • Service Status
      • Support Summary
      • Quick Search
      • Recent Service Activations
      • Renew or Confirm Upcoming Expirations
    • Managing Your Subscribers
      • View and Modify Subscriber Details
      • Ending a Subscription
      • View Subscriber Bandwidth
      • View Subscriber Transactions
      • Resend Activation E-mail
      • Export Subscribers
    • Support
  • Subscriber Console
    • Subscriber Console Introduction
    • Subscriber Account Activation
    • Subscriber Self-Sign Up
  • Developers
    • API Documentation
    • Sample Webhook Payloads
  • Property Management Group
Powered by GitBook
On this page
  • Configuration Steps Overview
  • Important Note
  • Enable APIs
  • Create VLAN Interface
  • Create IP Address
  • Create DHCP Pool
  • Create DHCP Server
  • Create DHCP Network
  • Create Hotspot
  • Create Simple Queue

Was this helpful?

  1. Network Equipment
  2. Router Configuration Guides

Mikrotik

Here is a step-by-step guide on how to configure Mikrotik to work with VAULT.

Configuration Steps Overview

  1. Enable APIs

  2. Create VLAN Interface

  3. Create IP Address

  4. Create DHCP Pool

  5. Create DHCP Server

  6. Create DHCP Network

  7. Create Hotspot

  8. Create Simple Queue

Important Note

All configuration steps detailed assume the Mikrotik Router has an accessible IP address and configuration steps are accomplished via WebFig user interface.

Enable APIs

  1. Click IP

  2. Click Services

  3. Click api-ssl

  4. Click Enabled to enable the service

  5. Port: 8729

  6. Available From: Click down arrow to add an IP address

  1. Set IP Addresses to:

    1. 3.217.123.156/32

    2. 34.204.9.182/32

    3. 100.20.214.243/32

    4. 52.23.18.184/32

  2. Click OK

  1. Click api

  2. Click Enabled to enable the service

  3. Port: 8728

  4. Available From: Click down arrow to add an IP address

  1. Set IP Addresses to:

    1. 3.217.123.156/32

    2. 34.204.9.182/32

    3. 100.20.214.243/32

    4. 52.23.18.184/32

  2. Click OK

Create VLAN Interface

  1. Click Interfaces

  2. Click Add New

  3. Click VLAN

  4. Select Enabled to Enable the new VLAN

  5. Enter the following information:

    1. Name: vlan+VLANID (example: vlan1050)

    2. VLAN ID: VLANID (example: 1050)

    3. Interface: Select the Physical Interface to send VLAN traffic (example: sfp-sfpplus2)

    4. All other fields can remain default

  6. Click OK

Create IP Address

  1. Click IP

  2. Click Addresses

  3. Click Add New

  4. Click Enable to enable the IP

  5. Enter the IP address and MASK as CIDR to assign as the default gateway IP of the VLAN (ex. 172.20.50.1/24)

  6. Network: Enter the Network Address of the Subnet (ex. 172.20.50.0)

  7. Interface: Select the newly created VLAN

  8. Click OK

Create DHCP Pool

  1. Click IP

  2. Click Pool

  3. Click Add New

  4. Enter Name as vlan+VLANID+pool (ex. vlan1050pool)

  5. Click down arrow to add addresses

  6. Enter the starting address – ending address for pool (ex. 172.20.50.3-172.20.50.254)

  7. Leave Next Pool as none

  8. Click OK

Create DHCP Server

  1. Click IP

  2. Click DHCP Server

  3. Click Add New

  4. Click Enabled to enable the DHCP Server

  5. Enter the following information:

    1. Name: dhcp+VLANID (ex. dhcp1050)

    2. Interface: Newly Created VLAN Interface (ex. vlan1050)

    3. Lease Time: Enter valid lease time (ex. 3d 00:00:00)

    4. Address Pool: Select Address Pool Created above (ex. vlan1050pool)

    5. All other values may remain default or set to best practices

  6. Click OK

Create DHCP Network

  1. Click IP

  2. Click DHCP Server

  3. Select Networks Tab

  4. Click Add New

  5. Enter the following Information:

    1. Address: The Subnet Address in CIDR format (ex. 172.20.50.0/24)

    2. Gateway: The IP address assigned to the New VLAN (ex. 172.20.50.1)

    3. All other options can be default or set to best practices

  6. Click OK

Create Hotspot

  1. Click IP

  2. Click Hotspot

  3. Select Server Profiles Tab

  4. Click Add New

  5. Enter the following information:

    1. Name: vlan+VLANID+hsprof (ex. vlan1050hsprof)

    2. Hotspot Address: The IP address assigned to the New VLAN (ex. 172.20.50.1)

    3. All other fields may remain default or set to best practices

  6. Click OK

  7. Select Servers Tab

  8. Click Add New

  9. Enter the following information:

    1. If Hotspot should be enabled: Select Enabled

    2. Name: vlan+VLANID+hotspot (ex. vlan1050hotspot)

    3. Interface: Select the Newly Created VLAN Interface (ex. vlan1050)

    4. Address Pool: Select the Newly Created Address Pool (ex. vlan1050pool)

    5. Profile: Select the Newly Created Hotspot Profile (ex. vlan1050hsprof)

    6. All other fields may remain default or set to best practices

  10. Click OK

Create Simple Queue

  1. Click Queues

  2. Click Add New

  3. Click Enable to enable the queue

  4. Enter the following information:

    1. Name: vlan+VLANID+queue (ex. vlan1050queue)

    2. Target: Select the Newly Created VLAN (ex. vlan1050)

    3. Target Upload:

      1. Set MAX Limit to Upload Limit (ex. 1G)

    4. Target Download:

      1. Set MAX Limit to Download Limit (ex. 1G)

    5. All other fields may remain default or set to best practices

  5. Click OK

PreviousRouter Configuration GuidesNextNetwork Administrator Console Introduction

Last updated 7 months ago

Was this helpful?

Table Description automatically generated
Graphical user interface Description automatically generated
Graphical user interface, table Description automatically generated
Graphical user interface, application Description automatically generated
Graphical user interface Description automatically generated