IEWB Lab4 1.3 Traffic Control

From: jellyboy (jellyboy@gmail.com)
Date: Thu Feb 23 2006 - 17:34:16 GMT-3


Hi all, The task asks for traffic belonging to Vlan8 to be assigned to port
fa0/13 and all other trunk links should not receive Vlan8. The Brians
solution involves removing Vlan8 from the prune eligible list:

#switchport trunk pruning vlan 2-7,9-1001

I can understand the logic behind this, but I originally came up with:

interface FastEthernet0/13
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 36
 switchport trunk allowed vlan 8 <<
 switchport mode trunk
!
interface FastEthernet0/14
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 36
 switchport trunk allowed vlan 1-7,9-4094 <<
 switchport mode trunk
!
interface FastEthernet0/15
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 36
 switchport trunk allowed vlan 1-7,9-4094 <<
 switchport mode trunk

I am wondering if what I did accomplishes the same thing?
If not what are the suttle (or obvious!!) differences? Apart from the static
allocation of vlans on a trunk.

Many Thanks,

JB



This archive was generated by hypermail 2.1.4 : Wed Mar 01 2006 - 11:28:18 GMT-3