telnet

can i reach all command from telnet

ex: check hide ssid

:put [/interface wireless get 0 hide-ssid]

Its also visible in /interface wireless print.

name=“wlan2” mtu=1546 mac-address=00:15:6D:XX:XX:XX arp=enabled interface-type=Atheros AR5413 mode=ap-bridge
ssid=“MikroTik” frequency=5765 band=5ghz-5mhz scan-list=default antenna-mode=ant-a wds-mode=disabled
wds-default-bridge=none wds-ignore-ssid=no default-authentication=no default-forwarding=no default-ap-tx-limit=0
default-client-tx-limit=0 > HIDE-SSID=NO > security-profile=default compression=no

thx so all command can be reach

yes. even more: not all commands are accessible via WinBox. some are in Terminal only

not work
:put [/interface wireless get 0 hide-ssid]

v4.10:

[admin@MikroTik] > :put [/interface wireless get 0 hide-ssid]
false
[admin@MikroTik] >

also, replace ‘0’ with necessary interface name

p.s. what do you mean by ‘check’? to inspect or to enable?.. maybe you need “/interface wireless set 0 hide-ssid=yes”? :slight_smile:

i want to check and un check to make hide-sside= false than to make true

then - yes,

/interface wireless set <interface> hide-ssid=yes/no