Hi
Can I ask you how my ISP Source you have ..?
Also See the below link:
http://mum.mikrotik.com/presentations/AE12/ali.pdf
take a look to my diag
Here is BGP config export..
/routing bgp network
add disabled=no network=x.x.224.0/23 synchronize=no
add disabled=no network=x.x.226.0/23 synchronize=no
add disabled=no network=x.x.224.0/22 synchronize=no
....
..
..
/routing bgp peer
add address-families=ip as-override=no default-originate=if-installed disabled=no hold-time=3m in-filter=\
IN-Fillter_peer_MAZ instance=default multihop=yes name=peer_MAZ nexthop-choice=default out-filter=\
Out-Fillter_peer_MAZ passive=no remote-address=x.x.71.73 remote-as=(AS number) remove-private-as=no \
route-reflect=no tcp-md5-key="" ttl=default use-bfd=no
add address-families=ip as-override=no default-originate=if-installed disabled=no hold-time=3m in-filter="" \
instance=default multihop=yes name=peer_IQ nexthop-choice=default out-filter=Out-Fillter_peer_IQ passive=no \
remote-address=x.x.193.3 remote-as=(AS number) remove-private-as=no route-reflect=no tcp-md5-key="" ttl=default \
use-bfd=no
(There is Multihop option its need to set yes if there is indirect connection between you router and remote bgp router , its mean there some router between your router and the router you can to make bgp session with it..)
..
..
..
/routing filter
add action=accept chain=Out-Fillter_peer_IQ comment="IQ Ann...::::::::::::::::::::::::::::" disabled=no invert-match=no prefix=x.x.226.0/23 \
prefix-length=23 set-bgp-prepend-path="" set-bgp-weight=100
add action=accept chain=Out-Fillter_peer_IQ disabled=no invert-match=no prefix=x.x.224.0/22 prefix-length=22 set-bgp-prepend-path="" \
set-bgp-weight=200
add action=discard chain=Out-Fillter_peer_IQ disabled=no invert-match=no set-bgp-prepend-path=""
add action=accept chain=Out-Fillter_peer_MAZ comment="MAZ Ann....:::::::::::::::::::::::::::::::::" disabled=no invert-match=no prefix=\
x.x.224.0/23 prefix-length=23 set-bgp-prepend-path="" set-bgp-weight=100
add action=accept chain=Out-Fillter_peer_MAZ disabled=no invert-match=no prefix=x.x.224.0/22 prefix-length=22 set-bgp-prepend-path="" \
set-bgp-weight=200
add action=discard chain=Out-Fillter_peer_MAZ disabled=no invert-match=no set-bgp-prepend-path=""
..
..
..
advertisement through bgp
admin@route> routing bgp advertisements print
PEER PREFIX NEXTHOP AS-PATH ORIGIN LOCAL-PR
peer_MAZ x.x.224.0/23 x.x.99.2 igp
peer_MAZ x.x.224.0/22 x.x.99.2 igp
peer_IQ x.x.226.0/23 x.x.210.154 igp
peer_IQ x.x.224.0/22 x.x.210.154 igp
Hope fully this sample can be help full
Also there is thing you need to do with RIPE ... for IP announcment...
Good Luck..!
Ali Sami
MTCNA,MTCRE,MTCWE,MTCTCE, Mikrotik Trainner
skype: alixon78
You do not have the required permissions to view the files attached to this post.