I have been unable to determine what the letters to the left of the destination field in the winbox route list window mean.
For example where I have configured my destination route I see A and S. Below that where I have configured the IP of the radio I see D A and C. What do these letters stand for?
Sorry I am having a hard time describing the field in question. It is the left most field in the route list window under the routes tab and is unlabeled.
Click on the New Terminal button and type “/ip route print” and press enter. It will print the routes on the CLI, and the first line will describe what all the abbreviations mean.
A means ‘Active’, S means ‘Static’ so that’s normal for a statically inserted default route. D means ‘Dynamic’ and C means ‘Connected’, so those are dynamic routes to the directly connected networks on merit on an interface having an IP address on that network.