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

69 Commits

Author SHA1 Message Date
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
a09ec025cc bgp/ospf-intro: sleep between lxc-start
It often blows up if you try them directly after each other. Meh.
Also, some little adjustments to the text.
2015-09-14 00:45:34 +02:00
Hans van Kranenburg
ef081263a1 bgp-contd: put network numbers in graph 2015-09-13 22:53:44 +02:00
Hans van Kranenburg
8b957c2340 lxcbird: some more about debian recommends 2015-08-14 01:10:35 +02:00
Hans van Kranenburg
58e90d4c84 bgp-intro: fix copy/paste mess 2015-08-11 16:47:42 +02:00
Hans van Kranenburg
936a62d9d4 lxcbird: no icmp rate limit must be inside container 2015-08-11 16:37:57 +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
Hans van Kranenburg
27b11e6f66 Mention iBGP instead of confusing the reader with OSPF first.
23:41 < Elrond> Knorrie - 2. On exporting routes from bgp to ospf: If
your network is complex enough, you will start to deploy router more
deeply inside your structure, and those will only know ospf. So having
some E1/E2 big routes exported into ospf is often used there. So those
networks get the traffic out to some router that knows better and
probably has the specific bgp routes in it.
23:42 < Knorrie> aha
23:42 < Knorrie> good point
23:43 < Knorrie> so in the ospf-only segment, there is no reason to do
intelligent things with the information, just get it into the right
direction
23:44 < Elrond> Yeah.
23:45 < Knorrie> so I can change it from: "this is baaaaad, never do
this" to a bit more soft wording
23:45 < Elrond> Think buildings far away from your main
big-network-computer-centre. Those might have redundant links to your
main building. But that's handled by ospf, nicely. You just need to get
the traffic to the main building.
23:45 < Knorrie> I get it yes
23:46 < Elrond> I am not 100% sure it's done like this by many people,
though.
23:46 < Elrond> And I would not export the whole bgp-table into ospf.
Just aggregates. In the worst case, export a 0/0 into ospf.
23:47 < Elrond> More specific routes will always win, you know.
2015-07-04 15:38:21 +02:00
Hans van Kranenburg
c60a022621 BGP Intro: birdc con later, cosmetics, boggling 2015-06-21 01:36:46 +02:00
Hans van Kranenburg
f055164860 BGP Intro: Using same AS -> BIRD knows we want iBGP 2015-06-21 01:06:02 +02:00
Hans van Kranenburg
171947105e BGP Intro: Yay, finish tutorial 2015-06-21 01:03:26 +02:00
Hans van Kranenburg
2d12e7cbf9 BGP Intro: remove cruft
No idea what I was going to type there.
2015-06-20 18:56:26 +02:00
Hans van Kranenburg
4e6815e7d8 BGP Intro: Hands on WIP, BIRD protocols and tables 2015-06-20 17:41:25 +02:00
Hans van Kranenburg
9d54d06927 BGP Intro: WIP 2015-06-20 14:28:42 +02:00
Hans van Kranenburg
ce24461687 BGP Intro: OSPF vs BGP about shortest path 2015-06-20 14:28:36 +02:00
Hans van Kranenburg
7a267280db BGP Intro: Configure BGP between R3 and R10! 2015-06-19 01:24:41 +02:00
Hans van Kranenburg
a409ba3618 LXC Intro: disable icmp rate limiting 2015-06-15 00:24:23 +02:00
Hans van Kranenburg
9b30361e8c BGP Intro: Meh, indentation 2015-06-15 00:15:11 +02:00
Hans van Kranenburg
18ccede019 BGP Intro: container configuration 2015-06-15 00:11:21 +02:00
Hans van Kranenburg
bb5236f280 OSPF Intro: fixes
* Move removal of old network config into fix_network.sh
* Fix openvswitch port removal on shutdown
* Fix logging
2015-06-14 23:51:29 +02:00
Hans van Kranenburg
cccbb10869 LXC Intro: fixes
* Fix removing openvswitch ports on container shutdown
* Also try to start bird6 by default
* Fix logging
2015-06-14 23:47:27 +02:00
Hans van Kranenburg
8e4598ddc2 BGP intro: up until hands on 2015-06-14 19:07:48 +02:00
Hans van Kranenburg
80736797c7 BGP intro: WIP, next: either better text or handson first 2015-06-14 00:58:49 +02:00
Hans van Kranenburg
3b856df888 BGP intro - WIP 2015-06-13 23:58:08 +02:00
Hans van Kranenburg
833b70931f Actually, do Birdhouse as last page 2015-06-08 23:02:55 +02:00
Hans van Kranenburg
39f84ed3fc README: first BGP intro, then the Birdhouse 2015-06-08 23:00:19 +02:00
Hans van Kranenburg
d7810c0f52 OSPF intro: also look at bird show route 2015-06-08 22:59:01 +02:00
Hans van Kranenburg
9303272265 OSPF intro: add network/interfaces and bird.conf for containers 2015-06-08 22:43:17 +02:00
Hans van Kranenburg
47aa4d33ca lxcbird: BIRD logfile directory 2015-06-08 22:40:04 +02:00
Hans van Kranenburg
50537e0ca7 OSPF intro: minor correction 2015-06-08 02:04:45 +02:00
Hans van Kranenburg
09f7a1ef26 OSPF intro: some more hints about extra things to do 2015-06-07 23:22:47 +02:00
Hans van Kranenburg
172e3d2122 OSPF intro: cosmetics 2015-06-07 22:25:45 +02:00
Hans van Kranenburg
feec467288 OSPF intro: picture about link down, loopback title, ecmp 2015-06-07 22:22:46 +02:00
Hans van Kranenburg
77cc0e6920 Eh, R1, not R6 2015-06-07 03:20:12 +02:00
Hans van Kranenburg
55d79b7e08 Remove planned pages barrier. 2015-06-07 03:17:01 +02:00
Hans van Kranenburg
e1df9ebed7 Meh 2015-06-07 03:14:21 +02:00
Hans van Kranenburg
f5de1609d0 Sigh... formatting... Also, some info about the loopback. 2015-06-07 03:08:55 +02:00
Hans van Kranenburg
e59a23fc0c Ah, inside the enumeration, I have to indent twice 2015-06-07 02:53:43 +02:00
Hans van Kranenburg
1ba9d9af1b Moar WTF 2015-06-07 02:52:45 +02:00
Hans van Kranenburg
5793f06de6 WTF formatting plain text 2015-06-07 02:51:49 +02:00
Hans van Kranenburg
430c75bb71 OSPF intro: encourage to re-read 2015-06-07 02:49:34 +02:00
Hans van Kranenburg
2622e52481 OSPF intro: Whee 2015-06-07 02:46:13 +02:00
Hans van Kranenburg
381746eb45 OSPF intro: ospf-together-hosts with hostnames 2015-06-07 00:16:41 +02:00
Hans van Kranenburg
92f8357f19 OSPF intro: lxc_network.sh 2015-06-06 23:39:21 +02:00
Hans van Kranenburg
b6f4b858a1 A host behind the router, not itself 2015-06-06 21:48:00 +02:00
Hans van Kranenburg
b60ce680e7 Ok, ok... ecmp... 2015-06-06 21:45:51 +02:00