aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/Redistribution/FreeCCNPLab/Advanced-Redistribution/Config/Solution/R5.cfg
blob: b228ba51d390776b61fa3a21674bd0626bb470d4 (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
!

!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R5
!
logging queue-limit 100
enable secret 5 $1$LKVZ$Kg8FDh6xbHrq.4iwj8bVF.
!
memory-size iomem 15
ip subnet-zero
!
!
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 161.100.128.1 255.255.128.0
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 141.108.255.14 255.255.255.252
 ip summary-address eigrp 2 161.100.128.0 255.255.128.0 5
!
interface Serial0/1
 ip address 141.108.255.22 255.255.255.252
!
router eigrp 2
 redistribute eigrp 3
 passive-interface Serial0/1
 network 141.108.0.0
 network 161.100.0.0
 no auto-summary
!
router eigrp 3
 redistribute eigrp 2
 passive-interface FastEthernet0/0
 passive-interface Serial0/0
 network 141.108.0.0
 no auto-summary
!
ip classless
no ip http server
!
!
!
dial-peer cor custom
!
!
!
!
!
line con 0
 exec-timeout 0 0
 password sanfran
 logging synchronous
 login
line aux 0
line vty 0 4
 exec-timeout 0 0
 password sanfran
 login
!
end