HPE Aruba Networking & ProVision-based
1823369 Members
2584 Online
109654 Solutions
New Discussion

PING from switch not from pc connected / Trunk LACP configuration

 
tkw
Occasional Contributor

PING from switch not from pc connected / Trunk LACP configuration

Hello,

 

 i have a problem with two switch:

Switch A: ProCurve J8773A Switch 4208vl
SwitchB:  ProCurve J9280A Switch 2510G-48

config Switch A:

LOCALSW6FLTEL# write terminal
; J8773A Configuration Editor; Created on release #L.11.40

hostname "LOCALSW6FLTEL"
snmp-server location "6th floor Telecom Rack"
module 2 type J8768A
module 3 type J8768A
module 1 type J8768A
module 4 type J8768A
module 5 type J8768A
module 6 type J8768A
module 8 type J8768A
trunk C1,D1 Trk1 LACP
trunk C2,D2 Trk2 LACP
trunk C3,D3 Trk3 LACP
trunk C4,D4 Trk4 LACP
trunk C6,D6 Trk6 LACP
trunk C5,D5 Trk5 LACP
ip default-gateway 192.168.10.30
snmp-server community "public" Unrestricted
snmp-server host 192.168.10.29 "public"
vlan 1
   name "DEFAULT_VLAN"
   untagged A1-A24,B1-B24,C7-C24,D7-D24,E1-E24,F1-F24,H1-H24,Trk1-Trk6
   ip address 192.168.10.140 255.255.254.0
   exit
stack transmission-interval 1
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree Trk3 priority 4
spanning-tree Trk4 priority 4
spanning-tree Trk5 priority 4
spanning-tree Trk6 priority 4
password manager

 SwitchB:

LOCALSWGroundFL# write terminal
; J9280A Configuration Editor; Created on release #Y.11.44

hostname "LOCALSWGroundFL"
snmp-server location "ground floor"
trunk 47-48 Trk5 LACP
ip default-gateway 192.168.10.30
snmp-server community "public" Unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged 1-46,Trk5
   ip address 192.168.10.123 255.255.254.0
   exit
no stack
spanning-tree Trk5 priority 4
password manager

 

from switchB: i can ping a dns server connected on the switch A

from a pc connected to switch B: i can't ping this dns server

ping lost 75%!!!

 

i test without the trunck and have the same problem

 

can you help us?

regards

 

 

P.S. This thread has been moved from Switches, Hubs, Modems (Legacy ITRC forum)  to ProCurve / ProVision-Based. -HP Forum Moderator

2 REPLIES 2
EckerA
Respected Contributor

Re: PING from switch not from pc connected / Trunk LACP configuration

Hi,

 

first of all i would enable spanning-tree

 

conf t

spanning-tree

wr mem

 

 

try "show cpu" during the ping from the pc

 

hth

Alex

Chrisd131313
Trusted Contributor

Re: PING from switch not from pc connected / Trunk LACP configuration

Hi tkw,

 

If you can get a response from the DNS server when pinging it from SwitchB, it sounds like you either don't have the PC connected to SwitchB configured correctly or the port it is connected to is not functioning correctly. You switch configs are correct. SO make sure the PC port is untaged on VLAN1 and that the port's status is UP.

 

Can you get a ping response from SwitchB if you ping it from the PC? If that works, can you then get a response from SwitchA?

-----------------------------------------------------

Don't forget to mark a post resolved if your question was answered.