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/CCNA4/CFGs/rb-4.TXT | 69 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 Bachelor/CCNA4/CFGs/rb-4.TXT (limited to 'Bachelor/CCNA4/CFGs/rb-4.TXT') diff --git a/Bachelor/CCNA4/CFGs/rb-4.TXT b/Bachelor/CCNA4/CFGs/rb-4.TXT new file mode 100644 index 0000000..c37f498 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/rb-4.TXT @@ -0,0 +1,69 @@ +show run +Building configuration... + +Current configuration: +! +version 12.0 +service timestamps debug uptime +service timestamps log uptime +service password-encryption +! +hostname RB +! +enable secret 5 $1$SW8S$LGBVy90svpHaUDxuN5mWn1 +! +no ip subnet-zero +no ip domain-lookup +! +! +! +interface Ethernet0 + description e0-lab + ip address 200.1.1.49 255.255.255.240 + ip access-group 101 in + no ip directed-broadcast +! + --More--  interface Serial0 + description toRC + ip address 200.1.1.65 255.255.255.240 + ip access-group 102 in + no ip directed-broadcast + no ip mroute-cache + no fair-queue + clockrate 64000 +! +interface Serial1 + description toRA + ip address 200.1.1.34 255.255.255.240 + ip access-group 102 in + no ip directed-broadcast + clockrate 64000 +! +router igrp 111 + network 200.1.1.0 +! +ip http server +ip classless +! +access-list 101 permit tcp host 200.1.1.58 host 200.1.1.49 eq www + --More--  access-list 101 deny tcp 200.1.1.48 0.0.0.15 any eq www +access-list 101 permit ip any any +access-list 102 deny tcp any host 200.1.1.49 eq www +access-list 102 deny tcp any host 200.1.1.65 eq www +access-list 102 deny tcp any host 200.1.1.34 eq www +access-list 102 permit ip any any +banner motd ^CCAuthorized access only!^C +! +line con 0 + password 7 14141B180F0B + logging synchronous + login + transport input none +line aux 0 +line vty 0 4 + password 7 05080F1C2243 + login +! +end + +RB# \ No newline at end of file -- cgit v1.2.3