📶 Wireless / NV2
Kablosuz ağ adını değiştirir.
/interface wireless set wlan1 ssid=ULTRANET
/interface wireless set wlan1 nv2-preshared-key=YeniSifre
/interface wireless monitor wlan1
/interface wireless registration-table print stats
/interface wireless scan wlan1
/interface wireless spectral-scan wlan1
👤 CPE Sorun Giderme
/ip dhcp-client renew 0
/ip arp remove [find]
/ip firewall connection remove [find]
/system resource print
/system reboot
📊 Trafik Analizi
/tool torch wlan1
/interface monitor-traffic wlan1
/tool bandwidth-test address=192.168.88.1 user=admin password=123 direction=both
👥 PPPoE
/ppp active print
/ppp secret add name=user1 password=123 profile=10Mbps
/ppp active remove [find name=user1]
🔥 Firewall
/ip firewall filter print
/ip firewall filter add chain=forward src-address=1.2.3.4 action=drop
/ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade

