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