Tugas Pertemuan 3 Administrasi Jaringan

NAMA      : Fellix Juwantono

NIM       : 12190153

KELAS     : 12.5A.11



Setting PC0

IP                                : 172.17.0.21
Subnett Mask              : 255.255.255.0
Default Gateway         : 172.17.0.1


PC1

IP                                : 172.17.0.21
Subnett Mask              : 255.255.255.0
Default Gateway         : 172.17.0.1



Setting Switch dengan vlan 100 dan vlan 120


Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#vlan 100
Switch(config-vlan)#name seratus
Switch(config-vlan)#vlan 120
Switch(config-vlan)#name seratusduapuluh
Switch(config-vlan)#exit

Switch(config)#interface fa0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit

Switch(config)#interface fa1/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit

Switch(config)#interface fa2/1
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 100
Switch(config-if)#exit

Switch(config)#interface fa3/1
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 120
Switch(config-if)#exit
Switch(config)#exit
Switch#
%SYS-5-CONFIG_I: Configured from console by console


Setting Router

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#interface fa0/0.100
Router(config-subif)#encapsulation dot1Q 100
Router(config-subif)#ip add 172.17.0.1 255.255.255.0
Router(config-subif)#exit

Router(config)#interface fa1/0.120
Router(config-subif)#encapsulation dot1Q 120
Router(config-subif)#ip add 172.17.30.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.100, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.100, changed state to up
Router(config-if)#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.120, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0.120, changed state to up
Router(config-if)#exit
Router(config)#


Cek Koneksi Jaringan pada masing-masing perangkat ke perangkat lainnya dengan menggunakan Command Prompt


PC0 ke PC1


PC1 ke PC0



Komentar

Postingan populer dari blog ini

Tugas Pertemuan 3 Statistika

Tugas Pertemuan 12 Sistem Operasi