Skip to content

Instantly share code, notes, and snippets.

@jeeshofone
Last active May 16, 2019 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeeshofone/76eff9cd630f3af19824e8ac042099b6 to your computer and use it in GitHub Desktop.
Save jeeshofone/76eff9cd630f3af19824e8ac042099b6 to your computer and use it in GitHub Desktop.
# jan/02/1970 01:21:02 by RouterOS 6.42.10
# software id = TEYX-Z5HT
#
# model = CRS317-1G-16S+
# serial number = 955D0AABB27B
/interface bridge
add mtu=9000 name="normal IP" vlan-filtering=yes
/interface ethernet
set [ find default-name=sfp-sfpplus13 ] l2mtu=9092 mtu=9000 name="Link to Linksys" rx-flow-control=auto tx-flow-control=auto
set [ find default-name=sfp-sfpplus1 ] l2mtu=9092 mtu=9000 name="Synology 1"
set [ find default-name=sfp-sfpplus2 ] l2mtu=9092 mtu=9000 name="Synology 2"
set [ find default-name=ether1 ] l2mtu=9092 mtu=9000
set [ find default-name=sfp-sfpplus5 ] l2mtu=9092 mtu=9000
set [ find default-name=sfp-sfpplus6 ] l2mtu=9092 mtu=9000
/interface vlan
add comment=lan interface="normal IP" mtu=9000 name=vlan2 vlan-id=2
add comment=wan interface="normal IP" mtu=9000 name=vlan6 vlan-id=6
add comment=san interface="normal IP" mtu=9000 name=vlan7 vlan-id=7
add comment=mgmt interface="normal IP" mtu=9000 name=vlan40 vlan-id=40
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge="normal IP" comment=defconf interface=ether1 pvid=6
add bridge="normal IP" comment=defconf interface="Synology 1"
add bridge="normal IP" comment=defconf interface="Synology 2"
add bridge="normal IP" comment=defconf interface=sfp-sfpplus5
add bridge="normal IP" comment=defconf interface=sfp-sfpplus6
add bridge="normal IP" comment=defconf interface="Link to Linksys"
/interface bridge vlan
add bridge="normal IP" tagged="Link to Linksys,Synology 1,Synology 2,sfp-sfpplus5,sfp-sfpplus6,normal IP" vlan-ids=1-5,7-4000
add bridge="normal IP" tagged="Link to Linksys,sfp-sfpplus5,sfp-sfpplus6" untagged=ether1 vlan-ids=6
/ip address
add address=10.40.0.23/24 interface=vlan2 network=10.40.0.0
/ip dhcp-client
add dhcp-options=hostname,clientid
/system routerboard settings
set boot-os=router-os silent-boot=no
/tool graphing interface
add
/tool graphing queue
add
/tool graphing resource
add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment