From b13ae2e356ef7aa570c967ef6822c45e121a60cf Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sat, 21 Nov 2015 19:34:31 +0100 Subject: [PATCH] bgp-contd: actually show R12 output --- bgp-contd/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bgp-contd/README.md b/bgp-contd/README.md index d8f0a4b..1468025 100644 --- a/bgp-contd/README.md +++ b/bgp-contd/README.md @@ -79,11 +79,11 @@ Notice that `R2` knows two different routes to `2001:db8:10::/48`. One of them g `lxc-attach` to `R12` and verify the routes to the other two networks from there. Some additional `traceroute6 -n` to some destinations in remote networks might help. - root@R2:/# traceroute6 -n 2001:db8:10::12 - traceroute to 2001:db8:10::12 (2001:db8:10::12), 30 hops max, 80 byte packets - 1 2001:db8:0:1::ff 0.470 ms 0.461 ms 0.463 ms - 2 2001:db8:0:3::10 0.729 ms 0.727 ms 0.638 ms - 3 2001:db8:10::12 0.935 ms 0.962 ms 0.868 ms + root@R12:/# traceroute6 -n 2001:db8::2 + traceroute to 2001:db8::2 (2001:db8::2), 30 hops max, 80 byte packets + 1 2001:db8:10:2::10 0.611 ms 0.567 ms 0.587 ms + 2 2001:db8:0:3::ff 0.543 ms 0.504 ms 0.685 ms + 3 2001:db8::2 0.676 ms 0.673 ms 0.658 ms * look at the route to 2001:db8:20::/48 from R2 -> only connected to R1, one option, notice next-hop * traceroute -n from R2 to R20