cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
473
Views
0
Helpful
1
Replies

BGP problem

julxu
Level 1
Level 1

Geeting

I want one route to go a private network, not default. but, I have problem to correct it. could anyone advice me:

#show ip bgp

network                           Net Hop                 metric              locaPrf  weight     path

*>0.0.0.0                         202.111.111.111  4294967295  30          0             1111 i

*> 10.1.1.2/30                0.0.0.0                    0                                    32768    i

*>203.111.111.111/26  10.1.1.2                100                   100       0             64624 ?

the second route is static route from another bgp route, redistribited to here.

*>203.111.111.111/26   132.111.111.111  100                              32768      ?

Any comments will be appreciated

Thanks in advance

julxu

1 Accepted Solution

Accepted Solutions

Roman Rodichev
Level 7
Level 7

Some redistributed static or IGP routes will have a next hop of 0.0.0.0. That 0.0.0.0 doesn't mean "default route". If a packet comes into the router for that destination, you should already have another non-BGP route in the routing table for routing that packet.

View solution in original post

1 Reply 1

Roman Rodichev
Level 7
Level 7

Some redistributed static or IGP routes will have a next hop of 0.0.0.0. That 0.0.0.0 doesn't mean "default route". If a packet comes into the router for that destination, you should already have another non-BGP route in the routing table for routing that packet.