Sebastian Reitenbach <sebastia <at> l00-bugdead-prods.de> writes:

> With tcpdump, I see 'pri 0' on all the packets captured:
> 
> tcpdump -n -i trunk0 -vvv vlan 8 and net 10.1.0.0/24
> 11:18:13.132570 802.1Q vid 8 pri 0 10.1.0.2 > 10.1.0.1: icmp: echo reply
> (id:6221 seq:0) [icmp cksum ok] (ttl 64, id 11179, len 84)
> 11:18:14.138835 802.1Q vid 8 pri 0 10.1.0.2 > 10.1.0.1: icmp: echo reply
> (id:6221 seq:1) [icmp cksum ok] (ttl 64, id 11180, len 84)
> 11:18:15.129273 802.1Q vid 8 pri 0 10.1.0.2 > 10.1.0.1: icmp: echo reply
> (id:6221 seq:2) [icmp cksum ok] (ttl 64, id 11181, len 84)

You are not showing *all* packets captured, but only incoming ones
(I assume you are pinging *from* the box, so echo replies are incoming).

prio to vlan pri translation only applies to outgoing packets. Incoming
packets will have vlan pri values set by a transmitter (or intermediate
equipment, like switches).

Reply via email to