interface insight (tpvm mode)
Configures the IP and gateway address on the insight interface of TPVM (eth1).
Syntax
interface insight ip
{
dhcp
|
ip-address
[
gw
gw-ip-address
]
}
no interface insight ip
{
dhcp
|
ip-address
[
gw
gw-ip-address
]
}
Parameters
- dhcp
-
Indicates that the IP address of the insight interface is assigned by DHCP.
-
ip-address
-
Configures the IP address of the insight interface
-
gw
gw-ip-address
-
The interface gateway IP address.
Modes
TPVM Configuration mode
Examples
The following example shows how to configure the IP address and default gateway for the
TPVM insight interface (eth0)
SLX (config-tpvm-1)# interface insight ip 10.2.4.3/23 gw 10.2.3.1