rcTrunkTicketGenerationAlgorithm
SWITCH-TRUNK-MIB ·
.1.3.6.1.4.1.8886.6.1.6.4
Object
scalar r/w
Enumeration
There are two algorithm to generate trunk ticket: direct-map and crc. Direct-map uses the last two bits of mac address as the trunk ticket; Crc uses crc algorithm on all mac address to generate trunk ticket.
Context
- MIB
- SWITCH-TRUNK-MIB
- OID
.1.3.6.1.4.1.8886.6.1.6.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rcTrunk
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-TRUNK-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-TRUNK-MIB::rcTrunkTicketGenerationAlgorithm.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-TRUNK-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-TRUNK-MIB::rcTrunkTicketGenerationAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | direct-map |
2 | crc |