2
0
mirror of https://github.com/knorrie/network-examples synced 2025-08-30 05:58:31 +00:00

26 Commits

Author SHA1 Message Date
Hans van Kranenburg
c54efe2bd2 Add cleanup instructions 2021-01-28 22:52:14 +01:00
Paul Warren
3ee4723b7b bgp-contd/lxc: update for Debian Buster 2021-01-28 20:59:44 +01:00
Hans van Kranenburg
cf4895f787 bgp-contd: check-connectivity: also print OK
Argh, if everything is OK the script wouldn't generate any output, which
is also confusing.

So, just show everything that is happening... The amount of routers in
the example is not that big.
2017-11-14 23:38:53 +01:00
Yuri Volchkov
815d129e72 bgp-contd: too early to check connectivity to r20
The first thing I did in this assignment is disabled connection
R1-R20. And spend some time trying to understand how it is even
supposed to work, before I scrolled down and read that it is not
supposed actually.

So let's not ask a person to check if he can reach ALL parts of the
network, but only reasonable for now parts.

Edit by Knorrie:
* Explicitely mention what can be disabled now, so that we don't run
  into the situation above. :)
2017-11-14 23:22:11 +01:00
Yuri Volchkov
101b25edd0 bgp-contd: script check-connectivity
Add a script for testing connectivity. Basically ping every router
from every router.

Edit by Knorrie:
* Ignore all the crap that ping outputs
* Test all links, don't stop when one fails.
* Insert commented out extra [OK] output that can be enabled quickly to
  also see all connections that succeed
2017-11-14 23:13:17 +01:00
Yuri Volchkov
d41fdd708d how to actually call fixnetwork.sh
It was a bit unclear for me, what to do with fixnetwork.sh
script. This modifications should help to avoid confusion

Edit by Knorrie:
* Fix up some whitespace
* Make fixnetwork executable, it already had a shebang
* Copy both router and host files, if present: [RH]*
2017-11-14 22:03:07 +01:00
Yuri Volchkov
23422efe21 replace lxc-clone with lxc-copy
lxc-clone is not available anymore. From lxc-copy man:

> lxc-copy creates and optionally starts (ephemeral or non-ephemeral)
> copies of existing containers. It replaces lxc-clone and
> lxc-start-ephemeral.
2017-11-14 21:24:09 +01:00
Fredrik Lindqvist
80e947defc Fix minor spelling mistake 2017-07-07 16:09:10 +02:00
Hans van Kranenburg
43cf980590 bgp-contd: indenting fix 2015-12-13 00:21:37 +01:00
Hans van Kranenburg
b95229517a bgp-contd: finish the page! bonus material 2015-12-13 00:07:29 +01:00
Hans van Kranenburg
4cb6abb3cd bgp-contd: Redundancy for the branch office 2015-12-12 23:00:01 +01:00
Hans van Kranenburg
8cf317b10e bgp-contd: asymmetric traffic, bird config diagram
Blah
2015-12-01 23:29:54 +01:00
Hans van Kranenburg
cba5db078e bgp-contd: Fix text after swapping R10, R11 2015-11-29 18:26:00 +01:00
Hans van Kranenburg
1cd542afed bgp-contd: picture about disabling r0-r11 link 2015-11-29 17:57:59 +01:00
Hans van Kranenburg
5d1c1b14de bgp-contd: Fixing iBGP between border routers
Also, no need for traceroute6, just use traceroute
2015-11-29 17:52:55 +01:00
Hans van Kranenburg
2c454299e4 bgp-contd: fix local address R11 2015-11-29 17:01:11 +01:00
Hans van Kranenburg
4331ffb992 bgp-contd: Redundancy and asymmetric traffic flows 2015-11-28 17:51:36 +01:00
Hans van Kranenburg
dd0dd1af98 bgp-contd: swap R10,R11, add hosts file
When swapping the place of R10 and R11, traffic flow between AS65000 and
AS65010 will be asymmetric by default. It's nice to be able to show this
when introducing the possibility of traffic taking multiple paths.
2015-11-28 15:51:59 +01:00
Hans van Kranenburg
b13ae2e356 bgp-contd: actually show R12 output 2015-11-21 19:34:31 +01:00
Hans van Kranenburg
ada928ead4 bgp-contd: rename interface ibgp to lan 2015-09-19 23:08:40 +02:00
Hans van Kranenburg
79bd71548b bgp-contd: rename interface ibgp to lan, confusing 2015-09-19 23:03:34 +02:00
Hans van Kranenburg
bfa4d5cd74 WIP bgp-contd 2015-09-14 00:47:01 +02:00
Hans van Kranenburg
ef081263a1 bgp-contd: put network numbers in graph 2015-09-13 22:53:44 +02:00
Hans van Kranenburg
caad17d507 bgp-contd: dia files (WIP) 2015-08-11 15:05:11 +02:00
Hans van Kranenburg
62f11b9ae2 bgp-contd: lxc files 2015-08-11 15:04:05 +02:00
Hans van Kranenburg
2c25bfb1c2 Start writing bgp-contd outline 2015-08-11 15:03:56 +02:00