SNMPVersion Property

Version of SNMP used for outgoing requests (traps).

Object Oriented Interface

public function getSNMPVersion();
public function setSNMPVersion($value);

Procedural Interface

ipworkssnmp_snmpagent_get($res, 12 );
ipworkssnmp_snmpagent_set($res, 12, $value );

Default Value

2

Remarks

This property takes one of the following values:

snmpverV1 (1)SNMP Version 1.
snmpverV2c (2)SNMP Version 2c.
snmpverV3 (3)SNMP Version 3.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 PHP Edition - Version 20.0 [Build 8202]