summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/CFGs/rb.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/CFGs/rb.TXT')
-rw-r--r--Bachelor/CCNA4/CFGs/rb.TXT51
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