>А не могли бы подсказать как сделать equal load-balancing между двумя
>E1 и FaEth.
Придется провайдера теребить..
Суть такова:
>router bgp AS_my
> no synchronization
> bgp log-neighbor-changes
> network 194.xxx.xxx.xxx mask 255.255.xxx.xxx
> network 195.4x.xxx.xxx
> neighbor 82.xxx.xxx.xxx remote-as AS_ISP_2
> neighbor 82.xxx.xxx.xxx description BGP session 2 to ISP_2
> neighbor 82.xxx.xxx.xxx ebgp-multihop 255
> neighbor 82.xxx.xxx.xxx soft-reconfiguration inbound
> neighbor 195.8x.xxx.xxx remote-as AS_ISP_1
> neighbor 195.8x.xxx.xxx description BGP session to ISP_1
> neighbor 195.8x.xxx.xxx ebgp-multihop 255
> neighbor 195.8x.xxx.xxx soft-reconfiguration inbound
> neighbor 212.1xx.xxx.xxx remote-as AS_ISP_2
> neighbor 212.1xx.xxx.xxx description BGP session to ISP_2
> neighbor 212.1xx.xxx.xxx ebgp-multihop 255
> neighbor 212.1xx.xxx.xxx update-source Loopback1
> neighbor 212.1xx.xxx.xxx soft-reconfiguration inbound
> neighbor 212.1xx.xxx.xxx route-map bgp out
> no auto-summary
sh ip route static покажите
вообще он (load-balancing) у вас уже настроен для двух потоков E1
> neighbor 212.1xx.xxx.xxx remote-as AS_ISP_2
> neighbor 212.1xx.xxx.xxx description BGP session to ISP_2
> neighbor 212.1xx.xxx.xxx ebgp-multihop 255
> neighbor 212.1xx.xxx.xxx update-source Loopback1
Судя по этим строчкам, ваши линки с AS_ISP2 терминируются на разных роутерах?
> neighbor 82.xxx.xxx.xxx remote-as AS_ISP_2
> neighbor 212.1xx.xxx.xxx remote-as AS_ISP_2
Если так, то настроить load-balancing не получится. Тогда, если хотите менять загрузку линков, играйтесь с weight для конкретных автономок для исходящего траффика. Для входящего скорее всего придется пинать провайдера..