cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1700
Views
3
Helpful
18
Replies

Cannot ping IP on different subnet

uppermost
Level 1
Level 1

Can anyone explain to me, why I cant ping VLAN412 from HostA ?

uppermost_0-1687034333500.png

 

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

uppermost_1-1687033807696.png

 

uppermost_0-1687034221507.png

 

1 Accepted Solution

Accepted Solutions

NSK is nexus

And you are correct gns3 l3sw have some issue in inter-vlan 

Your config is correct.

MHM

View solution in original post

18 Replies 18

In SW-b

Show vlan do you see the vlan ? 

If not you need to add it by 

Vlan x 

uppermost_0-1687035770819.png

 

sorry you already  have EIGRP between two SW no need static route 

Still no ping

 

uppermost_1-1687036573413.png

 

uppermost_0-1687036555938.png

 

eigrp stub connected summary

remove this and check 

did not help

Do traceroute see where traffic stop in SW a or SW b 

Share here 

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 

uppermost
Level 1
Level 1

All the L2 vlans are there, I just did not post whole cfg.

uppermost_0-1687038372149.png

uppermost_1-1687038383680.png

uppermost_2-1687038445171.png

 

In SW-B trace 10.10.1.174 

show ip int brief <<- in both SW 

 

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.

Did you check show ip inter brief?

Did you try use router port ?

Hi

 show ip route on Switch A , are you receiving 10.12.171.0 network ?

Review Cisco Networking for a $25 gift card