cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
703
Views
0
Helpful
2
Replies

cant ping VPCS to a directly connected switch, except native vlan1

hfakoor222
Spotlight
Spotlight

I cannot ping any of the other vlans except native vlan

i will paste show run at end

here is topology and output

Pic1.png

I cannot ping any other vlan ~ I've made g0/0 into a trunk, as I'm trying to practice trunking and cannot seem to solve this basic thing as to why I can only ping vlan1 in this scenario

\

 

 

Pic1.png

 

 

 

 

Pic1.png

 

 

Only way I get it to work is to make G0/0 into access port - in this case it is pinging vlan 30 address

Pic1.png

 

 

when I add an unmanaged switch in between managed switch and PC I maintain same

 

Pic1.pngproblem

 

 

 

 

 

Switch>enable
Switch#sh run
Building configuration...

Current configuration : 3925 bytes
!
! Last configuration change at 19:49:08 UTC Thu Mar 17 2022
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname Switch
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!

!
ip cef
no ipv6 cef
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!

!
interface GigabitEthernet0/0
switchport access vlan 30
switchport trunk encapsulation dot1q
switchport mode access
media-type rj45
negotiation auto
!
interface GigabitEthernet0/1
switchport access vlan 10
switchport trunk encapsulation dot1q
switchport mode trunk
media-type rj45
negotiation auto
!

!
interface Vlan1
ip address 10.4.4.1 255.255.255.0
!
interface Vlan10
ip address 10.3.3.2 255.255.255.0
!
interface Vlan20
no ip address
!
interface Vlan30
ip address 10.2.2.1 255.255.255.0
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!

 

 

 

 

 

I am attempting to do some inter vlan rout

 

1 Accepted Solution

Accepted Solutions

Martin L
VIP
VIP

 

this could be limitation of VPCs; Usually I use this VPC connect to access port on switch; not trunking port; Normally only servers would connect to trunk directly; your home PC may work if your NIC supports 802.1Q tagging (most new NICs do)

So, with trunking and can only ping vlan1 - this would mean that VPCs does not support trunk interface;

It works fine with access port - then use access port between PC and switch; then trunking ports between switch - switch; if you want/need practice trunking, it should be done with switches anyway.

 

Regards, ML
**Please Rate All Helpful Responses **

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

try adding below command :

 

ip routing  ( and testi)

 

still not working, tell us what IP you trying to ping from what source IP ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Martin L
VIP
VIP

 

this could be limitation of VPCs; Usually I use this VPC connect to access port on switch; not trunking port; Normally only servers would connect to trunk directly; your home PC may work if your NIC supports 802.1Q tagging (most new NICs do)

So, with trunking and can only ping vlan1 - this would mean that VPCs does not support trunk interface;

It works fine with access port - then use access port between PC and switch; then trunking ports between switch - switch; if you want/need practice trunking, it should be done with switches anyway.

 

Regards, ML
**Please Rate All Helpful Responses **

Review Cisco Networking for a $25 gift card