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/santa_cruz2_part3.txt | 76 +++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 Bachelor/Computernetze2/CFG/santa_cruz2_part3.txt (limited to 'Bachelor/Computernetze2/CFG/santa_cruz2_part3.txt') diff --git a/Bachelor/Computernetze2/CFG/santa_cruz2_part3.txt b/Bachelor/Computernetze2/CFG/santa_cruz2_part3.txt new file mode 100644 index 0000000..063b345 --- /dev/null +++ b/Bachelor/Computernetze2/CFG/santa_cruz2_part3.txt @@ -0,0 +1,76 @@ +SantaCruz2#sh run +Building configuration... + +Current configuration: +! +version 12.0 +service timestamps debug uptime +service timestamps log uptime +no service password-encryption +! +hostname SantaCruz2 +! +enable secret 5 $1$wo4Q$4C093Ih61j.oZSp4ao5YO/ +! +! +! +! +! +ip subnet-zero +no ip domain-lookup +! +! +! +process-max-time 200 +! +interface Loopback0 + ip address 172.30.110.1 255.255.255.0 + no ip directed-broadcast +! +interface Loopback1 + ip address 172.30.200.17 255.255.255.240 + no ip directed-broadcast +! +interface Loopback2 + ip address 172.30.200.33 255.255.255.240 + no ip directed-broadcast +! +interface Ethernet0 + ip address 172.30.100.1 255.255.255.0 + no ip directed-broadcast +! +interface Ethernet1 + no ip address + no ip directed-broadcast + shutdown +! +interface Serial0 + ip address 192.168.4.22 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 + transport input none +line aux 0 +line vty 0 4 + password cisco + login +! +end + +SantaCruz2# \ No newline at end of file -- cgit v1.2.3