Hello all,
In general, if we are pinging the switch IP itself then it hits the routing-engine (RE) and takes CPU cycles for the switch to respond. However let me throw out a few options and I’m confident one or the other in these should help everyone
😊1) Please check “show system processes extensive | except 0.00” (for better reading) at the time of testing with ping. Then troubleshoot and do the needful based on your process. For example, a simple config issue I’ve seen is when “jdhcpd” spikes it was due to the following config left on the box:
set interfaces irb unit 0 family inet dhcp vendor-id Juniper-ex2300-48t
set interfaces vme unit 0 family inet dhcp vendor-id Juniper-ex2300-48t
Please don’t tell me this isn’t the problem in your case, it’s just a sample possible thing.
2) For the EX2300, in some cases I’ve seen an incorrect date configured has caused this issue. So please configure current date on the switch using below mentioned CLIcommand.
user@roor> set date YYYYMMDDHHMM.ss
3) Enable "set system no-redirects":
https://www.juniper.net/documentation/en_US/junos/topics/topic-map/icmp.html#id-understanding-the-protocol-redirect-mechanism-on-switches<>
https://www.juniper.net/documentation/en_US/junos/topics/reference/configuration-statement/no-redirects-edit-system.html4) Please try to use one of the recommended JTAC software if not already using it and test again, unless you have a fair reason/recommendation (for example another bug fix) to use another Junos version :
https://kb.juniper.net/InfoCenter/index?page=content&id=KB214765) What is the order of latency you’re seeing? If it’s just 10’s of ms, it could be expected due to low priority given to ICMP traffic to the device itself. Transit traffic latency should be just fine.
https://kb.juniper.net/InfoCenter/index?page=content&id=KB27335@HH, I’m sorry to hear that as JTAC usually ROCKS! Silence is usually a 2-sided affair, so if you feel there’s dead air on a case, ask them to get help and you will see more traction. Just my 2c.
Hope this helps and hope you’ll like the post.
Thanks and Regards,
-r.
--------------------------------------------------
If this solves your problem, please mark this post as "Accepted Solution."
Kudos are always appreciated :).