a3ComRoutePolicyIpIfRowStatus
A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB ·
.1.3.6.1.4.1.43.29.4.23.3.1.3
Object
The status column for an ip interface of a routing policy.
This object can be set to:
createAndGo(4),
destroy(6)
The following values may be read:
active(1)
A new ip interface entry in this table is created by setting this
object to createAndGo(4), indexed by the id of an existing
a3ComRoutePolicyEntry and the address of an existing ip interface at
the device being managed. An error will be returned if any
of the fields listed above contain invalid value. Once created
successfully, this entry will automatically be made active(1). An
entry in this table is deleted in similar way, except that the
value set is destroy(6) instead of createAndGo(4).
If a new entry, for instance, was to be created in this table for
the policy 2 with ip interface address of 158.101.112.205, this
object would be set to createAndGo(4) with the oid
a3ComRoutePolicyIpIfRowStatus.3.158.101.112.205
Context
- MIB
- A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB
- OID
.1.3.6.1.4.1.43.29.4.23.3.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComRoutePolicyIpIfEntry
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 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB::a3ComRoutePolicyIpIfRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB::a3ComRoutePolicyIpIfRowStatus.<a3ComRoutePolicyIpIfIndex>.<a3ComRoutePolicyIpIfAddressIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB::a3ComRoutePolicyIpIfRowStatus'