BASIC IP COMMANDS
The Basic IP commands in the Command Line Interface (CLI) are listed (along with the appropriate
parameters) in the following table.
Command Parameter
config ipif system
[dhcp {retry_time <retry_time 5-120>} |ipaddress <network_address> | bootp | ipv6
{state [enable|disable] | ipv6address <ip_address>}(1)]
show ipif
Each command is listed in detail, as follows:
config ipif System
Purpose To configure the DHCPv6 client state for the interface.
Syntax
config ipif System [ dhcp {retry_time <retry_time 5-120>} |
ipaddress <network_address> | bootp | ipv6 {state [enable|disable]
| ipv6address <ip_address>}(1)]
Description
The config ipif system command is used to configure an interface’s
parameters.
Parameters
dhcp – Use DHCP to obtain the IPv4 address.
retry_time <retry_time 5-120> - To configure the DHCP retry time on
an interface.
ipaddress - <network_address>: To configure a network address on
an interface. The address should specify a host address and the
length of the network mask. Since an interface can only have one
IPv4 address, the new configured address will overwrite the original.
Bootp - Use BOOTP to obtain the IPv4 address.
ipv6 – To set the IPV6 interface.
state [enable|disable]: To enable or disable the state of the IPV6
interface.
Ipv6address <ip_address>:
should specify the host address.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure the DHCP client state as the System interface:
DGS-1100-24P/ME:admin#config ipif System dhcp
Command: config ipif System dhcp
Success.
DGS-1100-24P/ME:admin#
87