Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. [admin@MikroTik] > export
  2. # jul/17/2019 02:55:59 by RouterOS 6.45.1
  3. # software id = 80U7-LN5J
  4. #
  5. # model = CRS317-1G-16S+
  6. #
  7. /interface bridge
  8. add admin-mac=B8:69:F4:7F:DD:67 auto-mac=no comment=defconf name=bridge vlan-filtering=yes
  9. /interface ethernet
  10. set [ find default-name=sfp-sfpplus5 ] advertise=1000M-full auto-negotiation=no
  11. /interface vlan
  12. add comment=vlan100-mgmt interface=bridge name=vlan100-mgmt vlan-id=100
  13. /interface wireless security-profiles
  14. set [ find default=yes ] supplicant-identity=MikroTik
  15. /ip hotspot profile
  16. set [ find default=yes ] html-directory=flash/hotspot
  17. /interface bridge port
  18. add bridge=bridge comment=defconf interface=ether1
  19. add bridge=bridge comment=pfsense interface=sfp-sfpplus1
  20. add bridge=bridge comment=esxi interface=sfp-sfpplus2
  21. add bridge=bridge comment=freenas interface=sfp-sfpplus3 pvid=20
  22. add bridge=bridge comment=3750 interface=sfp-sfpplus4
  23. add bridge=bridge comment=apartment interface=sfp-sfpplus5
  24. add bridge=bridge comment=defconf interface=sfp-sfpplus6
  25. add bridge=bridge comment=defconf interface=sfp-sfpplus7
  26. add bridge=bridge comment=defconf interface=sfp-sfpplus8
  27. add bridge=bridge comment=defconf interface=sfp-sfpplus9
  28. add bridge=bridge comment=defconf interface=sfp-sfpplus10
  29. add bridge=bridge comment=defconf interface=sfp-sfpplus11
  30. add bridge=bridge comment=defconf interface=sfp-sfpplus12
  31. add bridge=bridge comment=defconf interface=sfp-sfpplus13
  32. add bridge=bridge comment=defconf interface=sfp-sfpplus14
  33. add bridge=bridge comment=defconf interface=sfp-sfpplus15
  34. add bridge=bridge comment=defconf interface=sfp-sfpplus16
  35. /interface bridge vlan
  36. add bridge=bridge tagged=sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus4,sfp-sfpplus5 vlan-ids=2
  37. add bridge=bridge tagged=sfp-sfpplus1,sfp-sfpplus4,sfp-sfpplus5 vlan-ids=10
  38. add bridge=bridge tagged=sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus4,sfp-sfpplus5 untagged=sfp-sfpplus3 vlan-ids=20
  39. add bridge=bridge tagged=sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus4,sfp-sfpplus5 vlan-ids=50
  40. add bridge=bridge tagged=sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus4,sfp-sfpplus5 vlan-ids=60
  41. add bridge=bridge tagged=sfp-sfpplus1,sfp-sfpplus4,sfp-sfpplus5 vlan-ids=80
  42. add bridge=bridge tagged=sfp-sfpplus1,sfp-sfpplus4,sfp-sfpplus5 vlan-ids=90
  43. add bridge=bridge tagged=sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus4,bridge,sfp-sfpplus5 vlan-ids=100
  44. /ip address
  45. add address=192.168.100.108/24 interface=vlan100-mgmt network=192.168.100.0
  46. /ip dns
  47. set servers=192.168.20.138,192.168.20.139
  48. /ip route
  49. add distance=1 gateway=192.168.100.254
  50. /ip ssh
  51. set forwarding-enabled=remote
  52. /system clock
  53. set time-zone-name=America/New_York
  54. /system ntp client
  55. set enabled=yes primary-ntp=192.168.100.254
  56. /system routerboard settings
  57. set boot-os=router-os
  58. /system swos
  59. set address-acquisition-mode=static allow-from-ports=p1,p4,p17 identity="MikroTik CRS317-" static-ip-address=192.168.100.109
  60. [admin@MikroTik] >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement