I have taken the one peering of 500Mbps and 310 Mbps of ILL (INTERNET ) with bgp . i have my own as number and bgp has been establish with both . peering provider & ILL Provider ..
now what should be policy and router so that i can utilize peering . ..current it has 1:1 traffice load sharing due to my ip route . i think i am doing some mistake .please help me on this ..
find below the policy router ..
/routing bgp peer
add in-filter=ILL_ISP name=peer1 nexthop-choice=force-self out-filter=ILL_ISP remote-address=182.74.X.X remote-as=94XX ttl=default
add in-filter=“peering” multihop=yes name=peer2 nexthop-choice=force-self out-filter=“peering” remote-address=192.168.30.17 remote-as=451XX route-reflect=yes ttl=default
/routing filter
add action=accept chain=Peering_ISP disabled=yes prefix=103.105.XX.0/24 set-bgp-local-pref=0 set-bgp-prepend=0 set-distance=1
set-in-nexthop=192.168.30.17
add action=accept bgp-as-path-length=25 bgp-weight=25
chain=Peering_ISP disabled=yes prefix=103.105.XX.0/24 set-bgp-local-pref=20 set-bgp-prepend=16 set-distance=25
add action=discard chain=ILL_ISP disabled=yes
/routing
bgp network
add network=103.105.XX.0/24 synchronize=no
/routing bgp network
add network=103.105.xx.0/24 synchronize=no
/ip route
add check-gateway=ping distance=1 gateway=192.168.30.17,182.74.xx.xx