How to down interface without name

Hi,

ifconfig -a return:

eth0 Link encap:Ethernet HWaddr 00:09:3D:12:9D:5A
inet addr:172.19.208.7 Bcast:172.19.208.63 Mask:255.255.255.192
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:211478649 errors:0 dropped:0 overruns:0 frame:0
TX packets:187023397 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:56288145 (53.6 Mb) TX bytes:1948496875 (1858.2 Mb)
Interrupt:5

Link encap:Ethernet HWaddr 00:09:3D:12:9D:5A
inet addr:172.19.207.175 Bcast:172.19.207.191 Mask:255.255.255.224
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5

I need down interface with ip 172.19.207.175 but this don't have name. How to down this interface?

Thanks all!

What OS is that ? You can : unplug the cable, if the sole purpose is not to use the interface / have traffic. However, if you need the IP, for example, try to 'plump' it again, or upping it, just as if it was a brand new NIC. Give the same IP. Check the logs (dmesg) for messages that would suggest something near to hardware defect, for example. I'm not sure how NIC is up with no name. Check the respective man pages for 'ip' - something like :

ip link set name

may work for you. Use those options with caution, though.

Both interfaces point to the same hardware i.e. 00:09:3D:12:9D:5A

Yes, is a virtual interface

What OS and version?

Is Red Hat Enterprise Linux 3 (Taroon)