csubAggStatsPointType
CISCO-SUBSCRIBER-SESSION-MIB ·
.1.3.6.1.4.1.9.9.786.1.2.1.1.1
Object
column Enumeration
This object indicates format of the csubAggStatsPoint
for this entry.
The format for the csubAggStatsPoint is as follows:
csubAggStatsPointType csubAggStatsPoint
---------------------- ------------------
'physical' PhysicalIndex
'interface' InterfaceIndex
Context
- MIB
- CISCO-SUBSCRIBER-SESSION-MIB
- OID
.1.3.6.1.4.1.9.9.786.1.2.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- csubAggStatsEntry
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-SUBSCRIBER-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SUBSCRIBER-SESSION-MIB::csubAggStatsPointType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SUBSCRIBER-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SUBSCRIBER-SESSION-MIB::csubAggStatsPointType.<csubAggStatsPointType>.<csubAggStatsPoint>.<csubAggStatsSessionType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SUBSCRIBER-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SUBSCRIBER-SESSION-MIB::csubAggStatsPointType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | physical |
2 | interface |