< Back
Set-ArubaSWLLDPGlobalStatus
Post
NAME Set-ArubaSWLLDPGlobalStatus
SYNOPSIS
Set global configuration about LLDP
SYNTAX
Set-ArubaSWLLDPGlobalStatus [-enable] [[-transmit] <Int32>] [[-holdtime] <Int32>] [[-faststart] <Int32>]
[<CommonParameters>]
DESCRIPTION
Set lldp global parameters
PARAMETERS
-enable [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-transmit <Int32>
Required? false
Position? 1
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-holdtime <Int32>
Required? false
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-faststart <Int32>
Required? false
Position? 3
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-ArubaSWLLDPGlobalStatus -transmit 400
Set the transmit interval to 400.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-ArubaSWLLDPGlobalStatus -enable:$false -holdtime 10 -faststart 1
Set LLDP disable and configure holdtime to 10 and faststart to 1
RELATED LINKS
SYNOPSIS
Set global configuration about LLDP
SYNTAX
Set-ArubaSWLLDPGlobalStatus [-enable] [[-transmit] <Int32>] [[-holdtime] <Int32>] [[-faststart] <Int32>]
[<CommonParameters>]
DESCRIPTION
Set lldp global parameters
PARAMETERS
-enable [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-transmit <Int32>
Required? false
Position? 1
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-holdtime <Int32>
Required? false
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-faststart <Int32>
Required? false
Position? 3
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-ArubaSWLLDPGlobalStatus -transmit 400
Set the transmit interval to 400.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-ArubaSWLLDPGlobalStatus -enable:$false -holdtime 10 -faststart 1
Set LLDP disable and configure holdtime to 10 and faststart to 1
RELATED LINKS