cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3476
Views
0
Helpful
9
Replies

My BGP routes are showing as Hidden and Inactive

blason
Level 1
Level 1

Hi Team,

I am facing this one more issue with BGP and route from other path is being received as Hidden and Inactive. I have scenario as depict in diagram. I am currently receiving route from Provider 1 whcih is fine. However route received from Provider 2 is showing as Hidden and Inactive on my firewall routing table.

I am at FW1 with AS 64520 with network 172.31.24.0/24 while other peer is 64520 as well with network 10.100.0.0/16. However we are connected with two providers and route learned from provider-2 is getting as Hidden and Inactive from FW1 perspective.

Can someone please help?

 

set bgp external remote-as 9730 on
set bgp external remote-as 9730 peer xx.xx.xx.xx on
set bgp external remote-as 9730 peer xx.xx.xx.xx holdtime 15
set bgp external remote-as 9730 peer xx.xx.xx.xx keepalive 5
set bgp external remote-as 65001 on
set bgp external remote-as 65001 peer yy.yy.yy.yy on
set bgp external remote-as 65001 peer yy.yy.yy.yy as-override on

 

Here is my route table at FW1

 

#show route bgp

B               10.100.0.0/16       via xx.xx.xx.xx, eth1, cost None, age 913492

 

And here is the issue

 

B               10.100.0.0/16       via xx.xx.xx.xx, eth1, cost None, age 913540
B          H i  10.100.0.0/16       is an unusable route

 

1 Accepted Solution

Accepted Solutions

This resolved the issue -

set bgp  external remote-as 65001 peer yy.yy.yy.yy allowas-in-count 2

This command is specific to Check Point!!

View solution in original post

9 Replies 9

Harold Ritter
Spotlight
Spotlight

Hi @blason ,

Can you provide the

show bgp 10.100.0.0/16 extensive

output.

Regards,

 

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

Unfortunately this command is not available. This is a checkpoint firewall.

I know little about FW with BGP
but why override is config ?

Yes - However this is a simple BGP. I mean I would appreciate if you can tell me the reason behind it; I can see how do I convert this to

checkpoint firewall bgp

command.

Harold Ritter
Spotlight
Spotlight

Hi @blason ,

I was looking at the checkpoint support site and it seems like you need an inbound route-map to accept this route. Do you have an inbound route-map set on the other peer by any chance?

Regards,

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

Inbound Route map on R1 or R3? have you followed any specific sk from check point support site?

I guess do I need to use

allowas-in   Accept a IPv4-route that contains the local-AS in the as-path

 

Hi @blason ,

Yes, you need that. You probably have it configured for one of the peers already, since the prefix is accepted from one of them.

Regards,

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

This resolved the issue -

set bgp  external remote-as 65001 peer yy.yy.yy.yy allowas-in-count 2

This command is specific to Check Point!!