POSH-HPEOneView icon indicating copy to clipboard operation
POSH-HPEOneView copied to clipboard

ConvertTo-OVPowerShellscript for LIG - Error for snmp Config

Open DungKHoang opened this issue 1 year ago • 0 comments

The convertto-OVpowershellscript generates incorrect instructions for SNMP configuration in a LIG Here is the line generated:  $snmpConfig = New-OVSnmpConfiguration -ReadCommunity $readCommunity -snmpConsistencyChecking $snmpConsistencyChecking -SnmpV1 $True -SnmpV3 $True

There is no snmpconsistenmcyChecking parameter in the cmdlet


### Version Information
HPE OneView PowerShell Library Version (`Get-HPOVVersion` or `$PSLibraryVersion`): 8.4
HPE OneView Appliance Version (`Get-HPOVVersion -ApplianceVer`):  8.4
Output from `$PSVersionTable` on your Windows Host: 7.3.5


DungKHoang avatar Sep 25 '23 22:09 DungKHoang