ciscoPmonPortGroupStatsType
CISCO-PMON-MIB ·
.1.3.6.1.4.1.9.9.779.1.1.1.1.1
Object
column Enumeration
Indicates the type of statistics. This object has three
defined values:
- 'errPktsFromPort', which indicates a counter of error packets
received from a port;
- 'errPktsToXbar', which indicates a counter of error packets
sent to XBAR;
- 'errPktsFromXbar', which indicates a counter of error packets
received from XBAR.
Context
- MIB
- CISCO-PMON-MIB
- OID
.1.3.6.1.4.1.9.9.779.1.1.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- ciscoPmonPortGroupStatsEntry
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-PMON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PMON-MIB::ciscoPmonPortGroupStatsType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-PMON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PMON-MIB::ciscoPmonPortGroupStatsType.<entPhysicalIndex>.<ciscoPmonPortGroupStatsType>.<ciscoPmonPortGroupIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-PMON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-PMON-MIB::ciscoPmonPortGroupStatsType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | errPktsFromPort |
2 | errPktsToXbar |
3 | errPktsFromXbar |