JunOS:在EX4300上配置QSFP +上行链路端口

时间:2020-02-23 14:44:14  来源:igfitidea点击:

默认情况下,EX4300机箱上的所有QSFP +端口都配置为虚拟机箱端口(vcp)。

VC最小(推荐)要求是两个端口,这意味着四个端口中的两个可以用作常规40 Gbps接口和/或者用于上行链路。

假设我们要使用端口#0和1作为上行链路而不是VC端口,为此,请发出以下命令:

request virtual-chassis vc-port delete pic-slot 1 port 0
request virtual-chassis vc-port delete pic-slot 1 port 1

然后将它们设置为自动协商:

set interfaces et-0/1/0 ether-options no-auto-negotiation
set interfaces et-0/1/1 ether-options no-auto-negotiation

提交更改:

commit synchronize comment "reconfiguring int et-1-0 and 1-1 as uplink"

从这一点开始,接口" et-0/1/0"和" et-0/1/1"现在作为接口可见,并且可以这样配置。