D-Link DES-3200 Series Washer/Dryer User Manual


 
xStack
®
DES-3200 Series Layer 2 Managed Fast Ethernet Switch CLI Reference Guide
121
Restrictions
Only Administrator level can issue this command.
Example
To configure c:/DES3200_Run_4_00_014.had as the boot up image:
DES-3200-28/ME:admin#config firmware image c:/DES3200_Run_4_02_004.had boot_up
Command: config firmware image c:/DES3200_Run_4_02_004.had boot_up
Success.
DES-3200-28/ME:admin#
10-13 create ipif
Description
This command is used to create an IP interface.
Format
create ipif <ipif_name 12> <network_address> <vlan_name 32> {state [enable|disable]}
Parameters
ipif - Specify the name of the IP interface.
<ipif_name 12> - Enter the IP interface name here. This name can be up to 12 characters
long.
<network_address> - Specify the IPv4 network address (xx.xx.xx.xx/xx). It specifies a host
address and length of network mask.
<vlan_name 32> - Enter the VLAN name used here. This name can be up to 32 characters long.
state - (Optional) Specify the state of the IP interface.
enable - Specify that the IP interface state will be enabled.
disable - Specify that the IP interface state will be disabled.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To create an IP interface:
DES-3200-28/ME:admin#create ipif Inter2 192.168.16.1/24 default state enable
Command: create ipif Inter2 192.168.16.1/24 default state enable
Success.
DES-3200-28/ME:admin#