Done!!!
:local WANInterface "Your PPPoE-Client interface"
:local IPCurrent [/ip address get [find interface=$WANInterface] address];
:local IPString [pick $IPCurrent 0 7]
:if ($IPString ="100.71.") do={
:log error $IPCurrent;
:log warning "Reconnecting...";
/interface pppoe-client disable [find name=$WANInterface]
:delay 5
/interface pppoe-client enable [find name=$WANInterface]
}