summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/CFGs/rb-2.TXT
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/CFGs/rb-2.TXT
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/CCNA4/CFGs/rb-2.TXT')
-rw-r--r--Bachelor/CCNA4/CFGs/rb-2.TXT107
1 files changed, 107 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/CFGs/rb-2.TXT b/Bachelor/CCNA4/CFGs/rb-2.TXT
new file mode 100644
index 0000000..7596c39
--- /dev/null
+++ b/Bachelor/CCNA4/CFGs/rb-2.TXT
@@ -0,0 +1,107 @@
+Current configuration:
+!
+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 shutdown
+!
+interface Serial0
+ description toRC
+ ip address 200.1.1.65 255.255.255.240
+ no shutdown
+ clockrate 64000
+!
+interface Serial1
+ description toRA
+ ip address 200.1.1.34 255.255.255.240
+ 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
+!
+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
+ no ip directed-broadcast
+!
+interface Serial0
+ --More--   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 ^CCAuthorized access only!^C
+!
+line con 0
+ --More--   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