On Fortigate CLI run this scripts and modify just Orange fields:
config switch-controller lldp-profile
edit “Profile_Name“
set med-tlvs inventory-management network-policy location-identification
set auto-isl disable
config med-network-policy
edit “voice”
set status enable
set vlan-intf “Vlan_Name“
set assign-vlan enable
set dscp 46
next
edit “voice-signaling”
next
edit “guest-voice”
next
edit “guest-voice-signaling”
next
edit “softphone-voice”
set status enable
set vlan-intf “Vlan_Name“
set assign-vlan enable
set dscp 46
next
edit “video-conferencing”
next
edit “streaming-video”
next
edit “video-signaling”
next
end
config med-location-service
edit “coordinates”
next
edit “address-civic”
next
edit “elin-number”
next
end
Then we configure the profile on the switch in the same fortigate CLI:
config switch-controller managed-switch
edit “Switch_Name”
config ports
edit “port1”
set lldp-profile “Profile_Name”
next