summaryrefslogtreecommitdiff
path: root/docs/routing/rip.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-19 07:39:59 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-19 07:39:59 +0100
commita4d01eaced5f34ddf9a6c7b3d5bec7622e4e80ff (patch)
tree3c5f4055519a314c6f50b9cadafe4f001475b832 /docs/routing/rip.rst
parentafb35e203ef87efede88a257d927ea42b33ff1ab (diff)
downloadvyos-documentation-a4d01eaced5f34ddf9a6c7b3d5bec7622e4e80ff.tar.gz
vyos-documentation-a4d01eaced5f34ddf9a6c7b3d5bec7622e4e80ff.zip
rip: rework initial passage
Diffstat (limited to 'docs/routing/rip.rst')
-rw-r--r--docs/routing/rip.rst20
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/routing/rip.rst b/docs/routing/rip.rst
index 194ab6e3..17f6064f 100644
--- a/docs/routing/rip.rst
+++ b/docs/routing/rip.rst
@@ -1,7 +1,19 @@
-.. _routing-rip:
-
-Routing Information Protocol (RIP)
-----------------------------------
+.. _rip:
+
+RIP
+---
+
+:abbr:`RIP (Routing Information Protocol)` is a widely deployed interior gateway
+protocol. RIP was developed in the 1970s at Xerox Labs as part of the XNS
+routing protocol. RIP is a distance-vector protocol and is based on the
+Bellman-Ford algorithms. As a distance-vector protocol, RIP router send updates
+to its neighbors periodically, thus allowing the convergence to a known
+topology. In each update, the distance to any given network will be broadcast
+to its neighboring router.
+
+Supported versions of RIP are:
+* RIPv1 as described in :rfc:`1058`
+* RIPv2 as described in :rfc:`2453`
Simple RIP configuration using 2 nodes and redistributing connected interfaces.