Guest User

Untitled

a guest
Mar 19th, 2020
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. /interface list add name=WLANs
  2.  
  3. /caps-man channel
  4. add band=5ghz-n/ac extension-channel=XXXX name=channel_5G reselect-interval=1h secondary-frequency=disabled
  5. add band=2ghz-g/n extension-channel=XX name=channel_2G reselect-interval=1h secondary-frequency=disabled tx-power=14
  6. /caps-man security
  7. add authentication-types=wpa2-psk disable-pmkid=yes group-key-update=1h name=security-guest
  8. add authentication-types=wpa2-psk disable-pmkid=yes group-key-update=1h name=security-home
  9. /caps-man access-list
  10. add action=accept allow-signal-out-of-range=6s disabled=yes interface=WLANs signal-range=-74..0 ssid-regexp=""
  11. add action=accept allow-signal-out-of-range=1s disabled=yes interface=WLANs signal-range=-90..-75 ssid-regexp=""
  12. add action=accept allow-signal-out-of-range=6s disabled=yes interface=WLANs signal-range=-72..0 ssid-regexp=""
  13. add action=accept allow-signal-out-of-range=1s disabled=yes interface=WLANs signal-range=-81..-73 ssid-regexp=""
  14. add action=reject allow-signal-out-of-range=always disabled=no interface=WLANs signal-range=-120..-75 ssid-regexp=""
  15. /caps-man configuration
  16. add channel=channel_2G country=russia4 datapath=datapath-home disconnect-timeout=1s distance=indoors frame-lifetime=30ms guard-interval=any hw-protection-mode=rts-cts hw-retries=3 \
  17. installation=indoor keepalive-frames=enabled mode=ap multicast-helper=full name=cfg-home-2G security=security-home ssid=1813
  18. add channel=channel_5G country=russia4 datapath=datapath-home disconnect-timeout=1s distance=indoors frame-lifetime=30ms guard-interval=any hw-protection-mode=rts-cts hw-retries=4 \
  19. installation=indoor keepalive-frames=enabled mode=ap multicast-helper=full name=cfg-home-5G security=security-home ssid=1813
  20. add channel=channel_2G country=russia4 datapath=datapath-guest disconnect-timeout=1s distance=indoors frame-lifetime=30ms guard-interval=any hw-protection-mode=rts-cts hw-retries=\
  21. 3 installation=indoor keepalive-frames=enabled mode=ap multicast-helper=full name=cfg-guest-2G security=security-guest ssid=1813-GUEST
  22. add channel=channel_5G country=russia4 datapath=datapath-guest disconnect-timeout=1s distance=indoors frame-lifetime=30ms guard-interval=any hw-protection-mode=rts-cts hw-retries=\
  23. 4 installation=indoor keepalive-frames=enabled mode=ap multicast-helper=full name=cfg-guest-5G security=security-guest ssid=1813-GUEST
  24. /caps-man datapath
  25. add bridge=bridge-LAN client-to-client-forwarding=no interface-list=WLANs local-forwarding=no name=datapath-guest vlan-id=600 vlan-mode=use-tag
  26. add bridge=bridge-LAN client-to-client-forwarding=yes interface-list=WLANs local-forwarding=yes name=datapath-home vlan-id=500 vlan-mode=use-tag
  27. /caps-man manager
  28. set enabled=yes package-path=/disk1 upgrade-policy=suggest-same-version
  29. /caps-man manager interface
  30. set [ find default=yes ] forbid=yes
  31. add disabled=no interface=bridge-LAN
  32. /caps-man provisioning
  33. add action=create-enabled hw-supported-modes=a,ac,an master-configuration=cfg-home-5G name-format=prefix-identity name-prefix=5G slave-configurations=cfg-guest-5G
  34. add action=create-enabled hw-supported-modes=b,g,gn master-configuration=cfg-home-2G name-format=prefix-identity name-prefix=2G slave-configurations=cfg-guest-2G
Advertisement
Add Comment
Please, Sign In to add comment