0% found this document useful (0 votes)
8 views2 pages

Router Configuration and Static Routes

The document outlines the configuration of four routers (R1, R2, R3, R4) with specific IP addresses assigned to their interfaces. It also includes static route configurations for each router to enable communication between different subnets. Each router's settings are presented in a structured format, detailing interface configurations and routing commands.

Uploaded by

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

Router Configuration and Static Routes

The document outlines the configuration of four routers (R1, R2, R3, R4) with specific IP addresses assigned to their interfaces. It also includes static route configurations for each router to enable communication between different subnets. Each router's settings are presented in a structured format, detailing interface configurations and routing commands.

Uploaded by

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

R2

en
conf t
hostname R2

int e0/0
ip add [Link] [Link]
no shut

int e0/1
ip add [Link] [Link]
no shut

------------------------------------

R4

en
conf t
hostname R4

int e0/1
ip add [Link] [Link]
no shut

int e0/0
ip add [Link] [Link]
no shut

------------------------------------

R3

en
conf t
hostname R3

int loop 0
ip add [Link] [Link]
exit

int e0/1
ip add [Link] [Link]
no shut

int e0/0
ip add [Link] [Link]
no shut

------------------------------------

R1

en
conf t
hostname R1
int e0/1
ip add [Link] [Link]
no shut

int e0/0
ip add [Link] [Link]
no shut

-------------------------------------------------------

Cấu hình Static Route

R2

conf t
ip route [Link] [Link] [Link]
end

-------------

R4

conf t
ip route [Link] [Link] [Link]
end

-------------

R3

conf t
ip route [Link] [Link] [Link]
end

-------------

R1

conf t
ip route [Link] [Link] [Link]
end

-------------

You might also like