Specifications
DES-3000 Series Layer 2 Switch CLI Reference Manual
19
BASIC IP COMMANDS
The IP interface commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the
following table.
Command Parameters
config ipif [System] [{ipaddress <network_address> | vlan <vlan_name 32> | state
[enable | disable] | [description <desc 128> | clear_description} | bootp |
dhcp]
show ipif
Each command is listed, in detail, in the following sections.
config ipif
Purpose Used to configure the System IP interface.
Syntax
config ipif [System] [{ipaddress <network_address> | vlan <vlan_name
32> | state [enable | disable] | [description <desc 128> |
clear_description} | bootp | dhcp]
Description This command is used to configure the System IP interface on the Switch.
Parameters System - The IP interface name to be configured. The default IP Interface
name on the Switch is “System”. All IP interface configurations done will be
executed through this interface name.
<network_address> − IP address and netmask of the IP interface to be
created. The address and mask information may be specified by using the
traditional format (for example, 10.1.2.3/255.0.0.0 or in CIDR format,
10.1.2.3/16).
<vlan_name 32> − The name of the VLAN corresponding to the System IP
interface.
state [enable | disable] − Used to enable or disable the IP interface.
description <desc 128> - Enter an alphanumeric string of up to 128
characters to identify the IP interface being configured here.
clear_description – Enter this parameter to remove a previously entered
description for this IP interface.
bootp − Allows the selection of the BOOTP protocol for the assignment of
an IP address to the Switch’s System IP interface.
dhcp − Allows the selection of the DHCP protocol for the assignment of an
IP address to the Switch’s System IP interface.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure the IP interface System:
DES-3026:4#config ipif System ipaddress 10.48.74.122/8
Command: config ipif System ipaddress 10.48.74.122/8
Success.
DES-3026:4#
113