diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/CFGs/rb.TXT | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/CFGs/rb.TXT')
| -rw-r--r-- | Bachelor/CCNA4/CFGs/rb.TXT | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/CFGs/rb.TXT b/Bachelor/CCNA4/CFGs/rb.TXT new file mode 100644 index 0000000..31b1d53 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/rb.TXT @@ -0,0 +1,51 @@ +!
+version 12.0
+service timestamps debug uptime
+service timestamps log uptime
+service password-encryption
+!
+hostname RB
+banner motd #Authorized access only!#
+!
+!
+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 address
+ no ip directed-broadcast
+ no shutdown
+ clockrate 64000
+!
+ip http server
+ip classless
+!
+!
+line con 0
+ password 7 0822455D0A16
+ logging synchronous
+ login
+ transport input none
+line aux 0
+line vty 0 4
+ password 7 070C285F4D06
+ login
+!
+end
\ No newline at end of file |
