06-17-2023 01:38 PM - edited 06-17-2023 01:58 PM
Can anyone explain to me, why I cant ping VLAN412 from HostA ?
SwitchA#show run
Building configuration...
interface Ethernet0/0
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet3/3
switchport access vlan 400
switchport mode access
switchport port-security maximum 2
macro description cisco-phone
spanning-tree portfast edge
spanning-tree bpduguard enable
!
interface Vlan1
no ip address
!
interface Vlan400
description LegacyData
ip address 10.10.1.100 255.255.0.0
ip pim dense-mode
interface Vlan911
description MGMT.Network
ip address 10.12.254.254 255.255.255.0
ip pim dense-mode
!
!
router eigrp 200
network 10.10.0.0 0.0.255.255
network 10.12.0.0 0.0.255.255
passive-interface default
no passive-interface Vlan911
!
SwitchA#
SwitchB#show run
Building configuration...
!
interface Ethernet0/0
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet3/3
switchport access vlan 400
switchport mode access
switchport port-security maximum 2
macro description cisco-phone
spanning-tree portfast edge
spanning-tree bpduguard enable
!
interface Vlan412
description Data_RRU31
ip address 10.12.171.1 255.255.255.0
!
interface Vlan911
description MGMT.Network
ip address 10.12.254.250 255.255.255.0
ip pim dense-mode
ip summary-address eigrp 200 10.12.0.0 255.255.0.0
!
!
router eigrp 200
network 10.12.0.0 0.0.255.255
passive-interface default
no passive-interface Vlan911
eigrp stub connected summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 10.12.254.254 50
!
SwitchB#
From HostA
Solved! Go to Solution.
06-18-2023 11:49 PM
NSK is nexus
And you are correct gns3 l3sw have some issue in inter-vlan
Your config is correct.
MHM
06-17-2023 01:43 PM - edited 06-17-2023 02:09 PM
In SW-b
Show vlan do you see the vlan ?
If not you need to add it by
Vlan x
06-17-2023 02:03 PM
06-17-2023 02:10 PM - edited 06-17-2023 02:19 PM
sorry you already have EIGRP between two SW no need static route
06-17-2023 02:16 PM
Still no ping
06-17-2023 02:19 PM
eigrp stub connected summary
remove this and check
06-17-2023 02:22 PM
did not help
06-17-2023 02:28 PM
Do traceroute see where traffic stop in SW a or SW b
Share here
06-17-2023 02:35 PM
I review the show vlan you share
VLAN911 is not appear in SW-B ??
if it not appear
add vlan via
vlan 911
and check
06-17-2023 02:47 PM
All the L2 vlans are there, I just did not post whole cfg.
06-17-2023 02:54 PM - edited 06-17-2023 02:56 PM
In SW-B trace 10.10.1.174
show ip int brief <<- in both SW
06-17-2023 02:56 PM
06-17-2023 03:09 PM
show ip int brief <<- in both SW
If all svi of all vlan up'
Last resort is
Instead of transit vlan911' use router port between two switch.
Router port conifg by
Interface x/x
No switchport
Ip add < use same subnet of vlan911>
Keep other config as it
And check ping.
06-18-2023 03:24 AM
Did you check show ip inter brief?
Did you try use router port ?
06-17-2023 07:34 PM
Hi
show ip route on Switch A , are you receiving 10.12.171.0 network ?
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: