Hi all,
I am vb.net programmer and I need to get the pppoe user rx/tx in each 30 secound. Can you tips me to get the pppoe users tx/rx?
My users was connected to RB750 PPPoE-Server and I can send commands to rb750 via API.
Thanks in advance.
Regards.
M.Yazdian
See the botttom of the API page for some VB clients.
With any of them, you should be able to “print” what you want, and in VB itself, there should be a way to do something else during the 30 seconds in between two prints, such as sleeping.
Hi boen
I tried to send this comamnd to rb750 via API but I get this message…!!!
mycommand = mk.send(“/tool/torch”,True)
!trap=message=failure: interface not up and running
!done
Now when I send 2 command to rb750 my browser no response of rb750…!!!
my 2 command is:
mk.send(“/tool/torch”,False)
mk.send(“=interface=ether1”,True)
Can you tips me?