Skip to content

Enable SdnVipTrace

Adam Rudell edited this page Oct 30, 2024 · 3 revisions

Enable-SdnVipTrace

SYNOPSIS

Enables network tracing on the SDN fabric infrastructure related to the specified VIP address.

SYNTAX

RestCredential (Default)

Enable-SdnVipTrace -VirtualIP <String> -NcUri <Uri> [-OutputDirectory <String>]
 [-NcRestCredential <PSCredential>] [-Credential <PSCredential>] [-MaxTraceSize <Int32>] [<CommonParameters>]

RestCertificate

Enable-SdnVipTrace -VirtualIP <String> -NcUri <Uri> [-OutputDirectory <String>]
 -NcRestCertificate <X509Certificate> [-Credential <PSCredential>] [-MaxTraceSize <Int32>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-VirtualIP

Specify the Virtual IP address that you want to enable SDN fabric tracing for.

Type: String
Parameter Sets: (All)
Aliases:

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

-NcUri

Specifies the Uniform Resource Identifier (URI) of the network controller that all Representational State Transfer (REST) clients use to connect to that controller.

Type: Uri
Parameter Sets: (All)
Aliases:

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

-OutputDirectory

Optional. Specifies a specific path and folder in which to save the files.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: "$(Get-WorkingDirectory)\NetworkTraces"
Accept pipeline input: False
Accept wildcard characters: False

-NcRestCertificate

Specifies the client certificate that is used for a secure web request to Network Controller REST API. Enter a variable that contains a certificate or a command or expression that gets the certificate.

Type: X509Certificate
Parameter Sets: RestCertificate
Aliases:

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

-NcRestCredential

Specifies a user account that has permission to access the northbound NC API interface. The default is the current user.

Type: PSCredential
Parameter Sets: RestCredential
Aliases:

Required: False
Position: Named
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Specifies a user account that has permission to access the infrastructure nodes. The default is the current user.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
Accept wildcard characters: False

-MaxTraceSize

Optional. Specifies the maximum size in MB for saved trace files. If unspecified, the default is 1536.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: 1536
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

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally