From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/Computernetze2/CFG/vargas02.txt | 77 ++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Bachelor/Computernetze2/CFG/vargas02.txt (limited to 'Bachelor/Computernetze2/CFG/vargas02.txt') diff --git a/Bachelor/Computernetze2/CFG/vargas02.txt b/Bachelor/Computernetze2/CFG/vargas02.txt new file mode 100644 index 0000000..ced5515 --- /dev/null +++ b/Bachelor/Computernetze2/CFG/vargas02.txt @@ -0,0 +1,77 @@ +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 Loopback0 + ip address 201.0.0.1 255.255.255.255 + no ip directed-broadcast +! +interface Loopback1 + ip address 192.168.30.1 255.255.255.0 + no ip directed-broadcast +! +interface Loopback2 + ip address 192.168.20.5 255.255.255.252 + no ip directed-broadcast +! +interface Ethernet0 + bandwidth 10000 + ip address 192.168.20.1 255.255.255.252 + no ip directed-broadcast + ip ospf message-digest-key 1 md5 secret + ip ospf hello-interval 5 +! +interface Serial0 + no ip address + no ip directed-broadcast + no ip mroute-cache + shutdown + no fair-queue + clockrate 56000 +! +interface Serial1 + no ip address + no ip directed-broadcast + shutdown + clockrate 56000 +! +router ospf 10 + network 192.168.20.0 0.0.0.255 area 0 + network 192.168.30.0 0.0.0.3 area 0 + area 0 authentication message-digest +! +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 + -- cgit v1.2.3