Configure the Insight Interface TVPM Endpoint for Analytic Mirroring

  1. Start TVPM.
    device# tvpm start
  2. From a Linux prompt, configure eth1 to promiscuous mode.
    bash# ifconfig eth1 promiscuous
    bash# tcpdump -i eth1
  3. In global configuration mode, specify a port-channel. You can create a new port-channel or use an existing unconfigured port-channel. The Insight Interface can only be configured on one port-channel
    device(config)# interface port-channel 20
  4. In interface subtype configuration mode, enter the insight enable command.
    device(config-Port-channel-20)# insight enable
  5. Enable the interface.
    device(config-Port-channel-20)# no shutdown
  6. From the SLX CLI, configure the session monitor.
    device(config)# monitor session 1
    	device (config-session-1)# source ethernet 0/49 destination port-channel 20 direction both