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
Net-SNMP examples
How SNMP and these commands workWalk 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'
Syntax
- Source
- XEROX-GENERAL-TCXcmGenSNMPVersion
- Base type
Enumeration
Values & Constraints
Type Values
1 | unknown |
2 | other |
3 | snmpV1Community |
4 | snmpV1Party |
5 | snmpV2Party |
6 | snmpV2Community |
7 | snmpV2Usec |
8 | snmpV2Star |
9 | snmpV2Secure |
10 | snmpV3Secure |
Conformance
Member of
Compliance refinements
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).
those specified enumerated values for the 'XcmGenSNMPVersion'
textual convention need be supported,
specifically: snmpV1Community(3).