Invoke ADCUpdateL3param - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCUpdateL3param

SYNOPSIS

Update Network configuration Object.

SYNTAX

Invoke-ADCUpdateL3param [[-Srcnat] <String>] [[-Icmpgenratethreshold] <Double>] [[-Overridernat] <String>]
 [[-Dropdfflag] <String>] [[-Miproundrobin] <String>] [[-Externalloopback] <String>]
 [[-Tnlpmtuwoconn] <String>] [[-Usipserverstraypkt] <String>] [[-Forwardicmpfragments] <String>]
 [[-Dropipfragments] <String>] [[-Acllogtime] <Double>] [[-Implicitaclallow] <String>]
 [[-Dynamicrouting] <String>] [[-Ipv6dynamicrouting] <String>] [[-Allowclasseipv4] <String>] [-WhatIf]
 [-Confirm] [<CommonParameters>]

DESCRIPTION

Configuration for Layer 3 related parameter resource.

EXAMPLES

EXAMPLE 1

Invoke-ADCUpdateL3param

An example how to update l3param configuration Object(s).

PARAMETERS

-Srcnat

Perform NAT if only the source is in the private network. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Icmpgenratethreshold

NS generated ICMP pkts per 10ms rate threshold.

Type: Double
Parameter Sets: (All)
Aliases:

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

-Overridernat

USNIP/USIP settings override RNAT settings for configured service/virtual server traffic.. . Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Dropdfflag

Enable dropping the IP DF flag. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Miproundrobin

Enable round robin usage of mapped IPs. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Externalloopback

Enable external loopback. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Tnlpmtuwoconn

Enable/Disable learning PMTU of IP tunnel when ICMP error does not contain connection information. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Usipserverstraypkt

Enable detection of stray server side pkts in USIP mode. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Forwardicmpfragments

Enable forwarding of ICMP fragments. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Dropipfragments

Enable dropping of IP fragments. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Acllogtime

Parameter to tune acl logging time.

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 12
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Implicitaclallow

Do not apply ACLs for internal ports. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Dynamicrouting

Enable/Disable Dynamic routing on partition. This configuration is not applicable to default partition. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Ipv6dynamicrouting

Enable/Disable IPv6 Dynamic routing. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-Allowclasseipv4

Enable/Disable IPv4 Class E address clients. Possible values = ENABLED, DISABLED

Type: String
Parameter Sets: (All)
Aliases:

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

CommonParameters

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

INPUTS

OUTPUTS

NOTES

File Name : Invoke-ADCUpdateL3param Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/network/l3param/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.

RELATED LINKS

https://blog.j81.nl

⚠️ **GitHub.com Fallback** ⚠️