From 16e4b5aab37aadd2da708f499c324dbe788dd400 Mon Sep 17 00:00:00 2001
From: Antonin Renier <antonin.renier.etu@univ-lille.fr>
Date: Fri, 16 Dec 2022 10:55:43 +0100
Subject: [PATCH] Replace config_router

---
 configs/config_router | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/configs/config_router b/configs/config_router
index e08b2cd..4e77c16 100644
--- a/configs/config_router
+++ b/configs/config_router
@@ -1,17 +1,18 @@
 
 !
-! Last configuration change at 12:10:11 UTC Thu Dec 15 2022
+! Last configuration change at 08:33:18 UTC Fri Dec 16 2022
 version 15.3
 service timestamps debug datetime msec
 service timestamps log datetime msec
 no service password-encryption
 !
-hostname Router
+hostname R1
 !
 boot-start-marker
 boot-end-marker
 !
 !
+enable password peter
 !
 no aaa new-model
 !
@@ -75,6 +76,7 @@ interface GigabitEthernet0/1
  ip address 10.0.0.1 255.0.0.0
  ip nat outside
  ip virtual-reassembly in
+ shutdown
  duplex auto
  speed auto
 !
-- 
GitLab