< Back
Get-vRNIDataSourceSNMPConfig
Post
NAME Get-vRNIDataSourceSNMPConfig
SYNOPSIS
Retrieves the SNMP configuration of a switch datasource from vRealize Network Insight
SYNTAX
Get-vRNIDataSourceSNMPConfig [-DataSource] <PSObject> [-Connection <PSObject>] [<CommonParameters>]
DESCRIPTION
Physical devices like switches and UCS systems have SNMP options, which vRNI can
read out to provide interface bandwidth graphs. This cmdlet allows you to retrieve
the SNMP configuration of a specific data source.
PARAMETERS
-DataSource <PSObject>
Datasource object, gotten from Get-vRNIDataSource
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Connection <PSObject>
vRNI Connection object
Required? false
Position? named
Default value $defaultvRNIConnection
Accept pipeline input? false
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRNIDataSource | Where {$_.entity_type -eq "CiscoSwitchDataSource"} | Get-vRNIDataSourceSNMPConfig
Gets the SNMP configuration for all Cisco switch data sources
RELATED LINKS
SYNOPSIS
Retrieves the SNMP configuration of a switch datasource from vRealize Network Insight
SYNTAX
Get-vRNIDataSourceSNMPConfig [-DataSource] <PSObject> [-Connection <PSObject>] [<CommonParameters>]
DESCRIPTION
Physical devices like switches and UCS systems have SNMP options, which vRNI can
read out to provide interface bandwidth graphs. This cmdlet allows you to retrieve
the SNMP configuration of a specific data source.
PARAMETERS
-DataSource <PSObject>
Datasource object, gotten from Get-vRNIDataSource
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Connection <PSObject>
vRNI Connection object
Required? false
Position? named
Default value $defaultvRNIConnection
Accept pipeline input? false
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRNIDataSource | Where {$_.entity_type -eq "CiscoSwitchDataSource"} | Get-vRNIDataSourceSNMPConfig
Gets the SNMP configuration for all Cisco switch data sources
RELATED LINKS