Önder Online

ROUTING işleminin Layer3 switch üzerinde yapıldığı topoloji

Resimde gördüğünüz yapıyı Fortinet Fiewall üzerinde gateway olarak hizmet veren ve Vlanların L3 switch üzerinde haberleşmesini sağlayan yapıyı çalıştırıyoruz.

Topolojide blunan VLAN larımız: Vlan 10,11,12,100

Vlan Adreslerimiz 192.168.10.1/24-192.168.11.1/24, 192.168.12.1/24, 192.168.100.1/24

 

Switch konfiğimiz aşağıdaki gibi olacak

configure terminal
interface vlan 13
ip address 192.168.13.1 255.255.255.0
no shutdown
exit

configure terminal
interface vlan 14
ip address 192.168.14.1 255.255.255.0
no shutdown
exit

configure terminal
interface vlan 100
ip address 192.168.100.1 255.255.255.0
no shutdown
exit

configure terminal
interface vlan 100
ip address 192.168.100.1 255.255.255.0
no shutdown
exit

configure terminal
interface gigabitEthernet 0/0
switchport mode access
switchport access vlan 100
no shutdown
exit

configure terminal
interface gigabitEthernet 0/2
switchport mode access
switchport access vlan 11
no shutdown
exit

configure terminal
interface gigabitEthernet 0/1
switchport mode access
switchport access vlan 10
no shutdown
exit

configure terminal
interface gigabitEthernet 0/0
switchport mode access
switchport access vlan 100
no shutdown
exit

ip default-gateway 192.168.100.254
ip route 0.0.0.0 0.0.0.0 192.168.100.254
ip routing
exit
wr mem

Fortinet tarafındaki konfig aşağıdaki gibi interfaceleri, internet için kurallarımızı yazıyoruz ardından routingimizi ekliyoruz

 

sonuç :

sağlıcakla…