cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete a loopback / CLIP interface in VOSS

How to delete a loopback / CLIP interface in VOSS

Christoph
Contributor

I'm stuck on how to delete loopback / CLIP interface.

And also I would like to know how to delete a VLAN IP interface without deleting the whole VLAN?

Regards
Christoph

1 ACCEPTED SOLUTION

WillyHe
Contributor

Hello Christoph,

For both the answer is easy, go into configuration mode and then the interface context, e.g.
configure terminal
interface loopback 1

Then remove the IP configuration
no ip address 1.2.3.4

For the VLAN interface the IP related configuration is removed/deleted, also, if exist, dhcp forwarding configuration, ...
The VLAN is not removed/deleted from the configuration.

For the loopback interface, when there is no other configuration on the loopback interface then the interface is also removed/deleted.

hope it helps

Regards

WillyHe

View solution in original post

2 REPLIES 2

Christoph
Contributor

Many thanks!
Indeed that is easy but not documented quite well. Also it's different from any other OS 🙂

Regards
Christoph

WillyHe
Contributor

Hello Christoph,

For both the answer is easy, go into configuration mode and then the interface context, e.g.
configure terminal
interface loopback 1

Then remove the IP configuration
no ip address 1.2.3.4

For the VLAN interface the IP related configuration is removed/deleted, also, if exist, dhcp forwarding configuration, ...
The VLAN is not removed/deleted from the configuration.

For the loopback interface, when there is no other configuration on the loopback interface then the interface is also removed/deleted.

hope it helps

Regards

WillyHe

GTM-P2G8KFN