Tuesday, December 15, 2015

CCNP Switch Exam Prep

How can the traffic that is mirrored out the Gigabitether0/48 port be limited to only traffic that is  received or transmitted in VLAN 10 on the GigabitEthernet0/1 port?
Interface GigabitEthernet0/1
     switchport
     switchport mode trunk
     switchport trunk allowed vlan 1-100
     !
Interface GigabitEthernet0/48
     switchport
     switchport mode access
     !
monitor session 1 source interface GigabitEthernet0/1
monitor session 1 destination interface GigabitEthernet0/48
A.      Change the configuration for GigabitEthernet0/48 so that it is a member of VLAN 10.
B.      Add an access-list to GigabitEthernet0/48 to filter out traffic that is not in VLAN 10.
C.      Apply the monitor session filter globally to allow only traffic from VLAN 10.
D.      Change the monitor session source VLAN 10 instead of the physical interface.

0 comments:

Post a Comment