adGenFrGroupAdminStatus
ADTRAN-GEN-FRAME-RELAY-MIB ·
.1.3.6.1.4.1.664.5.70.29.1.1.2.1.3
Object
column r/w
Enumeration
The desired state of the frame relay group. This object must be set to up(1) or testing(3) to enable user data transmission on PVCs of this group and for enabling of any signaling protocol for this group.
Context
- MIB
- ADTRAN-GEN-FRAME-RELAY-MIB
- OID
.1.3.6.1.4.1.664.5.70.29.1.1.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adGenFrGroupEntry
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::adGenFrGroupAdminStatus'
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::adGenFrGroupAdminStatus.<ifIndex>'
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::adGenFrGroupAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |