Rx/Tx statistics doesn't change.

Arthur Khachatryan <[email protected]> Thu, 22 Nov 2007 22:22:49 -0800 (PST)
Newsgroups gmane.linux.drivers.vlan
Message-ID <[email protected]>
--===============0245727532==
Content-Type: multipart/alternative; boundary="0-598141462-1195798969=:78716"
Content-Transfer-Encoding: 8bit

--0-598141462-1195798969=:78716
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi to all,
   
  Could anybothy tell me please why I don't see Rx/Tx counter changing while I issuing ping requests from my Windos PC to Linux station with configured at least two VLANS, eth0.4 and eth0.5. I have the following configuration for my LAN/VLAN interfaces:
   
  ~ # cat /etc/sysconfig/network-scripts/ifcfg-eth0.4
# Possible values here: DEVICE, IPADDR, NETMASK, MTU, MACADDR
DEVICE=eth0.4
IPADDR=172.30.3.4
NETMASK=255.255.0.0
VLAN=yes
   
  ~ # cat /etc/sysconfig/network-scripts/ifcfg-eth0.5
# Possible values here: DEVICE, IPADDR, NETMASK, MTU, MACADDR
DEVICE=ifcfg-eth0.5
IPADDR=172.30.4.5
NETMASK=255.255.0.0
VLAN=yes
   
  ~ # ifconfig
eth0      Link encap:Ethernet  HWaddr 08:00:00:00:00:01  
          inet addr:172.30.4.33  Bcast:172.30.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:266506 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1457 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:23380308 (22.2 MiB)  TX bytes:100270 (97.9 kiB)
          Base address:0x8500 
  eth0.4    Link encap:Ethernet  HWaddr 08:00:00:00:00:01  
          inet addr:172.30.3.4  Bcast:172.30.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 iB)  TX bytes:1518 (1.4 kiB)
  eth0.5    Link encap:Ethernet  HWaddr 08:00:00:00:00:01  
          inet addr:172.30.4.5  Bcast:172.30.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:246 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 iB)  TX bytes:11316 (11.0 kiB)
  eth0:0    Link encap:Ethernet  HWaddr 08:00:00:00:00:01  
          inet addr:172.40.0.1  Bcast:172.40.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Base address:0x8500 
  eth1      Link encap:Ethernet  HWaddr 08:00:00:00:00:02  
          inet addr:192.168.24.36  Bcast:192.168.24.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:15709 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1025 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1385934 (1.3 MiB)  TX bytes:56489 (55.1 kiB)
          Base address:0x8400 
  lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12903 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12903 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1678945 (1.6 MiB)  TX bytes:1678945 (1.6 MiB)

  While I changing netmasks I got some Tx statistics for VLAN interfaces.
  What is wrong I am doing?
  Thanks.
   
  Sincerely,
  Arthur.
   

       
---------------------------------
Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.
--0-598141462-1195798969=:78716
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

<div>Hi to all,</div>  <div>&nbsp;</div>  <div>Could anybothy tell me please why I don't see Rx/Tx counter changing while I issuing ping requests from my Windos PC to Linux station with configured at least two VLANS, eth0.4 and eth0.5. I have the following configuration for my LAN/VLAN interfaces:</div>  <div>&nbsp;</div>  <div>~ # cat /etc/sysconfig/network-scripts/ifcfg-eth0.4<BR># Possible values here: DEVICE, IPADDR, NETMASK, MTU, MACADDR<BR>DEVICE=eth0.4<BR>IPADDR=172.30.3.4<BR>NETMASK=255.255.0.0<BR>VLAN=yes</div>  <div>&nbsp;</div>  <div>~ # cat /etc/sysconfig/network-scripts/ifcfg-eth0.5<BR># Possible values here: DEVICE, IPADDR, NETMASK, MTU, MACADDR<BR>DEVICE=ifcfg-eth0.5<BR>IPADDR=172.30.4.5<BR>NETMASK=255.255.0.0<BR>VLAN=yes</div>  <div>&nbsp;</div>  <div>~ # ifconfig<BR>eth0&n
 bsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 08:00:00:00:00:01&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:172.30.4.33&nbsp;
 Bcast:172.30.255.255&nbsp; Mask:255.255.0.0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP BROADCAST RUNNING MULTICAST&nbsp; MTU:1500&nbsp; Metric:1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX packets:266506 errors:0 dropped:0 overruns:0 frame:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TX packets:1457 errors:0 dropped:0 overruns:0 carrier:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collisions:0 txqueuelen:1000 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX bytes:23380308 (22.2 MiB)&nbsp; TX bytes:100270 (97.9 kiB)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Base address:0x8500 </div>  <div>eth0.4&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 08:00:00:00:00:01&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp
 ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:172.30.3.4&nbsp; Bcast:172.30.255.255&nbsp; Mask:255.255.0.0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP BROADCAST RUNNING
 MULTICAST&nbsp; MTU:1500&nbsp; Metric:1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX packets:0 errors:0 dropped:0 overruns:0 frame:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TX packets:33 errors:0 dropped:0 overruns:0 carrier:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collisions:0 txqueuelen:0 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX bytes:0 (0.0 iB)&nbsp; TX bytes:1518 (1.4 kiB)</div>  <div>eth0.5&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 08:00:00:00:00:01&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:172.30.4.5&nbsp; Bcast:172.30.255.255&nbsp; Mask:255.255.0.0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP BROADCAST RUNNING MULTICAST&nbsp; MTU:1500&nbsp; Metric:1<BR
 >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX packets:0 errors:0 dropped:0 overruns:0 frame:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TX packets:246 errors:0
 dropped:0 overruns:0 carrier:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collisions:0 txqueuelen:0 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX bytes:0 (0.0 iB)&nbsp; TX bytes:11316 (11.0 kiB)</div>  <div>eth0:0&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 08:00:00:00:00:01&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:172.40.0.1&nbsp; Bcast:172.40.255.255&nbsp; Mask:255.255.0.0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP BROADCAST RUNNING MULTICAST&nbsp; MTU:1500&nbsp; Metric:1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Base address:0x8500 </div>  <div>eth1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 08:00:00:00:00:02&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
 nbsp;&nbsp; inet addr:192.168.24.36&nbsp; Bcast:192.168.24.255&nbsp; Mask:255.255.255.0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP BROADCAST MULTICAST&nbsp;
 MTU:1500&nbsp; Metric:1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX packets:15709 errors:0 dropped:0 overruns:0 frame:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TX packets:1025 errors:0 dropped:0 overruns:0 carrier:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collisions:0 txqueuelen:1000 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX bytes:1385934 (1.3 MiB)&nbsp; TX bytes:56489 (55.1 kiB)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Base address:0x8400 </div>  <div>lo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Local Loopback&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:127.0.0.1&nbsp; Mask:255.0.0.0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP LOOPBACK RUNNI
 NG&nbsp; MTU:16436&nbsp; Metric:1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX packets:12903 errors:0 dropped:0 overruns:0
 frame:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TX packets:12903 errors:0 dropped:0 overruns:0 carrier:0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collisions:0 txqueuelen:0 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX bytes:1678945 (1.6 MiB)&nbsp; TX bytes:1678945 (1.6 MiB)<BR></div>  <div>While I changing netmasks I got some Tx statistics for VLAN interfaces.</div>  <div>What is wrong I am doing?</div>  <div>Thanks.</div>  <div>&nbsp;</div>  <div>Sincerely,</div>  <div>Arthur.</div>  <div>&nbsp;</div><p>&#32;
      <hr size=1>Be a better pen pal. 
Text or chat with friends inside Yahoo! Mail. <a href="http://us.rd.yahoo.com/evt=51732/*http://overview.mail.yahoo.com/">See how.</a>
--0-598141462-1195798969=:78716--


--===============0245727532==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Vlan mailing list
[email protected]
http://www.candelatech.com/mailman/listinfo/vlan

--===============0245727532==--