Guest User

cap

a guest
Mar 11th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # jan/02/1970 00:29:20 by RouterOS 6.46.4
  2. # software id = JKZN-CW74
  3. #
  4. # model = RouterBOARD 941-2nD
  5. # serial number = 8B0E08D54FEA
  6. /interface bridge
  7. add name=bridge1
  8. add name=wifi-bridge
  9. /interface wireless
  10. # managed by CAPsMAN
  11. # channel: 2442/20-Ce/gn(15dBm), SSID: agroWIFI, local forwarding
  12. set [ find default-name=wlan1 ] disabled=no ssid=agroWIFI
  13. /interface vlan
  14. add interface=bridge1 name=vlan105 vlan-id=105
  15. /interface wireless security-profiles
  16. set [ find default=yes ] supplicant-identity=MikroTik
  17. /interface bridge port
  18. add bridge=bridge1 interface=ether1
  19. add bridge=bridge1 interface=ether3
  20. add bridge=bridge1 interface=ether4
  21. add bridge=wifi-bridge interface=vlan105
  22. add bridge=wifi-bridge interface=ether2
  23. add bridge=wifi-bridge interface=wlan1
  24. /interface wireless cap
  25. #
  26. set discovery-interfaces=wifi-bridge enabled=yes interfaces=wlan1
  27. /ip dhcp-client
  28. add disabled=no interface=bridge1
  29. add add-default-route=no interface=wifi-bridge use-peer-dns=no use-peer-ntp=\
  30.     no
Add Comment
Please, Sign In to add comment