Hi,
I’m trying to migrate my Cisco Router to my Mikrotik, and I’m unable to enable the BGP peer on it.
This is the mikrotik BGP configuration:
routing bgp instance print
name=“bgp1” as=XXXXX router-id=172.31.55.30 redistribute-connected=no redistribute-connected=yes redistribute-rip=no redistribute-ospf=no out-filter=“” client-to-client-reflection=no ignore-as-path-len=no routing-table=“”
Any idea? I’m attaching the Cisco config, which works fine.
hostname WISP2010
!
boot-start-marker
boot-end-marker
!
!
enable secret 4 kbxxHuJ598kxxxxaGDK9tve1gRvkkLxxxxQOqaVDN.
!
no aaa new-model
!
no ipv6 cef
ip source-route
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO1941/K9 sn FTX1708XXXT
!
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description Lan Cliente
ip address PUBLIC IP 255.255.252.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
description Enlace Datos
ip address 172.31.55.30 255.255.255.252
duplex full
speed 100
!
router bgp (OUR ASN)
bgp log-neighbor-changes
network 172.31.55.28 mask 255.255.255.252
network PUBLIC IP NETWORK mask 255.255.252.0
neighbor 172.31.55.29 remote-as (REMOTE ASN)
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
password xxxxxxxx
login
transport input all
!
scheduler allocate 20000 1000
end