Switching

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.  EX-2300 config problem - new deploy

    Posted 08-25-2016 10:06

    I used the ezsetup for this first EX2300 switch we are deploying, very simple setup, we use all default stuff.

    This ezsetup worked great on the EX2200 switches, but now when I deployeed this EX2300, we could not get to the switch management of 10.100.37.10

     

    The switch work at the site, we could ping scan and see all the end-points, except the switch.

    Any idea why we could not get to the management port on the default vlan.?

     

    set version 15.1X53-D50.2
    set system host-name _GA
    set system auto-snapshot
    set system root-authentication encrypted-password "SECRET"
    set system name-server 10.10.10.10
    set system name-server 10.20.10.10
    set system login user admin uid 2000
    set system login user admin class super-user
    set system login user admin authentication encrypted-password "SECRET"
    set system services ssh protocol-version v2
    set system services telnet
    set system services netconf ssh
    set system services web-management http
    set system syslog user * any emergency
    set system syslog file messages any notice
    set system syslog file messages authorization info
    set system syslog file interactive-commands interactive-commands any
    set system processes dhcp-service traceoptions file dhcp_logfile
    set system processes dhcp-service traceoptions file size 10m
    set system processes dhcp-service traceoptions level all
    set system processes dhcp-service traceoptions flag all
    set chassis alarm management-ethernet link-down ignore
    set interfaces ge-0/0/0 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/1 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/2 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/3 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/4 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/5 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/6 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/7 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/8 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/9 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/10 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/11 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/12 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/13 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/14 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/15 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/16 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/17 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/18 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/19 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/20 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/21 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/22 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/0/23 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/1/0 unit 0 family ethernet-switching storm-control default
    set interfaces xe-0/1/0 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/1/1 unit 0 family ethernet-switching storm-control default
    set interfaces xe-0/1/1 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/1/2 unit 0 family ethernet-switching storm-control default
    set interfaces xe-0/1/2 unit 0 family ethernet-switching storm-control default
    set interfaces ge-0/1/3 unit 0 family ethernet-switching storm-control default
    set interfaces xe-0/1/3 unit 0 family ethernet-switching storm-control default
    set interfaces irb unit 0 family inet dhcp vendor-id Juniper-ex2300-24t
    set interfaces vlan unit 0 family inet address 10.100.37.10/24
    set forwarding-options storm-control-profiles default all
    set routing-options static route 0.0.0.0/0 next-hop 10.100.37.1
    set protocols lldp interface all
    set protocols lldp-med interface all
    


  • 2.  RE: EX-2300 config problem - new deploy
    Best Answer

    Posted 08-25-2016 15:03

    It looks like the config generated both an irb and a vlan interface usually we have one or the other.  And the vlan interface with the ip address does not have the command to create the layer3 portion.

     

    set interfaces irb unit 0 family inet dhcp vendor-id Juniper-ex2300-24t
    set interfaces vlan unit 0 family inet address 10.100.37.10/24

    I am not positive, but I think these newer chains of Junos require the new layer 2 configs so would use the irb and not the vlan interface.  So I think you delete the vlan.0 and add the ip addres to the irb.0 if that is the case.