Fortigate 100D and Cisco Vlan config - DHCP Failure
- October 4, 2020
- 1 reply
- 5579 views
Can someone tell me if this is correct? I am trying to obtain an IP address from a Fortigate 100D configured as a dhcp server that is connected to a linksys dumb switch that is now in turn connected to a 2960 Cisco switch. I can get an IP on laptop if I plug directly into the dumb switch that is also plugged in the "LAN" port of the Fortigate without issue. As soon as I introduce the 2960, I am unable to obtain an IP from the Fortigate. I have created a temporary IP subnet on port 16 so I can test my trunking and switch config and see why not working. But if I plug both Fortigate and a Laptop into my 2960 I never get an IP from the Fortigate. I have an existing VLAN1 for a Church and an existing VLAN1 for a Christian School and want to allow both Church and school to use the AP's around the campus that connects to their own unique vlan. I have created a vlan 20 and originally assigned it to LAN interface of the Fortigate and like I said, It never worked. I am 99% sure the config is correct because I can ping thru the entire network on the 2 vlans to the IP assigned to the AP in the Gym (See attached drawing)
Here is the Cisco side:
(uplink plugged in here) ! interface FastEthernet0/24 switchport access vlan 20 switchport trunk allowed vlan 20
(Laptop for test plugged into here) ! interface FastEthernet0/13 switchport access vlan 20 switchport mode access end
Here is the Fortigate side:
This interface should be in Vlan 20
next edit "port16" set vdom "root" set type physical set snmp-index 12 next
edit "Vlan_20" set vdom "root" set ip 192.168.20.1 255.255.255.0 set allowaccess ping https ssh fgfm capwap set snmp-index 13 set interface "port16" set vlanid 20 next
Also,
This interface should be in Vlan 1
edit "dmz" set vdom "root" set ip 192.168.2.3 255.255.255.0 set allowaccess ping https ssh fgfm set type physical set snmp-index 4
