09-15-2022 11:28 AM
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
Solved! Go to Solution.
09-15-2022 08:36 PM
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!!
09-15-2022
11:53 AM
- last edited on
09-16-2022
01:43 AM
by
Translator
Hi @blason ,
Can you provide the
show bgp 10.100.0.0/16 extensive
output.
Regards,
09-15-2022 06:18 PM
Unfortunately this command is not available. This is a checkpoint firewall.
09-15-2022 01:34 PM
I know little about FW with BGP
but why override is config ?
09-15-2022
06:19 PM
- last edited on
09-16-2022
01:44 AM
by
Translator
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.
09-15-2022 07:36 PM
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,
09-15-2022 07:46 PM
Inbound Route map on R1 or R3? have you followed any specific sk from check point support site?
09-15-2022 08:05 PM
I guess do I need to use
allowas-in Accept a IPv4-route that contains the local-AS in the as-path
09-15-2022 08:28 PM
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,
09-15-2022 08:36 PM
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!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide