interface management (tpvm mode)
Configures the static IPv4/IPv6 address and gateway
on the TPVM's management interface (eth0).
Syntax
interface management
ip
{
dhcp
|
ipv4-address/net-mask
[
gw
gw-ip-address
]
}
interface management
ipv6
{
ipv6-address/length
[
gw
gw-ipv6-address
]
}
no interface
management
ip
{
dhcp
|
ip-address
[
gw
gw-ip-address
]
}
no interface
management
ipv6
{
ipv6-address/length
[
gw
gw-ipv6-address
]
}
Parameters
-
dhcp
- Indicates that the IPv4 address of the management interface is assigned by DHCP.
-
ip-address/net-mask
- Configures the static
IPv4 address of the management interface and its net-mask.
-
gw
gw-ip-address
- The interface
gateway IPv4 address.
-
ipv6-address/length
- Configures the static
IPv6 address of the management interface along with the
prefix length.
-
gw
gw-ipv6-address
- The interface
gateway IPv6 address cannot be changed dynamically.
Modes
TPVM Configuration mode
Examples
The following example shows how to configure the static IPv6 address
and default gateway for the TPVM management interface eth0.
SLX(config-tpvm-TPVM)# interface management ipv6 100:23::45:55/24
SLX (config-tpvm-TPVM)#