Hi guys, I would like to know how to make a script to check if ppp-out1 interfaces's ip falls in an ip range which is, the first octet
must be 10, second octet 43 , third octet greater than 128 .. eg 10.43.129.23
If ip addres of ppp-out1 falls within the range then
script should exit
but if ip addres of ppp-out1 doesnt fall within the range then script should execute the command
interface ppp-client disable ppp-out1
interface ppp-client enable ppp-out1
this would be on a scheduled task to be run every 10 seconds
Thank you so much for all your help!!!!!