Routing

last person joined: 3 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.  Only unit 0 is valid for this interface

    Posted 10-13-2015 06:24

    hi team,

     

    Am trying use EM0 and EM1 interfaces on an MX to link logical systems. am having challenge confugre any other unit apart from unit 0 under EM0 interface. i have configured vlan-tagging under EM0 interface.

     

    this is the error i get:

     

    Only unit 0 is valid for this interface

    root# show interfaces em0
    vlan-tagging;
    unit 1 {
        vlan-id 10;
        family inet {
            address 10.10.10.1/24;
        }
    }
    
    [edit]
    
    
    root# commit check
    
    [edit interfaces em0]
      'unit 1'
        Only unit 0 is valid for this interface
    error: configuration check-out failed
    
    

    how can i go around this?

     

     



  • 2.  RE: Only unit 0 is valid for this interface

     
    Posted 10-13-2015 09:10


  • 3.  RE: Only unit 0 is valid for this interface

    Posted 10-13-2015 09:41
    Hi rushi,
    Thank you so much for the response.
    I would have preferred the lt interface also but I can't see it appearing when I say "sh int terse". The management interface you mentioned is ME0 interface and the one am using is EM0 interface. I have seen the em0 interface been used to interconnect logical systems.


  • 4.  RE: Only unit 0 is valid for this interface
    Best Answer

     
    Posted 10-13-2015 10:06

    Hello,

     

    You will have to configure something like this so that lt interfaces can be seen & configured:

     

    set chassis fpc <number> pic <number> tunnel-services bandwidth <value>

     

    I have not come across a scenario where em0 is used to interconnect logical systems so far.

     

    Regards,

     

    Rushi



  • 5.  RE: Only unit 0 is valid for this interface

    Posted 10-13-2015 11:02

    hi rushi,

     

    Thanks alot. i can see the LT  now interfaces after confuguring it.

     

    Sheeel.