12-22-2017 09:02 AM - edited 03-08-2019 01:12 PM
Hello,
I have 2 switches that they are connected directly. both have the same vlan 20 for access. I created a new vlan 100 this is a mgmt vlan, on both devices and create a SVI. On the interface that connects this 2 devices I added the vlan 100. so I have vlan 20, 100 between them, but when I ping between this 2 devices I dont get any answer.
Thanks in advance.
Solved! Go to Solution.
12-23-2017 04:11 AM
Hello
Just to clarify -
Both switches example
int vlan 100
ip address 100.100.100.x 255.255.252
vlan 20,100
exit
Int x/x
description PC
siwtchport host
switchport access vlan 20
int xx
description TRUNK to swX
switchport trunk enc dot1q
switchport mode trunk
res
Paul
12-22-2017 09:28 AM
@opnineopnine wrote:
Hello,
I have 2 switches that they are connected directly. both have the same vlan 20 for access. I created a new vlan 100 this is a mgmt vlan, on both devices and create a SVI. On the interface that connects this 2 devices I added the vlan 100. so I have vlan 20, 100 between them, but when I ping between this 2 devices I dont get any answer.
Thanks in advance.
You can check the following.
Both devices have vlan 100 created.
Both have an IP address assigned to their vlan 100 interface
Both devices are set for trunk ports on the interface that connects them and allow vlan 100
If all this is true you should be able to ping one switch from the other on vlan 100. If it is true and you are still unable to ping between them try specifying the source for the ping command.
ping <IP address> source vlan 100
12-22-2017 10:13 AM
Hello
I was not working , what I did was "switchport trunk encapsulation dot1q"
Thanks !!
12-23-2017 04:11 AM
Hello
Just to clarify -
Both switches example
int vlan 100
ip address 100.100.100.x 255.255.252
vlan 20,100
exit
Int x/x
description PC
siwtchport host
switchport access vlan 20
int xx
description TRUNK to swX
switchport trunk enc dot1q
switchport mode trunk
res
Paul
12-23-2017 07:03 AM
To help us understand what is going on here please provide the output on both switches to these commands:
show ip interface brief
show interface trunk
HTH
Rick
12-23-2017 03:47 AM - edited 12-23-2017 03:50 AM
Hi
Is the VLAN 100 created on both switches? also you can apply shutdown and no shutdown to the SVI 100, In some cases the new SVI are shutdown.
Hope it is useful
:-)
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