summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/CFGs/rb-2.TXT
blob: 7596c397cf2015fd0b783a82652f615e08ba2379 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
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#