- The router is running the latest 6.38.7 bugfix and has no firewalling enabled on it at all.
- All it does is perform BGP / OSPF and nothing else is configured on it.
- This is occuring on all interfaces.
- Devices on the network however can ping the Mikrotik and get a successful response.
- Another mikrotik device with the same / similar config works.
- This affecting directly connected links / peers and traffic outside the network.
- Any other device and outside of our network can ping this device and gets successful responses.
For example:
The one interface on the router has the IP xxx.xxx.216.241/28 and can't ping xxx.xxx.216.250:
Code: Select all
[admin@rt1] > ping xxx.xxx.216.250
SEQ HOST SIZE TTL TIME STATUS
0 xxx.xxx.216.250 timeout
1 xxx.xxx.216.250 timeout
2 xxx.xxx.216.250 timeout
sent=3 received=0 packet-loss=100%
Code: Select all
[admin@rt1] > /tool traceroute xxx.xxx.216.250
# ADDRESS LOSS SENT LAST AVG BEST WORST STD-DEV STATUS
1 xxx.xxx.216.250 0% 7 0.1ms 0.1 0.1 0.2 0
Code: Select all
[admin@rt1] > ping 8.8.8.8
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 timeout
1 8.8.8.8 timeout
2 8.8.8.8 timeout
3 8.8.8.8 timeout
4 8.8.8.8 timeout
5 8.8.8.8 timeout
sent=6 received=0 packet-loss=100%