Konfigurasi Inter-VLAN Routing
TUGAS PERTEMUAN 3
NAMA : Watno sugiarto
NIM : 13180317
KELAS : 13.4A.01
Tugas Mandiri
Buatlah jaringan komputer sesuai dengan skema
jaringan yang telah ditentukan.
1. Konfigurasikan Legancy Inter-VLAN Routing.
2. Pastikan VLAN yang dibentuk dapat saling berkomunikasi.
3. Dokumentasikan konfigurasi pembuatan jaringan.
4. Upload dokumentasi jaringan ke dalam blog masing-masing
Setting PC0
IP : 172.18.0.21
Subnett Mask : 255.255.255.0
Default Gateway : 172.18.0.1
Setting PC1
IP : 172.18.19.23
Subnett Mask : 255.255.255.0
Default Gateway : 172.18.19.1
Setting Switch
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#name 10
Switch(config-vlan)#vlan 20
Switch(config-vlan)#name 20
Switch(config-vlan)#exit
Switch(config)#int fa0/1
Switch(config-if)#sw mode trunk
Switch(config-if)#exit
Switch(config)#int fa1/1
Switch(config-if)#sw mode trunk
Switch(config-if)#exit
Switch(config)#int fa3/1
Switch(config-if)#sw mode ac
Switch(config-if)#sw mode acc
Switch(config-if)#sw mode access
Switch(config-if)#sw acc vlan 20
Switch(config-if)#exit
Switch(config)#exit
Switch#
Setting Router
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fa0/0.10
Router(config-subif)#encapsulation dot1Q 10
Router(config-subif)#ip add 172.18.0.1 255.255.255.0
Router(config-subif)#exit
Router(config)#interface fa1/0.30
Router(config-subif)#ip add 172.18.19.1 255.255.255.0
Router(config-subif)#exit
Router(config)#interface fa0/0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
%LINK-5-CHANGED: Interface FastEthernet0/0.10, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.10, changed state to up
exit
Router(config)#interface fa1/0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
%LINK-5-CHANGED: Interface FastEthernet1/0.30, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0.30, changed state to up
exit
Router(config)#
Komentar
Posting Komentar