On Apr 25, 2010, at 11:34 PM, Pradeepta Samantaray wrote:
> I’m using Wireshark-0.99.5-EL4.1 and ethernet e1000
> But I am not able to capture vlan ID
>
> I configured vlan as
>
> Vconfig add eth1 5
> Ip addr add 191.1.1.34/24 dev eth1.5
>
> Vconfig add eth1 5
> Ip addr add 191.1.1.35/24 dev eth1.5
>
> Device eth1 goes into promiscuous mode
> Device eth1.5 goes into promiscuous mode
Is eth0 the e1000 Ethernet? If so, what happens if you capture on it? (If 5 is the VLAN number, try capturing on eth0 with the capture filter "vlan 5" if you only want traffic from that VLAN.)