Ip route 103.246.88.0 255.255.255.0 NULL 0 having issue to global
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025
03:29 AM
- last edited on
02-25-2025
05:17 AM
by
rupeshah
I have two static routes "ip route 103.246.86.0 255.255.254.0 NULL 0" and "ip route 103.246.86.0 255.255.255.0 NULL 0". My traffic having trouble to reach global website like Yahoo but once I removed "ip route 103.246.86.0 255.255.255.0 NULL 0", my traffic able to reach Yahoo.
I do not face this issue before until recently, my traffic suddenly unable to reach to all global traffic. My local traffic is still able to reach for my prefix.
Please help me on this issue. Thanks!
- Labels:
-
Other Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 03:34 AM
"""My local traffic is still able to reach for my prefix."""
Can you more elaborate about this statement
MHM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 07:23 PM
Hi, I have MyIX transit and global IP transit. My traffic able to reach local sites but cannot reach global sites if my router have "ip route 103.246.88.0 255.255.255.0 Null 0". Once I removed the ip route, my traffic able to reach global sites such as Yahoo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 05:18 AM - edited 02-25-2025 05:18 AM
Hello @menning777
It is likely caused by a blackholing effect due to the more specific /24 null route. When both the /23 and /24 null routes exist, the router prioritizes the more specific /24 route, meaning all traffic destined for 103.246.86.0/24 is dropped immediately, even if a valid route exists elsewhere.
This could explain why traffic to global websites like Yahoo fails while local traffic remains unaffected. Once you remove the /24 null route, only the /23 route remains, which acts as a safety net and drops traffic only if no better route exists, allowing global traffic to flow correctly.
So, you should keep the /23 null route but avoid configuring the /24 unless absolutely necessary.
Why now this issue ?
This problem may have surfaced recently due to changes in routing behavior, such as a BGP update, overlapping advertisements, or a shift in return traffic paths. If your network is advertising 103.246.86.0/24 but simultaneously blackholing it, inbound traffic from the internet may be lost. Additionally, any recent policy changes or ACL modifications could be influencing how your router handles traffic.
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 06:51 PM
If I have to advertise /24 prefix to my global IP transit, I need to do /24 null route right? All this while have no issue until recently I realised that I need to remove the /24 null route in order to reach global sites.
