xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
399
delete loopback ipif
Purpose
Used to delete a previously configured loopback interface on the
switch.
Syntax
delete loopback ipif [<ipif_name 12> | all]
Description
The delete ipif command deletes a previously configured loopback
interface on the switch.
Parameters
ipif_name
- The name of the loopback interface that is to be deleted.
all
- Specifies that all loopback interfaces configured on the switch will
be deleted
Restrictions
Only Administrator or Operator-level users can issue this command.
Usage Example:
To delete the loopback interface loopback0.
DES-3800:admin# delete loopback ipif loopback0
Command: delete loopback ipif loopback0
Success.
DES-3800:admin#
config loopback ipif
Purpose
Used to configure an loopback IP interface on the switch
Syntax
config loopback ipif <ipif_name 12> {ipaddress <ipaddr> | state
[enable | disable ]}
Description
The config loopback ipif command is used to configure an loopback IP
interface on the switch.
Parameters
ipif_name
- The name of the loopback interface that is to be
configured
ipaddress
- IP address of this loopback interface.
state
- Allows you to enable or disable the IP interface.
Restrictions
Only Administrator or Operator-level users can issue this command.
Usage Example:
To config the admin status of the loopback interface.
DES-3800:admin#config loopback ipif loopback0 state
disable
Command: config loopback ipif loopback0 state disable
Success.
DES-3800:admin#