I am trying to create static route but MT colors route in blue. Image shows that 10.1.1.225 is neighbor AP. Ping is working. So, my question is why is this invalid route? In route list there are other static routes, valid routes, created on same thinking.
Is problem in default route 0.0.0.0/0 and gateway 192.168.1.1?
It’s not invalid, it’s just inactive. You have another (dynamic) route to the same prefix 10.1.1.0/24 because you have an IP address on that subnet. It’s directly below the blue colored route. The dynamic route has a distance of 0, and your static route has a distance of 1. The lower distance wins.
It’s not invalid, it’s just inactive. You have another (dynamic) route to the same prefix 10.1.1.0/24 because you have an IP address on that subnet. It’s directly below the blue colored route. The dynamic route has a distance of 0, and your static route has a distance of 1. The lower distance wins.
OK, now I understand something. Because MT get IP address from onother AP dhcp server this has become DAC route.
I made static IP address in different subnet (/30) and now I can make static route that is active.