06-08-2023 10:07 AM
In this example which is a 60 second read:
https://allthingsnetworking.wordpress.com/2014/11/25/bgp-active-passive/
We see passive connection on R1. Why do this in the real world? Why make the router passive and let the other router take control?
Security may be one, but what's the practical usage of this in a networking environment?
Solved! Go to Solution.
06-08-2023 02:09 PM
Hi @Joseph W. Doherty ,
> Also, I haven't thought if through, but also wondering whether it might also be used in the
> case of passing a BGP connection through a FW, i.e. basically similar to FTP's
> active/passive modes.
You hit the nail right on the head. This is the perfect use case for this feature and where I have seen it being used.
Regards,
06-08-2023 01:28 PM
I check many articles' the only case we use this feature is secuirty.
If we have edge router and we want to prevent edge router to establish bgp with any other router except some' the we need to make it active peer.
06-08-2023 02:01 PM
Beside your reference, also found:
https://learningnetwork.cisco.com/s/question/0D53i00000Kt4ehCAB/active-vs-passive-bgp-peering
The prior also references your reference, but also references the following:
Also, I haven't thought if through, but also wondering whether it might also be used in the case of passing a BGP connection through a FW, i.e. basically similar to FTP's active/passive modes.
06-08-2023 02:09 PM
Hi @Joseph W. Doherty ,
> Also, I haven't thought if through, but also wondering whether it might also be used in the
> case of passing a BGP connection through a FW, i.e. basically similar to FTP's
> active/passive modes.
You hit the nail right on the head. This is the perfect use case for this feature and where I have seen it being used.
Regards,
06-08-2023 02:04 PM
Hello @hfakoor222,
The term "passive" in this context refers to a configuration where a BGP neighbor is set to establish the connection actively while the other neighbors wait for incoming connections.
The purpose of configuring a router as a passive peer in BGP can vary depending on the network design and requirements.
By designating certain neighbors as passive, you can have more control over the establishment of BGP connections. This can be useful when you want to prioritize or restrict the connection to specific peers.
By distributing the active and passive roles among different routers, you can achieve load balancing and redundancy. Active peers actively initiate connections, while passive peers wait for incoming connections. This setup can help optimize resource utilization and provide backup paths in case of failures.
06-08-2023 02:48 PM
BUT the Firewall is add behind the edge router.
the active/passive is effect how is initiate the BGP TCP session.
06-08-2023 02:55 PM
"BUT the Firewall is add behind the edge router."
Usually, but doesn't have to be. Consider a Transparent FW.
06-08-2023 03:23 PM
I need to check something but that need lab to be sure
The design of hub and spoke with bgp group. I need to see hun and spoke behavior with passive and active config.
06-08-2023 04:10 PM
Thanks all for the help.
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