设置锐捷S6506交换机监控端口(一对多监控)

当一个端口需要监控二个以上端口时,就要给交换机设置一对多监控配置了。

以锐捷S6506交换机为例,端口设置为:模块1的2口为监控端口(1/2)、模块1的4口为被监控端口1(1/4)、模块1的16端口为被监控端口2(1/16),操作步骤如下:

s6506> en
Password:
s6506# conf
s6506(config)# no monitor session 1
s6506(config)# monitor session 1 destination interface gig 1/2    //监控端口
s6506(config)# monitor session 1 source interface gig 1/4    //被监控端口1
s6506(config)# monitor session 1 source interface gig 1/16   //被监控端口2
s6506(config)# exit
s6506# wr

Leave a Reply