|
|
Description:
|
snmpProtocolMode OBJECT-TYPE
SYNTAX INTEGER {
bilingual(1),
version1(2),
version2c(3),
unknown(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the protocol to be used by the agent:
bilingual(1) - the agent will process SNMP version 1
or SNMP version 2c requests.
The protocol version used in the response
will be that used in the request.
version1(2) - the agent will only process requests made
using SNMP version 1. The response will be
sent using SNMP version 1.
version2c(3) - the agent will only process requests made using
SNMP version 2c. The response will be sent using
SNMP version 2c.
NOTE: requests made using a protocol version which does not
comply with the agents protocol configuration will
result in the badVersions statistic being incremented and
the SNMP packet being discarded."
|
|
|
|