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/2.TXT | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/CFGs/2.TXT')
| -rw-r--r-- | Bachelor/CCNA4/CFGs/2.TXT | 56 |
1 files changed, 56 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 |
