Configures the static IPv4/IPv6 address and gateway on the TPVM's management interface (eth0).
TPVM Configuration mode
The following example shows how to configure a static IPv4 address and default gateway for the TPVM management interface eth0.
SLX (config-tpvm-TPVM)# interface management ip ? Possible completions: <A.B.C.D/Y> IPv4 address/netmask dhcp Enable dhcp to configure ip SLX(config-tpvm-TPVM)# interface management ip 10.9.9.24/24 ? Possible completions: gw Interface gateway address <cr> SLX (config-tpvm-TPVM)# interface management IP 10.9.9.24/24 gw ? Possible completions: <A.B.C.D/Y> IPv4 address/netmask SLX (config-tpvm-TPVM)# interface management IP 10.9.9.24/24 gw 10.9.9.2 SLX (config-tpvm-TPVM)#
The following example shows how to configure DHCP on the TPVM management interface eth0 .
SLX (config-tpvm-TPVM)# interface management ip Possible completions: <A.B.C.D/Y> IPv4 address/netmask dhcp Enable dhcp to configure ip SLX(config-tpvm-TPVM)# interface management ip dhcp SLX (config-tpvm-TPVM)#
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 ? Possible completions: <A:B::C:D/length> The IPv6 Address/Prefix length dhcp Enable dhcp to configure IP SLX (config-tpvm-TPVM)# interface management ipv6 2002:2002::2002:2002 gw 1001:1001::1000:0001 SLX (config-tpvm-TPVM)#
The following example shows how to configure DHCPv6 on the TPVM management interface eth0.
SLX(config-tpvm-TPVM)# interface management ipv6 ? Possible completions: <A:B::C:D/length> The IPv6 Address/Prefix length dhcpv6 Enable dhcp to configure IP SLX(config-tpvm-TPVM)# interface management ipv6 dhcpv6 SLX(config-tpvm-TPVM)#