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.

how to rate limit CE1 traffic ?

  • 1.  how to rate limit CE1 traffic ?

    Posted 11-19-2022 20:01
    I have two PE routers. 

    CE1 <--------> PE1 (VRF1)  <---------> PE2 (VRF2) <------------>  CE2

    If I need to rate limit some traffic from CE1 on PE1,  where should I apply the policy ?

    1. apply it directly to the logical interface
        set interfaces ge-0/0/0.10 family inet filter input my.pol

    2. apply it inside the VRF stanza
        set routing-instances VRF forwarding-option family inet filter input my.pol

    What are the differences between these two ?

    thanks in advance !!