All MIBs › NETLINK-SPECIFIC-MIB › portVoiceAdminRowStatus
portVoiceAdminRowStatus
Module: NETLINK-SPECIFIC-MIB
OID (symbolic): NETLINK-SPECIFIC-MIB::portVoiceAdminRowStatus
OID (numeric): 1.3.6.1.4.1.173.7.3.8.1.1.35
Node type: OBJECT-TYPE
Type: RowStatus
Access: read-write
Description:
This variable is used to manage the creation and deletion of conceptual rows in the portVoiceAdminTable and follows the SNMPv2 RowStatus conventions by supporting the following values:
- `active', which indicates that the conceptual row is available for use by the managed device, and which is supplied by a management station wishing to exercise an on-line update of the existing conceptual row. For a management protocol set operation, a genErr response is returned when the row does not exist.
- `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. For a management protocol set operation, a genErr response is returned when the row already exists.
- `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row.
Note that all of the above values may be specified in a management protocol set operation, and only the 'active' value will be returned in response to a management protocol retrieval operation. For a management protocol set operation, if other variable bindings are included in the same PDU, then a genErr response is returned.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.173.7.3.8.1.1.35 snmpwalk -v2c -c public <target> NETLINK-SPECIFIC-MIB::portVoiceAdminRowStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.173.7.3.8.1.1.35.1 snmpget -v2c -c public <target> NETLINK-SPECIFIC-MIB::portVoiceAdminRowStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.173.7.3.8.1.1.35.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> portVoiceAdminRowStatus.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.173 | netlink | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7 | local | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7.3 | port | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7.3.8 | portVoiceGroup | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7.3.8.1 | portVoiceAdminTable | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7.3.8.1.1 | portVoiceAdminEntry | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7.3.8.1.1.35 | portVoiceAdminRowStatus | NETLINK-SPECIFIC-MIB |