<div dir="ltr"><div><div><div><div>Hello xorp-users,<br></div>I am doing some tests on Linux and noticed that if I remove an interface from XORP the interface IP address is remvoed. Is there a way to bypass this and leave the IP address configured? <br><br></div>Regards,<br></div>Anca<br><br>before deleting:<br># ifconfig eth1<br>eth1      Link encap:Ethernet  HWaddr 00:0C:29:B1:E8:12  <br>          inet addr:192.168.121.1  Bcast:192.168.121.255  Mask:255.255.255.0<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:9155 errors:0 dropped:586 overruns:0 frame:0<br>          TX packets:15125 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>          RX bytes:763573 (745.6 KiB)  TX bytes:1233015 (1.1 MiB)<br>          Interrupt:18 Base address:0x1400 <br><br>root@oAN# delete interfaces interface eth1<br>Deleting: <br>    eth1 {<br>        vif eth1 {<br>            address 192.168.121.1 {<br>                prefix-length: 24<br>                broadcast: 192.168.121.255<br>            }<br>        }<br>    }<br><br>OK<br><br></div>After &#39; delete interfaces interface eth1&#39;:<br> # ifconfig eth1<br>eth1      Link encap:Ethernet  HWaddr 00:0C:29:B1:E8:12  <br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:9155 errors:0 dropped:586 overruns:0 frame:0<br>          TX packets:15125 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:1000 <br>          RX bytes:763573 (745.6 KiB)  TX bytes:1233015 (1.1 MiB)<br>          Interrupt:18 Base address:0x1400 <br></div>