diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/Computernetze2/CFG/vargas01.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/Computernetze2/CFG/vargas01.txt')
| -rw-r--r-- | Bachelor/Computernetze2/CFG/vargas01.txt | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Bachelor/Computernetze2/CFG/vargas01.txt b/Bachelor/Computernetze2/CFG/vargas01.txt new file mode 100644 index 0000000..78f5c24 --- /dev/null +++ b/Bachelor/Computernetze2/CFG/vargas01.txt @@ -0,0 +1,64 @@ +ena
+conf t
+service timestamps debug uptime
+service timestamps log uptime
+no service password-encryption
+!
+hostname Vargas
+!
+enable secret 5 $1$AH.p$o8UjA9wqYalR2vGcI78YP.
+!
+ip subnet-zero
+no ip domain-lookup
+!
+process-max-time 200
+!
+interface Ethernet0
+ ip address 192.168.20.1 255.255.255.252
+ no ip directed-broadcast
+ no shutdown
+!
+interface Serial0
+ no ip address
+ no ip directed-broadcast
+ no ip mroute-cache
+ no fair-queue
+ clockrate 56000
+!
+interface Serial1
+ no ip address
+ no ip directed-broadcast
+ clockrate 56000
+!
+interface lo0
+ip address 201.0.0.1 255.255.255.255
+!
+interface lo1
+ip address 192.168.30.1 255.255.255.0
+!
+interface lo2
+ip address 192.168.20.5 255.255.255.0
+!
+router ospf 10
+ network 192.168.30.0 0.0.0.3 area 0
+ network 192.168.20.0 0.0.0.255 area 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
+
|
