nbsSlaTrafficGenPatternType
NBS-SLA-MIB ·
.1.3.6.1.4.1.629.216.1.2.1.18
Object
column r/w
Enumeration
Specifies the handling of the Pattern bytes that fill-out generated frames: generate a random value for each frame, or use the same value for each frame.
Context
- MIB
- NBS-SLA-MIB
- OID
.1.3.6.1.4.1.629.216.1.2.1.18- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nbsSlaTrafficGenEntry
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 'NBS-SLA-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-SLA-MIB::nbsSlaTrafficGenPatternType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-SLA-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-SLA-MIB::nbsSlaTrafficGenPatternType.<nbsSlaTrafficGenIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-SLA-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-SLA-MIB::nbsSlaTrafficGenPatternType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | random |
3 | fixed |