Back to Browse

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

633 views
Aug 9, 2023
5:14

⌚ TIMESTAMPS 0:00 | Introduction 2:05 | Configuration 2:53 | Verification 4:55 | Conclusion Learn how to configure the BGP Community No Export in this step-by-step tutorial no-export — Do not advertise to eBGP peers. Keep this route within an AS. 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-export. conf t route-map NO_EXPORT permit 10 match ip address prefix-list LOOPBACK set community no-export 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_EXPORT 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 #cisco #ccna #ccnp #ccie #BGPConfiguration #BGPCommunity #NoExport #NetworkingTutorials #NetworkConfiguration #RoutingProtocols #InternetRouting #TechTutorial #ITNetworking #NetworkEngineering #RoutingConfiguration #BGPCommunityNoExport #NetworkManagement #ITLearning #NetworkSetup #TechHowTo #ITEducation #NetworkingTips #BGPBestPractices #InternetConnectivity

Download

0 formats

No download links available.

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