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.  Issue in pinging remote host in EX2200

    Posted 12-30-2015 15:32

    Hi,

     

    Need help...

     

    I have installed a new EX2200 switch & done a basic ip setting on the switch towards SRX550 with below configuration, however I am able to see the remote arp but not able to ping the remote IP. Similar is the issue when I try to ping from SRX towards EX2200.

     

    root# run show configuration | display set
    set version 12.3R6.6
    set system root-authentication encrypted-password "$1$HHQE4bR9$lgUZCE2qDXh9NnDgPhqc./"
    set system services ssh protocol-version v2
    set system services telnet
    set system services netconf ssh
    set system services web-management http
    set chassis auto-image-upgrade
    set interfaces ge-0/1/1 unit 0 description SRX-UPLINK
    set interfaces ge-0/1/1 unit 0 family inet address 172.16.200.2/30
    set interfaces vlan unit 0 family inet
    set routing-options static route 0.0.0.0/0 next-hop 172.16.200.1
    set vlans default l3-interface vlan.0

     

    Regards

     

    Munish Saini

     

     



  • 2.  RE: Issue in pinging remote host in EX2200
    Best Answer

     
    Posted 12-30-2015 16:40

    I highly suspect you issue is on SRX side.  SRX is a Firewall.  I assume ping response being dropped at SRX.  Suggest you look at SRX config.



  • 3.  RE: Issue in pinging remote host in EX2200

    Posted 12-30-2015 21:08
    SRX side of the config is also just simple set interfaces ge-3/0/3 speed 1g set interfaces ge-3/0/3 link-mode full-duplex set interfaces ge-3/0/3 gigether-options auto-negotiation set interfaces ge-3/0/3 unit 0 description EX2200-UPLINK set interfaces ge-3/0/3 unit 0 family inet address 172.16.200.1/30 Regards Munish Saini


  • 4.  RE: Issue in pinging remote host in EX2200

    Posted 12-30-2015 21:30

    Thanks for isolating it, as I was investing time in EX for searching command similar to "enable routing"

     

    Got this fixed by adding the interface in security zone & allowing system services ping.

     

    Regards

     

    Munish Saini