igRowStatus
ZhoneGR303-MIB ·
.1.3.6.1.4.1.5504.4.3.1.1.1.17
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) igRowStatus set to'CreateAndGo',
b) the following READ-CREATE object(s) without a
default value (DEFVAL):
* igNameId
c) the following READ-CREATE objects with a
DEFVAL but whose defined default value is
inappropriate:
* igSwitchType
* igAdminStatus
* igStatsPeriod.
From augmented igControlChannelEntry:
* igControlChannelT303
* igControlChannelT396
* igSapi0MaxOutstandingFrames,
igSapi1MaxOutstandingFrames
* igSapi0N200, igSapi1N200
* igSapi0T200, igSapi1T200
* igSapi0T203, igSapi1T203
* igSapiPpsMode
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.
The same rows must also be simultaneously created
or deleted in all augmenting tables:
* igControlChannelTable
* igStatsCurrentTable
* igStatsTotalTable
Context
- MIB
- ZhoneGR303-MIB
- OID
.1.3.6.1.4.1.5504.4.3.1.1.1.17- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- interfaceGroupEntry
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 'ZhoneGR303-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZhoneGR303-MIB::igRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZhoneGR303-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZhoneGR303-MIB::igRowStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZhoneGR303-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZhoneGR303-MIB::igRowStatus'
Syntax
- Source
- Zhone-TCZhoneRowStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | active |
4 | createAndGo |
6 | destroy |