Configure PM Parameters
Feature Name |
Release Information |
Feature Description |
---|---|---|
10sec PM buckets |
Cisco IOS XR Release 7.3.1 |
Performance monitoring parameters for the Optics, Ethernet, and Coherent DSP controllers in 10 second intervals are available. This new bucket for performance monitoring allows you to gather, store, and report performance data with higher granularity. Commands modified:
|
You can configure the performance monitoring parameters for the Optics, Ethernet, and coherent DSP controllers. The coherent DSP controller is created on the trunk port when the slice is provisioned using the hw-module command. To configure PM parameters, use the following commands.
configure
controller controllertype R/S/I/P { pm { 15-min | 30-sec | 24-hour | flex-bin} { optics | ether | fec | otn } { report | threshold } value }
commit
Examples
The following is a sample in which the performance monitoring parameters of Optics controller is configured in 24 hour intervals.
configure
controller optics 0/0/0/0 pm 24-hour optics report cd max-tca enable
commit
The following is a sample in which the performance monitoring parameters of Ethernet controller is configured in 15 minute intervals.
configure
controller HundredGigECtrlr 0/0/0/1 pm 15-min ether report 1024-1518-octets enable
commit
The following is a sample in which the performance monitoring parameters of Coherent DSP controller is configured in 15 minute intervals.
configure
controller coherentDSP 0/0/0/12 pm 15-min otn threshold es-ne
commit
Configure FEC BER Thresholds
Pre-forward error correction (FEC) bit error rate (BER) or post-FEC BER values are represented in numerical values. BER value is multiplied by 1E-15 to derive numerical value. For example, 2.1e-4 is displayed as 210000000000(2.1e+11).
The following is a sample to enable minimum and maximum TCAs for pre-FEC BER.
configure
controller coherentDSP 0/0/0/6 pm 30-sec fec report pre-fec-ber min-tca enable
controller coherentDSP 0/0/0/6 pm 30-sec fec report pre-fec-ber max-tca enable
commit
The following is a sample to enable minimum and maximum TCAs for post-FEC BER.
configure
controller coherentDSP 0/0/0/6 pm 30-sec fec report post-fec-ber min-tca enable
controller coherentDSP 0/0/0/6 pm 30-sec fec report post-fec-ber max-tca enable
commit
The following is a sample to configure pre-FEC BER thresholds of Coherent DSP controller in 30 second intervals.
configure
controller coherentDSP 0/0/0/6 pm 30-sec fec threshold pre-fec-ber max 320000000000
commit
The following is a sample to configure post-FEC BER thresholds of Coherent DSP controller in 30 second intervals.
configure
controller coherentDSP 0/0/0/6 pm 30-sec fec threshold post-fec-ber max 320000000000
commit
The following is a sample of the show controllers command.
show controllers coherentDSP 0/0/0/6 pm current 30-sec fec
Mon Feb 25 05:29:20.980 UTC
g709 FEC in the current interval [05:29:00 - 05:29:21 Mon Feb 25 2019]
FEC current bucket type : Valid
EC-BITS : 1196208549 Threshold : 903330 TCA(enable) : NO
UC-WORDS : 0 Threshold : 5 TCA(enable) : YES
MIN AVG MAX Threshold TCA Threshold TCA
(min) (enable) (max) (enable)
PreFEC BER : 0E-15 0E-15 0E-15 0 NO 320000000000 YES
PostFEC BER : 0E-15 0E-15 0E-15 0 NO 320000000000 YES