Route table

Good afternoon Everyone

Well i am new to this Forum and have been using mikrotik from early 2000.

I have managed to get everything i want to do with it to work and no surprises until now.

Couple of weeks ago i upgraded from the last Version 6 to Version 7 and today as i wanted to add a new gateway, looked
at /ip route and got this

Columns: DST-ADDRESS, GATEWAY, DISTANCE
#       DST-ADDRESS       GATEWAY         DISTANCE
0  Xs   0.0.0.0/0         192.168.0.1            1
  DAd + 0.0.0.0/0         192.168.0.1            1
1  IsH  0.0.0.0/0                                1
2  As + 0.0.0.0/0         102.88.7.93            1
3   s   0.0.0.0/0         192.168.0.1            2
  DAc   1$$.8$$.7$.$9$2/30    MTN Network            0 <<<<--- the $ was added by me and the top DAD+ Was disabled by me.. 
  DAc   192.168.0.0/24    Mtn-Redundancy         0
  DAc   192.168.172.0/22  sfp-LINK-MAIN          0
  DAc   192.168.180.0/24  sfp-LINK-MAIN          0
4  As   0.0.0.0/0         102.88.7.93            1

Something just doesnt look right ..

Can anyone shed light on that or is it something that came with the new upgrade ..

Also command “?” doesnt work and can not add route

Thanks guys in advance

SArky

What exactly doesn’t look right?

Also ? is replaced with F1

Well Not realy surprised..

Just looked different with the % before the name

Look at this attachment please ..

Also add route i can not add not sure what happened with this version if i missed something with this upgrade.

I disabled the first line not sure why that is there

Thanks in advance
Screenshot 2022-02-02 at 16.46.56.png

The main difference betwen v6 and v7 is the creation of Tables and Route rules.
Creating a table was as easy as putting its name in IP Route and referencing it in the Route Rule.
Now the Table creation is taken out of IP: route and is separate
/routing table add name=‘yourchoice’ fib

@anav

Thanks for the info will give it a whirl.

Sarky