pavgor Posted February 4, 2013 Добрый день, господа. Возникла суровая нужда сделать 2 L3 канала одному клиенту с распределением нагрузки. Варианта агрегироваться по L2 к сожалению нет. Схема выглядит так - клиент стыкуется с summit X480 двумя bgp сессиями в которые ему нужно относительно равномерно наливать траф. Перерыл весь мануал по ExtremeXos, но варианта подобной балансировки не нашел. Может ли кто подсказать на эту тему? Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
agr Posted February 5, 2013 Ищите по слову "ECMP", в спецификации он заявлен http://shop.nag.ru/catalog/05288.Extreme-Networks/10215.Summit/05955.15205. При помощи его вы отбалансируете трафик в направлении от себя к клиенту. Балансировкой трафика от клиента к вам должен озаботиться сам клиент. Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
darkagent Posted February 5, 2013 To enable or disable BGP ECMP, enter the following command: configure bgp maximum-paths <max-paths> The max-pathssetting applies to BGP on the current VR. Specify more than 1 path to enable BGP ECMP and define the maximum number of paths for IBGP and EBGP multipaths. Specify 1 path to disable ECMP. To display BGP ECMP configuration information, use the show bgpcommand. The BGP Equal Cost Multi-path (ECMP) feature supports load sharing by creating a multipath to a destination. BGP ECMP does not affect the best path selection. For example, the router continues to designate one of the paths as the best path and advertise this best path to its neighbors. EBGP paths are preferred to IBGP paths. The BGP ECMP feature allows you to define the maximum number of equal cost paths (up to eight) in a multipath. A multipath for an IBGP destination is called an IBGP multipath, and the multipath for an EBGP destination is called an EBGP multipath. If there are more equal cost paths for a destination than the configured maximum, the BGP identifier for the advertising BGP speaker is used to establish a path priority. The lower BGP identifier values have priority over the higher values. For example, if the configuration supports 4 paths in a multipath, only the four paths with the lowest BGP identifier values become part of the multipath. тонна пасты и одна ключевая команда. как-то так. Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...