Switching

 View Only
last person joined: 3 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  delete Default vlan 1 - show vlans / valn 1 showing up on interfaces using - vlan memebers all

    Posted 07-21-2022 07:51
    Hi Everyone,

    All interfaces using the vlan members all are getting a default vlan 1 along with other vlans 

    set interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members all
    set interfaces ge-0/0/1 unit 0 family ethernet-switching vlan members all



    Output from: > show vlans


    Can someone please let me know how to remove this default vlan 1.

    I did not create this vlan .



    ------------------------------
    SAIRAJ POTTIPOCHALA
    ------------------------------


  • 2.  RE: delete Default vlan 1 - show vlans / valn 1 showing up on interfaces using - vlan memebers all

     
    Posted 07-22-2022 02:53
    You can use simply command "delete vlans default" to delete it
    In case that you want to apply new VLAN on interface, just create new VLAN > apply VLAN to interface > then default VLAN will be deleted on interface by default

    ------------------------------
    Wipawee Paiboonsematus
    ------------------------------



  • 3.  RE: delete Default vlan 1 - show vlans / valn 1 showing up on interfaces using - vlan memebers all

    Posted 07-28-2022 21:47
    Edited by SAIRAJ POTTIPOCHALA 07-28-2022 21:48
    Hi Lomo,

    Please note that I havent created a vlan called default  with a vlan id 1.

    and when I use the command mentioned above this si the error i get

    {master:0}[edit]
    root@acc-05# delete vlans default
    warning: statement not found


    Please not that I have other vlans and as mentiend above the vlan 1 comes in by default.

    This is from the other switch:
    root@acc-05> show vlans

    Routing instance VLAN name Tag Interfaces
    default-switch CCTV  17           ae0.0
    default-switch Servers 18                 ae0.0
                                                                                 ae3.0
    default-switch Corporate-Endpoints 14       ae0.0
    default-switch Corporate-Printers  30        ae0.0
    default-switch default           1                                 ae0.0


    Can someone please help.

    ------------------------------
    SAIRAJ POTTIPOCHALA
    ------------------------------



  • 4.  RE: delete Default vlan 1 - show vlans / valn 1 showing up on interfaces using - vlan memebers all

    Posted 07-29-2022 12:55
    please provide a "show configuration vlans" output in operation mode or "show vlans" output in configuration mode.  Using the "all" keywords means any and all VLANs, so you may have better luck just defining which vlans you do want to trunk.  So in your case "vlan members [ 14 17 18 30]" on the appropriate interfaces.