professorguy
MIS
I have a distribution switch (a 3750 with "no ip routing") which has an incoming dot1q trunk carying vlans 17, 18 & 19. It has a trunk up to the core carying only 18 & 19. It has an access port on vlan 17.
Here's a clip:
interface Gi1/0/1
description Trunk from floor
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 17,18,19
switchport trunk mode
!
interface Gi1/0/2
description Trunk to Core
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 18,19
switchport trunk mode
!
interface Gi1/0/3
description VLAN 17 Server
switchport access vlan 17
!
Will packets tagged as 17 coming over the trunk get repeated (de-tagged) down to the access port? Or will they have to be routed there by the core?
Here's a clip:
interface Gi1/0/1
description Trunk from floor
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 17,18,19
switchport trunk mode
!
interface Gi1/0/2
description Trunk to Core
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 18,19
switchport trunk mode
!
interface Gi1/0/3
description VLAN 17 Server
switchport access vlan 17
!
Will packets tagged as 17 coming over the trunk get repeated (de-tagged) down to the access port? Or will they have to be routed there by the core?