Network reachable while Ethernet port disconnected

Is this normal behavior for a route to be present when the associated interface doesn't have a connection and is showing in a "down" state?
[admin@MikroTik] > ip route print where 10.10.198.102 in dst-address
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 ADS 0.0.0.0/0 192.168.49.254 0
1 DC 10.10.198.100/30 10.10.198.102 ether8-gateway 255
[admin@MikroTik] >

[admin@MikroTik] > interface ethernet print brief
Flags: X - disabled, R - running, S - slave

NAME MTU MAC-ADDRESS ARP MASTER-PORT SWITCH

0 RS ether1... 1500 4C:5E:0C:C5:9B:4A enabled none switch1
1 RS ether2... 1500 4C:5E:0C:C5:9B:4B enabled ether1-master switch1
2 RS ether3... 1500 4C:5E:0C:C5:9B:4C enabled ether1-master switch1
3 S ether4... 1500 4C:5E:0C:C5:9B:4D enabled ether1-master switch1
4 ether5 1500 4C:5E:0C:C5:9B:4E enabled none
5 R ether6 1500 4C:5E:0C:C5:9B:4F enabled none
6 R ether7 1500 4C:5E:0C:C5:9B:50 enabled none
7 ether8... 1500 4C:5E:0C:C5:9B:51 enabled none
8 sfp-sf... 1500 4C:5E:0C:C5:9B:48 enabled none
9 sfp1 1500 4C:5E:0C:C5:9B:49 enabled none

[admin@MikroTik] /system> package print
Flags: X - disabled

NAME VERSION SCHEDULED

0 routeros-tile 6.27
1 system 6.27
2 X wireless-fp 6.27
3 X ipv6 6.27
4 X wireless 6.27
5 hotspot 6.27
6 dhcp 6.27
7 mpls 6.27
8 routing 6.27
9 ppp 6.27
10 security 6.27
11 advanced-tools 6.27

Yes is normal, simply are inactive.

That’s a concern as standard networking describes that if the interface is down, then routing to the associated IP address is removed. Otherwise you end up routing traffic to a next hop that is no longer valid. Surely, I don’t have to manually disable an ip address on an interface if that interface is now disconnected??

I also should have elaborated in a little more detail. I am trying to establish an RDP session to the 10.10.198.102 address. When this IP Address is in the state originally listed;

[admin@MikroTik] > ip route print where 10.10.198.102 in dst-address
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 ADS 0.0.0.0/0 192.168.49.254 0
1 DC 10.10.198.100/30 10.10.198.102 ether8-gateway 255
[admin@MikroTik] >

I can not access the destination. If I manually disable the IP Address on the interface, then I am able to get there as there is no longer a local route with greater preference. This is where I'm saying normal networking is not working as I would expect. In my Cisco lab, if I duplicate the same conditions, the route is not present while the physical interface is down from cable being removed.

I have not received a reply to the below issue. If someone has a configuration recommendation, I’d love to hear it.