diff options
Diffstat (limited to 'Bachelor/CCNA4/CFGs')
| -rw-r--r-- | Bachelor/CCNA4/CFGs/2.TXT | 56 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/2a.TXT | 47 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt | 43 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/RouterB-FrameRelay.txt | 55 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt | 61 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/fbmn.TXT | 49 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/rb-2.TXT | 107 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/rb-3.TXT | 54 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/rb-4.TXT | 69 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/rb.TXT | 51 | ||||
| -rw-r--r-- | Bachelor/CCNA4/CFGs/routera.txt | 47 |
11 files changed, 639 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/CFGs/2.TXT b/Bachelor/CCNA4/CFGs/2.TXT new file mode 100644 index 0000000..7a491a0 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/2.TXT @@ -0,0 +1,56 @@ +
+Building configuration...
+
+Current configuration:
+!
+version 12.0
+service timestamps debug uptime
+service timestamps log uptime
+no service password-encryption
+!
+hostname RouterB
+!
+!
+username alaluukas password 0 pekka
+!
+!
+!
+!
+ip subnet-zero
+!
+!
+!
+process-max-time 200
+!
+interface Ethernet0
+ --More-- ip address 192.168.200.1 255.255.255.240
+ no ip directed-broadcast
+ ip nat inside
+!
+interface Serial0
+ ip address 192.168.100.1 255.255.255.252
+ no ip directed-broadcast
+ ip nat outside
+ no ip mroute-cache
+ clockrate 56000
+!
+interface Serial1
+ no ip address
+ no ip directed-broadcast
+ shutdown
+!
+ip nat inside source list 1 interface Serial0 overload
+ip classless
+ip route 10.0.1.0 255.255.255.192 Serial0
+no ip http server
+!
+access-list 1 permit 192.168.200.0 0.0.0.255
+!
+ --More-- line con 0
+ transport input none
+line aux 0
+line vty 0 4
+!
+end
+
+RouterB#
\ No newline at end of file diff --git a/Bachelor/CCNA4/CFGs/2a.TXT b/Bachelor/CCNA4/CFGs/2a.TXT new file mode 100644 index 0000000..2b23cd2 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/2a.TXT @@ -0,0 +1,47 @@ +no service password-encryption
+!
+hostname RouterB
+!
+!
+username alaluukas password 0 pekka
+!
+!
+!
+!
+no ip subnet-zero
+!
+!
+!
+process-max-time 200
+!
+interface Ethernet0
+ ip address 192.168.200.1 255.255.255.240
+ no ip directed-broadcast
+ ip nat inside
+!
+interface Serial0
+ ip address 192.168.100.1 255.255.255.252
+ no ip directed-broadcast
+ ip nat outside
+ no ip route-cache
+ no ip mroute-cache
+ clockrate 56000
+!
+interface Serial1
+ no ip address
+ no ip directed-broadcast
+ shutdown
+!
+ip nat inside source list 1 interface Serial0 overload
+ip classless
+ip route 10.0.1.0 255.255.255.192 Serial0
+no ip http server
+!
+access-list 1 permit 192.168.200.0 0.0.0.255
+!
+line con 0
+ transport input none
+line aux 0
+line vty 0 4
+!
+end
diff --git a/Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt b/Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt new file mode 100644 index 0000000..2d8ecb5 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/RouterA-FrameRelay.txt @@ -0,0 +1,43 @@ +configure terminal
+!
+hostname RouterA
+!
+enable secret class
+!
+ip subnet-zero
+!
+no ip domain-lookup
+!
+interface Ethernet0
+ description To-Host
+ ip address 10.0.1.1 255.255.255.0
+ no shutdown
+!
+interface Serial0
+ description To-RouterB
+ encapsulation frame-relay
+! //Wechsel zu Subinterface
+ int s0.101 point-to-point
+ frame-relay interface-dlci 101
+ no shutdown
+ ip address 192.168.1.34 255.255.255.252
+ no shutdown
+!
+ip classless
+ip route 10.0.2.0 255.255.255.0 s0.101
+!
+!
+line con 0
+ password cisco
+ logging synchronous
+ login
+ transport input none
+line aux 0
+line vty 0 4
+ password cisco
+ logging synchronous
+ login
+!
+end
+
+!
\ No newline at end of file diff --git a/Bachelor/CCNA4/CFGs/RouterB-FrameRelay.txt b/Bachelor/CCNA4/CFGs/RouterB-FrameRelay.txt new file mode 100644 index 0000000..0329ec8 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/RouterB-FrameRelay.txt @@ -0,0 +1,55 @@ +!
+hostname RouterB
+!
+enable secret 5 $1$M7VJ$XfBD8V2GmiosYLIcJHCeM.
+!
+!
+!
+!
+!
+ip subnet-zero
+!
+frame-relay switching
+!
+!
+process-max-time 200
+!
+interface Ethernet0
+ no ip address
+ no ip directed-broadcast
+ shutdown
+!
+interface Serial0
+ no ip address
+ no ip directed-broadcast
+ encapsulation frame-relay
+ no ip mroute-cache
+ no fair-queue
+ clockrate 56000
+ cdp enable
+ frame-relay intf-type dce
+ frame-relay route 101 interface Serial1 202
+!
+interface Serial1
+ no ip address
+ no ip directed-broadcast
+ encapsulation frame-relay
+ clockrate 56000
+ cdp enable
+ frame-relay intf-type dce
+ frame-relay route 202 interface Serial0 101
+!
+ip classless
+no ip http server
+!
+!
+line con 0
+ password cisco
+ login
+ transport input none
+line aux 0
+line vty 0 4
+ password cisco
+ login
+!
+end
diff --git a/Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt b/Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt new file mode 100644 index 0000000..9c6fcee --- /dev/null +++ b/Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt @@ -0,0 +1,61 @@ +!
+hostname RouterC
+!
+enable secret 5 $1$Udsj$V4KQZxiI5K0NLUC//9WzC.
+!
+!
+!
+!
+!
+ip subnet-zero
+!
+!
+!
+process-max-time 200
+!
+interface Ethernet0
+ description To-Host
+ ip address 10.0.2.1 255.255.255.0
+ no ip directed-broadcast
+!
+interface Ethernet1
+ no ip address
+ no ip directed-broadcast
+ shutdown
+!
+interface Serial0
+ description To-RouterB
+ no ip address
+ no ip directed-broadcast
+ encapsulation frame-relay
+ no ip mroute-cache
+ no fair-queue
+ cdp enable
+!
+interface Serial0.202 point-to-point
+ ip address 192.168.1.33 255.255.255.252
+ no ip directed-broadcast
+ frame-relay interface-dlci 202
+!
+interface Serial1
+ no ip address
+ no ip directed-broadcast
+ shutdown
+!
+ip classless
+ip route 10.0.1.0 255.255.255.0 Serial0.202
+no ip http server
+!
+!
+line con 0
+ password cisco
+ logging synchronous
+ login
+ transport input none
+line aux 0
+line vty 0 4
+ password cisco
+ logging synchronous
+ login
+!
+end
diff --git a/Bachelor/CCNA4/CFGs/fbmn.TXT b/Bachelor/CCNA4/CFGs/fbmn.TXT new file mode 100644 index 0000000..e2e0d3c --- /dev/null +++ b/Bachelor/CCNA4/CFGs/fbmn.TXT @@ -0,0 +1,49 @@ +configure terminal
+!
+version 12.0
+service timestamps debug uptime
+service timestamps log uptime
+service password-encryption
+!
+hostname FBMN
+no ip domain-lookup
+ip http server
+!
+enable secret 5 $1$BdWi$fH3/HVwUPO5TS1AP41ugb0
+!
+no ip subnet-zero
+!
+!
+!
+interface Ethernet0
+ description e0-lab
+ ip address 174.1.16.1 255.255.240.0
+ no ip directed-broadcast
+ no shutdown
+!
+interface Serial0
+ description toFBI
+ip address 174.1.32.1 255.255.240.0
+ no ip directed-broadcast
+ no ip mroute-cache
+ no shutdown
+!
+interface Serial1
+ no ip address
+ no ip directed-broadcast
+ shutdown
+!
+ip classless
+!
+!
+line con 0
+ password cisco
+ logging synchronous
+ login
+ transport input none
+line aux 0
+line vty 0 4
+ password cisco
+ login
+!
+end
\ No newline at end of file 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 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 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 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 diff --git a/Bachelor/CCNA4/CFGs/routera.txt b/Bachelor/CCNA4/CFGs/routera.txt new file mode 100644 index 0000000..c5905e7 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/routera.txt @@ -0,0 +1,47 @@ +no service password-encryption
+!
+hostname RouterA
+!
+!
+username alaluukas password pekka
+!
+!
+!
+ip subnet-zero
+!
+!
+process-max-time 200
+!
+interface Ethernet0
+ ip address 192.168.0.1 255.255.255.224
+ no ip directed-broadcast
+ ip nat inside
+!
+interface Serial0
+ ip address 192.168.100.1 255.255.255.252
+ no ip directed-broadcast
+ ip nat outside
+ no ip route-cache
+ no ip mroute-cache
+ clockrate 56000
+!
+interface Serial1
+ no ip address
+ no ip directed-broadcast
+ shutdown
+!
+ip nat inside source list 1 interface Serial0 overload
+ip classless
+ip route 192.168.200.0 255.255.255.240 Serial0
+no ip http server
+!
+access-list 1 permit 192.168.0.0 0.0.0.255
+!0.0.0.32 erstes sub net in 192.168.0.0 / 27
+!
+line con 0
+ transport input none
+line aux 0
+line vty 0 4
+!
+end
+
|
