Senin, 13 April 2020

Inter VLAN-Routing

Tugas Pertemuan 3

Skema Jaringan

1. Setting Router

en
conf t
int g0/0
ip address 172.17.0.1 255.255.255.0
no shut
exit
int g0/1
ip address 172.17.30.1 255.255.255.0
no shut
end
copy running-config startup-config

2. Setting Switch

en
conf t
vlan 10
name Vlan-10
exit
vlan 30
name Vlan-30
exit
int range fa0/1,fa0/11
switchport mode access
switchport access vlan 10
exit
int range fa0/2,fa0/6
switchport mode access
switchport access vlan 30
end
copy running-config startup-config

3. Setting IP PC

4. Cek koneksi

Tidak ada komentar:

Posting Komentar