ex4b_R4_eigrp

ex4b_R4_eigrp

Router

RA

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
enable
configure terminal
hostname RA
no ip domain-lookup
line console 0
password cisco
login
exit
line vty 0 4
password cisco
transport input ssh
login local
exit
enable secret ccna
service password-encryption
interface fa 0/1
ip address 200.x.1.1 255.255.255.0
no shutdown
interface se 0/2/0
ip address 20.255.x.2 255.255.255.248
clock rate 1000000
no shutdown
interface fa 1/0
ip address 88.88.88.1 255.255.255.128
no shutdown
exit
router eigrp 1xy
no auto-summary
network 200.x.1.0 0.0.0.255
network 20.255.x.2 0.0.0.7
network 88.88.88.1 0.0.0.127
exit
exit
copy r s

RB

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
enable
configure terminal
hostname RB
no ip domain-lookup
line console 0
password cisco
login
exit
line vty 0 4
password cisco
transport input ssh
login local
exit
enable secret ccna
service password-encryption
interface fa 0/1
ip address 200.x.2.1 255.255.255.0
no shutdown
interface se 0/2/0
ip address 20.255.x.3 255.255.255.248
clock rate 1000000
no shutdown
interface fa 1/1
ip address 20.255.x.19 255.255.255.248
no shutdown
interface fa 0/0
ip address 20.255.x.33 255.255.255.248
no shutdown
exit
router eigrp 1xy
no auto-summary
network 200.x.2.0 0.0.0.255
network 20.255.x.3 0.0.0.7
network 20.255.x.19 0.0.0.7
network 20.255.x.33 0.0.0.7
exit
exit
copy r s

RC

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
enable
configure terminal
hostname RC
no ip domain-lookup
line console 0
password cisco
login
exit
line vty 0 4
password cisco
transport input ssh
login local
exit
enable secret ccna
service password-encryption
interface fa 0/1
ip address 200.x.3.1 255.255.255.0
no shutdown
interface se 0/1/0
ip address 20.255.x.25 255.255.255.248
clock rate 1000000
no shutdown
interface fa 1/0
ip address 88.88.88.2 255.255.255.128
no shutdown
interface fa 1/1
ip address 20.255.x.18 255.255.255.248
no shutdown
exit
router eigrp 1xy
no auto-summary
network 200.x.3.0 0.0.0.255
network 20.255.x.18 0.0.0.7
network 20.255.x.25 0.0.0.7
network 88.88.88.2 0.0.0.127
exit
exit
copy r s

RD

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
enable
configure terminal
hostname RD
no ip domain-lookup
line console 0
password cisco
login
exit
line vty 0 4
password cisco
transport input ssh
login local
exit
enable secret ccna
service password-encryption
interface fa 0/1
ip address 200.x.4.1 255.255.255.0
no shutdown
interface fa 1/1
ip address 88.88.88.3 255.255.255.128
no shutdown
interface se 0/0
ip address 20.255.x.26 255.255.255.248
clock rate 1000000
no shutdown
interface fa 0/0
ip address 20.255.x.34 255.255.255.248
no shutdown
exit
router eigrp 1xy
no auto-summary
network 200.x.4.0 0.0.0.255
network 20.255.x.26 0.0.0.7
network 20.255.x.34 0.0.0.7
exit
exit
copy r s
文章目錄
  1. 1. Router
    1. 1.1. RA
    2. 1.2. RB
    3. 1.3. RC
    4. 1.4. RD
,