< Back
Set-ArubaSWPoE
Post
NAME Set-ArubaSWPoE
SYNOPSIS
Configure PoE Settings on ArubaOS Switch (Provision)
SYNTAX
Set-ArubaSWPoE -port_id <String> [-is_poe_enabled] [-poe_priority <String>] [-poe_allocation_method <String>]
[-allocated_power_in_watts <Int32>] [-port_configured_type <String>] [-pre_standard_detect_enabled]
[<CommonParameters>]
Set-ArubaSWPoE [-port_poe] <PSObject> [-is_poe_enabled] [-poe_priority <String>] [-poe_allocation_method <String>]
[-allocated_power_in_watts <Int32>] [-port_configured_type <String>] [-pre_standard_detect_enabled]
[<CommonParameters>]
DESCRIPTION
Configure PoE Settings (Status, Priority, Allocation...)
PARAMETERS
-port_id <String>
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-port_poe <PSObject>
ValidateScript({ ValidatePoE $_ })]
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-is_poe_enabled [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-poe_priority <String>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-poe_allocation_method <String>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-allocated_power_in_watts <Int32>
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-port_configured_type <String>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-pre_standard_detect_enabled [<SwitchParameter>]
Required? false
Position? named
Default value False
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:\\>$port_poe = Get-ArubaSWPoE -port 3
PS C:\\>$port_poe | Set-ArubaSWPoE -is_poe_enabled:$false -poe_priority high -poe_allocation_method class
Configure port 3 and disable PoE with priority high and allocation method class
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-ArubaSWPoE -port_id 3 -poe_allocation_method value -allocated_power_in_watts 33
-pre_standard_detect_enabled:$false
Configure port 3 and set allocated method and allocated power to 33 (Watts) and disable pre_standard_detect
RELATED LINKS
SYNOPSIS
Configure PoE Settings on ArubaOS Switch (Provision)
SYNTAX
Set-ArubaSWPoE -port_id <String> [-is_poe_enabled] [-poe_priority <String>] [-poe_allocation_method <String>]
[-allocated_power_in_watts <Int32>] [-port_configured_type <String>] [-pre_standard_detect_enabled]
[<CommonParameters>]
Set-ArubaSWPoE [-port_poe] <PSObject> [-is_poe_enabled] [-poe_priority <String>] [-poe_allocation_method <String>]
[-allocated_power_in_watts <Int32>] [-port_configured_type <String>] [-pre_standard_detect_enabled]
[<CommonParameters>]
DESCRIPTION
Configure PoE Settings (Status, Priority, Allocation...)
PARAMETERS
-port_id <String>
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-port_poe <PSObject>
ValidateScript({ ValidatePoE $_ })]
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-is_poe_enabled [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-poe_priority <String>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-poe_allocation_method <String>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-allocated_power_in_watts <Int32>
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-port_configured_type <String>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-pre_standard_detect_enabled [<SwitchParameter>]
Required? false
Position? named
Default value False
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:\\>$port_poe = Get-ArubaSWPoE -port 3
PS C:\\>$port_poe | Set-ArubaSWPoE -is_poe_enabled:$false -poe_priority high -poe_allocation_method class
Configure port 3 and disable PoE with priority high and allocation method class
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-ArubaSWPoE -port_id 3 -poe_allocation_method value -allocated_power_in_watts 33
-pre_standard_detect_enabled:$false
Configure port 3 and set allocated method and allocated power to 33 (Watts) and disable pre_standard_detect
RELATED LINKS