xcmGenTrapClientSNMPVersion

XEROX-GENERAL-MIB · .1.3.6.1.4.1.253.8.51.13.2.1.6

Object

This object is used to specify the SNMP version (RFC 1157, RFC
1905, etc) which SHALL be used by this management agent
for SNMP protocol traffic (transmission of SNMP traps),
in the domain specified by 'xcmGenTrapClientSNMPDomain',
to the trap client (management station or proxy).
              
Usage:  Conforming management stations, when they first create
new rows in this table, SHALL set
'xcmGenTrapClientRowStatus' (to 'createAndGo'),
'xcmGenTrapClientRowPersistence' (if not 'volatile'),
'xcmGenTrapClientSNMPVersion' (if not 'snmpV1Community'), and
'xcmGenTrapClientSNMPCommunity' (if not the current managed
              
              
system default in 'xcmGenBaseSNMPTrapCommunity')
SIMULTANEOUSLY (in the same SNMP Set-Request PDU).
              
Usage:  Conforming management agents SHALL NOT accept sets to
'xcmGenTrapClientRowPersistence',
'xcmGenTrapClientSNMPVersion', or
'xcmGenTrapClientSNMPCommunity'
AFTER row creation (these objects are 'write-once').

Context

MIB
XEROX-GENERAL-MIB
OID
.1.3.6.1.4.1.253.8.51.13.2.1.6
Type
column
Access
readwrite
Status
current
Parent
xcmGenTrapClientEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'XEROX-GENERAL-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-GENERAL-MIB::xcmGenTrapClientSNMPVersion'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XEROX-GENERAL-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-GENERAL-MIB::xcmGenTrapClientSNMPVersion.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XEROX-GENERAL-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XEROX-GENERAL-MIB::xcmGenTrapClientSNMPVersion'

Values & Constraints

Type Values
1unknown
2other
3snmpV1Community
4snmpV1Party
5snmpV2Party
6snmpV2Community
7snmpV2Usec
8snmpV2Star
9snmpV2Secure
10snmpV3Secure

Conformance

Member of
Compliance refinements
xcmGeneralMIBCompliance readonly XEROX-GENERAL-TC::XcmGenSNMPVersion
Values: unknown(1), other(2), snmpV1Community(3)
It is conformant to implement this object as read-only, and only
those specified enumerated values for the 'XcmGenSNMPVersion'
textual convention need be supported,
specifically: snmpV1Community(3).