03-17-2022 01:08 PM
I cannot ping any of the other vlans except native vlan
i will paste show run at end
here is topology and output
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
\
Only way I get it to work is to make G0/0 into access port - in this case it is pinging vlan 30 address
when I add an unmanaged switch in between managed switch and PC I maintain same
problem
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
Solved! Go to Solution.
03-17-2022 05:50 PM
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 **
03-17-2022 05:31 PM
try adding below command :
ip routing ( and testi)
still not working, tell us what IP you trying to ping from what source IP ?
03-17-2022 05:50 PM
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 **
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