caps-man manager interface all forbid=yes && caps-man-addresses=127.0.0.1
Posted: Sat Apr 21, 2018 12:11 am
Hi pipl! i've next config & my caps-man wlan interfaces can't find capsman ...
and
i can't disable or move vlan10 prio UP
Work only on:
MayBe it's Feature, but i want just add one INTERFACE to discover CAPs & all over forbid.
Code: Select all
# apr/21/2018 00:03:35 by RouterOS 6.42
# model = RouterBOARD 952Ui-5ac2nD
/caps-man manager
set enabled=yes upgrade-policy=suggest-same-version
/caps-man manager interface
set [ find default=yes ] forbid=yes
add disabled=no interface=vlan10
Code: Select all
# apr/21/2018 00:04:25 by RouterOS 6.42
# model = RouterBOARD 952Ui-5ac2nD
/interface wireless cap
#
set caps-man-addresses=127.0.0.1 discovery-interfaces=vlan10 enabled=yes interfaces=wlan1,wlan2
Code: Select all
/caps-man manager interface> print
Flags: * - default, X - disabled, D - dynamic
# INTERFACE FORBID
0 * all yes
1 vlan10 no
] /caps-man manager interface> disable 0
failure: not allowed to change preset properties
] /caps-man manager interface>
.. -- go up to manager
add -- Create a new item
comment -- Set comment for items
disable -- Disable items
edit --
enable -- Enable items
export -- Print or save an export script that can be used to restore configuration
find -- Find items by value
get -- Gets value of item's property
print -- Print values of item properties
remove -- Remove item
set -- Change item properties
Work only on:
Code: Select all
# apr/21/2018 00:08:17 by RouterOS 6.42
# model = RouterBOARD 952Ui-5ac2nD
/caps-man manager interface
add disabled=no forbid=yes interface=vlan5
add disabled=no forbid=yes interface=br0
] /caps-man manager interface> print
Flags: * - default, X - disabled, D - dynamic
# INTERFACE FORBID
0 * all no
1 vlan5 yes
2 br0 yes