bertModeMask

CISCO-WAN-SRM-BERT-MIB · .1.3.6.1.4.1.351.110.6.1.28.1.4

Object

Every mode is represented by 2 bits of mask. Bits 0-5 are
valid in this integer. The meaning of the mask can be 
understood from the example below:
  -----------------------------------------------------------
   Mode        |  SM support     | Test Medium:
               |                 |  Multiple
               |                 | T1 time slots
  -----------------------------------------------------------
  Pattern test |       1         |      1
  DDS seek     |       1         |      0
  Loopback     |       1         |      1
  -----------------------------------------------------------
  (Table contents applicable to FRSM-4T1)
  bertModeMask = 101111 binary
                 
The column titles represent the variables bertMode depends on.
The mask is represented in column major order.

Context

MIB
CISCO-WAN-SRM-BERT-MIB
OID
.1.3.6.1.4.1.351.110.6.1.28.1.4
Type
column
Access
readonly
Status
current
Parent
bertSupportedTestsTableEntry
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 'CISCO-WAN-SRM-BERT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-SRM-BERT-MIB::bertModeMask'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WAN-SRM-BERT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-SRM-BERT-MIB::bertModeMask.<bertSupportedTestsTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WAN-SRM-BERT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WAN-SRM-BERT-MIB::bertModeMask'

Syntax

Source
SNMPv2-SMIInteger32
Base type
Integer32

Values & Constraints

Type Constraints
range: -2147483648..2147483647

Conformance