S5700创建vlanif报错


报错Error: Can not create this interface because the interface number of this type has reached its maximum.

查看系统版本
 dis ver
V2R5以前的版本只能创建一个vlanif,默认应该是有个vlanif1,所以创建vlanif10提示超过限制,升到最新版本.

也可用:

 undo interface vlanif 1

删除默认vlanif再创建vlanif 10,如果成功可确定为版本原因限制仅允许创建一个vlanif接口

常见错误

创建VLANIF接口时的错误提示信息。
1.Error: Can not create this interface because the interface number of this type has reached its maximum.
设备上创建的VLANIF接口数已达到规格限制。

可执行命令display interface brief,将显示的VLANIF接口数与表8 VLAN的规格进行比较。
  • 执行命令undo interface vlanif vlan-id,删除不需要的VLANIF,然后再创建指定的VLANIF接口。

2.Error: The VLAN is used by XXX.
XXX表示某功能特性,如堆叠、ERPS、RRPP、SEP、Smart Link、GVRP或VBST等。
对应的VLAN为动态VLAN、控制VLAN或保留VLAN,不能用来创建VLANIF接口。

可执行命令display vlan summary,检查“Dynamic vlan”字段或“Reserved vlan”字段下的VLAN中是否存在与待创建的VLANIF接口对应的VLAN。
  • 改为创建其他VLAN的VLANIF接口。

相关文章