JunOS:接口ge-0/0/0.0未启用切换
时间:2020-02-23 14:44:16 来源:igfitidea点击:
Interface ge-0/0/0.0 not enabled for switching
尝试在Juniper设备上创建LACP(802.3ad)绑定接口时,您可能会遇到以下错误:
Error(s): ‘interface ge-0/0/0.0’ 1) Interface ge-0/0/41.0 not enabled for switching 2) configuration check-out failed
这可能是由于在配置中为这些物理接口设置了VLan接口,例如:
set vlans v1 interface ge-0/0/0.0
确保先删除要尝试聚合的接口上的所有VLans:
delete vlans <VLAN_ID> interface <INTERFACE_NAME>
链路聚合的物理成员接口应仅具有以下语句:
set interfaces ge-0/0/0 ether-options 802.3ad ae0 set interfaces ge-0/0/1 ether-options 802.3ad ae0
也可以添加描述语句:
set interfaces ge-0/0/0 description <INTERFACE_DESCRIPTION> set interfaces ge-0/0/1 description <INTERFACE_DESCRIPTION>