What will this configuration for an IDSM-2 module do?
intrusion-detection module 6 management-port access-vlan 36
intrusion-detection module 6 data-port 1 capture
intrusion-detection module 6 data-port 1 capture allowed-vlan 1-10, 36, 124
!
vlan access-map IDSM-2 10
match ip address 150
action forward capture
vlan access-map IDSM-2 20
match ip address 151
action forward
!
vlan filter IDSM-2 vlan-list 1 -10, 36, 124
!
access-list 150 permit tcp any 10.1.1.0 0.0.0.255
access-list 151 permit ip any any
A.
forward all traffic to the IDSM-2 for inspection
B.
forward only traffic destined to 10.1.1.0/24 to the IDSM-2 for inspection
C.
forward only traffic destined to 10.1.1.0/24 and in VLANs 1-10, 36, and 124 to IDSM-2 for inspection
D.
forward only traffic in VLAN 36 to the IDSM-2 for inspection