Hi,
I am currently learning about BGP security.
On GNS3 I have 3 Mirotik CHR 6.47 routers, configured as:
R1 192.168.122.200
R2: 192.168.122.201
R3: 192.16.122.202
I ping R1 from R3 and can observe ICMP traffic in wireshark, I then attempted the following commands on R2
ip address add address=“192.168.122.200” netmask=255.255.255.224 interface=ether1
routing bgp network add network=“192.168.122.192/27”
I should be able to observe the ICMP traffic in R2 capture (wireshark) but cannot see this. The strange thing is, sometimes even though I’ve been repeating the same command I have been able to observe the traffic redirect i.e on R2 capture I can now see the ping from R3 intended for R1, but this seems to only happen randomly.
My intended behaviour is I should be able to see the traffic of a current ping from R3 to R1 redirect to R2 live, any idea why this is not happening?