From d40f1191c4bd6ca43f7ab3adeab5d0ed52286a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 8 Apr 2022 15:59:32 +0200 Subject: [PATCH] Add howto router RIP (dynamic routing). --- 1/PAR/notes/pt-docs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/1/PAR/notes/pt-docs.md b/1/PAR/notes/pt-docs.md index 4121558..5b40cf5 100644 --- a/1/PAR/notes/pt-docs.md +++ b/1/PAR/notes/pt-docs.md @@ -15,6 +15,17 @@ enable secret username privilege 1 password 0 ``` +## Enrutamiento + +### DinĂ¡mico + +``` +router rip +version 2 +no auto-summary +network +``` + ## VLANs ```