From 90bc833cd54f62a6f67794f34124bfc138bb04b2 Mon Sep 17 00:00:00 2001 From: serr Date: Sun, 6 Apr 2025 13:50:47 +0300 Subject: [PATCH] folders --- EAST.txt => GRE/EAST.txt | 0 ISP.txt => GRE/ISP.txt | 0 PCA_enp2s0.txt => GRE/PCA_enp2s0.txt | 0 PCA_enp2s6.txt => GRE/PCA_enp2s6.txt | 0 PCC_enp2s0.txt => GRE/PCC_enp2s0.txt | 0 PCC_enp2s6.txt => GRE/PCC_enp2s6.txt | 0 WEST.txt => GRE/WEST.txt | 0 HSRP/PCA_enp2s0.txt | 3 +++ HSRP/PCA_enp2s6.txt | 3 +++ HSRP/PCC_enp2s0.txt | 3 +++ HSRP/PCC_enp2s6.txt | 3 +++ HSRP/R1.txt | 35 +++++++++++++++++++++++++ HSRP/R2.txt | 39 ++++++++++++++++++++++++++++ HSRP/R3.txt | 33 +++++++++++++++++++++++ HSRP/S1.txt | 20 ++++++++++++++ HSRP/S3.txt | 20 ++++++++++++++ 16 files changed, 159 insertions(+) rename EAST.txt => GRE/EAST.txt (100%) rename ISP.txt => GRE/ISP.txt (100%) rename PCA_enp2s0.txt => GRE/PCA_enp2s0.txt (100%) rename PCA_enp2s6.txt => GRE/PCA_enp2s6.txt (100%) rename PCC_enp2s0.txt => GRE/PCC_enp2s0.txt (100%) rename PCC_enp2s6.txt => GRE/PCC_enp2s6.txt (100%) rename WEST.txt => GRE/WEST.txt (100%) create mode 100644 HSRP/PCA_enp2s0.txt create mode 100644 HSRP/PCA_enp2s6.txt create mode 100644 HSRP/PCC_enp2s0.txt create mode 100644 HSRP/PCC_enp2s6.txt create mode 100644 HSRP/R1.txt create mode 100644 HSRP/R2.txt create mode 100644 HSRP/R3.txt create mode 100644 HSRP/S1.txt create mode 100644 HSRP/S3.txt diff --git a/EAST.txt b/GRE/EAST.txt similarity index 100% rename from EAST.txt rename to GRE/EAST.txt diff --git a/ISP.txt b/GRE/ISP.txt similarity index 100% rename from ISP.txt rename to GRE/ISP.txt diff --git a/PCA_enp2s0.txt b/GRE/PCA_enp2s0.txt similarity index 100% rename from PCA_enp2s0.txt rename to GRE/PCA_enp2s0.txt diff --git a/PCA_enp2s6.txt b/GRE/PCA_enp2s6.txt similarity index 100% rename from PCA_enp2s6.txt rename to GRE/PCA_enp2s6.txt diff --git a/PCC_enp2s0.txt b/GRE/PCC_enp2s0.txt similarity index 100% rename from PCC_enp2s0.txt rename to GRE/PCC_enp2s0.txt diff --git a/PCC_enp2s6.txt b/GRE/PCC_enp2s6.txt similarity index 100% rename from PCC_enp2s6.txt rename to GRE/PCC_enp2s6.txt diff --git a/WEST.txt b/GRE/WEST.txt similarity index 100% rename from WEST.txt rename to GRE/WEST.txt diff --git a/HSRP/PCA_enp2s0.txt b/HSRP/PCA_enp2s0.txt new file mode 100644 index 0000000..56d00ec --- /dev/null +++ b/HSRP/PCA_enp2s0.txt @@ -0,0 +1,3 @@ +sudo ip link set dev enp2s0 up +sudo ip address add 192.168.1.31/24 dev enp2s0 +sudo ip route add default via 192.168.1.254 \ No newline at end of file diff --git a/HSRP/PCA_enp2s6.txt b/HSRP/PCA_enp2s6.txt new file mode 100644 index 0000000..b23f4fc --- /dev/null +++ b/HSRP/PCA_enp2s6.txt @@ -0,0 +1,3 @@ +sudo ip link set dev enp2s6 up +sudo ip address add 192.168.1.31/24 dev enp2s6 +sudo ip route add default via 192.168.1.254 \ No newline at end of file diff --git a/HSRP/PCC_enp2s0.txt b/HSRP/PCC_enp2s0.txt new file mode 100644 index 0000000..b9b5f28 --- /dev/null +++ b/HSRP/PCC_enp2s0.txt @@ -0,0 +1,3 @@ +sudo ip link set dev enp2s0 up +sudo ip address add 192.168.1.33/24 dev enp2s0 +sudo ip route add default via 192.168.1.254 \ No newline at end of file diff --git a/HSRP/PCC_enp2s6.txt b/HSRP/PCC_enp2s6.txt new file mode 100644 index 0000000..15c31cf --- /dev/null +++ b/HSRP/PCC_enp2s6.txt @@ -0,0 +1,3 @@ +sudo ip link set dev enp2s6 up +sudo ip address add 192.168.1.33/24 dev enp2s6 +sudo ip route add default via 192.168.1.254 diff --git a/HSRP/R1.txt b/HSRP/R1.txt new file mode 100644 index 0000000..6c4722f --- /dev/null +++ b/HSRP/R1.txt @@ -0,0 +1,35 @@ +enable +configure terminal +hostname R1 +no ip domain-lookup +interface f0/1 +ip address 192.168.1.1 255.255.255.0 +no shutdown +exit +interface Serial0/1/0 +ip address 10.1.1.1 255.255.255.252 +clock rate 128000 +no shutdown +exit +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 4 +password cisco +login +exit +router rip +version 2 +network 192.168.1.0 +network 10.1.1.0 +exit +interface f0/1 +standby version 2 +standby 1 ip 192.168.1.254 +standby 1 priority 150 +standby 1 preempt +end +copy running-config startup-config \ No newline at end of file diff --git a/HSRP/R2.txt b/HSRP/R2.txt new file mode 100644 index 0000000..e3529a7 --- /dev/null +++ b/HSRP/R2.txt @@ -0,0 +1,39 @@ +enable +configure terminal +hostname R1 +no ip domain-lookup +interface Serial0/1/1 +ip address 10.2.2.2 255.255.255.252 +clock rate 128000 +no shutdown +exit +interface Serial0/1/0 +ip address 10.1.1.2 255.255.255.252 +clock rate 128000 +no shutdown +exit +int lo1 +ip address 209.165.200.225 255.255.255.224 +exit +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 4 +password cisco +login +exit +router rip +version 2 +network 10.2.2.0 +network 10.1.1.0 +network 209.165.200.224 +exit +ip route 0.0.0.0 0.0.0.0 Lo1 +router rip +default-information originate +no auto-summary +end +copy running-config startup-config \ No newline at end of file diff --git a/HSRP/R3.txt b/HSRP/R3.txt new file mode 100644 index 0000000..344d04d --- /dev/null +++ b/HSRP/R3.txt @@ -0,0 +1,33 @@ +enable +configure terminal +hostname R3 +no ip domain-lookup +interface f0/1 +ip address 192.168.1.3 255.255.255.0 +no shutdown +exit +interface Serial0/1/1 +ip address 10.2.2.1 255.255.255.252 +clock rate 128000 +no shutdown +exit +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 4 +password cisco +login +exit +router rip +version 2 +network 192.168.1.0 +network 10.2.2.0 +exit +interface f0/1 +standby version 2 +standby 1 ip 192.168.1.254 +end +copy running-config startup-config \ No newline at end of file diff --git a/HSRP/S1.txt b/HSRP/S1.txt new file mode 100644 index 0000000..3f88ac0 --- /dev/null +++ b/HSRP/S1.txt @@ -0,0 +1,20 @@ +enable +configure terminal +hostname S1 +no ip domain-lookup +interface vlan 1 +ip address 192.168.1.11 255.255.255.0 +no shutdown +exit +ip default-gateway 192.168.1.254 +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 15 +password cisco +login +end +copy running-config startup-config \ No newline at end of file diff --git a/HSRP/S3.txt b/HSRP/S3.txt new file mode 100644 index 0000000..83d4acd --- /dev/null +++ b/HSRP/S3.txt @@ -0,0 +1,20 @@ +enable +configure terminal +hostname S3 +no ip domain-lookup +interface vlan 1 +ip address 192.168.1.13 255.255.255.0 +no shutdown +exit +ip default-gateway 192.168.1.254 +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 15 +password cisco +login +end +copy running-config startup-config \ No newline at end of file