Junos OS

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about Junos OS.

QoS de Cisco Juniper MX104

  • 1.  QoS de Cisco Juniper MX104

    Posted 08-01-2022 12:12
    good morning community
    
    I am a beginner in juniper, and I urgently need to standardize a QoS configuration from cisco to Juniper
    the configuration is as follows
    !
    interface GigabitEthernet0/3
    no ip address
    load-interval 30
    duplex auto
    speed auto
    media-type gbic
    no negotiation auto
    service-policy input QoS_PASARELA_IN
    service-policy output QoS_PASARELA_OUT
    !

    policy-map QoS_PASARELA_IN
    class 6CoS_Prec67
    police cir 160000000 bc 30000000 be 60000000
    conform-action set-mpls-exp-transmit 3
    exceed-action set-mpls-exp-transmit 3
    violate-action set-mpls-exp-imposition-transmit 3
    class 6CoS_Prec5
    police cir 350000000 bc 65625000 be 13125000
    conform-action transmit
    exceed-action drop
    violate-action drop
    class 6CoS_Prec4
    police cir 160000000 bc 30000000 be 60000000
    conform-action set-mpls-exp-transmit 3
    exceed-action set-mpls-exp-transmit 3
    violate-action set-mpls-exp-imposition-transmit 3
    class 6CoS_Prec3
    police cir 160000000 bc 30000000 be 60000000
    conform-action set-mpls-exp-transmit 3
    exceed-action set-mpls-exp-transmit 3
    violate-action set-mpls-exp-imposition-transmit 3
    class 6CoS_Prec2
    police cir 160000000 bc 30000000 be 60000000
    conform-action set-mpls-exp-transmit 3
    exceed-action set-mpls-exp-transmit 3
    violate-action set-mpls-exp-imposition-transmit 3
    class 6CoS_Prec1
    police cir 160000000 bc 30000000 be 60000000
    conform-action set-mpls-exp-transmit 2
    exceed-action set-mpls-exp-transmit 2
    violate-action set-mpls-exp-imposition-transmit 2
    class class-default
    police cir 160000000 bc 30000000 be 60000000
    conform-action set-mpls-exp-transmit 2
    exceed-action set-mpls-exp-transmit 2
    violate-action set-mpls-exp-imposition-transmit 2
    !
    !
    policy-map QoS_PASARELA_OUT
    class 6CoS_Prec5
    priority percent 35
    police cir 350000000 bc 65625000 be 13125000
    conform-action transmit
    exceed-action drop
    violate-action drop
    class 6CoS_Prec234
    bandwidth percent 30
    class 6CoS_Prec67
    bandwidth percent 5
    class class-default
    random-detect

    !
    class-map match-all 6CoS_Prec2
    match ip precedence 2
    class-map match-all 6CoS_Prec3
    match ip precedence 3
    class-map match-all 6CoS_Prec1
    match ip precedence 1
    class-map match-any prec67
    match mpls experimental topmost 6
    match ip precedence 6
    class-map match-any prec32
    match mpls experimental topmost 3
    match ip precedence 3
    match mpls experimental topmost 2
    match ip precedence 2
    class-map match-all 6CoS_Prec4
    match ip precedence 4
    class-map match-all 6CoS_Prec5
    match ip precedence 5
    class-map match-all 6CoS_Prec234
    match ip precedence 2 3 4
    class-map match-any prec4
    match mpls experimental topmost 4
    match ip precedence 4
    class-map match-any prec5
    match mpls experimental topmost 5
    match ip precedence 5
    class-map match-any prec6
    match mpls experimental topmost 6
    match ip precedence 6
    class-map match-any prec7
    match mpls experimental topmost 7
    match ip precedence 7
    class-map match-all 6CoS_Prec67
    match ip precedence 6 7

    grateful for the support you can give me


    
    






























    ------------------------------
    IRACEMA RISQUEZ
    ------------------------------