创建vlan 2000,vlan 3000

sw1(config)#vlan 2000

sw1(config-vlan)#exit

% Failed to create VLANs 2000

Extended VLAN(s) not allowed in current VTP mode.

%Failed to commit extended VLAN(s) changes.

sw1(config)#

说明:因为交换机默认为Server模式,所以不能创建Extended VLAN(1006-4094)。

在VTPTransparent下创建vlan 2000,vlan 3000

sw1(config)#vtp domain ccie

sw1(config)#vtp mo transparent

Setting device to VTP TRANSPARENT mode.

sw1(config)#vlan 2000

sw1(config-vlan)#exit

sw1(config)#vlan 3000

sw1(config-vlan)#exit

sw1(config)#

说明:Vlan 2000在transparent模式下创建成功。

相关文章:

  • 2021-12-27
  • 2021-06-30
  • 2021-12-24
  • 2021-12-27
  • 2021-11-13
  • 2021-05-26
猜你喜欢
  • 2021-05-13
  • 2021-05-16
  • 2021-09-21
  • 2021-09-12
  • 2021-09-20
  • 2021-12-19
相关资源
相似解决方案