12-11-2012 05:16 PM - edited 03-07-2019 10:32 AM
Hi ,
I just wondering about below test condition is working or not.
I've abstracted unnecessary configuration in order to see easily.
A-end
int vlan 10
ip add 1.1.1.1 255.255.255.0/24
!
int gi x/x
switchport
switchport mode trunk dot1q
switchport trunk allowed vlan 10
switchport mode trunk
!
B-end
int vlan 10
ip add 1.1.1.2 255.255.255.0/24
!
int gi x/x
switchport
switchport mode trunk dot1q
switchport mode trunk native vlan 10
switchport trunk allowed vlan 10
switchport mode trunk
!
in this configuration, Ping works from A-end to B-end ? otherwise, we have to syncronize the trunk configuration on both end?
Solved! Go to Solution.
12-11-2012 11:23 PM
Hi,
you'll have to sync the trunk config.
Regards.
Alain
Don't forget to rate helpful posts.
12-11-2012 11:23 PM
Hi,
you'll have to sync the trunk config.
Regards.
Alain
Don't forget to rate helpful posts.
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