diff options
Diffstat (limited to 'Bachelor/Computernetze2/CFG/westasman01a.txt')
| -rw-r--r-- | Bachelor/Computernetze2/CFG/westasman01a.txt | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/Bachelor/Computernetze2/CFG/westasman01a.txt b/Bachelor/Computernetze2/CFG/westasman01a.txt new file mode 100644 index 0000000..cdc72db --- /dev/null +++ b/Bachelor/Computernetze2/CFG/westasman01a.txt @@ -0,0 +1,63 @@ +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 Ethernet0
+ no ip address
+ no ip directed-broadcast
+ shutdown
+!
+interface Serial0
+ ip address 172.16.224.2 255.255.255.252
+ no ip directed-broadcast
+ no ip mroute-cache
+ no fair-queue
+ clockrate 56000
+!
+interface Serial1
+ ip address 172.16.224.6 255.255.255.252
+ no ip directed-broadcast
+ clockrate 56000
+!
+router eigrp 100
+ network 172.16.0.0
+!
+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 |
