У нас вы можете посмотреть бесплатно How to Configure BGP Weight Attribute: Short and Easy Tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn how to configure the BGP Weight Attribute in this short and easy tutorial ⌚ TIMESTAMPS: 0:00 Introduction 2:48 Configuration (Option 1) 7:09 Verification (Option 1) 7:26 Configuration (Option 2) 8:34 Verification (Option 2) 9:18 Conclusion The weight attribute is a Cisco-defined attribute or Ciso proprietary. This attribute uses weight to select a best path. The weight is assigned locally to the router. The value only makes sense to the specific router. The value is not propagated or carried through any of the route updates. A weight can be a number from 0 to 65,535. Paths that the router originates have a weight of 32,768 by default, and other paths have a weight of 0. OPTION 1 R1: conf t router bgp 1 neighbor 10.10.12.2 weight 100 end wr clear ip bgp * soft OPTION 2 R1: conf t access-list 1 permit 2.2.2.0 0.0.0.255 route-map SET-WEIGHT-TO-100 permit 10 match ip address 1 set weight 100 router bgp 1 neighbor 10.10.12.2 route-map SET-WEIGHT-TO-100 in end wr clear ip bgp * soft 🔔 Stay Updated! Consider Subscribing to My YouTube Channel: / @ferdsthenetworkguy 📺 Explore My Complete BGP Video Playlist: Watch and Learn: • BGP 👍 Connect on Facebook: / ferdsthenetworkguy Weight Attribute https://www.cisco.com/c/en/us/support... Understand the Importance of BGP Weight Path Attribute in Network Failover Scenarios: https://www.cisco.com/c/en/us/support... #BGP #ConfiguringBGP #NetworkTips #EasyNetworking