Advertisement
Mike057

cAPGi-5HaxD2HaxD

May 20th, 2024
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. # jan/04/1970 03:38:28 by RouterOS 7.8
  2. # software id = 3CBS-FL02
  3. #
  4. # model = cAPGi-5HaxD2HaxD
  5. /interface bridge
  6. add ingress-filtering=no name=bridge1 vlan-filtering=yes
  7. /interface ethernet
  8. set [ find default-name=ether2 ] poe-out=off
  9. /interface vlan
  10. add interface=bridge1 name=MANAGEMENT vlan-id=90
  11. /interface wifiwave2 datapath
  12. add bridge=bridge1 disabled=no name=datapath1 vlan-id=10
  13. add bridge=bridge1 disabled=no name="guest dp" vlan-id=900
  14. /interface wifiwave2 security
  15. add authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec1
  16. add authentication-types=wpa2-psk,wpa3-psk disabled=no name=guest
  17. /interface wifiwave2 configuration
  18. add channel.band=5ghz-ax country=Czech datapath=datapath1 disabled=no mode=ap name=***5G \
  19. security=sec1 security.authentication-types="" ssid="*** 5G"
  20. add channel.band=2ghz-ax country=Czech datapath=datapath1 disabled=no mode=ap name=*** security=\
  21. sec1 security.authentication-types="" ssid=***
  22. add channel.band=5ghz-ax country=Czech datapath=datapath1 disabled=no mode=ap name="guest 5G" security=\
  23. guest security.authentication-types="" ssid="guest 5G"
  24. /interface wifiwave2
  25. set [ find default-name=wifi1 ] configuration=***5G configuration.mode=ap disabled=no name=\
  26. "wifi1[5GHz]" security=sec1
  27. set [ find default-name=wifi2 ] configuration=*** configuration.mode=ap disabled=no name=\
  28. "wifi2[2GHz]"
  29. add configuration="guest 5G" configuration.mode=ap datapath="guest dp" disabled=no mac-address=\
  30. 78:9A:18:0A:3B:B6 master-interface="wifi1[5GHz]" name=guest security=guest
  31. /interface bridge port
  32. add bridge=bridge1 interface=ether1
  33. add bridge=bridge1 interface=ether2
  34. add bridge=bridge1 interface="wifi2[2GHz]" pvid=10
  35. add bridge=bridge1 interface="wifi1[5GHz]" pvid=10
  36. add bridge=bridge1 interface=guest pvid=900
  37. /ip neighbor discovery-settings
  38. set discover-interface-list=all
  39. /ipv6 settings
  40. set disable-ipv6=yes
  41. /interface bridge vlan
  42. add bridge=bridge1 tagged=ether1,ether2,bridge1 vlan-ids=10
  43. add bridge=bridge1 tagged=ether1,ether2,bridge1 vlan-ids=90
  44. add bridge=bridge1 tagged=ether1,ether2 untagged=guest vlan-ids=900
  45. /interface wifiwave2 capsman
  46. set interfaces=*7 package-path="" require-peer-certificate=no upgrade-policy=none
  47. /ip address
  48. add address=192.168.90.3/24 interface=MANAGEMENT network=192.168.90.0
  49. /ip dns
  50. set servers=192.168.90.1
  51. /ip service
  52. set telnet disabled=yes
  53. set ftp disabled=yes
  54. set ssh disabled=yes
  55. set api disabled=yes
  56. set winbox address=192.168.10.0/24,192.168.90.0/24
  57. set api-ssl disabled=yes
  58.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement