Back to Browse

Configure the BGP Community Local AS | Step-by-Step Tutorial

550 views
Aug 9, 2023
6:09

⌚ TIMESTAMPS 0:00 | Introduction 2:03 | Configuration 3:03 | Verification 5:23 | Conclusion Learn how to configure the BGP Community Local-AS in this step-by-step tutorial local-as — Use in confederation scenarios to prevent the transmit of packets outside the local AS. R2: Step 1: Create a route-map, match all prefixes and set the community local-as. conf t route-map LOCAL_AS permit 10 set community local-as end wr Step 2: Apply the route-map inbound and send-community to a neighbor. conf t router bgp 24 neighbor 10.10.12.1 route-map LOCAL_AS in neighbor 10.10.24.4 send-community end wr Verification: show ip bgp community show ip bgp show ip bgp 1.1.1.1 clear ip bgp * soft out show ip bgp neighbors 10.10.24.4 advertised-routes show ip bgp neighbors 10.10.23.3 advertised-routes 🔔 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 #BGPConfiguration #BGPCommunity #NoExport #NetworkingTutorials #NetworkConfiguration #RoutingProtocols #InternetRouting #TechTutorial #ITNetworking #NetworkEngineering #RoutingConfiguration #BGPCommunityNoExport #NetworkManagement #ITLearning #NetworkSetup #techhowto #ITEducation #NetworkingTips #BGPBestPractices #InternetConnectivity #LocalAS

Download

0 formats

No download links available.

Configure the BGP Community Local AS | Step-by-Step Tutorial | NatokHD