在我的瞻博网络 EX4300 中,我创建了一个ae1
我添加了xe-0/2/3
和xe-1/2/3
到ae1
,
xe-0/2/3 {
ether-options {
802.3ad ae1;
}
}
xe-1/2/3 {
ether-options {
802.3ad ae1;
}
}
并且ae1
是一个中继端口。
ae1 {
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members all;
}
}
}
}
连接其他交换机(HUAWEI 5720的Eth-Trunk 1[Gig-0/0/1 + Gig-1/0/1]),指示灯亮。
但为什么Link
是down
?
当我show interface terse
:
......
ae1.0 up down ether-switch
......
我的问题是:
为什么ae1.0的Link状态是down?
并且当我
show interfaces terse
没有xe-0/2/3
and时xe-1/2/3
,并没有列出所有其他xe-*
接口。为什么?