02-13-2019 08:53 PM - edited 03-08-2019 05:20 PM
I try to create communicate between 2 different switch model 4500 and 3750
I can ping vlan in switch 3750 from host in swith 4500
but I cannot ping host in swith 4500 to host inn switch 3750
attached configuration
02-13-2019 09:04 PM
02-13-2019 10:57 PM
02-14-2019 02:41 AM
Hi,
on 3750 switches no need to configure SVI, if you configured SVI for remote accessthan update host gateway connected hosts on 3750 to 10.40.10.100 and don't forget to configure the "ip default-gateway 10.40.10.100 "
BR
Tayyab
02-14-2019 01:08 PM
From vlan 30, sure you can ping 3750 vlan 10 interface because your 4500 has an IP into vlan 10 and knows how to reach 10.40.10.150.
The invert isn't true because when hosts try to reach vlan 30 hosts, they arrive on your 3750 svi and this switch has no clue how to reach vlan 30. What you can do very easily is to add a static route on your 3750 to allow hosts to talk to each others.
The static route on 3750 switch should looks like:
ip route 192.168.30.0 255.255.255.0 10.40.10.100
Can you test and let us know please?
02-24-2019 10:50 PM
02-25-2019 12:28 PM
03-03-2019 07:59 PM
From the 3750 switch itself, can you ping 4500 IP 192.168.30.100 ? yes I can ping
Can you make sure ip routing is enabled on your 3750? yes its enable
PC1------------Switch 3750---------(interface trunk 1/0/8 )Switch 4500---PC1
Switch 4500:
vlan10
ip address 10.40.10.150
vlan20
ip address 192.168.30.100
vlan 30
ip address 192.168.1.100
Switch 3750:
vlan10
ip address 10.40.10.100
now at least I want users in Switch 3750 (vlan10) ping users in Switch 4500 (any vlan).
03-03-2019 11:53 PM - edited 03-03-2019 11:56 PM
Hello
3750
ip routing DISABLED
trunk to 4500 (allow all vlans)
l2 vlans are populated in bro database
4500
io routing ENABLED
trunk to 3750 (allow all vlans)
L2 vlans are populated in fro databae
host pc
disable any software Fw on pc just make sure icmo isn’t be restricted
has deafult gateway of L3 svi to which vlan it is assigned to
03-04-2019 06:40 AM
Hi,
will you please change the DG of your hosts in Vlan10 to 10.40.10.100, ie. int Vlan10 address at switch4500 instead of 10.40.10.150. If your trunk between both swithes is set up correctly this should get the required result.
Best regards,
Antonin
02-14-2019 05:33 AM
Please share the diagram and where is the host.
I could see an interface under VRF
interface FastEthernet1
ip vrf forwarding mgmtVrf
ip address 192.168.1.1 255.255.255.0
speed auto
duplex auto
Normally we cannot reach an IP inside interface from outside untill the interface under VRF is directly connected to other switch.
PC2-----------InterfaceVRF-Switch A---------Switch B---PC1
|
|
|
|
PC3
In this case PC1 cannot ping PC2, however, PC1 can ping PC3.
03-24-2019 03:40 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide