交换机基础配置之结合以太通道的vlan设置

拓扑图如下

Switch0配置

      enable  进入特权模式

      configure terminal   进入全局模式

      interface port-channel 5  创建以太通道

      switchport trunk encapsulation  将通道进行封装

      switchport mode trunk  将通道修改为trunk模式  

      exit   返回上一级

      interface range f0/10-11  进入端口

      channel-group 5 mode on  将端口划分到通道中

      exit  返回上一级

      vlan 10  创建vlan10

      vlan 20  创建vlan20

      interface f0/1  进入端口

      switchport mode access  将端口模式修改为access

      switchport access vlan 10  将端口划分到vlan10

      interface f0/2  进入端口

      switchport mode access  将端口模式修改为access

      switchport access vlan 20  将端口划分到vlan20

      end  返回特权模式

      copy running-config startup-config   保存

 

Switch1配置

       enable  进入特权模式

      configure terminal   进入全局模式

      interface port-channel 5  创建以太通道

      switchport trunk encapsulation  将通道进行封装

      switchport mode trunk  将通道修改为trunk模式  

      exit   返回上一级

      interface range f0/10-11  进入端口

      channel-group 5 mode on  将端口划分到通道中

      exit  返回上一级

      vlan 10  创建vlan10

      vlan 20  创建vlan20

      interface f0/1  进入端口

      switchport mode access  将端口模式修改为access

      switchport access vlan 10  将端口划分到vlan10

      interface f0/2  进入端口

      switchport mode access  将端口模式修改为access

      switchport access vlan 20  将端口划分到vlan20

     end  返回特权模式

      copy running-config startup-config   保存

 

转载于:https://www.cnblogs.com/ruanjie/p/9197336.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值