Hi all,
Here I attach the diagram that demonstrates my setup in which Cat6500 Supervisor Engine, Internet Router and provider Edge Router are in vlan-2. All devices making OSPF neighbor relationship to each other and both routers are directly connected to Cat6500.
I want to capture traffic coming from internet passes through Cat6500 and going towards 10.1.1.0/24 which is connected to PE router and rest of the traffic forward only. For this I have setup Anomaly Detector which will monitor the traffic. I suggested the following configuration to capture traffic:
Sup (config)# ip access-list extended ACL-1
Sup (config-ext-nacl)#permit ip any 10.1.1.0 0.0.0.255
Sup (config)# anomaly-detector module 7 data-port 1 capture
Sup (config)# anomaly-detector module 7 data-port 1 capture allowed-vlan 2
Sup (config-ext-vacl)# vlan access-map Detector_capture 10
Sup (config-ext-vacl)# match ip address ACL-1
Sup (config-ext-vacl)# action forward capture
Sup (config-ext-vacl)# vlan access-map Detector_capture 20
Sup (config-ext-vacl)# action forward
Sup (config-ext-vacl)# exit
Sup (config)# vlan filter Detector_capture vlan-list 2
Will this configuration works correctly according to my query??
Please provide me feedback.