schedVarTable
BIANCA-BRICK-ADMIN-2-MIB ·
.1.3.6.1.4.1.272.4.22.2.1.1.6
Object
column mandatory
r/w
This object specifies the name of the SNMP table in that the
variable(s) 'schedVarName' should be changed.
e.g. ifTable
If a new row in the MIB should be inserted (or overwritten
if a row with given IndexVars already exists!) a '+' can be
prefixed. The new row is inserted with the values from
In/ActiveValue and VarIndexVal.
Be careful with the used VarIndexVal and the events, not to
insert an infinite number of rows.
e.g. +biboAdmConfigTable
If this is empty, an application command is executed.
The application name is in schedVarName, the argument list
in schedActiveValue / schedInActiveValue.
Context
- MIB
- BIANCA-BRICK-ADMIN-2-MIB
- OID
.1.3.6.1.4.1.272.4.22.2.1.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- scheduleEntry
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 'BIANCA-BRICK-ADMIN-2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-ADMIN-2-MIB::schedVarTable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-ADMIN-2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-ADMIN-2-MIB::schedVarTable.<schedIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-ADMIN-2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-ADMIN-2-MIB::schedVarTable'
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.