cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
462
Views
1
Helpful
4
Replies

Ip route 103.246.88.0 255.255.255.0 NULL 0 having issue to global

menning777
Level 1
Level 1

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!

4 Replies 4

"""My local traffic is still able to reach for my prefix."""

Can you more elaborate about this statement

MHM

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.

M02@rt37
VIP
VIP

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.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

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.