meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hw:server:switch:mt_crs317 [2022/09/05 16:16]
niziak
hw:server:switch:mt_crs317 [2022/09/30 13:43] (current)
niziak
Line 14: Line 14:
  
 Default login ''​admin''​ with no password. 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>​
 +