基础配置:cisco交换机配置vlan(3)
创始人
2024-07-25 04:30:59
0

 

如何作端口聚合—Trunk联接

如果要配置二台6509之间的Trunk联接,首先将二6509用千兆光纤相联好,然后分别配置二相联端口的trunk,可以是只用一双光纤,或用二对光纤做port channel,配置如下:

一双光纤相联时,分别在二台65上进行以下的配置:

  1. interface GigabitEthernet1/1  
  2.  
  3. no ip address  
  4.  
  5. switchport  
  6.  
  7. switchport trunk encapsulation dot1q  
  8.  
  9. switchport trunk native vlan 1 

 

二对光纤相联时,必须要做port channel,分别在二台65上进行以下的配置:

  1. interface port-channe1  
  2.  
  3. no ip address  
  4.  
  5. switchport  
  6.  
  7. switchport trunk encapsulation dot1q  
  8.  
  9. switchport trunk native vlan 1  
  10.  
  11. !  
  12.  
  13. interface GigabitEthernet1/1  
  14.  
  15. no ip address  
  16.  
  17. duplex full  
  18.  
  19. speed 1000  
  20.  
  21. switchport mode trunk  
  22.  
  23. switchport trunk encapsulation dot1q  
  24.  
  25. switchport trunk native vlan 1  
  26.  
  27. channel-group 1 mode on  
  28.  
  29. !  
  30.  
  31. interface GigabitEthernet1/2  
  32.  
  33. no ip address  
  34.  
  35. duplex full  
  36.  
  37. speed 1000  
  38.  
  39. switchport mode trunk  
  40.  
  41. switchport trunk encapsulation dot1q  
  42.  
  43. switchport trunk native vlan 1  
  44.  
  45. channel-group 1 mode on 

 

VTP裁剪

(1)在基于IOS的交换机上配置VTP 模式:

  1. switch# vlan database  
  2.  
  3. switch(vlan)# vtp domain domain-name  
  4.  
  5. switch(vlan)# vtp {sever|cilent|transparent}  
  6.  
  7. switch(vlan)# vtp password password 

 

在基于CLI的交换机上配置VTP 模式:

  1. switch(enable) set vtp [domain domain-name] [mode{ sever|cilent|transparent }][password password] 

 

(2)在基于IOS的交换机上配置VTP版本:

  1. switch# vlan database  
  2.  
  3. switch(vlan)# vtp v2-mode 

 

在基于CLI的交换机上配置VTP版本:

  1. switch(enable) set vtp v2 enable 

 

(3)在基于IOS的交换机上启动VTP剪裁:

  1. switch# vlan database  
  2.  
  3. switch(vlan)# vtp pruning 

 

在基于CLI 的交换机上启动VTP剪裁:

  1. switch(enable) set vtp pruning enable 

Trunk和VTP的配置就为大家介绍完了,希望大家已经掌握。

【编辑推荐】

  1. VLAN-VPN典型配置
  2. 组播VLAN的典型配置
  3. 基于端口的VLAN典型配置指导
  4. 基础配置:cisco交换机配置vlan(1)
  5. 基础配置:cisco交换机配置vlan(2)

相关内容

热门资讯

如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
20个非常棒的扁平设计免费资源 Apple设备的平面图标PSD免费平板UI 平板UI套件24平图标Freen平板UI套件PSD径向平...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...
德国电信门户网站可实时显示全球... 德国电信周三推出一个门户网站,直观地实时提供其安装在全球各地的传感器网络检测到的网络攻击状况。该网站...
为啥国人偏爱 Mybatis,... 关于 SQL 和 ORM 的争论,永远都不会终止,我也一直在思考这个问题。昨天又跟群里的小伙伴进行...
《非诚勿扰》红人闫凤娇被曝厕所... 【51CTO.com 综合消息360安全专家提醒说,“闫凤娇”、“非诚勿扰”已经被黑客盯上成为了“木...