cancel
Showing results for 
Search instead for 
Did you mean: 

can't ping from core switch any vlan ip add!

can't ping from core switch any vlan ip add!

CEFLOU
New Contributor II
Hi all,

so, i configure my core switch (stack of 2 X670V) with different vlan interf ip adresses.
all my configuration is on the vrf-default.

i'm trying to ping in my core switch his interface but i have response "Packet transmit error; Destination unreachable"

there is my config!

create vlan VLAN2
config vlan VLAN2 tag 2
config vlan VLAN2 add ports 1:1-4 tagged
config vlan VLAN2 ipaddress 10.254.1.254/24
enable ipforwarding VLAN2
create vlan VLAN3
config vlan VLAN3 tag 3
config vlan VLAN3 add ports 1:1-4 tagged
config vlan VLAN3 ipaddress 10.254.3.254/23
enable ipforwarding VLAN3
create vlan VLAN6
config vlan VLAN6 tag 6
config vlan VLAN6 add ports 1:2-4 tagged
config vlan VLAN6 ipaddress 10.170.1.250/22
enable ipforwarding VLAN6

############### the result of my ping on vlan management ############

* Slot-1 PAR1SWT0030.32 # ping 10.254.3.254
Ping(ICMP) 10.254.3.254: 4 packets, 8 data bytes, interval 1 second(s).
Packet transmit error; Destination unreachable
Packet transmit error; Destination unreachable
Packet transmit error; Destination unreachable
Packet transmit error; Destination unreachable

--- 10.254.3.254 ping statistics ---
0 packets transmitted, 0 packets received, 0% loss
round-trip min/avg/max = 0/0/0 ms

###############################################################

I Need your help please, so i'm blocked for continuing my config

14 REPLIES 14

BrandonC
Extreme Employee
Hi CEFLOU,

"Destination unreachable" means that the source does not have a route to the destination address. Does the switch you are pinging from have a route to the 10.254.3.254/23 subnet?

Ravisekar__Raja
Extreme Employee
Hello CEFLOU,

Whether the vlan is up??, I mean whether the vlan assigned ports are up??

Can you share the output of show vlan??

Regards
Rajamanickam

thanks RAVISEKAR,

it seems ok now.

CEFLOU
New Contributor II
so, i'm not familar witch EXTREME too, i havn't ACL!

i try to ping the core from itself, but i have the same error.

so, why i enable vlan interface? it's not look like othe constructor, i think that i juste create the interface witch his ip add!

john16
New Contributor
Not familiar with the Extreme side business might you have to enable the VLAN interface? Can you ping the vlan interface from the core itself? If not then the interface is likely down. Are you routing to the edge? Also have you checked your ACLs?
GTM-P2G8KFN