User Tools

Site Tools


hstarwiki:cust:gen:routeradvance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hstarwiki:cust:gen:routeradvance [2017-10-04 T 17:31]
admin [Update firmware via cli]
hstarwiki:cust:gen:routeradvance [2019-11-27 T 19:10] (current)
admin [Commands:]
Line 5: Line 5:
   * Some good options here:https://community.ubnt.com/t5/airOS-Software-Configuration/Is-there-a-Manual-on-the-Radios-command-line/td-p/402835   * Some good options here:https://community.ubnt.com/t5/airOS-Software-Configuration/Is-there-a-Manual-on-the-Radios-command-line/td-p/402835
 ==== Commands: ==== ==== Commands: ====
-  * reboot to restart +Restart the device: 
-  * set-default restore to factory default (for unifi it might be $syswrapper.sh restore-default, https://help.ubnt.com/hc/en-us/articles/205143490-UniFi-How-to-reset-the-UniFi-Access-Point-to-factory-defaults) +  reboot 
-  * info shows a lot of good info aboue devicedhcp lease located in file /tmp/dhcp.leases +To show a lot of good info aboue devicedhcp lease located in file /tmp/dhcp.leases 
-  * iwconfig ath0 to see a nice breakdown of AP +  info  
-  * **mca-status** to see status of AP - more then above readout, firmware, ip, etc +To see a nice breakdown of wireless do: 
-  * wstalist to see messy complex info of each station +  iwconfig [interface] 
-  wstalist grep mac to see connected macs +You can pair this with ath0 to see the main one. 
-  wstalist | grep -A 36 [mac of device] To see all relevant data +  iwconfig ath0 
-  * iwlist for various options such as +to see status of AP - more then above readout, firmware, ip, etc 
-  * iwilist [interfaceaccesspoints to see what access points are avaialbe (same if did peers) +  mca-status 
-  * radarmon - need to check into more, but might be good for DFS issues+A helpful command to see just the signal is: 
 +  mca-status | grep signal 
 +To see messy complex info of each station 
 +  wstalist 
 +You can use grep with wstalist to see some other thigns. to see connected macs
 +  wstalist | grep mac  
 +To see all relevant data of a specific mac: 
 +  wstalist | grep -A 36 [mac of device]  
 +For various options such as 
 +  iwlist [options] 
 +To see what access points are avaialbe (same if did peers) 
 +  iwilist [interface] accesspoints 
 +To see some DFS info (need to check into more
 +  radarmon 
 +To restore to factory default (for unifi it might be $syswrapper.sh restore-default, https://help.ubnt.com/hc/en-us/articles/205143490-UniFi-How-to-reset-the-UniFi-Access-Point-to-factory-defaults) 
 +  set-default 
 ==== Update firmware via cli ==== ==== Update firmware via cli ====
 Resource: https://help.ubnt.com/hc/en-us/articles/204959804-airMAX-How-do-I-upgrade-the-firmware-from-the-CLI-SSH- Resource: https://help.ubnt.com/hc/en-us/articles/204959804-airMAX-How-do-I-upgrade-the-firmware-from-the-CLI-SSH-
Line 44: Line 59:
   * https://community.ubnt.com/t5/ToughSwitch/Tough-Switch-Port-names-and-Bridge-table-through-command-line/td-p/849116   * https://community.ubnt.com/t5/ToughSwitch/Tough-Switch-Port-names-and-Bridge-table-through-command-line/td-p/849116
   * cat /tmp/system.cfg | grep -i switch.port | grep -i .name   * cat /tmp/system.cfg | grep -i switch.port | grep -i .name
 +
 +=== ubntbox ===
 +A propriatary tool for ubnt related things such as:
 +  * $ubntbox mca-status
hstarwiki/cust/gen/routeradvance.1507138267.txt.gz · Last modified: 2017-10-04 T 17:31 by admin