Get HPOVLogicalInterconnectPortMonitoring - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVLogicalInterconnectPortMonitoring

Get port monitoring configuration from provided logical interconnect.

SYNTAX

Get-HPOVLogicalInterconnectPortMonitoring [-InputObject] <Object>[ [-ApplianceConnection] <Array>] [<CommonParameters>]

Detailed Description

Port monitoring enables you to send a copy of every Ethernet or Fibre Channel frame coming in and going out of a downlink (server-facing) port to another port. To evaluate network traffic between ports, you can connect debugging equipment, such as a network analyzer. This capability is important in a server environment where there is limited physical access to the network interfaces on the servers.

This Cmdlet will return the port monitoring configuration for the provided logical interconnect.

Required Privileges: Network administrator

Parameters

-ApplianceConnection <Array>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? False
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-InputObject <Object>

HPOneView.Networking.LogicalInterconnect from Get-HPOVLogicalInterconnect.

Aliases uri, li, name, Resource
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
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 (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

HPoneView.Networking.LogicalInterconnect [System.Management.Automation.PSCustomObject]

Logical Interconnect resource object from Get-HPOVLogicalInterconnect

Return Values

HPOneView.Networking.LogicalInterconnect+PortMonitoringConfig

The current port monitor configuration of the provided logical interconnect(s).

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVLogicalInterconnect -Name "Encl1-Default VC FF LIG" -ErrorAction Stop | Get-HPOVLogicalInterconnectPortMonitoring

Get the port monitoring configuration from the specified Logical Interconnect.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVLogicalInterconnectPortMonitoring

Get port monitoring configuration from provided logical interconnect.

SYNTAX

Get-HPOVLogicalInterconnectPortMonitoring [-InputObject] <Object>[ [-ApplianceConnection] <Array>] [<CommonParameters>]

Detailed Description

Port monitoring enables you to send a copy of every Ethernet or Fibre Channel frame coming in and going out of a downlink (server-facing) port to another port. To evaluate network traffic between ports, you can connect debugging equipment, such as a network analyzer. This capability is important in a server environment where there is limited physical access to the network interfaces on the servers.

This Cmdlet will return the port monitoring configuration for the provided logical interconnect.

Required Privileges: Network administrator

Parameters

-ApplianceConnection <Array>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? False
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-InputObject <Object>

HPOneView.Networking.LogicalInterconnect from Get-HPOVLogicalInterconnect.

Aliases uri, li, name, Resource
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
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 (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

HPoneView.Networking.LogicalInterconnect [System.Management.Automation.PSCustomObject]

Logical Interconnect resource object from Get-HPOVLogicalInterconnect

Return Values

HPOneView.Networking.LogicalInterconnect+PortMonitoringConfig

The current port monitor configuration of the provided logical interconnect(s).

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVLogicalInterconnect -Name "Encl1-Default VC FF LIG" -ErrorAction Stop | Get-HPOVLogicalInterconnectPortMonitoring

Get the port monitoring configuration from the specified Logical Interconnect.

Related Links


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