D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
150
config ipif
of an IP address to the Switch’s System IP interface. If you are using
the autoconfig feature, the Switch becomes a DHCP client
automatically so it is not necessary to change the ipif settings. This
method is only for IPv4 addresses and if users manually configure an
IPv4 address and set this parameter, the manually set IP address will
be overwritten by this protocol.
<ipv6networkaddr> - Use this parameter to statically assign an IPv6
address to this interface. This address should define a host address
and a network prefix length. Multiple IPv6 addresses can be
configured for a single IP interface. Ex: 3ffe:501:ffff:100::1/64. The /64
represents the prefix length of the IPv6 addresses.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure the IP interface System:
DGS-3600:4#config ipif System ipaddress 10.48.74.122/8
Command: config ipif System ipaddress 10.48.74.122/8
Success.
DGS-3600:4#
Example usage:
To configure the IPv6 address for IP interface Trinity:
DGS-3600:4#config ipif Trinity ipv6 ipv6address 3ffe:501:ffff:100::1/64
Command: config ipif Trinity ipv6 ipv6address 3ffe:501:ffff:100::1/64
Success.
DGS-3600:4#
enable ipif
Purpose Used to enable an IP interface on the Switch.
Syntax
enable ipif {<ipif_name 12> | all}
Description This command will enable the IP interface function on the Switch.
Parameters
<ipif_name 12> The name of a previously configured IP interface to
enable. Enter an alphanumeric entry of up to twelve characters to
define the IP interface.
all – Entering this parameter will enable all the IP interfaces currently
configured on the Switch.
Restrictions None.
Example usage:
To enable the ipif function on the Switch:
DGS-3600:4#enable ipif s2
Command: enable ipif s2
Success.
DGS-3600:4#