您所在的位置: 首页 > 组网建网 > 交换 > 交换机的配置 >

Trunk配置实例

http://network.51cto.com  2005-12-10 23:33      我要评论(0)
  • 摘要:一台4506switch,通过trunk口和3550连接,在3550下再通过trunk接6台交换机
  • 标签:配置
一台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的交换机可以。
Ubuntu安装配置专题频道
主流品牌防火墙配置
华为路由器配置
Linux/Solaris服务器的安全配置
Solaris 10 配置管理
 
 验证码: (点击刷新验证码)   匿名发表
  • 网络工程师考试案例动手实验营

  • 作者:郭春柱
  • 本书依据2009年版《网络工程师考试大纲》的考核要求,深入研究了历年网络工程师考试试题的命题风格和试题结构,对考查的知识点..
Copyright©2005-2008 51CTO.COM 版权所有