summaryrefslogtreecommitdiffstats
path: root/Bachelor/Computernetze2/CFG/routerx.txt
blob: 75a32cfc8dd789c3659854f64efd78d336c0f5f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
conf t

!

hostname ISP

!

enable secret class

!

!

ip subnet-zero

!

interface ethernet 0 

ip add 10.0.0.1 255.0.0.0

no shutdown

!

!

interface S0

ip add 192.168.4.25 255.255.255.252

 clockrate 56000

 no shutdown

!

interface s1

ip add 192.168.4.21 255.255.255.252

clockrate 56000

no shutdown

!

ip classless

ip route 10.0.0.0 255.255.255.0 S0

no ip http server

!

router rip 

network 10.0.0.0 

network 192.168.4.0

!

line con 0

 password cisco

 login

 transport input none

 logging synchronous

 exec-timeout 0 0

line aux 0

line vty 0 4

 password cisco

 login

!

end



!