Junos OS

 View Only
last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  uplink interfaces warning

    Posted 07-07-2022 09:37
    Edited by spuluka 07-10-2022 13:15
    Hi Community,

    Do you have any idea why this Warning appears?

    ge-0/0/1 {
    description "Uplink to FW";
    unit 0 {
    family ethernet-switching {
    interface-mode trunk;
    vlan {
    members [ VLAN10 VLAN20 VLAN30 VLAN40 VLAN50 ];
    }
    ##
    ## Warning: statement ignored: unsupported platform (ex2300-24p)
    ##
    native-vlan-id 10;


    also the uplink with other switch

    xe-0/1/1 {
    description "to IDF2-SW1";
    unit 0 {
    family ethernet-switching {
    interface-mode trunk;
    vlan {
    members [ VLAN10 VLAN20 VLAN30 VLAN40 VLAN50 ];
    }
    ##
    ## Warning: statement ignored: unsupported platform (ex2300-24p)
    ##
    native-vlan-id 10;
    storm-control default;
    }





  • 2.  RE: uplink interfaces warning
    Best Answer

    Posted 07-10-2022 13:14
    The configuration is slightly different with ELS (enhanced layer 2 services) switch models.

    You set the native vlan at the top interface level instead of the unit.
    root@EX2300-1# show interfaces ge-0/0/2
    
    native-vlan-id 100;              
    unit 0 {
        family ethernet-switching {
            interface-mode trunk;
            vlan {
                members [ v1 NATIVE ] ;  <--- Native VLAN mapped under "vlan members"
            }
            storm-control default;
        }
    }​


    Details are in this kb article.
    https://supportportal.juniper.net/s/article/EX-QFX-Native-VLAN-behavior-on-ELS-JUNOS-OS-versions

    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
    http://puluka.com/home
    ------------------------------



  • 3.  RE: uplink interfaces warning

    Posted 07-11-2022 08:21
    correct Thank you for yr assist

    ------------------------------
    MOHAMMED EL MACHTI
    ------------------------------