routeInsert
MX-CROUT-MIB ·
.0.1750.1.300.1.1000
Object
column r/w
Enumeration
Insert
Inserts a new row before this row.
Context
- MIB
- MX-CROUT-MIB
- OID
.0.1750.1.300.1.1000- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- routeEntry
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 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::routeInsert'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::routeInsert.<routeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CROUT-MIB::routeInsert'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noOp |
10 | insert |