Back to Browse

Configure the BGP Community No Advertise | Step-by-Step Tutorial

598 views
Aug 9, 2023
7:32

⌚ TIMESTAMPS 0:00 | Introduction 4:35 | Configuration 5:37 | Verification 7:19 | Conclusion Learn how to configure the BGP Community No Advertise in this step-by-step tutorial no-advertise — Do not advertise this route to any peer, internal or external. Step 1: Create a prefix-list. conf t ip prefix-list LOOPBACK seq 5 permit 1.1.1.1/32 end wr Step 2: Create a route-map, match the prefix-list and set the community no-advertise. conf t route-map NO_ADVERTISE permit 10 match ip address prefix-list LOOPBACK set community no-advertise end wr Step 3: Apply the route-map and send-community to a neighbor. conf t router bgp 1 neighbor 10.10.12.2 send-community neighbor 10.10.12.2 route-map NO_ADVERTISE out end wr Verification: show ip bgp show ip bgp 1.1.1.1 clear ip bgp * soft out 🔔 Stay Updated! Consider Subscribing to My YouTube Channel: https://www.youtube.com/@FerdsTheNetworkGuy 📺 Explore My Complete BGP Video Playlist: https://www.youtube.com/playlist?list=PLY9lFnUTS2PhDnChTQr2SASJ9kRnbK19T 👍Facebook Page: https://facebook.com/Ferdsthenetworkguy References: Community Attribute: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/26634-bgp-toc.html#communityattribute BGP Named Community Lists: https://content.cisco.com/chapter.sjs?uri=/searchable/chapter/content/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/xe-3e/irg-iproute-bgp-xe-3e-book/irg-named-community-list.html.xml #BGPConfiguration #BGPCommunity #NoAdvertise #NetworkingTutorials #NetworkConfiguration RoutingProtocols #InternetRouting #TechTutorial #ITNetworking #NetworkEngineering #RoutingConfiguration #BGPCommunityNoAdvertise #NetworkManagement #ITLearning #NetworkSetup #TechHowTo #ITEducation #NetworkingTips #BGPBestPractices #InternetConnectivity

Download

0 formats

No download links available.

Configure the BGP Community No Advertise | Step-by-Step Tutorial | NatokHD