4.5.2 Lab-implement inter-vlan routing

 Nama : aghnia sifaulinas

Kelas : xi tjkt b

Absen : 03




implementasi inter vlan-routing adalah proses meneruskan lalu lintas jaringan dari satu vlan ke vlan lainnya dengan menggunakan router dalam jaringan




langkah-langkah 

1. masukan router, switch, dan pc seperti di topology


2. klik router lalu masuk cli dan config seperti di bawah ini

enable
configure terminal
hostname R1
no ip domain-lookup
enable secret class
line console 0
password cisco
login
line vty 0 4
password cisco
login
service password-encryption
banner motd $ Authorized access only! $
exit
copy running-config startup-config
int g0/0/1
no sh
int g0/0/1.10
description management network
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
int g0/0/1.20
description sales network
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
int g0/0/1.30
description Operations network
encapsulation dot1 30
ip address 192.168.30.1 255.255.255.0
int g0/0/1.1000
description Native vlan 
encapsulation dot1 1000 native

3. klik S1 lalu masuk ke cli

enable
configure terminal
hostname R1
no ip domain-lookup
enable secret class
line console 0
password cisco
login
line vty 0 4
password cisco
login
service password-encryption
banner motd $ Authorized access only! $
exit
copy running-config startup-config
vlan 10
name Management
vlan 20
name Sales
vlan 30
name Operations
vlan 999
name Parking_Lot
vlan 1000
name Native
int vlan 10
ip address 192.168.10.11 255.255.255.0 
ip default-gateway 192.168.10.1
int range f0/2-4, f0/7-24, g0/1-2
switchport mode access 
switchport access vlan 999
int f0/6
switchport access mode
switchport access vlan 20
int f0/1
switchport mode trunk
switchport trunk native vlan 1000
switchport trunk allowed vlan 10,20,30,999,1000
copy running-config startup-config


4. klik switch 1 lalu klik cli dan config seperti di bawah 

enable
configure terminal
hostname R1
no ip domain-lookup
enable secret class
line console 0
password cisco
login
line vty 0 4
password cisco
login
service password-encryption
banner motd $ Authorized access only! $
exit
copy running-config startup-config
vlan 10
name Management
vlan 20
name Sales
vlan 30
name Operations
vlan 999
name Parking_Lot
vlan 1000
name Native
int vlan 10
ip address 192.168.10.12 255.255.255.0 
ip default-gateway 192.168.10.1
int range f0/2-17, f0/19-24, g0/1-2
switchport mode access 
switchport access vlan 999
int f0/18
switchport access mode
switchport access vlan 20
int f0/1
switchport mode trunk
switchport trunk native vlan 1000
switchport trunk allowed vlan 10,20,30,999,1000
copy running-config startup-config

5. klik pc lalu pilih ip configuration lalu tambahkan ip address 

192.168.20.3
255.255.255.0
192.168.20.1

6.  klik pc lalu pilih ip configuration lalu tambahkan ip address

Komentar

Postingan populer dari blog ini

13.1.11 lab-configure-a-wireless-network

16.3.2 troubleshoot-ipv4-and-ipv6-static-and-default-routes-physical-mode

cara menginstall redhat di virtual box