How to configure mikrotik network equipment » History » Version 1
Nico Schottelius, 05/21/2020 02:55 PM
1 | 1 | Nico Schottelius | h1. How to configure mikrotik network equipment |
---|---|---|---|
2 | |||
3 | |||
4 | h2. Status |
||
5 | |||
6 | This document is **PRE PRODUCTION**. |
||
7 | |||
8 | |||
9 | h2. Setting up a newly arrived Mikrotik switch |
||
10 | |||
11 | This part is specific for mikrotik-crs326 devices and should |
||
12 | |||
13 | After arriving within 1 work day do: |
||
14 | |||
15 | * Unpack |
||
16 | * Find out which name the switch should have |
||
17 | ** go to https://netbox.ungleich.ch |
||
18 | ** search for crs326 |
||
19 | ** identify the last used number |
||
20 | ** Create a new device |
||
21 | *** go to devices |
||
22 | *** devices |
||
23 | *** add |
||
24 | **** name: "mikrotik-crs326-XX" |
||
25 | **** device-role: a device role |
||
26 | **** device-type: CRS326 |
||
27 | **** serial-number: <from the device> |
||
28 | **** site: placeX - |
||
29 | **** create |
||
30 | * Add a physical label with its name |
||
31 | ** Do not continue before you have done that! |
||
32 | * configure your notebook with the ipv4 address 192.168.88.23/24 |
||
33 | * connect to the crs326: @ssh admin@192.168.88.1@ |
||
34 | * Configure the switch |
||
35 | ** Set identity: @/system identity set name=mikrotik-crs326-XX@ # use the correct name |
||
36 | ** Set password: @/user set admin password=@ # use the password for mikrotik in the place that you are, use password store |
||
37 | ** Enable IPv6: @/system package enable ipv6@ |
||
38 | ** Reboot so that IPv6 is enabled: @/system reboot@ |