cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
20886
Views
0
Helpful
4
Replies

Cannot ping VLAN interface IP

JackVince1719
Level 1
Level 1

Hi,

This is going to be a beginner level question, however I cannot seem to find the answer anywhere.

I have the following (relevant) configuration/status:

 

interface FastEthernet0

switchport access vlan 10

no ip address

FastEthernet0 is up, line protocol is up

 

interface vlan10

ip address 10.0.0.10 255.255.255.0

vlan10 is up, line protocol is up

 

Very simply, my laptop (10.0.0.3 255.255.255.0) is connected directly to fastethernet0, however I cannot ping the vlan10 interface (10.0.0.10). What am I doing wrong?

 

Thanks,

 

Jack

1 Accepted Solution

Accepted Solutions

Jack

 

I agree that we need more information to help us determine what is the issue here.

- what device are you connected to?

- does your PC indicate that it has link?

- would you post the output of arp -a (assuming that this is a windows pc or the equivalent command to display the arp table of your pc)

- on the device you are connected to would you post the output of show arp?

- on the device you are connected to would you post the output of show interface status

-  on the device you are connected to would you post the output of show vlan

 

HTH

 

Rick

HTH

Rick

View solution in original post

4 Replies 4

Martin L
VIP
VIP

 

add switchport mode access   in case switch does not converted. and are  u sure u want to use FastEthernet 0 ? it is management port on new brand of switches, which u can configure with ip address.   so, it may not be reachable to go via interface  vlan 10. 

if u want to use interface vla n10, u should use one of many fastethernet 0/x ports  

 

also, check Firewall on PC

 

what switch is this ?

 

Jack

 

I agree that we need more information to help us determine what is the issue here.

- what device are you connected to?

- does your PC indicate that it has link?

- would you post the output of arp -a (assuming that this is a windows pc or the equivalent command to display the arp table of your pc)

- on the device you are connected to would you post the output of show arp?

- on the device you are connected to would you post the output of show interface status

-  on the device you are connected to would you post the output of show vlan

 

HTH

 

Rick

HTH

Rick

Hi guys,

 

Thanks for your responses, I am actually using a Stratix 5900.

 

By following your steps, specifically the arp steps I have realised the issue. It appears that there is already an arp entry in the switch for the ip assigned to my PC assigned to the vlan which I just could not see (my next step will be to remove it). Long story short I am using secondary IPs on the vlan interfaces. I changed my PC IP and it worked (should have tried that earlier)...

 

Thanks for your help!

 

Jack

Jack

 

It is good to know that you have found the problem and that our suggestions pointed you in the right direction. Thank you for marking this question as solved. This will help other participants in the community to identify discussions which have helpful information. This community is an excellent place to ask questions and to learn about networking.

 

HTH

 

Rick

HTH

Rick