CPU 100% PPP

Hi,
I have on one location RB1100AH with 100% cpu usage. When check profile I have two PPP with over 60%. I have maximum 10 PPTP connection in the same time and they are authenticated with radius (Active Directory). Where is a problem?
CPU_Usage.png
res_Usage.png
MT_CPU_Usage.jpg

This should be sstp related. Problem will be fixed in v5.21

Thank you mrz, disabling sstp fixed problem. I suspect on sstp but I don’t know why I didn’t tried before your answer to disable.

hi

here some script which does a workaround
until 5.21 is released

/system script
add name=cpuload policy=ftp,read,write,winbox,api source=“:local cpuload [ /system resource get cpu-load ]\r
\nif ( $cpuload = 100 ) do {\r
\n/interface sstp-server server set enabled=no\r
\n/interface sstp-server server set enabled=yes\r
\n:log warning "CPU Load $cpuload reenabled sstp service"\r
\n}”



/system scheduler
add disabled=no interval=5m name=cpuloadsstp on-event=“/system script run cpuload” policy=ftp,read,write,winbox,api start-date=
sep/28/2012 start-time=07:00:33

kind regards

Thanks, disabling SSTP server workaround works.