external help file | Module Name | online version | schema |
---|---|---|---|
DellOpenManage-help.xml |
DellOpenManage |
2.0.0 |
Create a fabric uplink
New-OMEFabricUplink [-Name] <String> [[-Description] <String>] [-Fabric] <Fabric> [-UplinkType] <String>
[-UplinkFailureDetection] [-Ports] <String> [[-TaggedNetworks] <Network[]>] [[-UnTaggedNetwork] <Network>]
[<CommonParameters>]
This script uses the OME REST API to create a smart fabric uplink
New-OMEFabricUplink -Name "EthernetUplink01" -Fabric $("SmartFabric01" | Get-OMEFabric) -UplinkType "Ethernet - No Spanning Tree" -TaggedNetworks $("VLAN 1001", "VLAN 1003" | Get-OMENetwork) -Ports "C38S9T2:ethernet1/1/41:1,CMWSV43:ethernet1/1/41:1" -Verbose
Create ethernet uplink
For more examples visit https://github.com/dell/OpenManage-PowerShell-Modules/blob/main/README.md
Name of the uplink
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Description of the uplink
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Object of type Fabric returned from Get-OMEFabric
Type: Fabric
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill UplinkType Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Add the uplink to the Uplink Failure Detection (UFD) group
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Comma delimited string containing uplink ports (Example: C38S9T2:ethernet1/1/41:2,CMWSV43:ethernet1/1/41:2)
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Array of type Network returned from Get-OMENetwork
Type: Network[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Object of type Network returned from Get-OMENetwork
Type: Network
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.