Skip to content

Debug SdnFabricInfrastructure

Adam Rudell edited this page Jul 15, 2024 · 5 revisions

Debug-SdnFabricInfrastructure

SYNOPSIS

Executes a series of fabric validation tests to validate the state and health of the underlying components within the SDN fabric.

SYNTAX

Role (Default)

Debug-SdnFabricInfrastructure [-NetworkController <String>] [-Role <String[]>] [-Credential <PSCredential>]
 [-NcRestCredential <PSCredential>] [<CommonParameters>]

ComputerName

Debug-SdnFabricInfrastructure [-NetworkController <String>] -ComputerName <String[]>
 [-Credential <PSCredential>] [-NcRestCredential <PSCredential>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Debug-SdnFabricInfrastructure

EXAMPLE 2

Debug-SdnFabricInfrastructure -NetworkController 'NC01' -Credential (Get-Credential) -NcRestCredential (Get-Credential)

PARAMETERS

-NetworkController

Specifies the name or IP address of the network controller node on which this cmdlet operates. The parameter is optional if running on network controller node.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: $(HostName)
Accept pipeline input: False
Accept wildcard characters: False

-Role

The specific SDN role(s) to perform tests and validations for. If ommitted, defaults to all roles.

Type: String[]
Parameter Sets: Role
Aliases:

Required: False
Position: Named
Default value: ('Gateway','LoadBalancerMux','NetworkController','Server')
Accept pipeline input: False
Accept wildcard characters: False

-ComputerName

Type the NetBIOS name, an IP address, or a fully qualified domain name of one or more remote computers.

Type: String[]
Parameter Sets: ComputerName
Aliases:

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

-Credential

Specifies a user account that has permission to perform this action. 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

-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: (All)
Aliases:

Required: False
Position: Named
Default value: [System.Management.Automation.PSCredential]::Empty
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