Here is the Mikrotik configuration and I hope someone can help me with it
Mikrotik Router :
/interface gre add keepalive=5s,4 local-address=80.18.22.29 name=gre-Main-Tu
remote-address=71.22.55.20 add comment=“Main-Tu” disabled=yes keepalive=5s,4 local-address=
80.18.22.29 name=gre-Main-Tu remote-address=71.22.55.20
/ip address add address=10.130.3.2/30 interface=gre-Main-Tu network=10.130.3.0/30
/ip firewall filter add action=accept chain=input comment=Main-Tu src-address=71.22.55.20
add action=accept chain=output comment=Main-Tu dst-address=71.22.55.20
add action=accept chain=input comment=Main-Tu in-interface=gre-Main-Tu
add action=accept chain=input protocol=icmp
add action=drop chain=input dst-port=23 protocol=tcp
add action=drop chain=input dst-port=22 protocol=tcp
add action=drop chain=forward connection-limit=50,32 disabled=yes protocol=
udp
add action=drop chain=forward connection-limit=50,32 disabled=yes protocol=
tcp
add action=drop chain=forward dst-address=80.18.22.0/21
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set dccp disabled=yes
set sctp disabled=yes
/routing bgp aggregate add advertise-filter=connected-in disabled=yes include-igp=yes instance=
BGP-Velconet prefix=80.18.22.0/21
/routing bgp network add network=80.18.22.0/21 synchronize=no
On cisco router :
! interface GigabitEthernet1
ip address 71.22.55.20 255.255.255.240
negotiation auto !
int tu52
ip add 10.130.3.1 255.255.255.252
ip policy route-map MTU
ip mtu 1476
ip flow monitor
ip tcp adjust-mss 1436
keepalive 5 4
tunnel source 71.22.55.20
tunnel destination 80.18.22.29