csgAgentState

CISCO-CSG-MIB · .1.3.6.1.4.1.9.9.331.1.4.1.1.6

Object

column Enumeration
States of a billing mediation agent.
'standby'   - The server is prepared to become active.
'failed'    - The server has failed to respond to requests.
'active'    - The server has been activated to receive
              requests.
'echowait'  - CSG has sent an echo request to this 
              billing mediation agent and is waiting 
              for a response.
'nawait'    - CSG has sent a node-alive request to this 
              billing mediation agent and is waiting
              for a response.
'suspended' - The server has receive a stop request
              from the operator.

Context

MIB
CISCO-CSG-MIB
OID
.1.3.6.1.4.1.9.9.331.1.4.1.1.6
Type
column
Access
readonly
Status
current
Parent
csgAgentTableEntry
Groups
1

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 'CISCO-CSG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CSG-MIB::csgAgentState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CSG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CSG-MIB::csgAgentState.<csgUserCardId>.<csgAgentIpAddrType>.<csgAgentIpAddr>.<csgAgentPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CSG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CSG-MIB::csgAgentState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1standby
2failed
3active
4echowait
5nawait
6suspended

Conformance