Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

**R1**

conf t
host R1
int g0/0
ip add 192.168.10.1 255.255.255.0
no shut
exit
int g0/1
ip add 192.168.11.1 255.255.255.0
no shut
exit
int g0/2
ip add 10.0.0.1 255.255.255.252
no shut
exit
int g0/0/0
ip add 200.0.0.2 255.255.255.252
no shut
exit

ip route 192.168.12.0 255.255.255.0 g0/2


ip route 0.0.0.0 0.0.0.0 g0/0/0

**R2**
conf t
host R2
int g0/0
ip add 192.168.12.1 255.255.255.0
no shut
exit
int g0/2
ip add 10.0.0.2 255.255.255.252
no shut
exit

ip route 192.168.10.0 255.255.255.0 g0/2


ip route 192.168.11.0 255.255.255.0 g0/2
ip route 201.0.0.0 255.255.255.0 g0/2
ip route 202.0.0.0 255.255.255.0 g0/2

**ISP**
conf t
host ISP
int g0/0
ip add 201.0.0.1 255.255.255.0
no shut
exit
int g0/1
ip add 202.0.0.1 255.255.255.0
no shut
exit
int g0/0/0
ip add 200.0.0.1 255.255.255.252
no shut
exit
ip route 192.168.10.0 255.255.255.0 g0/0/0
ip route 192.168.11.0 255.255.255.0 g0/0/0
ip route 192.168.12.0 255.255.255.0 g0/0/0

You might also like