< Back
Remove-NSiiptovserver
Post
NAME Remove-NSiiptovserver
SYNOPSIS
The remove-NSiiptovserver command unbinds intranet IP addresses from a VPN vserver.
SYNTAX
Remove-NSiiptovserver [-network] <string> [-netmask] <string> [-vserver] <string> [[-session] <nitro_service>]
[<CommonParameters>]
DESCRIPTION
Use remove-nsiiptovserver to unbind intranet IP addresses from a VPN vserver. The intranet IP address range is
specified by a network ID and netmask.
PARAMETERS
-session <nitro_service>
This mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and
pipelined into this command.
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 mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and
pipelined into this command.
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 ----------
removing the network 192.168.1.0/24 from the UAG-test vserver.remove-nsiiptovserver -network "192.168.1.0"
-netmask "255.255.255.0" -vserver "UAG-test"
RELATED LINKS
SYNOPSIS
The remove-NSiiptovserver command unbinds intranet IP addresses from a VPN vserver.
SYNTAX
Remove-NSiiptovserver [-network] <string> [-netmask] <string> [-vserver] <string> [[-session] <nitro_service>]
[<CommonParameters>]
DESCRIPTION
Use remove-nsiiptovserver to unbind intranet IP addresses from a VPN vserver. The intranet IP address range is
specified by a network ID and netmask.
PARAMETERS
-session <nitro_service>
This mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and
pipelined into this command.
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 mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and
pipelined into this command.
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 ----------
removing the network 192.168.1.0/24 from the UAG-test vserver.remove-nsiiptovserver -network "192.168.1.0"
-netmask "255.255.255.0" -vserver "UAG-test"
RELATED LINKS