summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/CFGs/RouterC-FrameRelay.txt
blob: 9c6fcee7f99c4ff81d3fc6b7e09837038e41619b (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
!

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