ifconfig question

Hello!

I have few linux boxes, and all of them have virtual interface. ifconfig from the boxe show the following:

eth0 Link encap:Ethernet HWaddr 00:C0:**:**:**:**
inet addr:2.2.3.4 Bcast:2.2.3.6 Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:686815264 errors:610 dropped:610 overruns:0 frame:0
TX packets:3407344615 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:7200
RX bytes:64737941 (61.7 Mb) TX bytes:2187399271 (2086.0 Mb)
Base address:0xecc0 Memory:fe100000-fe120000

eth0:1 Link encap:Ethernet HWaddr 00:C0:**:**:**:**
inet addr:2.2.3.4 Bcast:2.2.3.6 Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:686815264 errors:610 dropped:610 overruns:0 frame:0
TX packets:3407344616 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:7200
RX bytes:64737941 (61.7 Mb) TX bytes:2187399425 (2086.0 Mb)
Base address:0xecc0 Memory:fe100000-fe120000




One box shows this:




eth0 Link encap:Ethernet HWaddr 00:30:**:**:**:**
inet addr:1.2.3.4 Bcast:1.2.3.6 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:836768729 errors:0 dropped:0 overruns:0 frame:0
TX packets:1153654956 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:7200
RX bytes:3746879828 (3573.3 Mb) TX bytes:1840800504 (1755.5 Mb)
Base address:0xc800 Memory:fe8e0000-fe900000

eth0:1 Link encap:Ethernet HWaddr 00:30:**:**:**:**
inet addr:inet addr:1.2.3.4 Bcast:1.2.3.6 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Base address:0xc800 Memory:fe8e0000-fe900000


For virtual interface there are no RX/TX statistics, as well no txqueuelen parameter.

The question: is that normal? Is txqueuelen parameter applied to the virual interface?

 

 

 

 

Top