Hi,
I am looking for a script to reset my pppoe server(i only have one) on a daily basis.The following command in telnet works…
interface pppoe-server server { print
{… disable 0
{… enable 0 }
It will always be 0 because their is only one,so this will work,but if i take this command and put it inside a script,the Script does nothing.ANy reason for this,According to my info the syntax for scripting is exactly the same as the telnet commands.I assume i’m missing something somewhere.
Thanks for any help…