Switching

last person joined: 14 hours ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  EX 2300 native vlan

    Posted 04-05-2019 05:01

    Experts,

     

    Migrated config from EX2200 to EX2300

    unit 0 {
    family ethernet-switching {
    interface-mode trunk;
    vlan {
    members [ 1-3 5 10 20-25 40 50 60 80 90-91 93 95-96 98 101-102 115 150 155 170 180 194 ];
    }
    ##
    ## Warning: statement ignored: unsupported platform (ex2300-c-12p)
    ##
    native-vlan-id 70;
    }
    }

     

    Any thoughts how to fix that? 



  • 2.  RE: EX 2300 native vlan

    Posted 04-05-2019 05:20

    I have added native-vlan-id 70; into interface config:

     

    native-vlan-id 70;
    unit 0 {
    family ethernet-switching {
    interface-mode trunk;
    vlan {
    members [ 1-3 5 10 20-25 40 50 60 80 90-91 93 95-96 98 101-102 115 150 155 170 180 194 ];
    }
    ##
    ## Warning: statement ignored: unsupported platform (ex2300-c-12p)
    ##
    native-vlan-id 70;
    }
    }

     

    but it still does not work 



  • 3.  RE: EX 2300 native vlan

    Posted 04-05-2019 05:30
    Remove native vlan command from unit 0 level. Please refer this kb for more details: https://kb.juniper.net/InfoCenter/index?page=content&id=KB32289&pmv=print&actp=RSS&searchid=&type=currentpaging



  • 4.  RE: EX 2300 native vlan
    Best Answer

    Posted 04-05-2019 05:33
    And add vlan 70 in member list



  • 5.  RE: EX 2300 native vlan

    Posted 04-05-2019 05:51

    ohhhh man so confusing ...... darn it in 2200 a way different, why Juniper make that hard?

     

    Anyway - its working now and thank you so much !!!!!!!!!!



  • 6.  RE: EX 2300 native vlan

    Posted 04-05-2019 05:55

    how can I paste this config in simply way besides modify it manually?

     

    description "V70 Trunk";
    native-vlan-id 70;
    unit 0 {
    family ethernet-switching {
    interface-mode trunk;
    vlan {
    members [ 1-3 5 10 20-25 40 50 60 70 80 90-91 93 95-96 98 101-102 115 150 155 170 180 194 ];
    }
    }
    }

     

     



  • 7.  RE: EX 2300 native vlan

    Posted 04-05-2019 06:06
    You may use 'load merge terminal' command. Use 'relative' option if you want to edit from interface level. https://www.juniper.net/documentation/en_US/release-independent/topics/task/configuration/ex-series-configuration-uploading-cli.html