adGenFrPVCAdminStatus
ADTRAN-GEN-FRAME-RELAY-MIB ·
.1.3.6.1.4.1.664.5.70.29.1.3.4.1.4
Object
column r/w
Enumeration
The desired state of the frame relay PVC. This object must be set to up(1) or testing(3) to enable user data transmission on the PVC.
Context
- MIB
- ADTRAN-GEN-FRAME-RELAY-MIB
- OID
.1.3.6.1.4.1.664.5.70.29.1.3.4.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adGenFrPVCEntry
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 'ADTRAN-GEN-FRAME-RELAY-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GEN-FRAME-RELAY-MIB::adGenFrPVCAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GEN-FRAME-RELAY-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GEN-FRAME-RELAY-MIB::adGenFrPVCAdminStatus.<ifIndex>.<adGenFrPVCDLCIIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GEN-FRAME-RELAY-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GEN-FRAME-RELAY-MIB::adGenFrPVCAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |