cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1384
Views
5
Helpful
8
Replies

BGP routes received from neighbour,but not installed in routing table

gabelz
Level 1
Level 1

gabelz_0-1699727589639.png

HI all,

just a question about BGP routing on NX-OS,

ISP3 is correctly sending routes to ISP1 and ISP1 is correctly receiving:

gabelz_1-1699727816885.png

Now the issue is that all the routes coming from R3-1:

*>e10.10.10.0/24 70.70.70.2 0 100 3333 i
*>e10.20.20.0/24 70.70.70.2 0 100 3333 i
*>e10.30.30.0/24 70.70.70.2 100 3333 i
*>e70.70.70.0/30 70.70.70.2 0 100 3333 i

are not present in ISP1 routing table:

gabelz_2-1699727995231.png

GNS3 enviroment,Cisco NX-OSv 7.30.

Any suggestion?

Thanks in advance,

MG

 

 

1 Accepted Solution

Accepted Solutions

Hi @gabelz ,

It is a bit different under NXOS. Try the following:

router bgp 4444

neighbor 30.30.30.1

address-family ipv4 unicast

next-hop-self

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

8 Replies 8

Check below 

Thanks A Lot
MHM

Harold Ritter
Spotlight
Spotlight

Hi @gabelz ,

On router ISP3, you need to use

next-hop-self

on neighbor configuration to ISP1.

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

HI @Harold Ritter ,

i already tried command ,but no luck:

gabelz_0-1699732153187.png

thanks for your time!

MG

Hi @gabelz ,

It is a bit different under NXOS. Try the following:

router bgp 4444

neighbor 30.30.30.1

address-family ipv4 unicast

next-hop-self

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Hi @Harold Ritter ,

worked only adding remote-as to neighbour string or it stayed in idle,but ,anyway,that was the solution.

Many thanks!

MG

No need to see config'

I know the correct issue.

 

gabelz
Level 1
Level 1

Hi there,

thanks for your answer,70.70.70.0/30 is the P2P between R3-1 router (not NSK) and NSK ISP3 and route 70.70.70.0/30 is present in both and advertised trough BGP to all the ISPs NSK in the backbone(ISP1 AND ISP2),but the problem that all the routes coming from R3-1 are ADVERTISED correctly to ISP routers,RECEIVED correctly from ISP routers,but are not present in the routing table.

Thanks in advance,

MG

 

Yes it receive from ISP but see the next hop' the next hop is also receive via bgp it not appear as directed connect nor as static nor igp.

Check 70.70.70.x 

Thanks A Lot
MHM