Switching

 View Only
last person joined: 19 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.  show wrong vlan with interface range

    Posted 06-06-2018 01:51

    Hello,

     

    For purpose learning. I created a VLAN named CAMERA-VLAN (id 999) and created a interface-range named  CAMERA-RANGES belong to CAMERA-VLAN


    interface-range CAMERA-RANGES {
    member-range ge-0/0/0 to ge-0/0/4;
    unit 0 {
    family ethernet-switching {
    vlan {
    members CAMERA-VLAN;
    }
    }
    }

     

     

    VLAN 1 : 192.168.10.x/24

    VLAN 999 : IP address belongs ASA zone (IP Addr : 17.126.0.x/16)

     

    Then I plugged the network cable from the asa into the juniper (port 0-4) and PCs worked (have ip address 17.126.0.x ) but 

    when I type "show vlans" command  it shows information as below:

     

    vlans.png

     

    and 

    show ethernet-switching interfaces

     

    vlans_@.png

     

    Can anyone help me explain why interface-range CAMERA-RANGES  is still VLAN 1.

    Thank you.

     

    Sang



  • 2.  RE: show wrong vlan with interface range
    Best Answer

     
    Posted 06-06-2018 02:31

    I suspect that under interface-range you have CAMERA-VLAN but under each of the interfaces you have ID-VLAN1.

    More specific configuration wins.  You will have to delete configuration specific to each interface first.

     

    Regards, Wojtek



  • 3.  RE: show wrong vlan with interface range

     
    Posted 06-06-2018 06:42

    Since the interfaces are shown as untagged in "show ethernet switching interface" output, commit check should have prevented if vlan was configured under both interface range and individual interfaces.




  • 4.  RE: show wrong vlan with interface range

    Posted 06-06-2018 19:34

    Hello Wojtek,

     

    After I deleting interface ge-0/0/0 - 4 and it worked. thank you for your suggest.

     

    @smanju : thank you for your suggest

     

    Regards.

    Sang.

     

     

     



  • 5.  RE: show wrong vlan with interface range

     
    Posted 06-06-2018 06:49

    Hi Sang,

     

    Can you provide the complete configuration.