0% found this document useful (0 votes)
4 views6 pages

Router Configuration and IP Setup Guide

The document outlines the configuration of four machines (A, B, C, D) and four routers (R1, R2, R3, R4) with their respective IP addresses and subnet masks. Each router is configured with interfaces and routing protocols using RIP to manage network connectivity. The document provides specific commands for setting up each device, including IP addresses and network configurations.

Uploaded by

sonhoang141212
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views6 pages

Router Configuration and IP Setup Guide

The document outlines the configuration of four machines (A, B, C, D) and four routers (R1, R2, R3, R4) with their respective IP addresses and subnet masks. Each router is configured with interfaces and routing protocols using RIP to manage network connectivity. The document provides specific commands for setting up each device, including IP addresses and network configurations.

Uploaded by

sonhoang141212
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

- Máy A

x.y.z.2
[Link]
x.y.z.2

- Máy B
x.y.z.66
[Link]
x.y.z.66

- Máy C
x.y.z.194
[Link]
x.y.z.194
- Máy D
x.y.z.226
[Link]
x.y.z.226

- Router thứ nhất


en
conf t
hostname R1
int f0/1
ip add x.y.z.1 [Link]
clock rate 64000
no shut
int s0/0
ip add x.y.z.33 [Link]
clock rate 64000
no shut
int s0/1
ip add x.y.z.97 [Link]
clock rate 64000
no shut
end
wr
- Router thứ hai
en
conf t
hostname R2
int f0/0
ip add x.y.z.65 [Link]
clock rate 64000
no shut
int s0/1
ip add x.y.z.34 [Link]
clock rate 64000
no shut
int s0/0
ip add x.y.z.129 [Link]
clock rate 64000
no shut
end
wr

- Router thứ ba
en
conf t
hostname R3
int f0/1
ip add x.y.z.193 [Link]
clock rate 64000
no shut
int s0/1
ip add x.y.z.98 [Link]
clock rate 64000
no shut
int s0/0
ip add x.y.z.161 [Link]
clock rate 64000
no shut
end
wr

- Router thứ tư
en
conf t
hostname R4
int f0/0
ip add x.y.z.225 [Link]
clock rate 64000
no shut
int s0/1
ip add x.y.z.162 [Link]
clock rate 64000
no shut
int s0/0
ip add x.y.z.130 [Link]
clock rate 64000
no shut
end
wr

- Định tuyến R1
en
conf t
router rip
network x.y.z.64
network x.y.z.128
network x.y.z.160
network x.y.z.192
network x.y.z.224
end
wr

- Định tuyến R2
en
conf t
router rip
network x.y.z.0
network x.y.z.96
network x.y.z.160
network x.y.z.192
network x.y.z.224
end
wr

- Định tuyến R3
en
conf t
router rip
network x.y.z.0
network x.y.z.32
network x.y.z.64
network x.y.z.128
network x.y.z.224
end
wr
- Định tuyến R4
en
conf t
router rip
network x.y.z.0
network x.y.z.32
network x.y.z.64
network x.y.z.96
network x.y.z.192
end
wr

You might also like