nbsEusmTgaAction
NBS-EUSM-MIB ·
.1.3.6.1.4.1.629.202.3.1.1.14
Object
column r/w
Enumeration
Different actions to activate the traffic generation. There are three frame generation activities: specify, start, and stop. Specifying and actually starting traffic may be done together or separately. In fact, it is reasonable to specify once, then start (and stop) many times.
Context
- MIB
- NBS-EUSM-MIB
- OID
.1.3.6.1.4.1.629.202.3.1.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nbsEusmTgaEntry
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-EUSM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-EUSM-MIB::nbsEusmTgaAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-EUSM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-EUSM-MIB::nbsEusmTgaAction.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-EUSM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-EUSM-MIB::nbsEusmTgaAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | start |
3 | stop |