Fortinet black logo

New Features

Configure LLDP settings on a switch port that is leased to a tenant VDOM 6.4.3

Configure LLDP settings on a switch port that is leased to a tenant VDOM 6.4.3

In a tenant VDOM, the LLDP status and profile can be configured on a leased switch port.

In this example, the FortiSwitch and the FortiLink interface are in the v_home VDOM. The FortiSwitch's port1 interface is exported to the v_vip VDOM, where its LLDP status is set to sending LLDP only and its LLDP profile is set to voice.

To configure port1 in the v_vip VDOM:
config vdom
    edit v_vip
        config switch-controller managed-switch
            edit "S524DN4K15000008"
                set poe-detection-type 3
                set max-allowed-trunk-members 24
                set type virtual
                set owner-vdom "v_home"
                config ports
                    edit "port1"
                        set vlan "def_vlan_v_vip"
                        set lldp-status tx-only
                        set lldp-profile "voice"          
                    next
                end
            next
        end
    next
end

In the LLDP profile, the automatic inter-switch LAG setting for the tenant port is always disabled, regardless of how it is set in the profile.

Configure LLDP settings on a switch port that is leased to a tenant VDOM 6.4.3

In a tenant VDOM, the LLDP status and profile can be configured on a leased switch port.

In this example, the FortiSwitch and the FortiLink interface are in the v_home VDOM. The FortiSwitch's port1 interface is exported to the v_vip VDOM, where its LLDP status is set to sending LLDP only and its LLDP profile is set to voice.

To configure port1 in the v_vip VDOM:
config vdom
    edit v_vip
        config switch-controller managed-switch
            edit "S524DN4K15000008"
                set poe-detection-type 3
                set max-allowed-trunk-members 24
                set type virtual
                set owner-vdom "v_home"
                config ports
                    edit "port1"
                        set vlan "def_vlan_v_vip"
                        set lldp-status tx-only
                        set lldp-profile "voice"          
                    next
                end
            next
        end
    next
end

In the LLDP profile, the automatic inter-switch LAG setting for the tenant port is always disabled, regardless of how it is set in the profile.