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-3.TXT | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Bachelor/CCNA4/CFGs/rb-3.TXT (limited to 'Bachelor/CCNA4/CFGs/rb-3.TXT') diff --git a/Bachelor/CCNA4/CFGs/rb-3.TXT b/Bachelor/CCNA4/CFGs/rb-3.TXT new file mode 100644 index 0000000..3e6fa3e --- /dev/null +++ b/Bachelor/CCNA4/CFGs/rb-3.TXT @@ -0,0 +1,54 @@ +! +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 + no ip directed-broadcast +! +interface Serial0 +description toRC + ip address 200.1.1.65 255.255.255.240 + 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 + no ip directed-broadcast + clockrate 64000 +! +router igrp 111 + network 200.1.1.0 + metric maximum-hops 16 +! +ip http server +ip classless +! +banner motd ^CAuthorized 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 \ No newline at end of file -- cgit v1.2.3