Tugas Individual, routing ( adm jaringan )

Nama : Elisa Aryanti Puspita Putri 

Nim    :12200108

Kelas     : 12.5b.05

Tugas ADM jaringan 

 

Perusahaan x 

en
configure terminal hostname R1
int fa0/0
ip address 192.168.1.254 255.255.255.224
no shutdown

exit
ip dhcp pool R1
default-router 192.168.1.254
network 192.168.1.224 255.255.255.224

exit
ip dhcp excluded-addres 192.168.1.254 int se1/0
ip address 30.30.30.1 255.255.255.252
no shutdown

exit
int se1/0
ip address 10.10.10.1 255.255.255.252
no shutdown

 exit 
router rip
net 30.30.30.0
net 192.168.1.224
net 10.10.10.0
no auto-summary exit

 




Perusahaan y 

en
configure terminal hostname R2
int fa0/0
ip address 192.168.2.1 255.255.255.224
no shutdown

exit
ip dhcp pool R2
default-router 192.168.2.1
network 192.168.2.1 255.255.255.224
exit
ip dhcp excluded-addres 192.168.2.1 int se1/1
ip address 20.20.20.2 255.255.255.252
no shutdown

exit
int se1/0
ip address 10.10.10.2 255.255.255.252
no shutdown

 exit
router rip
net 20.20.20.0
net 192.168.2.0
net 10.10.10.0
no auto-summary
exit


Perusahaan z

en
configure terminal hostname R3
int fa0/0
ip address 192.168.3.1 255.255.255.224
no shutdown

 

exit
ip dhcp pool R3
default-router 192.168.3.1
network 192.168.3.0 255.255.255.224
exit
ip dhcp excluded-addres 192.168.3.1 int se1/1
ip address 20.20.20.1 255.255.255.252
no shutdown

exit
int se1/0
ip address 30.30.30.2 255.255.255.252

exit
router rip
net 20.20.20.0
net 192.168.3.0
net 30.30.30.0
no auto-summary 

exit

 



 

Komentar