Hi,
Appreciate your help. I hope the below is useful. I did previously have native VLAN configured as 1 on the switch side...just tried changing to VLAN 75 - no joy.
Qs:
Are the vlans created
Are the vlans active
Yes both VLAN' s are active on the Cisco switch
Both have also been created as sub-interfaces on the FG
when execution of show span interface gi x/x what do you see
The ports are forwarding for both VLAN' s
Switch#show spanning-tree interface Fa0/1
Vlan Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
VLAN0055 Desg FWD 19 128.1 P2p
VLAN0075 Desg FWD 19 128.1 P2p
Switch#
what' s the fortigate 802.1q configuration
How do I check this?
what' s the show interface gi x.x trunk status
Switch#show int Fa0/1 trunk
Port Mode Encapsulation Status Native vlan
Fa0/1 on 802.1q trunking 75
Port Vlans allowed on trunk
Fa0/1 55,75
Port Vlans allowed and active in management domain
Fa0/1 55,75
Port Vlans in spanning tree forwarding state and not pruned
Fa0/1 55,75
Switch#
Switch#
Switch#show int Fa0/1 status
Port Name Status Vlan Duplex Speed Type
Fa0/1 connected trunk full 100 10/100BaseTX
Switch#
Switch#
Switch#
Switch#show run int Fa0/1
Building configuration...
Current configuration : 188 bytes
!
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport trunk native vlan 75
switchport trunk allowed vlan 55,75
switchport mode trunk
speed 100
duplex full
end
Switch#
Switch