-
Notifications
You must be signed in to change notification settings - Fork 52
Disable HPOVLogicalInterconnectPortMonitoring
Disable port monitoring for a logical interconnect.
Disable-HPOVLogicalInterconnectPortMonitoring [-InputObject] <Object>[ [-ApplianceConnection] <Array>] [<CommonParameters>]
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.
NOTE: * You cannot use Virtual Connect to forward captured traffic to a server. For more information, see the HPE Virtual Connect for c-Class BladeSystem User Guide in the Hewlett Packard Enterprise Information Library. * You can configure one network analyzer port (the uplink port) for up to 16 downlink server ports within a logical interconnect. * The HPE Virtual Connect 16Gb 24-Port Fibre Channel Module monitors 1 downlink server port. * HPE Virtual Connect 16Gb 24-Port Fibre Channel Module firmware must be 4.00 or later
Required Privileges: Network administrator
-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>
The HPOneView.Networking.LogicalInterconnect resource 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)
HPoneView.Networking.LogicalInterconnect [System.Management.Automation.PSCustomObject]
Logical Interconnect resource object from Get-HPOVLogicalInterconnect
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Asyncronous task resource to monitor.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVLogicalInterconnect -Name "Encl1" -ErrorAction Stop | Disable-HPOVLogicalInterconnectPortMonitoring
Disable port monitoring for the specified logical interconnect resource.
Disable port monitoring for a logical interconnect.
Disable-HPOVLogicalInterconnectPortMonitoring [-InputObject] <Object>[ [-ApplianceConnection] <Array>] [<CommonParameters>]
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.
NOTE: * You cannot use Virtual Connect to forward captured traffic to a server. For more information, see the HPE Virtual Connect for c-Class BladeSystem User Guide in the Hewlett Packard Enterprise Information Library. * You can configure one network analyzer port (the uplink port) for up to 16 downlink server ports within a logical interconnect. * The HPE Virtual Connect 16Gb 24-Port Fibre Channel Module monitors 1 downlink server port. * HPE Virtual Connect 16Gb 24-Port Fibre Channel Module firmware must be 4.00 or later
Required Privileges: Network administrator
-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>
The HPOneView.Networking.LogicalInterconnect resource 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)
HPoneView.Networking.LogicalInterconnect [System.Management.Automation.PSCustomObject]
Logical Interconnect resource object from Get-HPOVLogicalInterconnect
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Async task Resource object for configuring port monitoring on the requested logical intercinnect.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVLogicalInterconnect -Name "Encl1" -ErrorAction Stop | Disable-HPOVLogicalInterconnectPortMonitoring
Disable port monitoring for the specified logical interconnect resource.