Mailing List Archive

Running Quagga on Mininet
I am running the following demo:

https://github.com/mininet/mininet/wiki/BGP-Path-Hijacking-Attack-Demo

I would like to issue vtysh commands to individual routers. When I try to
run vtysh by sending a command to any of the routers I always connect to
the same one.

For example in if I run any of the following in mininet:

R1 vtysh
R2 vtysh
R3 vtysh
R4 vtysh

I connect to R5 (which is the last router created in the topology) every
time. Any ideas?