external help file | Module Name | online version | schema |
---|---|---|---|
DellOpenManage-help.xml |
DellOpenManage |
2.0.0 |
Configure Tagged and UnTagged Networks on a Template
Set-OMETemplateNetwork [-Template] <Template[]> [[-NICIdentifier] <String>] [[-Port] <Int32>]
[[-TaggedNetworks] <Network[]>] [[-UnTaggedNetwork] <Network>] [[-PropagateVlan] <Boolean>] [[-Mode] <String>]
[<CommonParameters>]
Configure Tagged and UnTagged Networks on a Template
"MX740c Template" | Get-OMETemplate | Set-OMETemplateNetwork -NICIdentifier "NIC in Mezzanine 1A" -Port 1 -TaggedNetworks $("VLAN 1001", "VLAN 1003", "VLAN 1004", "VLAN 1005" | Get-OMENetwork) -Verbose
Set tagged networks on NIC port 1
For more examples visit https://github.com/dell/OpenManage-PowerShell-Modules/blob/main/README.md
Object of type Template returned from Get-OMETemplate
Type: Template[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
String identifing the NIC (Example: "NIC in Mezzanine 1A")
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Integer identifing the Port number (Example: 1)
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
Array of type Network returned from Get-OMENetwork function.
Type: Network[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Object of type Network returned from Get-OMENetwork function. In most instances we want to omit this parameter. The Untagged network will default to VLAN 1.
Type: Network
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Boolean value that will determine if VLAN settings are propagated immediately without having to re-deploy the template (Default=$true)
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: True
Accept pipeline input: False
Accept wildcard characters: False
String specifing operation to perform on TaggedNetworks and UnTaggedNetwork, required with -TaggedNetworks or -UnTaggedNetwork ("Append", "Replace", "Remove")
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: Append
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.