Evil_TTL> show | s

Cisco Nexus Packet Capture on Interface

Category:Cisco Systems -> Routing and Switching

Enable packet capture on Cisco Nexus switch examples.

Set interface:

monitor session 1
  source 
interface Ethernet1/1 both
  destination 
interface sup-eth0
  no shut 

Start capture:

ethanalyzer local interface inband capture-filter "arp" limit-captured-frames 500

// or

ethanalyzer local interface inband capture-filter "net 10.1.1.1" limit-captured-frames 500 

Stop capture with Ctrl+C.

Search for extended ethanalyzer capability on Cisco website.

By privilege15