Skip to content

Set-VrmsNetworkInterface

Synopsis

Set network interface configuration

Syntax

Set-VrmsNetworkInterface [-interface] <String> [-ipAddress] <String> [-gateway] <String> [-prefix] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Set-VrmsNetworkInterface cmdlet configures the network interface of a vSphere Replication appliance.

Examples

Example 1

Set-VrmsNetworkInterface -interface eth1 -ipAddress 172.18.111.125 -gateway 172.18.111.1 -prefix 24

This example configures the network interface of the vSphere Replication appliance.

Parameters

-interface

The interface parameter The network interface to be configured.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ipAddress

The ipAddress parameter The IP address to be configured.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-gateway

The gateway parameter The gateway to be configured.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-prefix

The prefix parameter The prefix to be configured.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Progress Action

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.