cgprsCgOperStatus
CISCO-GPRS-CHARGING-MIB ·
.1.3.6.1.4.1.9.9.192.1.1.22.1.5
Object
column deprecated
Enumeration
This object is used to indicate whether the configured CG is active(2) or standby(3).The object will return undefined(1) when its not used either as active(2) or standby(3).
Context
- MIB
- CISCO-GPRS-CHARGING-MIB
- OID
.1.3.6.1.4.1.9.9.192.1.1.22.1.5- Type
- column
- Access
- readonly
- Status
- deprecated
- Parent
- cgprsCgGatewayEntry
- Groups
- 5
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 'CISCO-GPRS-CHARGING-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-GPRS-CHARGING-MIB::cgprsCgOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-GPRS-CHARGING-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-GPRS-CHARGING-MIB::cgprsCgOperStatus.<cgprsCgGatewayIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-GPRS-CHARGING-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-GPRS-CHARGING-MIB::cgprsCgOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | undefined |
2 | active |
3 | standby |