Use the following procedures to configure the Insight Interface TVPM endpoint for Switching. The following procedure assumes that the TVPM license is installed and active, and that TVPM is installed. Use Linux commands to configure a Layer 3 IP address and route for the ethernet interface.
device# tvpm start
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
device(config)# interface port-channel 20
device(config-Port-channel-20)# insight enable
SLX# conf t Entering configuration mode terminal SLX(config)# vlan 100 SLX(config-vlan-100)# router-interface ve 100 SLX(config-vlan-100)# exit SLX(config)# interface ve 100 SLX(config-if-Ve-100)# ip address 10.0.0.1/24 SLX(config-if-Ve-100)# no shut SLX(config-if-Ve-100)# exit SLX(config)# interface port-channel 20 SLX(config-Port-channel-20)# switchport SLX(config-Port-channel-20)# switchport mode access SLX(config-Port-channel-20)# switchport access vlan 100 SLX(config-Port-channel-20)# no shutdown