Routing

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  CoS Rewrite

    Posted 01-05-2021 12:52
    Hi,

    I'm trying to understand a lab environment for CoS, can someone please explain this to me... 

    The topology is very simple.
    1. There are multiple Customer interfaces connected to a PE router (Both VPLS and VRF), and a few Layer 3 interfaces in GRT
    2. The PE router connects to other P/PE routers via multiple core links


    The CoS classifiers and rewrite rules applied on the core links is as below

    set class-of-service interfaces ae1 scheduler-map sch-map-core
    set class-of-service interfaces ae1 unit 1 classifiers exp exp-core
    set class-of-service interfaces ae1 unit 1 classifiers inet-precedence ipprec-core
    set class-of-service interfaces ae1 unit 1 rewrite-rules exp exp-core
    set class-of-service interfaces ae1 unit 1 rewrite-rules inet-precedence ipprec-core
    set class-of-service interfaces ae1 unit 1 classifiers dscp dscp-core
    set class-of-service interfaces ae1 unit 1 rewrite-rules  dscp dscp-core


    I have following questions

    1. Can DSCP and Inet-precedence exist simultaneously on the same interface? Since Inet-precedence uses the first 3 bits and DSCP the whole 6 bits.
    2. Suppose I receive a packet from the customer interface and is classified into the Best-Effort forwarding-class.
           i)     When sending packet out of the core link, the rewrite rules will be applied. During the rewrite, will it change both the DSCP bits in IP Packet, and the EXP bit in MPLS ?


    Am I correct in assuming that rewrite will change the CoS bits in both (MPLS and Layer 3) types? And this rewrite will be the corresponding rewrite rule configured for Best-effort Forwarding-class.


    Thank You