Trunk配置实例

发表于:2007-06-23来源:作者:点击数: 标签:
一台4506switch,通过trunk口和3550连接,在3550下再通过trunk接6台交换机! 具体配置如下: 4506: 在int gi4/1上做trunk,encapsulation dot1q vtp domain cisco vtp mode server划分了10个vlan 3550: 做了6个trunk口和下面的6太交换机连接! int range fa0/1-6 s

   
  一台4506switch,通过trunk口和3550连接,在3550下再通过trunk接6台交换机!

具体配置如下:

4506:

在int gi4/1上做trunk,encapsulation dot1q  

            vtp domain cisco

            vtp mode server划分了10个vlan

3550:

做了6个trunk口和下面的6太交换机连接!  

            int range fa0/1-6

            switchport trunk encapsulation dot1q

            switchport mode trunk

            vtp domain cisco

            vtp mode client

其它6台交换机的fa0/1做为trunk口和上面的3550连接;

            int range fa0/1

            witchport trunk encapsulation dot1q

            switchport mode trunk

            vtp domain cisco

            vtp mode client

交换机都做TRUNK是可以互相学习到vlan信息的;

注:3com交换机中根本就没有vtp这个概念,只有Cisco的交换机可以。

原文转自:http://www.ltesting.net