Administrasi Jaringan KONFIGURASI Inter-VLAN Routing
Nama : Wahyu Nur Pradana
Kelas : 13.4A.21
NIM : 13190209
Mata Kuliah : Administrasi Jaringan
Konfigurasi Router
Konfigurasi Switch
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#name biru
Switch(config-vlan)#vlan 30
Switch(config-vlan)#name kuning
Switch(config-vlan)#exit
Switch(config)#interface g0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
Switch(config-if)#exit
Switch(config)#interface g0/2
Switch(config-if)#switchport mode trunk
Switch(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to up
Switch(config-if)#exit
Switch(config)#interface fastEthernet 0/1
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 10
Switch(config-if)#exit
Switch(config)#interface fastEthernet 0/2
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 30
Switch(config-if)#exit
Switch(config)#exit
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration…
[OK]
Switch#
IP PC VLAN 10
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3F4-ZYJ_TmtzFOQ7rw-b5Q4bcc8LRsevejSSaL6nBemNe9ItqqtwMXi14g3_DhijqU1lzVLFBqPvi_WVC2A-l48K0LAA1z8jQnTpi16Q9mQ6vkslKM-FRBxyeSbW3PTPZOlz2_wR3Ff1I/w640-h332/Screenshot+%2528196%2529.png)
IP PC VLAN 30
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipFf00cFPYZ4_r9MFG7YglQ2ZF0JaKEX6mDiaIurSZPkcVP8d6CNosRDxarwgrz-Ad4ACt7zSOpuGPgqmv23kIGqOokTJncTGLLn8fPPOF2YVbfn7ka5BTrpb348KBcmL9x2d1Lra8eKcv/w640-h330/Screenshot+%2528197%2529.png)
Skema yang sudah jadi
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLfOz7naYI3Ve9lb7Ursu3VDCLmTncwJqwNdeMlvFqE3is4fHAZvIYJkHun3IwfBTGQVxfwafe3NMATmXCAxq2EMfrcQzwmmLGp1iykb4waAW5KLY9-E4vXYx8Zv_52iRrAtrc37NxlrU1/w640-h448/Screenshot+%2528198%2529.png)
Komentar
Posting Komentar