mpAtmCCPgcCtlStatus

MP-ATM-MIB · .1.3.6.1.4.1.119.2.3.3.13.110.11.3.2.1.2

Object

column mandatory r/w Enumeration
This variable indicates the Control Status of this Pvc
Group.
 - 'register', which indicates that request to careate a
   new instance (PVC Group) in the node.
 - 'active', which indicates that the Pvc Group is connected.
 - 'inactive', which indicates that the Pvc Group is
   disconnected.
 - 'delete', which indicates that request to delete the Pvc
   Group.
 - 'stsInactive', which indicates that request to only the
   status is change to 'inactive'. This request is not
   disconnect the connecting PVC's.
 - 'underEstablish', which indicates that the under the
   connecting progress in the Pvc Group.
 - 'underDeactivate', which indicates that the under the
   disconnecting progress in the Pvc Group.

Context

MIB
MP-ATM-MIB
OID
.1.3.6.1.4.1.119.2.3.3.13.110.11.3.2.1.2
Type
column
Access
readwrite
Status
mandatory
Parent
mpAtmCCPgcCtlEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1register
2active
3inactive
4delete
5stsInactive
6underEstablish
7underDeactivate