11-15-2019 12:50 PM
Hello,
We have a cisco Nexus9000 C93108TC-EX running NXOS: version 7.0(3)I4(7) where we can't get our port monitor to work. Below are the configs. Does anyone have any idea what we may need to add or take off?
interface Ethernet1/13
switchport
switchport access vlan 203
interface Ethernet1/12
switchport
switchport monitor
switchport access vlan 203
monitor session 1
source interface Ethernet1/13 both
destination interface Ethernet1/12
no shut
Nexus_Core1# sho monitor
Session State Reason Description
------- ----------- ---------------------- --------------------------------
1 up The session is up
11-15-2019 03:23 PM
Hi,
it shows that the session is up. So, what is not working?
HTH
11-15-2019 04:11 PM
We are unable to take a wireshark capture with it. Is there something wrong with the configurations?
11-15-2019 04:29 PM
Your config looks correct.
11-15-2019 04:35 PM
What is the output of "sh monitor session 1"?
11-16-2019 03:18 AM
high-level config looks ok, i only suggest below removing vlan from switch port and test it
interface Ethernet1/12
switchport
switchport monitor
no switchport access vlan 203 <--remove this and try
no shutdown
also post new config and show monitor session 1 output as suggested.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide