v6.35rc [release candidate] is released, new wireless package!

PPP fixed crash..?
Is that by mean on pppoe-server or pppoe-client?

Version 6.35rc16 has been released.

Changes since previous version:
*) l2tp - implemented l2tp and lns fastpath support;
*) pppoe-client - implemented fastpath support;
*) ssh - fix crash on failed scp read;
*) chr - fixed layer7 firewall option/crash.

If you experience version related issues, then please send supout file from your router to support@mikrotik.com. File must be generated while router is not working as suspected or after crash.

Even with latest RC this is still an issue.

I see that message from support is sent to you and we have not received reply.

Same here, since 6.35rc14. PPtP not working either. “Encryption method not supported” even without encryption. Opened a support ticket with supout (Ticket#2016030266000632).

Even with latest RC this is still an issue.

I see that message from support is sent to you and we have not received reply.

Sorry, missed that. I tried what was suggested, same result. :frowning:

Upgraded to 6.35rc16 (from rc14) on three devices as wireless was starting to act up (slow). Immediately I lost control of the cAPs as the interfaces started bouncing.
(1) - RB2011UiAS-2HnD-IN
(2) - RBcAP 2n

To recover…
I had to disable CAPsMAN interfaces to get control of the two cAPS.
Downgraded all gear to 6.35rc12, no change, wireless was still dead (CAPsMAN was not controlling the cAPs)
Restored configs on all three devices and BAM, everything was back to normal

  • using wireless-rep in all version mentioned

6.35rc16 my RB2011UiAS-2HnD-IN enabling CAPsMan and usuig the Routers wlan interface as Cap the router reboots every ± 2 minutes, crashes

On RC16 if capsman is enable it make the cap to loop boot kernel error

This problem is fixed in the latest RouterOS v6.35rc19

rc16 ==> rc19??
Too many failures in between? :confused:

6.35rc19 has been released!

What’s new in 6.35rc19 (2016-Mar-04 11:46):

*) ppp - fixed ppp crash (make it work with Windows clients);
*) l2tp - implemented l2tp and lns fastpath/fasttrack support;
*) cerm - revoked certificates not showing as (R)evoked;
*) console - show RouterOS Version in /interface wireless scan;
*) export - bonding did not show up in global export;
*) export - fixed export when ipv6 address was taken from pool
*) fetch - decrease connection idle timeout;
*) ipsec - better flush on proposal change;
*) webfig - show single item groups as optional values;
*) webfig - sort numeric columns numerically even if they contain some text;
*) winbox - added /interface wireless setup-repeater;
*) winbox - added all the rates settings to the capsman;
*) winbox - added flip-screen option to lcd settings;
*) winbox - added missing eap-ttls-mschamv2 method to wireless security profile;
*) winbox - added support for new settings from wireless-rep package;
*) winbox - disable autostart for wireless scan,snooper,align etc. on open;
*) winbox - fixed typo in “echo reply”;
*) wireless - fixed crash when ap is in cap mode (introduced in v6.35rc15);
*) pppoe-client - implemented fastpath support;

Since the maybe(v34)

this code for sent backup via ftp dont work any more the script broke between the \tool fetch

if i copy the code and past on the terminal

i get the error point

[raffaello@RJ-AT-MK03 - CAP2] >
[raffaello@RJ-AT-MK03 - CAP2] >
[raffaello@RJ-AT-MK03 - CAP2] > /tool fetch address=$ip src-path=“$[/system identity get name]$datetimestring.backup" user=$user password=$pass port=$port upload=ye
s mode=ftp dst-path=($dir."$[/system identity get name]
$datetimestring.backup”)
[raffaello@RJ-AT-MK03 - CAP2] > :log info “Sending Backup Mikrotik to FTP Server…”
[raffaello@RJ-AT-MK03 - CAP2] >
[raffaello@RJ-AT-MK03 - CAP2] > /tool fetch address=$ip src-path=“$[/system identity get name]_$datetimestring.backup” user=$user password=$pass port=$port upload=ye
status: finished
downloaded: 38KiBg
total: 38KiB-z pause]
duration: 0s

[raffaello@RJ-AT-MK03 - CAP2] > dress=$ip > src-path=“$[/system identity get name]$datetimestring.rsc" user=$user password=$pass port=$port upload=yes mode=ftp dst-path=($di
r."$[/system identity get name]
$datetimestring.rsc”)



:global thisdate [/system clock get date]

:global datetimestring ([:pick $thisdate 0 3] ."-" . [:pick $thisdate 4 6] ."-" . [:pick $thisdate 7 11])

#IP DO SERVIDOR FTP
:global ip "1.1.1.1"
#SUBDIRETORIO NO SERVIDOR REMOTO FTP
:global dir "/RJ-AT-MK02/"
# PORTA DO FTP
:global port "21"
#USUARIO
:global user "backup"
#SENHA
:global pass "B@ckUp"
log info "Starting Automatic Backup Script Configure By Raffaello"

        

        /system backup save name="$[/system identity get name]_$datetimestring" 
 export file="$[/system identity get name]_$datetimestring" 
   
        :log info "Please wait...!!!"

        :delay 5s

        :log info "Sending Backup Mikrotik to FTP Server............."

        /tool fetch address=$ip src-path="$[/system identity get name]_$datetimestring.backup" user=$user password=$pass port=$port upload=yes mode=ftp dst-path=($dir."$[/system identity get name]_$datetimestring.backup")
       /tool fetch address=$ip  src-path="$[/system identity get name]_$datetimestring.rsc" user=$user password=$pass port=$port upload=yes mode=ftp dst-path=($dir."$[/system identity get name]_$datetimestring.rsc")
        

        :delay 1

        :log info "Finished Backup Script...!!!!"

       :delay 5s

:log info "Deleting backup just created after has sent"
/file remove "$[/system identity get name]_$datetimestring.backup"
/file remove "$[/system identity get name]_$datetimestring.rsc"

What’s the point? RC are for testing purposes and it’s legit that they introduce bugs/problems and they have the right to build, test, publish, skip any release they want. You should only be happy that we have been given the opportunity to test while they develope so we can help them (and ourselves) having better stable releases.

With RouterOS configurations can be very complex and it’s not possible to test every corner case.

What does the below change mean?

“snmp - fix cpu load reporting to 1min average and change oid to 1.3.6.1.4.1.2021.11.10.0;”

1). Does it mean it is replacing the old Total CPU Load OID 1.3.6.1.4.1.2021.11.52.0?
2). And that earlier it was reporting realtime CPU Load and now this new OID will report 1 min average CPU load?

Kindly please clarify.

Thanks.

Hi raffav
I have been using this scrip from V5 and I have had no problem with it.
It looks like the tool fetch does not like your src-path and dst-path parameters.

# automated Um  backup  to External FTP
#File name:Um-FTP-Backup
# Get time
:local routeros [ /system package get number=0 value-name=version ]
:local thistime [/system clock get time]
:set thistime ([:pick $thistime 0 2].[:pick $thistime 3 5].[:pick $thistime 6 8])
# Get Date
:local thisdate [/system clock get date];
:local month
   :set month [:pick $thisdate 0 3]
   :if ($month="jan") do { :set month "01"}
   :if ($month="feb") do { :set month "02"}
   :if ($month="mar") do { :set month "03"}
   :if ($month="apr") do { :set month "04"}
   :if ($month="may") do { :set month "05"}
   :if ($month="jun") do { :set month "06"}
   :if ($month="jul") do { :set month "07"}
   :if ($month="aug") do { :set month "08"}
   :if ($month="sep") do { :set month "09"}
   :if ($month="oct") do { :set month "10"}
   :if ($month="nov") do { :set month "11"}
   :if ($month="dec") do { :set month "12"}

:set thisdate ([:pick $thisdate 7 11]."_".$month."_".[:pick $thisdate 4 6])
# This line to generate the file name for System backup - file name will be User_Manager- ServerName? - Date? - Time?
:local FName ("/User_Manager_".[/system identity get name]."_".$thisdate."_".$thistime."_".$routeros.".umb")

# This line to generate the file name for System backup - file name will be User_Manager- ServerName? - Date? - Time
:local FExport ("/BackUp_".[/system identity get name]."_".$thisdate."_".$thistime."_".$routeros.".rsc")

# This line to generate the file name for System backup - file name will be User_Manager- ServerName? - Date? - Time?
:local FBackup ("/BackUp_".[/system identity get name]."_".$thisdate."_".$thistime."_".$routeros.".backup")
:delay 5s;
/system backup save name=$FBackup;
:delay 5s;
/export file=$FExport
:delay 5s;
/tool user-manager database save name=$FName
:delay 5s;

:log info "Backup File's is Create - $FBackup";
:log info "Export File's is Create - $FExport";
:log info "UM Database Backup File is Create - $FName";
:delay 5s;
:log info "System Backup & Export File's is now been send to FTP Server";

# Upload the System Backup to External FTP - change address to your ftp server + user + pass+upload_path
/tool fetch address="192.168.0.105" user="mikrotik" password="mikrotik" mode=ftp src-path="$FExport" dst-path="/$FExport" upload=yes 
:delay 5s;
# Upload the System Backup to External FTP - change address to your ftp server + user + pass+upload_path
/tool fetch address="192.168.0.105" user="mikrotik" password="mikrotik" mode=ftp src-path="$FBackup" dst-path="/$FBackup" upload=yes
:delay 5s
# Upload the System Backup to External FTP - change address to your ftp server + user + pass+upload_path
/tool fetch address="192.168.0.105" user=mikrotik password=mikrotik mode=ftp src-path="$FName" dst-path="/$FName" upload=yes

:log info message="FTP Sending Backup & Export File's is Finish";
:delay 5s;
:foreach i in=[/file find] do={:if ([:typeof [:find [/file get $i name] "BackUp_"]]!="nil") do={/file remove $i}}
:log info message="SystemBackup & Export File's - Removed";

:foreach i in=[/file find] do={:if ([:typeof [:find [/file get $i name] "User_Manager_"]]!="nil") do={/file remove $i}}
:log info message="User-Manager Database Backup File's - Removed";

please add to the roaming options
roaming-minimum-signal=XX
Roaming minimum-CCQ=XX
(To start the scanning process)

Thanks
very very strange,
today i run my script again and it worked , no modification had been maded
the strange thing is that the version ROS is the same RC19

  1. yes it is replaceing that previous OID as this OID fits the description better for what has to be reported
  2. SNMP is not into realtime load reporting as this OID and per core OID require to report 1 minute average load. (as required by RFC or in this case, draft document for the RFC. And following RFC is important so that you as user are not vendor-locked and can use tools that fit your requirements best)

I don’t understand why items listed as new in a RC version are listed again and again in newer RC version
example below is listed in several RC versions as new in this version?
*) pppoe-client - implemented fastpath support;

n21roadie, when the particular feature gets updated or fixed, changelog entry jumps to the top of change list.