vismSessionGrpState
CISCO-VISM-SESSION-MIB ·
.1.3.6.1.4.1.351.110.5.5.11.2.1.4
Object
column Enumeration
This object indicates the operational state of the session
group. The possible operational states are as follows:
'idle': This is the initial state.
'oos' : Out of service state. when a session group has been
created the state of the session group becomes 'oos'
or when all sessions belonging to this group are
deleted, session group state becomes 'oos'
'is': In service state. After at least one session has been
added to the group, socket has been successfully set up
and the session has sent a START message to MGC the
group state changes to 'is'.
'unknown': This is the state other than the above states.
Context
- MIB
- CISCO-VISM-SESSION-MIB
- OID
.1.3.6.1.4.1.351.110.5.5.11.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- vismSessionGrpEntry
- Groups
- 1
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-VISM-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VISM-SESSION-MIB::vismSessionGrpState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-VISM-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VISM-SESSION-MIB::vismSessionGrpState.<vismSessionGrpNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-VISM-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-VISM-SESSION-MIB::vismSessionGrpState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | oos |
3 | is |
4 | unknown |
Conformance
Member of