#2 CCNA HAZIRLIK | Layer 3 Switch VLAN Konfigürasyonu | How to config layer 3 switch with VLAN



#2 CCNA HAZIRLIK | Layer 3 Switch VLAN Konfigürasyonu | How to config layer 3 switch with VLAN

#2 CCNA HAZIRLIK | Layer 3 Switch VLAN Konfigürasyonu | How to config layer 3 switch with VLAN

Merhaba,

Bu videoda Cisco Packet Tracer ile Layer 3 bir switch üzerinde vlan konfigürsayonu yaptık.

Layer 3 switch vlan konfigürasyonu yaparken aşağıdaki kodları kullandık.

Vlan Oluşturmak İçin Aşağıdaki Kodları Yazıyoruz

enable
configure terminal
vlan 10

enable
configure terminal
vlan 20

Vlanlara Port Ataması Yapıyoruz

enable
configure terminal
int range fa0/1-10
switchport mode access
switchport access vlan 10

enable
configure terminal
int range fa0/10-20
switchport mode access
switchport access vlan 20

Vlan IP Yapılandırması

enable
configure terminal
int vlan 10
ip address 192.168.10.1 255.255.255.0

enable
configure terminal
int vlan 20
ip address 192.168.20.1 255.255.255.0

Routing
enable
configure terminal
ip routing .

Comments are closed.