qosGlobalSetMode
NSCRTV-EPON-QOS-MGM-MIB ·
.1.3.6.1.4.1.17409.2.3.8.1.1.3
Object
column r/w
Enumeration
Define how to set QoS parameter deviceBased(1) - When set, only the table started with deviceBase is applicable portBased(2) - When set, only the table started with portBase is applicable
Context
- MIB
- NSCRTV-EPON-QOS-MGM-MIB
- OID
.1.3.6.1.4.1.17409.2.3.8.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Default
deviceBased- Parent
- qosGlobalSetEntry
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 'NSCRTV-EPON-QOS-MGM-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-EPON-QOS-MGM-MIB::qosGlobalSetMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NSCRTV-EPON-QOS-MGM-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-EPON-QOS-MGM-MIB::qosGlobalSetMode.<qosGlobalSetDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NSCRTV-EPON-QOS-MGM-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NSCRTV-EPON-QOS-MGM-MIB::qosGlobalSetMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | deviceBased |
2 | portBased |