I am trying to configure a bgp between cisco and mikrotik, but it is not working.. I am getting this message into cisco:
*May 16 23:35:29.275: %BGP-3-NOTIFICATION: sent to neighbor
152.0.0.2
active 2/A
*May 16 23:35:29.276: %BGP-4-MSGDUMP: unsupported or mal-formatted message rece
FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF 002D 0104 FFFA 00B4 9800 0002 1002 0E02
0041 0400 00FF FA01 0400 0100 01
My cisco:
router bgp 200
bgp log-neighbor-changes
neighbor
152.0.0.2
remote-as 201
neighbor
152.0.0.2
dont-capability-negotiate
My Mikrotik:
routing bgp instance add router-id=
152.0.0.2
as=201
routing bgp peer add remote-address=
152.0.0.1
remote-as=200
No comments:
Post a Comment