VLAN流量抓取


如何在TRUNK端口中抓取其中某一VLAN内的数据?通过策略在流控上的应用来实现目标。分为三步:建立观察口、策略、应用。


实例:

    observe-port 3 interface g2/0/40     /创建观察端口


    traffic classifier test

      if-match vlan 234              /创建流,匹配相应VLAN


    traffic behavior test

      mirroring to observe-port 3      /建立流的动作


    traffic policy test                

      classifier test behavior test       /创建策略


    int xg1/0/1

      traffic-policy test inbound        /在端口中应用