summaryrefslogtreecommitdiffstats
path: root/Bachelor/Computernetze2/CFG/westasman03.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/westasman03.txt
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/Computernetze2/CFG/westasman03.txt')
-rw-r--r--Bachelor/Computernetze2/CFG/westasman03.txt97
1 files changed, 97 insertions, 0 deletions
diff --git a/Bachelor/Computernetze2/CFG/westasman03.txt b/Bachelor/Computernetze2/CFG/westasman03.txt
new file mode 100644
index 0000000..1fe37c4
--- /dev/null
+++ b/Bachelor/Computernetze2/CFG/westasman03.txt
@@ -0,0 +1,97 @@
+Westasman#sh run
+Building configuration...
+
+Current configuration:
+!
+version 12.0
+service timestamps debug uptime
+service timestamps log uptime
+no service password-encryption
+!
+hostname Westasman
+!
+enable secret 5 $1$AH.p$o8UjA9wqYalR2vGcI78YP.
+!
+!
+!
+!
+!
+ip subnet-zero
+no ip domain-lookup
+!
+!
+!
+process-max-time 200
+!
+interface Loopback0
+ ip address 172.16.8.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Loopback1
+ ip address 172.16.9.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Loopback2
+ ip address 172.16.10.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Loopback3
+ ip address 172.16.11.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Loopback4
+ ip address 172.16.12.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Loopback5
+ ip address 172.16.13.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Loopback6
+ ip address 172.16.14.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Loopback7
+ ip address 172.16.15.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Ethernet0
+ ip address 192.168.72.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Serial0
+ ip address 192.168.64.2 255.255.255.252
+ no ip directed-broadcast
+ no ip mroute-cache
+ no fair-queue
+ clockrate 56000
+!
+interface Serial1
+ ip address 192.168.64.6 255.255.255.252
+ no ip directed-broadcast
+ clockrate 56000
+!
+router eigrp 100
+ network 172.16.0.0 0.0.0.255
+ network 192.168.64.0
+ network 192.168.72.0
+ no auto-summary
+!
+ip classless
+no ip http server
+!
+!
+line con 0
+ exec-timeout 0 0
+ password cisco
+ logging synchronous
+ login
+ transport input none
+line aux 0
+line vty 0 4
+ password cisco
+ login
+!
+end
+
+Westasman# \ No newline at end of file