cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
667
Views
4
Helpful
7
Replies

Switch can't comunicate with server

kacperzyb
Level 1
Level 1

Hi,
I'm experiencing an issue with communication between my TFTP server and switches. Routers and PCs can ping the server, but switches cannot. So, my question is: can the server block ICMP from the switch, and if so, how can I fix this?
This is how my network looks

usun.PNG

Switch2 works on VLAN1 and network address is 160.0.0.0/26
TFTP ip is 160.160.0.5
This is my first post here, and I'm still learning, so please be patient. I apologize for any mistakes in advance. Thank you!

1 Accepted Solution

Accepted Solutions

OK @kacperzyb 

As concerned Switch1, which vlan is hosted ?

Supposing that gateway of pc 0 and 1 is hosted on Router0, add interface vlan X on the switch and add ip default-gateway a.b.c.d, with a.b.c.d the Gateway on Router0.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

7 Replies 7

M02@rt37
VIP
VIP

Hello @kacperzyb 

Switch2 have got an ip address on vlan 1 ? Under an interface vlan 1 ?

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

It may not. How to check it?

 

show ip interface brief is the best way to check it. also the output of the command show arp would be helpful.

HTH

Rick

@kacperzyb 

Basicly do #sh run command and check at the end if you have interface vlan 1 configured or not.

Or do #sh ip interface brief command in order to list L3 interfaces.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

SwitchDolny#sh ip interface brief

Interface IP-Address OK? Method Status Protocol

FastEthernet0/1 unassigned YES manual up up

FastEthernet0/2 unassigned YES manual up up

FastEthernet0/3 unassigned YES manual up up

FastEthernet0/4 unassigned YES manual up up

FastEthernet0/5 unassigned YES manual down down

FastEthernet0/6 unassigned YES manual down down

FastEthernet0/7 unassigned YES manual down down

FastEthernet0/8 unassigned YES manual down down

FastEthernet0/9 unassigned YES manual down down

FastEthernet0/10 unassigned YES manual down down

FastEthernet0/11 unassigned YES manual down down

FastEthernet0/12 unassigned YES manual down down

FastEthernet0/13 unassigned YES manual down down

FastEthernet0/14 unassigned YES manual down down

FastEthernet0/15 unassigned YES manual down down

FastEthernet0/16 unassigned YES manual down down

FastEthernet0/17 unassigned YES manual down down

FastEthernet0/18 unassigned YES manual down down

FastEthernet0/19 unassigned YES manual down down

FastEthernet0/20 unassigned YES manual down down

FastEthernet0/21 unassigned YES manual down down

FastEthernet0/22 unassigned YES manual down down

FastEthernet0/23 unassigned YES manual down down

FastEthernet0/24 unassigned YES manual down down

GigabitEthernet0/1 unassigned YES manual up up

GigabitEthernet0/2 unassigned YES manual down down

Vlan1 160.160.0.6 YES manual up up

 

SwitchDolny#show arp

Protocol Address Age (min) Hardware Addr Type Interface

Internet 160.160.0.5 0 00E0.8F21.93EA ARPA Vlan1

Internet 160.160.0.6 - 0002.169C.3B65 ARPA Vlan1

So it didn't have the address, now after assigning it, pings from switch2 are coming, but they are not from switch1.

I am somewhat confused. In the original post it sounded like no switch was able to communicate with the tftp server. But then there was a comment that switch2 was able. 

This most recent post, with the output that we requested, does seem to show that there is connectivity. It appears to be output from switch2 and confirms that switch 2 is working. It indicates that switch1 is not working. So now we need information from switch1. Output of show ip interface brief would be important. Also indication of whether switch1 has a default gateway configured would be important. You might get that using the command show run | include default or you might get it from the output of show ip route.

HTH

Rick

OK @kacperzyb 

As concerned Switch1, which vlan is hosted ?

Supposing that gateway of pc 0 and 1 is hosted on Router0, add interface vlan X on the switch and add ip default-gateway a.b.c.d, with a.b.c.d the Gateway on Router0.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
Review Cisco Networking for a $25 gift card