Mikrotik BGP Advertising Issue

Dear All

I have connected some NIX server with BGP. Now my problem is that the NIX Peer sends me around 242 to 250 prefixes. But they are not showen in BGP advertisements. if i use a tunnel through other ISP & set BGP with them i can see around 3500+ prefixes in BGP advertisement. Now what goes wrong? any one can solve this?

example :

For NIX

/ routing > bgp > advertisement > print ========= showing nothing


For other ISP

/ routing > bgp > advertisement > print ========= showing 3500+ prefix


no filter used for both peer.

Please put your configuration here to verify that everything is in order.

Here is my Configuration for NIX that is mandatory for me>>>>>>>>

/routing bgp instance print detail
Flags: * - default, X - disabled
0 *X name=“default” as=65212 router-id=203.112.210.38 redistribute-connected=yes redistribute-static=yes redistribute-rip=yes redistribute-ospf=yes
redistribute-other-bgp=yes out-filter=“” client-to-client-reflection=yes ignore-as-path-len=no routing-table=“”
1 name=“NIX” as=65212 router-id=103.110.214.98 redistribute-connected=no redistribute-static=no redistribute-rip=no redistribute-ospf=no redistribute-other-bgp=yes
out-filter=“” client-to-client-reflection=yes ignore-as-path-len=no routing-table=“”


/ routing bgp peer print detail
Flags: X - disabled, E - established
0 E name=“NIX” instance=NIX remote-address=103.110.214.97 remote-as=56032 tcp-md5-key=“” nexthop-choice=default multihop=no route-reflect=no hold-time=3m ttl=default
in-filter=“” out-filter=“” address-families=ip default-originate=never remove-private-as=no as-override=no passive=no use-bfd=no


you can see also attached image

Thanks.
BGP Advertisement.jpg
BGP Peer 1.jpg

Advertisements menu shows only prefixes that are advertised to remote peers, not the ones received.

This will be of great help to you.
/ip route print where received-from=<peer_name>