Switching

 View Only
last person joined: 2 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.  Change Vlan Name

    Posted 02-23-2009 22:22
    How to Change VLan name on Ex3200 Switch without deleting existing VLan and is there any way to put multilpe ports in VLan through single command like giving range or somthing ?
    Message Edited by Naveed-Shahzad on 02-23-2009 11:31 PM


  • 2.  RE: Change Vlan Name

    Posted 02-24-2009 01:34

    Hello,

     

    To rename a VLAN you can simply use the JUNOS 'rename' command:

     

    [edit vlans]

     rename old-vlan to new-vlan

     

    At this time, there is no range command for interfaces so you must add them to a VLAN one by one. This feature will possibly (probably?) be added in the future and this is indeed frustrating when configuring via cli - a "workaround" is to configure using the web interface.

     

    Regards,

    /david 



  • 3.  RE: Change Vlan Name

    Posted 02-24-2009 03:03
    I did this before but i get error message , some interfaces are the part of VLan or used by (something like this if i m not wrong).


  • 4.  RE: Change Vlan Name

    Posted 02-24-2009 03:08

    You could also try a command similar to this:

     

    lab@junction# replace pattern vlanx with vlany

     

     

     



  • 5.  RE: Change Vlan Name

    Posted 02-24-2009 03:26

    Hi Naveed,

     

    I tried this in JUNOS 9.3 and it worked for me (with an active interface associated with the VLAN in question) - so it looks like it might be a bug in your version.

    Could you try maybe to 'deactivate' the VLAN first, commit, then rename (and commit) ?

     

    Regards,

    /david