Dear folks,
I have run BGP peer between MT 2.9.27 and Cisco 7602, everythings run well. Then we have bought a MT 2.9.50 level 6 license and 4 port gigabit pci interface (44G). I don’t modify the configuration on 7602. And I export the MT 2.9.27 configuration. The BGP section from exported configuration (with ip-7602 and our_network stripped) is:
/ routing bgp
set enabled=yes as=64515 router-id=0.0.0.0 redistribute-static=no
redistribute-connected=yes redistribute-rip=no redistribute-ospf=no
/ routing bgp peer
add remote-address=[ip-7602] remote-as=65015 route-reflect=no
multihop=yes prefix-list-in=“” prefix-list-out=“”
/ routing bgp network
add network=[our_network/prefix]
And then I copy the BGP configuration to MT 2.9.50, but BGP peering won’t work.
I notice the peering status (from winbox) interchanged from connected to not-connected (vice-versa) within 10 - 15 seconds.
I also check the cable connection between MT and 7602 and the physical connection is OK.
Is there any misconfiguration with my MT? Or there is a new command for MT 2.9.50 regarding the BGP?
Thank you for your help.