How are you, I’m telling you that I recently performed a bgp with my provider in both ipv4 and ipv6, the bgp was carried out normally without any problem, I created a bridge interface to which I assigned my ips pool, for example 200.100.100.1/23, when I connect directly to the router where I perform bgp and I set a public IP, I go out to the normal Internet without problems, the problem that arises is that I need to transfer those IPs to another mikrotik router and I don’t know how to do it, in turn I try to perform a ping from the terminal from mikrotik to Google’s DNS but it did not go to the Internet, I created a private IP on another interface but I do not have access to the Internet either, so I would appreciate if you could help me how to transfer those IPs to a second Mikrotik, I would appreciate it.
Note: the second mikrotik administers pppoe to each client that currently has access to the internet, but the idea is that some clients are assigned the public ips and exit through the router that does bgp and the others continue to exit through the other exit to the internet.
I have mikrotik v7
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/routing bgp template
add as=222222 disabled=no name=V4 router-id=10.201.132.99 \
routing-table=main
add address-families=ipv6 as=222222 disabled=no name=V6 router-id=\
10.201.132.99 routing-table=main
/interface bridge port
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether12
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=10.201.132.99/29 interface=sfp-sfpplus4 network=10.201.132.96
add address=200.100.100.1/23 interface=bridge1 network=200.100.100.0
add address=11.20.12.1/24 interface=ether6 network=11.20.12.0
/ip dhcp-client
add interface=sfp-sfpplus4
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall address-list
add address=200.100.100.0/23 list=IP-V4
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/ipv6 address
add address=2000:2500:0:304::2/126 advertise=no interface=sfp-sfpplus4
add address=2000:2390::/32 advertise=no interface=bridge1
add address=2000:2390::1 disabled=yes interface=bridge1
/ipv6 firewall address-list
add address=2000:2390::/32 list=IP-V6
/routing bgp connection
add as=222222 disabled=no local.role=ebgp name=bgp1 output.network=IP-V4 \
remote.address=10.201.132.97/32 .as=111111 router-id=10.201.132.99 \
routing-table=main templates=FIBERLUXV4
add address-families=ipv6 as=222222 disabled=no local.role=ebgp name=bgp2 \
output.network=IP-V6 remote.address=2000:2500:0:304::1/126 .as=111111 \
router-id=10.201.132.99 routing-table=main templates=V6