D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
151
disable ipif
Purpose Used to disable the configuration of an IP interface on the Switch.
Syntax
disable ipif {<ipif_name 12> | all}
Description This command will disable an IP interface on the Switch, without
altering its configuration values.
Parameters
<ipif_name 12> The name previously created to define the IP
interface.
all – Entering this parameter will disable all the IP interfaces currently
configured on the Switch.
Restrictions None.
Example usage:
To disable the IP interface named “s2”:
DGS-3600:4#disable ipif s2
Command: disable ipif s2
Success.
DGS-3600:4#
delete ipif
Purpose Used to delete the configuration of an IP interface on the Switch.
Syntax
delete ipif [<ipif_name 12> {ipv6address <ipv6networkaddr>} | all]
Description This command will delete the configuration of an IP interface on the
Switch.
Parameters
<ipif_name 12> The name of the IP interface to delete.
<ipv6networkaddr> - Use this parameter to delete 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.
all – Entering this parameter will delete all the IP interfaces currently
configured on the Switch.
Restrictions None.
Example usage:
To delete the IP interface named s2:
DGS-3600:4#delete ipif s2
Command: delete ipif s2
Success.
DGS-3600:4#
show ipif
Purpose Used to display the configuration of an IP interface on the Switch.
Syntax
show ipif {<ipif_name 12>}