Cisco to Fortigate 100D Trunk allowing vlan traffic
Hi,
I'm trying to understand how to replace an Cisco ASA with a Fortigate 100D running 5.0. Our core swtiches route all 169.212.x.x traffic to the 169.212.1.1 interface on an ASA via a trunk allowing vlan 212 traffic.
169.212.1.1 is the gateway for all 169.212.x.x devices.
The Cisco route and interface are defined as follows:
ip route 169.212.0.0 255.255.0.0 169.212.1.1
interface GigabitEthernet0/42
description Trunk to ASA
switchport trunk encapsulation dot1q
switchport trunk allow vlan 212
switchport mode trunk
Is this the correct way to setup the interfaces on the 100D for so it can become the gateway for 169.212.0.0 traffic on vlan 212?
config system interface
edit "internal7"
set vdom "root"
set vlanforward enable
set type physical
set snmp-index 12
next
edit "VL212"
set vdom "root"
set ip 169.212.1.1 255.255.0.0
set allowaccess ping
set snmp-index 20
set interface "internal7"
set vlanid 212
next
end
How do I create a trunk on internal7 that will allow vlan 212 to come from the Cisco 0/42 interface?
ron
