From 49bd5bb6daa8aae5dd1f9488d8db9bdcde4404ff Mon Sep 17 00:00:00 2001 From: melenilya Date: Sat, 12 Apr 2025 23:47:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20FINAL/R5.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FINAL/R5.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 FINAL/R5.txt diff --git a/FINAL/R5.txt b/FINAL/R5.txt new file mode 100644 index 0000000..39ee8aa --- /dev/null +++ b/FINAL/R5.txt @@ -0,0 +1,48 @@ +enable +configure terminal +no ip domain-lookup +service password-encryption +hostname R5 +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 4 +password cisco +login +exit +banner motd #Unauthorized access prohibited# +interface g0/0.1 +encapsulation dot1Q 1 +ip address 192.168.0.1 255.255.255.0 +interface g0/0.30 +encapsulation dot1Q 30 +ip address 192.168.3.1 255.255.255.0 +interface g0/0.40 +encapsulation dot1Q 40 +ip address 192.168.4.1 255.255.255.0 +exit +int g0/0 +no shut +exit +int g0/0.1 +standby version 2 +standby 1 ip 192.168.0.254 +standby 1 priority 150 +standby 1 preempt +exit +int g0/0.30 +standby version 2 +standby 1 ip 192.168.3.254 +standby 1 priority 150 +standby 1 preempt +exit +int g0/0.40 +standby version 2 +standby 1 ip 192.168.4.254 +standby 1 priority 150 +standby 1 preempt +end +copy running-config startup-config