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

Router IP Address Configuration Summary

The document contains configuration details for four routers (R1, R2, R3, and R4) including interface settings, IP addresses, and routing protocols. Each router is configured with specific IP addresses and RIP version 2 for routing, with R4 also having a default route. The configurations ensure proper network communication among the routers in the specified IP ranges.

Uploaded by

utcaoboi2705
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)
4 views2 pages

Router IP Address Configuration Summary

The document contains configuration details for four routers (R1, R2, R3, and R4) including interface settings, IP addresses, and routing protocols. Each router is configured with specific IP addresses and RIP version 2 for routing, with R4 also having a default route. The configurations ensure proper network communication among the routers in the specified IP ranges.

Uploaded by

utcaoboi2705
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

====================

CẤU HÌNH R1
====================
enable
configure terminal
hostname R1

interface FastEthernet0/1
ip address [Link] [Link]
no shutdown

interface Serial0/0/0
ip address [Link] [Link]
clock rate 64000
no shutdown

interface Serial0/0/1
ip address [Link] [Link]
no shutdown

router rip
version 2
no auto-summary
network [Link]
network [Link]
network [Link]

====================
CẤU HÌNH R2
====================
enable
configure terminal
hostname R2

interface FastEthernet0/1
ip address [Link] [Link]
no shutdown

interface Serial0/0/0
ip address [Link] [Link]
no shutdown

interface Serial0/0/1
ip address [Link] [Link]
clock rate 64000
no shutdown

router rip
version 2
no auto-summary
network [Link]
network [Link]

====================
CẤU HÌNH R3
====================
enable
configure terminal
hostname R3

interface FastEthernet0/1
ip address [Link] [Link]
no shutdown

interface Serial0/0/0
ip address [Link] [Link]
no shutdown

interface Serial0/0/1
ip address [Link] [Link]
clock rate 64000
no shutdown

router rip
version 2
no auto-summary
network [Link]
network [Link]
network [Link]

====================
CẤU HÌNH R4 (có Default Route)
====================
enable
configure terminal
hostname R4

interface FastEthernet0/1
ip address [Link] [Link]
no shutdown

interface Serial0/0/0
ip address [Link] [Link]
no shutdown

interface Serial0/0/1
ip address [Link] [Link]
clock rate 64000
no shutdown

interface FastEthernet0/0
ip address [Link] [Link]
no shutdown

ip route [Link] [Link] [Link]

router rip
version 2
no auto-summary
network [Link]
network [Link]
network [Link]

You might also like