08-02-2024 01:21 AM
We have sonic wall firewall enabled dot1q with sub interface vlan 1 vlan 2 vlan 3 vlan 21 and vlan 22 on nexus switch we have enabled inter vlan feature and configured interface vlan 1 with ip address 192.168.1.254 and default route point to sonic wall interface ip address 192.168.1.1 when we try ping to 192.168.1.1 getting destination host not reachable and no route found
08-02-2024 01:27 AM
How firewall and the switch connected? Please provide configuration for ports used for connection.
Most likely you need to move ports to switchport mode:
int eth 1/1
switchport
switchport mode trunk
08-02-2024 01:29 AM
Hello @arunkumarunique86
What about hte Cisco Interface's config ? It should be a Trunk mode.
Also you ant to ping a Firewall... ensure that policy allowed this and check also from SonicWall if you see icmp echo-request.
08-02-2024 01:32 AM
our ethernet 1/1 is connected to the pc with ip address 192.168.1.6/24 was able to ping both interface vlan 1 192.168.1.254 and sonic firewall interface ip address 192.168.1.1
08-02-2024 01:38 AM
Check mac address and arp table for correct records.
08-02-2024 01:41 AM
arp comes out incomplete
08-02-2024 01:47 AM
Can switch ping/resolve ARP for any other host in this VLAN?
08-02-2024 01:30 AM
on nexus switch
interface eth1/47
switchport mode trunk
switchport trunk allowed vlan 1-25
exit
interface vlan 1
ip address 192.168.1.254/24
no shut
exit
ip route 0.0.0.0 0.0.0.0 192.168.1.1
end
ping 192.168.1.1
08-02-2024 01:35 AM
i am getting destination host unreachable we ping 192.168.1.1 from switch is there any feature need to be enabled or disabled
08-02-2024 01:39 AM
On Switch, ping 192.168.1.1 source 192.168.1.254 failed ?
08-02-2024 01:42 AM
yes failed also
08-02-2024 01:50 AM
clear ARP table
and retry
08-02-2024 01:51 AM
tried few times still the same
08-02-2024 01:52 AM
i can give you remote access through team viewer tomorrow morning 9:00 am Singapore time
08-02-2024 02:10 AM
anything we are missing out
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