亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        交換機配置配置鏡像(SPAN)

        字號:

        SPAN可以方便將流量探頭設(shè)備或者其他的遠程監(jiān)控探將接到交換機的某個端口,從而在這個端口上來監(jiān)控其他端口,或者其他VLAN上的數(shù)據(jù)包。
            所有在端口5上的數(shù)據(jù)包都被鏡像到端口10,從而在端口10上接上網(wǎng)絡(luò)嗅探器后,就可以不用與端口5物理相連而得到其數(shù)據(jù)包。
            例如:
            以下是在2/1(目的)上鏡像1/1(源),對雙向流里鏡像:
            Console> (enable) set span 1/1 2/1
            Destination : Port 2/1
            Admin Source : Port 1/1
            Oper Source : Port 1/1
            Direction : transmit/receive
            Incoming Packets: disabled
            Learning : enabled
            Multicast : enabled
            Filter : -
            以下是在2/1(目的)上鏡像VLAN 522(源)的流量:
            Console> (enable) set span 522 2/1
            Destination : Port 2/1
            Admin Source : VLAN 522
            Oper Source : Port 3/1-2
            Direction : transmit/receive
            Incoming Packets: disabled
            Learning : enabled
            Multicast : enabled
            Filter : -
            Console> (enable)
            以下是在2/12(目的)上鏡像VLAN 522(源)的流量,只鏡像發(fā)送出去的包,同時,允許2/12上正常的input的數(shù)據(jù)包:
            Console> (enable) set span 522 2/12 tx inpkts enable
            Destination : Port 2/12
            Admin Source : VLAN 522
            Oper Source : Port 2/1-2
            Direction : transmit
            Incoming Packets: enabled
            Learning : enabled
            Multicast : enabled
            Filter : -
            Console> (enable)