ipeCfgRouteRowStatus

IPE-SYSTEM-MIB · .1.3.6.1.4.1.119.2.3.69.5.3.19.1.1.6

Object

column r/w Enumeration
This RowStatus has a status only 'active(1)'. 
              
1) creating a entry
When you make a new entry, you must SET objects indicated below.
* ipeCfgRouteDest
* ipeCfgRouteMask
* ipeCfgRouteNextHop
* ipeCfgRouteRowStatus <- createAndGo(4)
              
2) modifing a entry
When you make a existing entry, you must SET objects indicated
below.
* ipeCfgRouteDest
* ipeCfgRouteMask
* ipeCfgRouteNextHop
              
3) deleting a entry
When you SET a destroy(6) to ipeCfgRouteRowStatus, the entry is
destroyed.
* ipeCfgRouteRowStatus <- destory(6)

Context

MIB
IPE-SYSTEM-MIB
OID
.1.3.6.1.4.1.119.2.3.69.5.3.19.1.1.6
Type
column
Access
readwrite
Status
current
Parent
ipeCfgStaticRouteEntry

Walk 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 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeCfgRouteRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeCfgRouteRowStatus.<ipeCfgRouteIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-SYSTEM-MIB::ipeCfgRouteRowStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1active
4createAndGo
6destroy