wuliuwang 发表于 2018-7-16 07:29:23

Cisco 划分VLAN-Technology、无处不在

  1、添加VLAN:
  vlan database
  vlan 2 name rs
  vlan 3 name cw
  exit
  2、将接口加入VLAN:
  int f0/1
  switchport mode access
  switchport access vlan 2
  3、配置中继:
  int f0/3
  switchport mode trunk
  4、配置以太通道:
  int range f0/1 - 2
  switchport mode trunk
  channel-group 1 mode on
  5、验证:
  show vlan-s
  show ip int brief
  show int trunk
  show etherchannel summary
  show run
页: [1]
查看完整版本: Cisco 划分VLAN-Technology、无处不在