frxPMtype
Cisco90Series-MIB ·
.1.3.6.1.4.1.1570.1.6.5.1.2
Object
column mandatory
Enumeration
Determines if the Cisco 90 Series channel unit or the downstream BRITE cards is doing segmented or path performance monitoring as specified in Bellcore document TR-NWT-000397. Only segmented performance monitoring should be used. In segmented PM, CRC errors are counted on each segment of the loop, instead of over the entire path. If no BRITE cards exist in the system, there is no difference between segmented and path PM 1=Segmented. 2=Path.
Context
- MIB
- Cisco90Series-MIB
- OID
.1.3.6.1.4.1.1570.1.6.5.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- frxUPerfEntry
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 'Cisco90Series-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Cisco90Series-MIB::frxPMtype'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Cisco90Series-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Cisco90Series-MIB::frxPMtype.<frxBankIndex>.<frxChUIndex>.<frxPortIndex>.<frxPAddrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Cisco90Series-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Cisco90Series-MIB::frxPMtype'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | segmentedPM |
2 | pathPM |