v52IgRowStatus

ZhoneV52-MIB · .1.3.6.1.4.1.5504.4.3.2.1.1.28

Object

Used to control row creation and deletion. 
              
A row in this table is created using a single 
SNMP SET request with varbinds for:
a) v52IgRowStatus set to'CreateAndGo', 
b) the following READ-CREATE object(s):
   * 
              
If 'createAndGo' successfully created a new row, 
the RowStatus will be 'active'.  Subsequent to 
successful row creation, the RowStatus can be 
retrieved via an SNMP GET and the returned 
RowStatus value is active.  If the 'createAndGo' 
was unsuccessful an SNMP error will be returned 
and a subsequent GET on the non-existent row 
will also return an SNMP error of noSuchInstance.  
An SNMP SET with the RowStatus value of 'destroy' 
indicates that the agent should remove the row 
from service and then delete it.
              
An row object of v52InterfaceGroupEntry can only
be deleted when there are no v52UserPort associated
with this IG.
              
When an IG is deleted, the associated entries in the
following tables will be deleted as well.
- v52InterfaceGroupLapvTable
- v52LinkTable
- v52CChannelTable
- v52CPathTable

Context

MIB
ZhoneV52-MIB
OID
.1.3.6.1.4.1.5504.4.3.2.1.1.28
Type
column
Access
readwrite
Status
current
Parent
v52InterfaceGroupEntry

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

Syntax

Source
Zhone-TCZhoneRowStatus
Base type
Enumeration

Values & Constraints

Type Values
1active
4createAndGo
6destroy