summaryrefslogtreecommitdiffstats
path: root/Bachelor/Computernetze2/CFG/santacruz1_ripv2-part3.txt
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/Computernetze2/CFG/santacruz1_ripv2-part3.txt
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/Computernetze2/CFG/santacruz1_ripv2-part3.txt')
-rw-r--r--Bachelor/Computernetze2/CFG/santacruz1_ripv2-part3.txt60
1 files changed, 60 insertions, 0 deletions
diff --git a/Bachelor/Computernetze2/CFG/santacruz1_ripv2-part3.txt b/Bachelor/Computernetze2/CFG/santacruz1_ripv2-part3.txt
new file mode 100644
index 0000000..18fc701
--- /dev/null
+++ b/Bachelor/Computernetze2/CFG/santacruz1_ripv2-part3.txt
@@ -0,0 +1,60 @@
+version 12.0
+service timestamps debug uptime
+service timestamps log uptime
+no service password-encryption
+!
+hostname SantaCruz1
+!
+enable secret 5 $1$J6AL$k6kln5.B25xPf4MW.Th0R0
+!
+!
+!
+!
+!
+ip subnet-zero
+no ip domain-lookup
+!
+!
+!
+process-max-time 200
+!
+interface Loopback0
+ ip address 172.30.2.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Ethernet0
+ ip address 172.30.1.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Serial0
+ ip address 192.168.4.26 255.255.255.252
+ no ip directed-broadcast
+ no ip mroute-cache
+!
+interface Serial1
+ no ip address
+ no ip directed-broadcast
+ shutdown
+!
+router rip
+ version 2
+ network 172.30.0.0
+ network 192.168.4.0
+ no auto-summary
+!
+ip classless
+no ip http server
+!
+!
+line con 0
+ password cisco
+ logging synchronous
+ login
+ transport input none
+line aux 0
+line vty 0 4
+ password cisco
+ logging synchronous
+ login
+!
+end \ No newline at end of file