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.  MX10003 20.4R3.8 , Class of service , why can I not select "EXP" / no EXP option.

    Posted 05-10-2022 11:26
    Edited by spuluka 05-16-2022 05:25


    XXX-BR-1# set et-*/*/* classifiers ?
    Possible completions:
    + apply-groups Groups from which to inherit configuration data
    + apply-groups-except Don't inherit configuration data from these groups
    > dscp Differentiated Services code point classifier
    > ieee-802.1 IEEE-802.1 classifier
    > ieee-802.1ad IEEE-802.1ad (DEI) classifier
    > inet-precedence IPv4 precedence classifier
    {master}[edit class-of-service interfaces]
    root@XXXBR-1# set et-*/*/* classifiers ex
    ^
    syntax error.

    This appear to conflict with the documentation I'm reading.

    Thanks in advance 

    Simon



    ------------------------------
    Simon Bingham
    ------------------------------


  • 2.  RE: MX10003 20.4R3.8 , Class of service , why can I not select "EXP" / no EXP option.

    Posted 05-11-2022 09:49
    Try applying on a logical ( unit *) interface

    xxx# set class-of-service interfaces ge-0/0/0 classifiers ?
    Possible completions:
    + apply-groups Groups from which to inherit configuration data
    + apply-groups-except Don't inherit configuration data from these groups
    > dscp Differentiated Services code point classifier
    > ieee-802.1 IEEE-802.1 classifier
    > ieee-802.1ad IEEE-802.1ad (DEI) classifier
    > inet-precedence IPv4 precedence classifier


    xxx# set class-of-service interfaces ge-0/0/0 unit 0 classifiers ?
    Possible completions:
    + apply-groups Groups from which to inherit configuration data
    + apply-groups-except Don't inherit configuration data from these groups
    > dscp Differentiated Services code point classifier
    > dscp-ipv6 Differentiated Services code point classifier IPv6
    > exp EXP classifier
    > ieee-802.1 IEEE-802.1 classifier
    > ieee-802.1ad IEEE-802.1ad (DEI) classifier
    > inet-precedence IPv4 precedence classifier
    no-default Do not apply default classifiers to this interface

    ------------------------------
    Sheetanshu Shekhar
    ------------------------------



  • 3.  RE: MX10003 20.4R3.8 , Class of service , why can I not select "EXP" / no EXP option.

    Posted 05-11-2022 09:50
    Hi,

    Because  actually you need to specify that at the unit level:

    set class-of-service interfaces et-* unit * classifiers exp <blah>



    ------------------------------
    Olivier Benghozi
    ------------------------------



  • 4.  RE: MX10003 20.4R3.8 , Class of service , why can I not select "EXP" / no EXP option.

    Posted 05-11-2022 09:50
    Hi Simon, 

    that would be because the EXP is configured under a unit and not at interface level:


    root@PE2# set class-of-service interfaces xe-0/0/0 classifiers ?
    Possible completions:
    + apply-groups Groups from which to inherit configuration data
    + apply-groups-except Don't inherit configuration data from these groups
    > dscp Differentiated Services code point classifier
    > ieee-802.1 IEEE-802.1 classifier
    > ieee-802.1ad IEEE-802.1ad (DEI) classifier
    > inet-precedence IPv4 precedence classifier


    [edit]
    root@PE2# set class-of-service interfaces xe-0/0/0 unit 0 classifiers ?
    Possible completions:
    + apply-groups Groups from which to inherit configuration data
    + apply-groups-except Don't inherit configuration data from these groups
    > dscp Differentiated Services code point classifier
    > dscp-ipv6 Differentiated Services code point classifier IPv6
    > exp EXP classifier
    > ieee-802.1 IEEE-802.1 classifier
    > ieee-802.1ad IEEE-802.1ad (DEI) classifier
    > inet-precedence IPv4 precedence classifier
    no-default Do not apply default classifiers to this interface
    [edit]
    root@PE2# set class-of-service interfaces xe-0/0/0 unit 0 classifiers

    Thanks,

    ------------------------------
    GABRIEL FLORES
    ------------------------------