< Back
Add-NSiiptovserver
Post
NAME Add-NSiiptovserver
SYNOPSIS
The Add-NSiiptovserver command binds intranet IP addresses to a VPN vserver.
SYNTAX
Add-NSiiptovserver [-network] <string> [-netmask] <string> [-vserver] <string> [[-session] <nitro_service>]
[<CommonParameters>]
DESCRIPTION
Use add-nsiiptovserver to bind intranet IP addresses to a VPN vserver. The intranet IP address range is specified
by a network ID and netmask.
PARAMETERS
-session <nitro_service>
This parameter requires a nitro_service object. This can be requested using the get-nitrosession.
Required? false
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-network <string>
Specify the network ID for the intranet IP addresses.
Required? true
Position? 0
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-netmask <string>
Specify the subnet mask for the intranet IP addresses.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-vserver <string>
Specify the vserver this is to be associated with
Required? true
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
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
com.citrix.netscaler.nitro.service.nitro_service
This parameter requires a nitro_service object. This can be requested using the get-nitrosession.
System.String
Specify the network ID for the intranet IP addresses.
System.String
Specify the subnet mask for the intranet IP addresses.
System.String
Specify the vserver this is to be associated with
OUTPUTS
---------- EXAMPLE 1 ----------
assigning the network 192.168.1.0/24 to the UAG-test vserver.add-nsiiptovserver -network "192.168.1.0" -netmask
"255.255.255.0" -vserver "UAG-test"
RELATED LINKS
SYNOPSIS
The Add-NSiiptovserver command binds intranet IP addresses to a VPN vserver.
SYNTAX
Add-NSiiptovserver [-network] <string> [-netmask] <string> [-vserver] <string> [[-session] <nitro_service>]
[<CommonParameters>]
DESCRIPTION
Use add-nsiiptovserver to bind intranet IP addresses to a VPN vserver. The intranet IP address range is specified
by a network ID and netmask.
PARAMETERS
-session <nitro_service>
This parameter requires a nitro_service object. This can be requested using the get-nitrosession.
Required? false
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-network <string>
Specify the network ID for the intranet IP addresses.
Required? true
Position? 0
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-netmask <string>
Specify the subnet mask for the intranet IP addresses.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-vserver <string>
Specify the vserver this is to be associated with
Required? true
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
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
com.citrix.netscaler.nitro.service.nitro_service
This parameter requires a nitro_service object. This can be requested using the get-nitrosession.
System.String
Specify the network ID for the intranet IP addresses.
System.String
Specify the subnet mask for the intranet IP addresses.
System.String
Specify the vserver this is to be associated with
OUTPUTS
---------- EXAMPLE 1 ----------
assigning the network 192.168.1.0/24 to the UAG-test vserver.add-nsiiptovserver -network "192.168.1.0" -netmask
"255.255.255.0" -vserver "UAG-test"
RELATED LINKS