xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
166
create ipif
Parameters
<ipif_name 12>
−
The name for the IP interface to be created. The user may
enter an alphanumeric string of up to 12 characters to define the IP interface.
<network_address>
−
IP address and netmask of the IP interface to be
created. The address and mask information can be specified using the
traditional format (for example, 10.1.2.3/255.0.0.0) or in CIDR format,
(10.1.2.3/8). (This parameter may also appear as <ip_addr/netmask>).
<vlan_name 32>
−
The name of the VLAN that will be associated with the
above IP interface.
secondary
– Enter this parameter if this configured IP interface is to be a
secondary
IP interface of the VLAN previously specified.
secondary
interfaces can only be configured if a
primary
interface is first configured.
state [enable | disable]
−
Allows the user to enable or disable the IP interface.
proxy_arp
– Allows the user to enable or disable the proxy ARP state on the
above IP interface.
local
– Allows the switch to respond to the proxy ARP, if the source IP and
destination IP are in the same interface.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To create the primary IP interface, RG on VLAN vlan_1:
DGS-3627:5#create ipif RG 10.1.1.1/8 vlan_1 proxy_arp enable
Command: create ipif RG 10.1.1.1/8 vlan_1 proxy_arp enable
Success.
DGS-3627:5#
config ipif
Purpose
Used to configure the System IP interface.
Syntax
config ipif <ipif_name 12> [ {ipaddress <network_address> | vlan
<vlan_name 32> | state [enable|disable] | proxy_arp [enable|disable]
{local [enable|disable]}} | bootp | dhcp | ipv6 ipv6address
<ipv6networkaddr> | ip_mtu <value 512-1712>]
Description
This command is used to configure an IP interface on the Switch. Users
may add one IPv4 address per interface but multiple IPv6 addresses may
be added to a single interface. The format of IPv6 address resembles
xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx where a set of xxxx represents a
16-bit hexadecimal value (ex.
2D83:0C76:3140:0000:0000:020C:417A:3214).
Parameters
<ipif_name 12>
–
Enter an alphanumeric string of up to 12 characters to
identify this IP interface.
ipaddress <network_address>
−
IP address and netmask of the IP
interface to be created. Users can specify the address and mask
information using the traditional format (for example, 10.1.2.3/255.0.0.0 or
in CIDR format, 10.1.2.3/8). Only one IPv4 address can be configured per
interface.
<vlan_name 32>
−
The name of the VLAN corresponding to the IP
interface.
state [enable | disable]
−
Allows users to enable or disable the IP
interface.
proxy_arp
– Allows the users to enable or disable the proxy ARP state on
the IP interface.