How To Set Up Port Mirroring On Cisco Switch?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Log in to your Cisco switch and enter configuration mode.
2. Enter the following commands to create a source port mirroring session:
monitor session 1 source interface <source port>
3. Enter the following commands to create a destination port mirroring session:
monitor session 1 destination interface <destination port>
4. Enter the following command to enable the port mirroring session:
monitor session 1 state on
5. To save the changes you made, enter the following command:
wr mem
1. First, log in to the switch console.
2. Enter the configuration mode by typing “configure terminal”
3. Create the mirrored port by entering “monitor session <#> source interface <name>”
4. Configure the destination port or ports by entering “monitor session <#> destination interface <name>”
5. Apply the settings and save them by entering “end” and then “copy running–config startup–config”
6. Finally, exit the configuration mode by entering “exit”