Junos OS

last person joined: 2 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  'unit 0' VLAN-ID must be specified on tagged ethernet interfaces

    Posted 08-30-2014 12:27

    Dear All,

     

    i am new in juniper router configuration. i am trying to tag VLAN on Interface.

     

    But only Tagged VALN 100 is able to communicate, Unit 0 IP cant communicate.

     

    When i remove vlan-id 0 from Unit 0 i am getting error on commit.

     

     

     

    router# show interfaces fe-0/0/1 vlan-tagging; 
    unit 0 {

    vlan-id 0;
    family inet {
    address 192.168.1.1/30;
    }
    }
    unit 100 {
    vlan-id 100;
    family inet {
    address 10.100.100.1/30;
    }
    }


    [edit]
    router# commit check [edit interfaces fe-0/0/1] 
    'unit 0'
    VLAN-ID must be specified on tagged ethernet interfaces
    error: configuration check-out failed

     

    Please help 

     

    Regards 



  • 2.  RE: 'unit 0' VLAN-ID must be specified on tagged ethernet interfaces

    Posted 08-30-2014 15:36

    Do not use vlan-id 0 (lowest and highest are reserved). It is reserved.  Use another vlan-id. In fact unless you are interoperating with CISCO, avoid using vlan-id 1 also



  • 3.  RE: 'unit 0' VLAN-ID must be specified on tagged ethernet interfaces

    Posted 08-31-2014 06:08

    Dear 

     

     

     

     

     

    Cisco Config

     

    interface FastEthernet4/0

     

     

     

     

     

     

     

     

     

     

     



  • 4.  RE: 'unit 0' VLAN-ID must be specified on tagged ethernet interfaces

    Posted 09-01-2014 23:04

    Unfortuantely I do not know what those CISCO commands are doing. I will defer to those whore knowledgeable and will help you soon enough.



  • 5.  RE: 'unit 0' VLAN-ID must be specified on tagged ethernet interfaces

    Posted 09-02-2014 09:20

    It looks like the 'native VLAN' feature is only available on certain PICs (physical interface cards) for the MX platform.  It may be availble on some others, you don't mention what platform you are using but it is pretty unlikely you'll be able to use a native vlan with the 'vlan tagging' config on the physical port.

     

    The easiest thing to do would be to change the Cisco side config to use tags for both subints, something like this:

     

    interface FastEthernet4/0.50

    encapsulation dot1Q 50