xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
433
config loopback ipif
Description Configure the parameters for the loopback interface. For IPv4, only the system interface can
be specified for the way to get the IP address.
Parameters
<ipif_name 12> - The name of the loopback interface .
Note: the loopback ipif has the same name domain space with the regular ipif, so its name
can’t duplicate with the regular ipif.
network_address - IPv4 network address (xxx.xxx.xxx/xx) of the loopback interface. It
specifies a host address and length of network mask.
state - The state of loopback interface.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the loopback interface named loopback1 with subnet address 10.0.0.1/8:
DGS-3627:admin# config loopback ipif loopback1 ipaddress 10.0.0.1/8
Command: config loopback ipif loopback1 ipaddress 10.0.0.1/8
Success.
show loopback ipif
Purpose Show the information of the loopback interface.
Syntax
show loopback ipif {< ipif_name 12 >}
Description To show the information of the loopback interface.
Parameters
<ipif_name 12> - The name of the loopback interface.
Note: the loopback ipif has the same name domain space with the regular ipif, so its name
can’t duplicate with the regular ipif.
Restrictions None.
Example usage:
To show the information of the loopback interface named loopback1:
DGS-3627:admin# show loopback ipif loopback1
Command: show loopback ipif loopback1
Loopback Interface : loopback1
Interface Admin State : Enabled
IPv4 Address : 10.0.0.1/8 (MANUAL)
Total Entries:1
delete loopback ipif
Purpose Delete the loopback interface.
Syntax
delete loopback ipif [< ipif_name 12 > | all]