我对网络有点陌生,所以我将尽力解释我的问题。
我遇到的问题是我想删除 xe 接口的所有默认配置。
当前配置:
set interfaces xe-0/0/24 ether-options auto-negotiation
set interfaces xe-0/0/24 unit 0 family ethernet-switching vlan members default
set interfaces xe-0/0/24 unit 0 family ethernet-switching storm-control default
我想要做的是让它看起来像这样:
set interfaces xe-0/0/20 unit 0 family ethernet-switching interface-mode access
set interfaces xe-0/0/20 unit 0 family ethernet-switching storm-control default
我是如何做到这一点的:
delete interfaces xe-0/0/24 unit 0 family ethernet-switching
delete interfaces xe-0/0/24 ether-options
set interfaces xe-0/0/24 unit 0 family ethernet-switching storm-control default
set interfaces xe-0/0/24 unit 0 family ethernet-switching interface-mode access
提交检查后,有一个输出错误:
[edit interfaces xe-0/0/24 unit 0 family]
'ethernet-switching'
For access interface, please ensure vlan members is configured
error: configuration check-out failed
不知何故,它要求接口的 vlan 处于访问模式。我确信,我们的其他交换机的配置就像我现在在这里尝试做的那样。
可能是因为另一台交换机没有默认的 vlan 配置而这台交换机仍然有?
操作系统版本:13.2X51-D25.2
型号:QFX5100-48C-6Q
其他开关版本:14.1X53-D47。
其他交换机型号:EX4300-48T