hey need help Adding, editing and removing pppoe accounts using api studio (Delphi 7)
e.g
‘interface pppoe-client add name=VBPPPOE interface=ether2 user=vb123@vb.co.za password=pw1234 use-peer-dns=yes add-default-route=no’
but need to know the command strings for the above
e.g
1:/interface…
2:/…
Adding a ppoe account
use strings:
1:/interface/pppoe-client/add
2:=name=VBPPPOE
3:=interface=ether2
4:=user=vb123@vb.co.za
5:=password=pw1234
6:=use-peer-dns=yes
note that
add-default-route=no
would be no as default