Trunk配置实例

 更新时间:2007年09月19日 10:19:48   作者:  
一台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的交换机可以。 文章录入:csh    责任编辑:csh 

相关文章

最新评论