Dear,
i've 2 bgp sessions with the same carrier
the 2 internet connections are two 100 Mbps on two different phisical ethernet interface.
in the two peers i've the same configuration (differs only on /30 of remote peer)
the download is perfectly balanced, but the upload goes only on one interface.
routing bgp peers
add address-families=ip comment="" default-originate=never disabled=no hold-time=3m \
in-filter="" instance=default multihop=no name=ITNet nexthop-choice=default out-filter=\
bgp-itnet-out remote-address=151.9.xxx.xxx remote-as=1267 route-reflect=no tcp-md5-key="" \
ttl=default
add address-families=ip comment="" default-originate=never disabled=no hold-time=3m \
in-filter="" instance=default multihop=no name=ITNet2 nexthop-choice=force-self \
out-filter=bgp-itnet2-out remote-address=151.9.xxx.xxx remote-as=1267 route-reflect=no \
tcp-md5-key="" ttl=default
Please Help me..