Skip to content

Instantly share code, notes, and snippets.

@victorvs0uz4
Last active January 6, 2020 23:25
Show Gist options
  • Select an option

  • Save victorvs0uz4/8e49d3a46946d429f3049c32109b10c8 to your computer and use it in GitHub Desktop.

Select an option

Save victorvs0uz4/8e49d3a46946d429f3049c32109b10c8 to your computer and use it in GitHub Desktop.
Comando console Mikrotik
ip hotspot host print count-only where bypassed # Quantidade de hosts no Bypass do Hotspot
ip hotspot host print count-only where bypassed to-address ~"10.97" # Apenas 10.97
ip dhcp-server lease print count-only where dynamic # Quantidade de hosts no lease do DHCP-Server
:put ([/interface pppoe-client monitor PPPoE_Redenilf once as-value]->"uptime") # Uptime PPPoE
interface pppoe-server print count-only where service=service1 # Contagem de PPPoE por servidor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment