05-16-2020 11:09 AM
Hello,
I am using a Cisco SG250-26 switch and I have 2 VLANs on the switch. VLAN 1 and VLAN 3. VLAN 1 interface is 10.0.0.253/24 and VLAN 3 interface is 10.0.78.2/24. I have a host that has an IP address of 10.0.78.45/24. The problem I am having is that I am not able to ping the VLAN interface IP even if I assign the default gateway to 10.0.78.2. The Port that the host is connected to is assigned to VLAN 3. Now I have a Palo Alto firewall that has an IP address of 10.0.78.1/24 connected to a port on the same switch that is assigned to VLAN 3 and I am able to ping the VLAN interface on the switch with no errors.
I can't for the life of me figure out why this is not working. Has anyone ever run into the same issue?
Please help
Greg
05-16-2020 11:30 AM
Just an update to this. I am seeing arp from the host on the switch when I ping the VLAN interface.
05-16-2020 11:47 AM - edited 05-16-2020 11:50 AM
Hello,
Just a quick recap of the situation.
There are 3 devices on VLAN 3:
Theses flows are properly working:
Could you please perform the following checks (in order):
05-16-2020 12:26 PM
Jela,
Please see my answers highlited below
Could you please perform the following checks (in order):
05-16-2020 01:00 PM
It seems that there is a connectivity issue on host side.
Can you provide an ouput of the switch configuration and highligh the port connected to the host.
05-16-2020 01:12 PM
Jela
To get you that info I need to get SSH configured and I am not able to. Unfortunately this switch is at a remote location with no ability to get console access.
05-16-2020 04:05 PM
Jela,
I was able to get the running config. I have pasted it here.
config-file-header
switch4c717e
v2.5.0.83 / RTESLA2.5_930_364_091
CLI v1.0
file SSD indicator excluded
@
!
unit-type-control-start
unit-type unit 1 network gi uplink none
unit-type-control-end
!
vlan database
vlan 2-3
exit
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
bonjour interface range vlan 1
hostname switch4c717e
username gforster-tech password encrypted b2e4ec7ed4fb3ba6e4d7b8aa15e3f61cd7ed0059 privilege 15
ip ssh-client source-interface vlan 1
ip ssh password-auth
ip ssh-client username gforster-tech
!
ip ssh-client server authentication
!
interface vlan 1
ip address 10.0.0.253 255.255.255.0
no ip address dhcp
!
interface vlan 2
name Int_Server
!
interface vlan 3
name DMZ
ip address 10.0.78.2 255.255.255.0
!
interface GigabitEthernet22
switchport access vlan 3
!
interface GigabitEthernet23
switchport access vlan 3
!
interface GigabitEthernet24
switchport access vlan 3
!
exit
macro auto processing type host enabled
macro auto processing type ip_phone disabled
macro auto processing type ip_phone_desktop disabled
macro auto processing type ap disabled
ip default-gateway 10.0.0.2
05-17-2020 01:19 AM
Thank you for the update.
I don't see anything strange in the configuration (I was looking for protocols like arp inspection that could have explained such behavior), I've also checkes the release notes looking for issue on 2.5.0.83 without success.
As behavior seems conform on SW (it is able to display MAC address of the host) and FW (it is able to ping switch), I suggest you have a closer look on the host side:
Is it also possible to isolate a physical issue by:
+
05-17-2020 07:12 AM
Jela,
Please see the answers highlited below.
Is it also possible to isolate a physical issue by:
05-17-2020 10:22 AM
Hello
You need to make sure IP ROUTING is enable on the switch to allow inter-vlan communication
05-17-2020 12:54 PM
Paul,
IP Routing is enabled on the switch. I have verified that numerous times as well.
05-17-2020 10:40 AM
If this machine is virtual and other virtual devices has the same issue, I also suggest the following:
05-17-2020 12:53 PM
Jela,
Please see the answers below in red
P.S. I have no way of getting wireshark in the VM at this time because the VM does not have internet access, due to the fact that it can't reach VLAN 3 on the switch.
05-17-2020 12:38 PM
I am interested in the statement of the original poster that they are seeing ARP. If ARP is successful it demonstrates layer 2 connectivity. Would the original poster check the client and tell us if the client has an arp entry for the vlan interface? And check whether the switch has an entry for the client?
05-17-2020 01:31 PM
Richard,
I was asked this question yesterday by Jela. No I am not seeing ARP from the switch on the client. When I run the command arp -a on the client VM it only shows local arp.
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