Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

EX3400 COS transmit rate

$
0
0

Hi all,

 

I am receiving the following messages on my EX3400 running 15.1X53-D55.5:

 

Aug  8 15:18:01  EX3400-DC1 dc-pfe: BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 3500 is less than minimum supported 8000, wont be honored
Aug  8 15:18:01  EX3400-DC1 dc-pfe: BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 3000 is less than minimum supported 8000, wont be honored
Aug  8 15:18:01  EX3400-DC1 dc-pfe: BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 500 is less than minimum supported 8000, wont be honored
Aug  8 15:18:01  EX3400-DC1 dc-pfe: BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 1000 is less than minimum supported 8000, wont be honored
Aug  8 15:18:01  EX3400-DC1 dc-pfe: BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 3000 is less than minimum supported 8000, wont be honored
Aug  8 15:18:01  EX3400-DC1 fpc1 BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 3500 is less than minimum supported 8000, wont be honored
Aug  8 15:18:01  EX3400-DC1 fpc1 BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 3000 is less than minimum supported 8000, wont be honored
Aug  8 15:18:01  EX3400-DC1 fpc1 BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 500 is less than minimum supported 8000, wont be honored
Aug  8 15:18:01  EX3400-DC1 fpc1 BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 1000 is less than minimum supported 8000, wont be honored
Aug  8 15:18:01  EX3400-DC1 fpc1 BRCM_COS_HALP(brcm_cos_ng_access_bind_scheduler_map_ifd:2583): Transmit rate configured 3000 is less than minimum supported 8000, wont be honored

What does this mean? I have been unable to find a KB. Here is my COS config:

 

class-of-service {
    classifiers {
        dscp CLASSIFIER-DSCP {
            forwarding-class FC-BA {
                loss-priority low code-points [ 010010 011010 ];
                loss-priority high code-points [ 010100 011100 ];
            }
            forwarding-class FC-NC {
                loss-priority low code-points 110000;
            }
            forwarding-class FC-EF {
                loss-priority low code-points 101110;
            }
            forwarding-class FC-AF {
                loss-priority high code-points 100010;
            }
            forwarding-class FC-BE {
                loss-priority low code-points [ 000000 000001 000010 000011 000100 000101 000110 000111 001000 001001 001010 001011 001100 001101 001110 001111 010000 010001 010011 010101 010110 010111 011000 011001 011011 011101 011110 011111 100000 100001 100011 100100 100101 100110 100111 101000 101001 101010 101011 101100 101101 101111 110001 110010 110011 110100 110101 110110 110111 111000 111001 111010 111011 111100 111101 111110 111111 ];
            }
        }
    }
    drop-profiles {
        DP-ALL {
            interpolate {
                fill-level [ 75 95 ];
                drop-probability [ 0 50 ];
            }
        }
    }
    forwarding-classes {
        class FC-BA queue-num 4;
        class FC-EF queue-num 3;
        class FC-NC queue-num 2;
        class FC-AF queue-num 1;
        class FC-BE queue-num 0;
    }
    interfaces {
        ge-* {
            scheduler-map SCHEDMAP-ALL;
            unit 0 {
                classifiers {
                    dscp CLASSIFIER-DSCP;
                }
                rewrite-rules {
                    dscp RWR-ALL;
                }
            }
        }
        xe-* {
            scheduler-map SCHEDMAP-ALL;
            unit 0 {
                classifiers {
                    dscp CLASSIFIER-DSCP;
                }
                rewrite-rules {
                    dscp RWR-ALL;
                }
            }
        }
        ae* {
            scheduler-map SCHEDMAP-ALL;
            unit 0 {
                classifiers {
                    dscp CLASSIFIER-DSCP;
                }
                rewrite-rules {
                    dscp RWR-ALL;
                }
            }
        }
    }
    rewrite-rules {
        dscp RWR-ALL {
            forwarding-class FC-BA {
                loss-priority low code-point 011010;
                loss-priority high code-point 011100;
            }
            forwarding-class FC-NC {
                loss-priority low code-point 110000;
            }
            forwarding-class FC-EF {
                loss-priority low code-point 101110;
            }
            forwarding-class FC-AF {
                loss-priority low code-point 100010;
            }
            forwarding-class FC-BE {
                loss-priority low code-point 000000;
            }
        }
    }
    scheduler-maps {
        SCHEDMAP-ALL {
            forwarding-class FC-BA scheduler SCHED-BA;
            forwarding-class FC-AF scheduler SCHED-AF;
            forwarding-class FC-BE scheduler SCHED-BE;
            forwarding-class FC-EF scheduler SCHED-EF;
            forwarding-class FC-NC scheduler SCHED-NC;
        }
    }
    schedulers {
        SCHED-BA {
            transmit-rate percent 30;
            buffer-size percent 25;
            priority low;
            drop-profile-map loss-priority any protocol any drop-profile DP-ALL;
        }
        SCHED-NC {
            transmit-rate percent 5;
            buffer-size percent 5;
            priority low;
            drop-profile-map loss-priority any protocol any drop-profile DP-ALL;
        }
        SCHED-EF {
            shaping-rate percent 10;
            priority strict-high;
        }
        SCHED-AF {
            transmit-rate percent 30;
            buffer-size percent 30;
            priority low;
            drop-profile-map loss-priority any protocol any drop-profile DP-ALL;
        }
        SCHED-BE {
            transmit-rate {
                remainder;
            }
            buffer-size {
                remainder;
            }
            priority low;
            drop-profile-map loss-priority any protocol any drop-profile DP-ALL;
        }
    }
}

Any help is appreciated. Thank you.


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>