meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
hw:server:switch:mt_crs317 [2022/09/05 16:06]
niziak created
hw:server:switch:mt_crs317 [2022/09/30 13:43] (current)
niziak
Line 1: Line 1:
 ====== CRS317-1G-16S+RM ====== ====== CRS317-1G-16S+RM ======
  
-[[MikroTik Cloud Router Switch CRS317-1G-16S+RM|https://​mikrotik.com/​product/​crs317_1g_16s_rm]]+[[https://​mikrotik.com/​product/​crs317_1g_16s_rm|MikroTik Cloud Router Switch CRS317-1G-16S+RM]]
  
   * Smart Switch   * Smart Switch
Line 10: Line 10:
   * 1U rackmount passive cooling case   * 1U rackmount passive cooling case
   * Dual Power Supplies   * Dual Power Supplies
 +
 +===== CLI =====
 +
 +Default login ''​admin''​ with no password.
 +
 +===== Set admin IP in VLAN =====
 +
 +<code bash>
 +/interface vlan add interface=bridge name=vlan28 vlan-id=28
 +/ip address add address=192.168.28.29/​22 interface=vlan28
 +/ip dns set servers=192.168.64.100,​192.168.64.101
 +/system identity set name=CRS317
 +</​code>​
 +
 +Change vlan28 default interface:
 +<code bash>
 +/interface vlan set vlan28 interface=bridge
 +</​code>​
 +
 +===== Change admin password =====
 +<code bash>
 +/user set admin password=xxxx
 +/system package update install
 +
 +</​code>​
 +
 +
 +
 +