Invoke ADCUpdateNd6ravariables - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCUpdateNd6ravariables

SYNOPSIS

Update Network configuration Object.

SYNTAX

Invoke-ADCUpdateNd6ravariables [-Vlan] <Double> [[-Ceaserouteradv] <String>] [[-Sendrouteradv] <String>]
 [[-Srclinklayeraddroption] <String>] [[-Onlyunicastrtadvresponse] <String>] [[-Managedaddrconfig] <String>]
 [[-Otheraddrconfig] <String>] [[-Currhoplimit] <Double>] [[-Maxrtadvinterval] <Double>]
 [[-Minrtadvinterval] <Double>] [[-Linkmtu] <Double>] [[-Reachabletime] <Double>] [[-Retranstime] <Double>]
 [[-Defaultlifetime] <Int32>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Configuration for nd6 Router Advertisment configuration variables resource.

EXAMPLES

EXAMPLE 1

Invoke-ADCUpdateNd6ravariables -vlan <double>

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

PARAMETERS

-Vlan

The VLAN number.

Type: Double
Parameter Sets: (All)
Aliases:

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

-Ceaserouteradv

Cease router advertisements on this vlan. Possible values = YES, NO

Type: String
Parameter Sets: (All)
Aliases:

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

-Sendrouteradv

whether the router sends periodic RAs and responds to Router Solicitations. Possible values = YES, NO

Type: String
Parameter Sets: (All)
Aliases:

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

-Srclinklayeraddroption

Include source link layer address option in RA messages. Possible values = YES, NO

Type: String
Parameter Sets: (All)
Aliases:

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

-Onlyunicastrtadvresponse

Send only Unicast Router Advertisements in respond to Router Solicitations. Possible values = YES, NO

Type: String
Parameter Sets: (All)
Aliases:

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

-Managedaddrconfig

Value to be placed in the Managed address configuration flag field. Possible values = YES, NO

Type: String
Parameter Sets: (All)
Aliases:

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

-Otheraddrconfig

Value to be placed in the Other configuration flag field. Possible values = YES, NO

Type: String
Parameter Sets: (All)
Aliases:

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

-Currhoplimit

Current Hop limit.

Type: Double
Parameter Sets: (All)
Aliases:

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

-Maxrtadvinterval

Maximum time allowed between unsolicited multicast RAs, in seconds.

Type: Double
Parameter Sets: (All)
Aliases:

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

-Minrtadvinterval

Minimum time interval between RA messages, in seconds.

Type: Double
Parameter Sets: (All)
Aliases:

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

-Linkmtu

The Link MTU.

Type: Double
Parameter Sets: (All)
Aliases:

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

-Reachabletime

Reachable time, in milliseconds.

Type: Double
Parameter Sets: (All)
Aliases:

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

-Retranstime

Retransmission time, in milliseconds.

Type: Double
Parameter Sets: (All)
Aliases:

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

-Defaultlifetime

Default life time, in seconds.

Type: Int32
Parameter Sets: (All)
Aliases:

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

-PassThru

Return details about the created nd6ravariables item.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
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-ADCUpdateNd6ravariables Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/network/nd6ravariables/ 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** ⚠️