10-24-2020 04:57 PM
Hello! I´m new in the communty so if the tittle or the tags are wrong an apoligize and I really appreciate that you can tell me in order to change it
I´m have my sw in production, and everything works fine with the vlans and the traffic the only probIem is that I don´t really know to manage my switches, i already put an ip to my sw but i cannot ping them,i have several extreme swtiches, and this are the models X440-24x-10G, Summit X440-48t, Summit X440-L2-48t.
In the Sw core (x440-24x-10G) i have my vlans with ip, and i have the default vlan with this configuration,
configure vlan Default ipaddress 172.23.10.250 255.255.255.0
enable ipforwarding vlan Default
configure vlan Default add ports 1 tagged
configure vlan Default add ports 2-7,19,21-22 untagged
In my sw X440-48t
configure vlan Default ipaddress 172.23.10.53 255.255.255.0
enable ipforwarding vlan Default
configure vlan Default add ports 47-48 tagged
I see that i don´t tag the port of the conection in my sw Core, the conection in my x440-24x-10G is the port 7, and in the sw w X440-48t is the port 47
Solved! Go to Solution.
10-25-2020 01:16 AM
I did this and yes! now i can ping my sw 🙂
X440-24x-10G.9 # ping 172.23.10.53
Ping(ICMP) 172.23.10.53: 4 packets, 8 data bytes, interval 1 second(s).
16 bytes from 172.23.10.53: icmp_seq=0 ttl=64 time=19 ms
16 bytes from 172.23.10.53: icmp_seq=1 ttl=64 time=12 ms
16 bytes from 172.23.10.53: icmp_seq=2 ttl=64 time=12 ms
16 bytes from 172.23.10.53: icmp_seq=3 ttl=64 time=1.749 ms
--- 172.23.10.53 ping statistics ---
4 packets transmitted, 4 packets received, 0% loss
round-trip min/avg/max = 1/11/19 ms
10-24-2020 05:35 PM
Hi,
The links having the same VLAN tagged on one side and untagged on the other is definitely problematic.
On the 24 port switch can you run the following command and see if you the IP address of the 48 port(.53)
show iparp 172.23.10.53
Thanks,
Chris Thompson
10-24-2020 05:28 PM
Miguel
Thanks for the reply, I´ll do it, but i just have one doubt, shouldn´t the port has to be taggeed? is the trunk port, between this 2 switches..
I´ll give you the results later1
thanks
10-24-2020 05:20 PM
meinguer,
on the X440-48t:
configure vlan Default add ports 47 untagged
enable port 47
ont eh x440-24x-10G:
enable port 7
to check if you see the other mac on the core:
show fdb port 7
Mig