Configure the Insight Interface TVPM Endpoint for Routing

  1. Start TVPM.
    device# tvpm start
  2. From a Linux prompt, configure the IPV4 address and route entry.
    bash# ifconfig eth1 10.0.0.100 netmask 255.255.255.0
    bash# route add -net 1.1.1.0 netmask 255.255.255.0 gw 10.0.0.1
  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. Set the port ip-address.
    device(config-Port-channel-20)# ip address 10.0.0.1/24
  6. Enable the interface.
    device(config-Port-channel-20)# no shutdown