Last active
January 6, 2020 23:25
-
-
Save victorvs0uz4/8e49d3a46946d429f3049c32109b10c8 to your computer and use it in GitHub Desktop.
Comando console Mikrotik
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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