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